FileBaseName["file"] gives the base name for a file without its extension.
FileExtension["file"] gives the file extension for a file name.
FileNameSplit["filename"] splits a file name into a list of parts.
MemoryInUse[] gives the number of bytes currently being used to store all data in the current Mathematica kernel session. MemoryInUse[$FrontEnd] gives the number of bytes ...
Placeholder[name] represents a placeholder labeled with name that indicates a place to type.Placeholder[] gives the empty placeholder \[Placeholder].
SystemOptions["name"] gives the current setting for the internal system option with the specified name.SystemOptions[] gives the current settings for all settable internal ...
$CharacterEncodings gives the list of character encodings that can be used.
$KernelCount gives the number of subkernels available for parallel computations.
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
The single command Manipulate lets you create an astonishing range of interactive applications with just a few lines of input. Manipulate is designed to be used by anyone who ...