Pajek
(Mathematica Import/Export Format) Pajek graph language and data format. Commonly used exchange format for graphs. Native format of the Pajek network analysis software. The format name is Slovenian for spider. ...
Sparse6
(Mathematica Import/Export Format) sparse6 graph data format. Used for storing undirected graphs. ASCII format. Stores connectivity information for multiple undirected graphs. Suitable for large sparse graphs, ...
"Introduction to Manipulate" and "Introduction to Dynamic" provide most of the information you need to use Mathematica's interactive features accessible through the functions ...
In addition to a rich set of standard file operations, Mathematica's unified symbolic architecture makes it easy to apply algorithmic approaches and efficient higher-level ...
AbortKernels[] aborts evaluations running in all parallel subkernels.
FileHash["file"] gives an integer hash code for the contents of the specified file.FileHash["file", " type"] gives an integer hash of the specified type.
FileNameJoin[{"name_1", "name_2", ...}] joins the name_i together into a file name suitable for your current operating system.
FileNames[] lists all files in the current working directory. FileNames[form] lists all files in the current working directory whose names match the string pattern form. ...
FindFile[name] finds the file with the specified name that would be loaded by Get[name] and related functions.
InstallService["url"] installs the web service operations in the WSDL description at the URL given.InstallService["url", "context`"] installs web service operations, creating ...