Tutorial by Topics

Let's try to implement the basic higher orders functions like map and reduce using Elixir
This section provides an overview of what nsurlsession is, and why a developer might want to use it. It should also mention any large subjects within nsurlsession, and link out to the related topics. Since the Documentation for nsurlsession is new, you may need to create initial versions of tho...
Overview Cross-Site Scripting, commonly referred to as XSS, is a type of web application injection attack in which malicious scripts are injected into trusted websites. XSS attacks occur when an attacker takes advantage of, or "exploits," a flaw in a web application to send the attack...
Matplotlib (https://matplotlib.org/) is a library for 2D plotting based on NumPy. Here are some basic examples. More examples can be found in the official documentation (https://matplotlib.org/2.0.2/gallery.html and https://matplotlib.org/2.0.2/examples/index.html) as well as in http://www.riptutor...
Fortran files come under a variety of extensions and each of them have a separate meaning. They specify the Fortran release version, code formatting style and the usage of preprocessor directives similar to C programming language.
This section provides an overview of what indexeddb is, and why a developer might want to use it. It should also mention any large subjects within indexeddb, and link out to the related topics. Since the Documentation for indexeddb is new, you may need to create initial versions of those relate...
How to build dropdown's that are dependent on each other.
Several android devices have custom buttons added by the manufacturer. This opens new possibilities for the developer in handling those buttons especially when making Apps targeted for Hardware Devices. This topic documents buttons which have intents attached to them which you can listen for via in...
This section provides an overview of what vector is, and why a developer might want to use it. It should also mention any large subjects within vector, and link out to the related topics. Since the Documentation for vector is new, you may need to create initial versions of those related topics....
In C11 there is a standard thread library, <threads.h>, but no known compiler that yet implements it. Thus, to use multithreading in C you must use platform specific implementations such as the POSIX threads library (often referred to as pthreads) using the pthread.h header. thrd_t // Im...
How to install TypeScript and run the TypeScript compiler against a .ts file from the command line.
Way to show how Node.Js can communicate with Arduino Uno.
PLY is a pure-Python implementation of the popular compiler construction tools lex and yacc. Additional links: Official docs Github
In the new Windows 10 Applications there are many ways to reference a resource inside XAML code or in code behind. First of all you have to declare the resources in some accessible place. The easy way is to declare a ResourceDictionary in context, let's say in the current page.
Learn how to create cydia substrate tweaks for jailbroken iPhones. Those tweaks will enable you to modify the operating system's behavior to act the way you would like it to. Installing Theos https://github.com/theos/theos/wiki/Installation

Page 405 of 428