TetGenLink is a Mathematica application that makes the functions of TetGen available to Mathematica. This is done with Wolfram LibraryLink, which allows TetGen to be used in ...
StringSplit["string"] splits " string" into a list of substrings separated by whitespace. StringSplit["string", patt] splits into substrings separated by delimiters matching ...
Reading and Writing Mathematica Files External Programs Streams and Low-Level Input and Output
J/Link provides Mathematica users with the ability to interact with arbitrary Java classes directly from Mathematica. You can create objects and call methods directly in the ...
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. ...
FileDate["file"] gives the date and time at which a file was last modified. FileDate["file", " type"] gives information on the specified type of date associated with a file.
SetFileDate["file"] sets the modification and access dates for a file to be the current date.
AutoOpenNotebooks is a global option that specifies which notebooks should be automatically opened when Mathematica is started.
ContextToFileName["context"] gives the string specifying the file name that is by convention associated with a particular context.
OpenCLLink allows you to use the Mathematica language to query OpenCL system information and execute OpenCL programs using Mathematica. In this section, an overview is ...