Widget["FileDialog"] represents an Open or Save dialog.
PalettePath is a global option that specifies which directories Mathematica searches for palettes on startup.
StyleSheetPath is a global option that specifies which directories Mathematica searches to find stylesheets.
The Mathematica side of a MathLink connection is set up to work exactly the same on all computer systems. But inevitably there are differences between external programs on ...
CreateObjectFile[source, name] compiles a string of C code and creates an executable file, name.ext.CreateObjectFile[{file 1, ...}, name] compiles a number of C source files ...
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.
DefineDLLFunction["func", " dll", rtype, atypes] returns a Mathematica function that calls the specified function func with argument types atypes and return type rtype in the ...
The GUIKit` package can also be used to provide Mathematica-enriched user interfaces to standalone Java applications, leveraging the fact that J/Link also works within a Java ...
mathematica starts the full Mathematica system including notebook interface on Unix and Linux.
The C code generator can be used to create standalone executables that link to the Wolfram runtime library. This example creates a standalone C executable for a low-pass ...