Tutorial by Topics: at

Add path : PATH=$PATH:/new/path Add path : PATH=/new/path:$PATH ParameterDetailsPATHPath environment variable Bash configuration file: This file is sourced whenever a new interactive Bash shell is started. In GNU/Linux systems it's generally the ~/.bashrc file; in Mac it's ~/.bash_profi...
In Bash 4.2, a shell built-in time conversion for printf was introduced: the format specification %(datefmt)T makes printf output the date-time string corresponding to the format string datefmt as understood by strftime. printf '%(dateFmt)T' # dateFmt can be any format string that strftime rec...
Where rounded-phase is
[AddComponentMenu(string menuName)] [AddComponentMenu(string menuName, int order)] [CanEditMultipleObjects] [ContextMenuItem(string name, string function)] [ContextMenu(string name)] [CustomEditor(Type inspectedType)] [CustomEditor(Type inspectedType, bool editorForChildClasses)] [CustomPro...
Specialized packages RMySQL RODBC
See also Introduction to Geographical Maps and Input and Output
There are many reasons a read or write operation may fail. A frequent one is because your security rules reject the operation, for example because you're not authenticated (by default a database can only be accessed by an authenticated user) or because you're writing/listening at a location where yo...
This section provides an overview of what data-mining is, and why a developer might want to use it. It should also mention any large subjects within data-mining, and link out to the related topics. Since the Documentation for data-mining is new, you may need to create initial versions of those r...
Allocate working storage for a BASED item, or allocate a give size of heap storage. See also: FREE statement
file dirname filepath file tail filepath file rootname filepath file extension filepath file join path1 path2 ... file normalize path file nativename path
return val; /* Returns from the current function. val can be a value of any type that is converts to the function's return type. */ return; /* Returns from the current void-function. */ break; /* Unconditionally jumps beyond the end ("breaks out") of an Iteration Statement (loop) or o...
A custom function in google docs is tied to a specific document (and thus can only be used in that document). It must therefore be created with that document's scrip edit (Tools -> Script Editor). Once saved, it can then be used like any other regular spreadsheet formula.

Page 46 of 102