$PreRead is a global variable whose value, if set, is applied to the text or box form of every input expression before it is fed to Mathematica.
There are many ways to use symbols in Mathematica. Here we use symbols as 'tags' for different types of objects. Working with physical units gives one simple example. When ...
ReinstallJava[] is a convenience function that calls UninstallJava followed by InstallJava.
UseFrontEnd[expr] evaluates expr in an environment where the kernel can make use of the services of the notebook front end.
FixCRLF["str"] changes the linefeeds in the given string to the CR/LF Windows convention.
ReinstallNET[] is a convenience function that calls UninstallNET[] and then InstallNET[].
BooleanTable[bf] gives a list of truth values for all possible combinations of variable values supplied to the Boolean function bf.BooleanTable[expr, {a_1, a_2, ...}] gives a ...
An efficient load-on-demand mechanism makes hundreds of gigabytes of carefully curated and continually updated data immediately available inside Mathematica for use in ...
SymbolicCGenerate[cfun, name, opts] generates symbolic C from the compiled function cfun using name as the exported function name.
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...