Tutorial by Topics: d

Progress Bars are an integral part of user experience and helps users get an idea on the time left for a given process that runs on the GUI. This topic will go over the basics of implementing a progress bar in your own application. This topic will touch lightly on QThread and the new signals/slots ...
A preview of the difference between pug code and the generated markup Pug makes possible to write HTML in a simplest way, using a clean, whitespace sensitive syntax.
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...
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...
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...
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...
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...
Tutorials concerning asp.net Identity such as user management, role management, creating tokens and more.
Delphi provided Runtime Type Information (RTTI) more than a decade ago. Yet even today many developers aren't fully aware of its risks and benefits. In short, Runtime Type Information is information about an object's data type that is set into memory at run-time. RTTI provides a way to determine i...
Firebase launched its beta release of Cloud Functions for Firebase which is similar to using of Cloud Functions on Google Cloud Platform. Cloud Functions is a hosted, private, and scalable Node.js environment where you can run JavaScript code. Firebase SDK for Cloud Functions integrates the Firebas...
Also known as arrow macros, threading macros convert nested function calls into a linear flow of function calls.
actually its so simple: Opt-In approach says properties that are considered to be part of DataContract must be explicitly marked otherwise will be ignore, while Opt-Out means all of the properties will be assumed to be part of the DataContract unless marked explicitly.
Accessing rows in a dataframe using the DataFrame indexer objects .ix, .loc, .iloc and how it differentiates itself from using a boolean mask.

Page 191 of 221