SQLServerInformation[server] returns a list of information about the SQL server.
SQLServers[] returns a list of the open SQLServer objects.
JVM is the head of an expression that identifies a particular Java runtime installed into the current Mathematica session via InstallJava.
LoadNETAssembly[assembly] loads the specified assembly into the .NET runtime and returns a NETAssembly expression that can be used to identify the assembly. ...
NETTypeInfo[type] prints information about the specified type, including its inheritance hierarchy, assembly name, and its public members (constructors, methods, properties, ...
TetGenGetElements[expr] gets the elements in a TetGen expression.
Terraservice.net is a website that provides access to aerial imagery and topographical maps of the United States. A web service has been provided that allows developers to ...
ParametricPlot[{f_x, f_y}, {u, u_min, u_max}] generates a parametric plot of a curve with x and y coordinates f_x and f_y as a function of u. ParametricPlot[{{f_x, f_y}, ...
Widget["SystemPropertiesPanel"] displays the current system property values of the underlying runtime engine.
This example displays the classic simple "Hello World" application using the GUIKit framework. The following are other variants on the basic theme of specifying the user ...