MacOS X Utilities
Very incomplete MacOS X Core API.
The machine name from core services. Probably not the same as (get-host-name)
.
The short name for the user. Based on the current process uid.
The long name for the user. Based on the current process uid.
Returns a 4 element vector:
LATITUDE | Latitude in degrees north to 2 decimal places. |
LONGITUDE | Longitude in degrees east to 2 decimal places. |
DLS-OFFSET | Number of seconds to add for daylight saving time. |
GMT-OFFSET | Number of seconds east of GMT, includes daylight saving time status. |
Using the metric system?
The computer name from system configuration.
Returns a 3 element vector:
NAME | The (short) name of the console user. |
UID | The user id of the console user. |
GID | The group id of the console user. |
The local host name from system configuration. Probably not the same as (get-host-name)
.
The location.
Returns a 10 element vector:
SESSION-ID | The security session identifier number. |
IS-ROOT | A root session? |
HAS-GRAPHICS | Has graphics access? |
HAS-TTY | Has tty? |
IS-REMOTE | Is a remote session? |
WAS-INITIALIZED | Initialized? |
SHORT-USER-NAME | Short user name. |
USER-ID | User identification number. |
CONSOLE-SET | Console hardware number. |
LOGIN-COMPLETED | Login operations complete? |
IS-USER-ACTIVE | On console? |
The full pathname of the currently running executable (including the program name).
Returns an unsigned 32-bit integer that indicates the current number of ticks (1/60th of a second) since the system last started up.
Suspend execution for the specified number of TICKS. Returns an unsigned integer that indicates the ticks after the delay.
Calls the Gestalt Manager with specified SELECTOR and returns an unsigned 32-bit integer.
The SELECTOR can be a string, symbol, or an unsigned integer. When a string or symbol it is converted to a Macintosh 4-byte character value - an unsigned 32-bit integer. The string length may not be greater than 4 but can be less; space padding will be performed.
Opens the URL-STRING using the system-dependent default application.
Copyright (c) 2006, Kon Lovett. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ASIS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.