Tutorial by Topics

The number of partitions is critical for an application's performance and/or successful termination. A Resilient Distributed Dataset (RDD) is Spark's main abstraction. An RDD is split into partitions, that means that a partition is a part of the dataset, a slice of it, or in other words, a chunk ...
This section provides an overview of what twitter-oauth is, and why a developer might want to use it. It should also mention any large subjects within twitter-oauth, and link out to the related topics. Since the Documentation for twitter-oauth is new, you may need to create initial versions of t...
BACKUP DATABASE database TO backup_device [ ,...n ] WITH with_options [ ,...o ] RESTORE DATABASE database FROM backup_device [ ,...n ] WITH with_options [ ,...o ] ParameterDetailsdatabaseThe name of the database to backup or restorebackup_deviceThe device to backup or restore the database f...

PDO

The PDO (PHP Data Objects) extension allows developers to connect to numerous different types of databases and execute queries against them in a uniform, object oriented manner. PDO::LastInsertId() PDO::LastInsertId($columnName) // some drivers need the column name Warning Do not miss...
string.find(str, pattern [, init [, plain]]) -- Returns start and end index of match in str string.match(str, pattern [, index]) -- Matches a pattern once (starting at index) string.gmatch(str, pattern) -- Returns a function that iterates through all matches in str string.gsub(st...
This section provides an overview of what odata is, and why a developer might want to use it. It should also mention any large subjects within odata, and link out to the related topics. Since the Documentation for odata is new, you may need to create initial versions of those related topics. ...
This section provides an overview of what opengl-es is, and why a developer might want to use it. It should also mention any large subjects within opengl-es, and link out to the related topics. Since the Documentation for opengl-es is new, you may need to create initial versions of those related...
using Compat Compat.String Compat.UTF8String @compat f.(x, y) It is sometimes very difficult to get new syntax to play well with multiple versions. As Julia is still undergoing active development, it is often useful simply to drop support for older versions and instead target just the ne...
Vararg Keyword: vararg is used in a method declaration to indicate that a variable number of parameters will be accepted. Spread Operator: An asterisk (*) before an array that is used in function calls to "unfold" the contents into individual parameters.
A Collection is a container object that is included in the VBA runtime. No additional references are required in order to use it. A Collection can be used to store items of any data type and allows retrieval by either the ordinal index of the item or by using an optional unique key. Feature C...
ParameterDescription-Help | -? | /?Shows the help-File <FilePath> [<Args>]Path to script-file that should be executed and arguments (optional)-Command { - | <script-block> [-args <arg-array>] | <string> [<CommandParameters>] }Commands to be executed followed by a...
This section provides an overview of what sorting is, and why a developer might want to use it. It should also mention any large subjects within sorting, and link out to the related topics. Since the Documentation for sorting is new, you may need to create initial versions of those related topic...

Page 231 of 428