Tutorial by Topics: pre

Different ways to create subcommands like in hg or svn with the exact command line interface and help output as shown in Remarks section. Parsing Command Line arguments covers broader topic of arguments parsing. Different ways to create subcommands like in hg or svn with the command line int...
This section provides an overview of what prestashop-1.6 is, and why a developer might want to use it. It should also mention any large subjects within prestashop-1.6, and link out to the related topics. Since the Documentation for prestashop-1.6 is new, you may need to create initial versions o...
You need to be at MySQL version 5.6.4 or later to declare columns with fractional-second time datatypes. For example, DATETIME(3) will give you millisecond resolution in your timestamps, and TIMESTAMP(6) will give you microsecond resolution on a *nix-style timestamp. Read this: http://dev.mysql....
Hope the sample illustration above helps someone who struggled like me to make rows conditionally select, as default functionality of DevExpress selects all rows irrespective whether it has a 'checkbox' or not (when you use either ASPxGridView1.SelectAllRowsOnPage() or ASPxGridView1.SelectRows(),...
Expressions in Java are the primary construct for doing calculations. For a reference on the operators that can be used in expressions, see Operators.
ANSI C defines a number of macros. Although each one is available for your use in programming, the predefined macros should not be directly modified. DATE The current date as a character literal in "MMM DD YYYY" format TIME The current time as a character literal in "HH:MM:SS...
Retrolambda is a library which allows to use Java 8 lambda expressions, method references and try-with-resources statements on Java 7, 6 or 5. The Gradle Retrolambda Plug-in allows to integrate Retrolambda into a Gradle based build. This allows for example to use these constructs in an Android appl...
A geometric line is a straight line that extends to infinity in both directions. This distinguishes it from the segment or the ray, which end et some point, and also from the curve or polygon, which need not be straight. There are different ways how a line may be presented. Each comes with its own ...
MongoDB is one of the most popular NoSQL databases, thanks to the help of the MEAN stack. Interfacing with a Mongo database from an Express app is quick and easy, once you understand the kinda-wonky query syntax. We'll use Mongoose to help us out. More information can be found here: http://mon...
YARN stands for Yet Another Resource Negotiator. Brief History: YARN was developed by Yahoo in 2010 as a substitute of Map Reduce 1. It was able to overcome disadvantages which were present in Map Reduce 1. Introduction In Map Reduce 1 Job Tracker was used to both the Job scheduling and Task Mon...
WordPress plugins should have a focus on the server logic and/or admin parts of your website application. Good plugins are like good apps, they do one thing really well. They are intended to enhance and automate parts of the CMS in a modular way, since you can activate and deactivate them. Good plug...
A regular expression is a powerful way of specifying a pattern for a complex search.
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...
This section provides an overview of what sharedpreferences is, and why a developer might want to use it. It should also mention any large subjects within sharedpreferences, and link out to the related topics. Since the Documentation for sharedpreferences is new, you may need to create initial ...

Page 8 of 9