Tutorial by Topics: le

For more information on database queries, take a look at the Selecting data using JDatabase
ParallelEnumerable.Aggregate(func) ParallelEnumerable.Aggregate(seed, func) ParallelEnumerable.Aggregate(seed, updateAccumulatorFunc, combineAccumulatorsFunc, resultSelector) ParallelEnumerable.Aggregate(seedFactory, updateAccumulatorFunc, combineAccumulatorsFunc, resultSelector) ParallelEnume...
A string's length can be measured in two ways: The most frequently used measure of length is the number of characters using the Len functions, but VBA can also reveal the number of bytes using LenB functions. A double-byte or Unicode character is more than one byte long.
Making API requests with Angular 2 Http service and RxJS is very similar to working with promises in Angular 1.x. Use the Http class to make requests. The Http class exposes the methods for issuing HTTP requests GET, POST, PUT, DELETE, PATCH, HEAD requests via corresponding methods. It also expo...
One of the main useful features of gnuplot is the possibility of plotting data files. Plotting a data file is really simple with gnuplot, actually, once you have opened the software from the terminal, you only need to digit the command plot 'file' to get an automatic plot. First of all, before plot...
The key to making this work is to begin by cloning a bundle that starts from the beginning of the repo history: git bundle create initial.bundle master git tag -f some_previous_tag master # so the whole repo does not have to go each time getting that initial bundle to the remote machine; a...
Appcelerator Titanium is an open-source framework that allows the creation of mobile apps on platforms including iOS, Android and Windows Phone from a single JavaScript codebase, developed by Appcelerator. VersionRelease Date5.5.1GA2016-09-295.5.0GA2016-09-135.4.0GA2016-08-105.3.1GA2016-07-065...
Single Abstract Methods are types, introduced in Java 8, that have exactly one abstract member.
paramdescriptionmodemode to open file, default=w+bdeleteTo delete file on closure, default=Truesuffixfilename suffix, default=''prefixfilename prefix, default='tmp'dirdirname to place tempfile, default=Nonebuffsizedefault=-1, (operating system default used)
for /l %%p in (startNumber, increment, endNumber) do command for /f %%p in (filename) do command for /f %%p in ("textStrings") do command for /f %%p in ('command') do command for /r drive:\path %%p in (set) do command for /d %%p in (directory) do command The for command acce...
set varName ?value? unset ?-nocomplain? ?--? ?varName varName varName? puts $varName puts [set varName] variable varName global varName ?varName varName? Parameters enclosed within ?...? such as ?varName? represent optional arguments to a Tcl command. Documentation: global, upvar ...
MDN documentation for imports: https://developer.mozilla.org/en/docs/web/javascript/reference/statements/import MDN documentation for exports: https://developer.mozilla.org/en/docs/web/javascript/reference/statements/export ExploringJS chapter on modules: http://exploringjs.com/es6/ch_modules.ht...
This section provides an overview of what salesforce is, and why a developer might want to use it. It should also mention any large subjects within salesforce, and link out to the related topics. Since the Documentation for salesforce is new, you may need to create initial versions of those rela...

Page 21 of 68