Tutorial by Topics

Kubernetes is an open-source platform for automating deployment, scaling, and operations of application containers across clusters of hosts, providing container-centric infrastructure. With Kubernetes, you are able to quickly and efficiently respond to customer demand: Deploy your applications...
As RestyGWT is a GWT generator, it will automatically create the implementation of your client interface. Under the hood it will use the RequestBuilder class to implement your calls.
A text object in Vim is another way to specify a chunk of text to operate on. They can be used with operators or in visual mode, instead of motions.
Most programs are executed line by line, only running a single process at a time. Threads allow multiple processes to flow independent of each other. Threading with multiple processors permits programs to run multiple processes simultaneously. This topic documents the implementation and usage of thr...
List of string functions (Alphabetically sorted): Ascii Char Charindex Concat Difference Format Left Len Lower Ltrim Nchar Patindex Quotename Replace Replicate Reverse Right Rtrim Soundex Space ...
This FireDAC example, and the others I'm planning to submit, will avoid the use of native calls to asynchronously open the dataset.
The official vignette, "Efficient reshaping using data.tables", is the best introduction to this topic. Many reshaping tasks require moving between long and wide formats: Wide data is data with each column representing a seperate variable, and rows representing seperate observations ...
The binary serialization engine is part of the .NET framework, but the examples given here are specific to C#. As compared to other serialization engines built into the .NET framework, the binary serializer is fast and efficient and usually requires very little extra code to get it to work. Howe...
This section provides an overview of what stanford-nlp is, and why a developer might want to use it. It should also mention any large subjects within stanford-nlp, and link out to the related topics. Since the Documentation for stanford-nlp is new, you may need to create initial versions of thos...
DROP TABLE table_name; DROP TABLE IF EXISTS table_name; -- to avoid pesky error in automated script DROP TABLE t1, t2, t3; -- DROP multiple tables DROP TEMPORARY TABLE t; -- DROP a table from CREATE TEMPORARY TABLE ... ParametersDetailsTEMPORARYOptional. It specifies that only tempora...
This section provides an overview of what docusignapi is, and why a developer might want to use it. It should also mention any large subjects within docusignapi, and link out to the related topics. Since the Documentation for docusignapi is new, you may need to create initial versions of those r...
Form::create($this, __FUNCTION__, $fields, $actions, $validator) // standard form creation Form::create(...)->addExtraClass('my-css-class another-class') // add CSS classes to your Form Form::create(...)->loadDataFrom(Member::get()->byID(1)); // populate a form with the details of an ob...
This module provides a portable way of using operating system dependent functionality. import os ParameterDetailsPathA path to a file. The path separator may be determined by os.path.sep.ModeThe desired permission, in octal (e.g. 0700)

Page 161 of 428