Tutorial by Topics

Rust has a built in capability to provide random number generation through the rand crate. Once part of the Rust standard library, the functionality of the rand crate was separated to allow its development to stabilize separate to the rest of the Rust project. This topic will cover how to simply add...
The Ada standard library provides for I/O of traditional files of text or binary data, as well as I/O of streamed files. Files of binary data will be sequences of values of a type, while stream files can be sequences of values of possibly different types. To read and write elements of different ...
The Angular UI Bootstrap gives you access to all the standard bootstrap icons in your AngularJS application. In the world of bootstrap these icons are normally referred to as glyphicons. Using these glyphicons wisely can quickly give your app a more polished look and can be a great way to dip your t...
This is an explanation of a common pattern and generally considered best practice that you may see in AngularJS code.
Now you can define Continuous Integration and Continuous Delivery (CI/CD) process as code with Jenkins 2.0 for your projects in iOS 10. Activities like to build, test, code coverage, check style, reports, and notifications can be described in only one file. To read the complete article go to Pipeli...
The best-known multiple-letter encryption cipher is the Playfair, which treats digrams in the plaintext as single units and translates these units into ciphertext digrams The Playfair algorithm is based on the use of a 5 x 5 matrix of letters constructed using a keyword.
According to DRF official documentation, serializers helps to convert complex data like querysets and model instance to native python data types so that it could be rendered as JSON, XML and other content types. The serializers in DRF are more like django Form and ModelForm class. Serializer class ...
In Progress ABL there are two types of strings, those defined as CHARACTER and those defined as LONGCHAR. A file larger than 32K in length is a LONGCHAR. Most strings are unless specified any other way case insensitive. Remember - all positions start with the position 1!
Completes the introduction to stores and folders started in part 2 of this tutorial Expected prior knowledge: You have studied part 2 of this tutorial or are already familiar with its contents.
Google appscript runs well as a stand alone platform and in the addon format for Google docs, sheets and forms. However, there are times when a client browser may need to call to a Google app to perform some action. Therefore, Google introduced client side requests to Google apps-scripts. To solve ...
First part of an introduction to stores and the folders they contain. Contains macros to display (1) the names of accessible stores and (2) the names of accessible stores and the top level folders within them.
Gaining access to Outlook's Visual Basic Editor, inserting your first module and renaming that module. Expected prior knowledge: You are an Outlook user. With Outlook 2003, you can immediately select the Visual Basic Editor. With later versions, you must add the Developer tab before you can select...
Progress ABL supports three number formats: 32 and 64 bit integers and floats.
This article is to introduce a simple and professional practice to use Entity Framework. Simple: because it only needs one class (with one interface) Professional: because it applies SOLID architecture principles I don't wish to talk more.... let's enjoy it!
NSTextView is Apple's main handler of AppKit's text system. It contains everything you need to create a text viewer/editor space in OS X (renamed macOS) applications.
NSFont is the object that provides Mac applications with glyph information and font characteristics to be used for primarily for display. You'll learn how to create and use NSFont objects in a variety of ways, both common and uncommon.
This documentation explains and provides steps to download latest artifact from a JFrog Artifactory repository using Powershell Script (v2.0 or below).
Download latest Artifact from Artifactory repository using shell script.

Page 345 of 428