This example illustrates how to use modal dialogs initiated from another window, optionally setting up property values on widgets in the modal dialog, and, when the modal ...
There are many detailed differences between different kinds of computer systems. But one of the important features of Mathematica is that it allows you to work and create ...
InputString[] interactively reads in a character string. InputString[prompt] requests input, displaying prompt as a "prompt". InputString[prompt, init] in a notebook front ...
In many cases, you will find it convenient to communicate with external programs at a high level, and to exchange structured data with them. On almost all computer systems, ...
CUDA is a general C-like programming developed by NVIDIA to program Graphical Processing Units (GPUs). CUDALink provides an easy interface to program the GPU by removing many ...
Introduction Exploring Data Formats Interactively Obtaining Data Formats Programmatically
Notebook's Default Context specifies the default context for the current notebook's kernel.
Notebook's Kernel specifies the kernel for a notebook.
LocatorPane[{x, y}, back] represents a pane with a locator at position {x, y} and background back.LocatorPane[Dynamic[pt], back] takes the locator position to be the ...
In some cases, such as in a cluster environment, the machine may be run in headless mode, that is, not starting the GUI server (such as X). The operating system may ...