Tutorial by Topics

TypeApplications are an alternative to type annotations when the compiler struggles to infer types for a given expression. This series of examples will explain the purpose of the TypeApplications extension and how to use it Don't forget to enable the extension by placing {-# LANGUAGE TypeApplicati...
Azure AD B2C is a cloud identity management solution for your web and mobile applications. It is a highly available global service that scales to hundreds of millions of identities.
The Rich Notifications lets you customize the appearance of local and remote notifications when they appear on the user’s device.Rich notification mostly includes UNNotificationServiceExtension and UNNotificationContentExtension ie displaying the normal notification in an extended manner
RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code. Using TypeScript with RequireJS requires conf...
The sync adapter component in your app encapsulates the code for the tasks that transfer data between the device and a server. Based on the scheduling and triggers you provide in your app, the sync adapter framework runs the code in the sync adapter component. Recently i worked on SyncAdapter i wan...
Recursivity is a programming method where sub-programs call themselves. It is very convenient to solve some kinds of problems in an elegant and generic way. VHDL supports recursion. Most logic synthesizers also support it. In some cases the inferred hardware is even better (faster, same size) than w...
Most of the time, when we create spreadsheets, we just use a Cell's Value property to put content in the cell and the Style property to format it. Occasionally, however, we may wish to apply multiple styles to a cell - maybe put a bold and underlined title before the rest of the content, or highlig...
In this post you will find the different ways to implement offline capabilities when usingFirebase , information about when and why could be a good idea enable offline capabilities and examples of it with Android platform. What should I use? Disk persistence or keepSynced calls? From my exp...
Jobs in GNU Linux can be parallelized using GNU parallel. A job can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be a command th...
IEx provides access to Elixir documentation. When Elixir is installed on your system you can start IEx e.g. with iex command in a terminal. Then type h command on IEx command line followed by the function name prepended by its module name e.g. h List.foldr
Learn how to use the built in server to develop and test your application without the need of other tools like xamp, wamp, etc. ColumnColumn-STell the php that we want a webserver<hostname>:<port>The host name and the por to be used-tPublic directory<filename>The routing scrip...
This topic will walk you through different options available in the Acumatica Framework to create date and time fields in a data access class (DAC).
Here is some of different ways to provide alias names to columns in Sql Server
Enumberable module, a set of methods are available to do traversing, sorting, searching etc across the collection(Array, Hashes, Set, HashMap).

Page 417 of 428