ArrayComponents[array] gives an array in which all identical elements of array are replaced by an integer index representing the component in which the element ...
ArrayFlatten[{{m_11, m_12, ...}, {m_21, m_22, ...}, ...}] creates a single flattened matrix from a matrix of matrices m i j. ArrayFlatten[a, r] flattens out r pairs of levels ...
BinaryReadList["file"] reads all remaining bytes from a file, and returns them as a list of integers from 0 to 255. BinaryReadList["file", type] reads objects of the ...
CellEventActions is an option for Cell that gives a list of actions to perform when specified events occur in connection with a cell in a notebook.
DateTicksFormat is an option for DateListPlot which specifies how date tick labels should be formatted.
x-- decreases the value of x by 1, returning the old value of x.
DisplayForm[expr] prints with low-level boxes inside expr shown in explicit two-dimensional or other form.
EdgeDelete[g, e] makes a graph by deleting the edge e from the graph g.EdgeDelete[g, {e_1, e_2, ...}] deletes a collection of edges from g.EdgeDelete[g, patt] deletes all ...
EvaluationObject[n, expr, ...] represents an expression submitted for evaluation on any available parallel kernel.
FileNameDrop["name", n] drops the first n path elements in the file name " name".FileNameDrop["name", -n] drops the last n path elements in the file name " ...