Tutorial by Topics: n

This section provides an overview of what spring-batch is, and why a developer might want to use it. It should also mention any large subjects within spring-batch, and link out to the related topics. Since the Documentation for spring-batch is new, you may need to create initial versions of thos...
Introductory remarks In WPF, a Style defines the values of one or more dependency properties for a given visual element. Styles are used throughout the application to make the user interface more consistent (e.g. giving all dialog buttons a consistent size) and to make bulk changes easier (e.g....
MY_CONSTANT_NAME = "my value" Constants are useful in Ruby when you have values that you do not want to be mistakenly changed in a program, such as API keys.
$global_variable @@class_variable @instance_variable local_variable Class variables are shared in the class hierarchy. This can result in surprising behavior. class A @@variable = :x def self.variable @@variable end end class B < A @@variable = :y end A.var...
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 ...

Page 120 of 329