DateTicksFormat is an option for DateListPlot which specifies how date tick labels should be formatted.
$CreationDate gives the date and time at which the particular release of the Mathematica kernel you are running was created.
ToUpperCase[string] yields a string in which all letters have been converted to uppercase.
VTK
(Mathematica Import/Export Format) Visualization Toolkit format. Used for storage of 3D models. Native format of the open-source Visualization Toolkit software. ASCII or binary format. VTK is an acronym ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
AppearanceElements is an option for functions like Manipulate that specifies what elements should be included in the displayed form of the object generated.
BinaryImageQ[image] yields True if image has the form of a binary image, and False otherwise.
As the basis for many other special functions, Mathematica supports efficient arbitrary-precision evaluation of gamma functions, as well as an extensive web of relations and ...
FractionBox[x, y] is a low-level formatting construct that represents x/y in notebook expressions.
x++ increases the value of x by 1, returning the old value of x.