RecordSeparators is an option for Read, Find, and related functions that specifies the list of strings to be taken as delimiters for records.
ScriptSizeMultipliers is an option for Style that specifies how much smaller to render each successive level of subscripts, etc.
SelectionCreateCell[notebook] copies the contents of the current selection in a notebook into a new cell. SelectionCreateCell[notebook, sel] sets the current selection after ...
Slider2D[{x, y}] represents a 2D slider with settings x and y in the range 0 to 1. Slider2D[Dynamic[pt]] takes the setting to be the dynamically updated current value of pt, ...
SplineDegree is an option for spline functions and graphics primitives that specifies the degree of polynomial basis to use.
TableAlignments is an option for TableForm and MatrixForm which specifies how entries in each dimension should be aligned.
$TemporaryDirectory gives the main system directory for temporary files on your computer system.
A common operation in analyzing various kinds of data is to find the discrete Fourier transform (or spectrum) of a list of values. The idea is typically to pick out ...
UseJVM[jvm, body] acts like a wrapper that causes all J/Link calls in body to use the specified JVM as the default Java runtime.
LanguageSyntax is an option to NETTypeInfo that specifies which language syntax will be used to display the type information.