Tutorial by Topics

With XAMPP you can install a web server on your local pc. It has an Apache web server, the database MariaDB (MySQL) and works with Perl and PHP. After the installation you are able to run and debug e.g. content management systems like WordPress on your local pc. You can use it with Windows, Linux...
Functional programming decomposes a problem into a set of functions. Ideally, functions only take inputs and produce outputs, and don’t have any internal state that affects the output produced for a given input.below are functional techniques common to many languages: such as lambda, map, reduce. ...
The Views module is a reporting engine which allows site builders to create all sorts of lists. These lists can be formatted as either a block or a page. To create (design) a view, it is required to enter the desired specifications, such as Fields, Relationships, Filters, Sort criteria, Displays, ...
This section provides an overview of what identityserver3 is, and why a developer might want to use it. It should also mention any large subjects within identityserver3, and link out to the related topics. Since the Documentation for identityserver3 is new, you may need to create initial versio...
The Azure Bot Service provides an integrated environment that is purpose-built for bot development, enabling you to build, connect, test, deploy and manage intelligent bots, all from one place. You can write your bot in C# or Node.js directly in the browser using the Azure editor, without any need f...
As the name suggests, this uses attributes to route. This gives the user more control over the URI's in the WebAPI. For example, you can describe hierarchies of the resource. However, the earlier 'Conventional Routing' is fully supported. Users can have a mixture of both too. [RoutePrefix(&quo...
Unit Testing in general gives additional safety to a product to prevent issues when modifying/adding features. A safety net that says "EVERYTHING STILL WORKS". Unit Tests do not replace in any way the actual user tests that a proper QA can do. In this document we will base the examples on...
After MySQL 5.7, when we install MySQL sometimes we don't need to create a root account or give a root password. By default when we start the server, the default password is stored in the mysqld.log file. We need to login in to the system using that password and we need to change it. Recoverin...
This section provides an overview of what omnet++ is, and why a developer might want to use it. It should also mention any large subjects within omnet++, and link out to the related topics. Since the Documentation for omnet++ is new, you may need to create initial versions of those related topi...
It's important to be able to use server-side variables in your website. Pug allows you to interpolate data generated by your server in HTML, CSS, and even JavaScript code. res.render(path, variables) // Searches for a pug file to render at path "path", and passes "variables&quot...
Apple Documentation on WatchKit (through API Reference): https://developer.apple.com/reference/watchkit Getting familiar with Xcode: Xcode Interface
With an admin dashboard widget you are able to display any kind of information at the admin dashboard. You can make multiple widgets if you want. You can add the code to the functions.php of your theme or to your plugin. add_action($tag, $function_to_add, $priority, $accepted_args); wp_add_d...
VBScript can query Windows Management Instrumentation (WMI) for various vital info related to local and remote PC . We can use WMI queries to perform various tasks such as extracting PC's name , getting screen resolution , getting info about user and username , extracting vital info about any proces...
The R language is commonly used for statistical analysis. As such, it contains a robust set of options for randomization. For specific information on sampling from probability distributions, see the documentation for distribution functions. Users who are coming from other programming languages...

NMS

NMS, also known as Net.Minecraft.Server is the package which contains core Minecraft server code. Classes in this package were made by Mojang (not Bukkit) and are therefore mostly obfuscated and not meant to be used or altered. However, interacting with the Minecraft server code at this level allows...
Tutorials concerning asp.net Identity such as user management, role management, creating tokens and more.

Page 376 of 428