27 projects tagged "Mac OS X"
This program runs stat(2) or lstat(2) on each input file and displays the results. By default, stat displays all the attributes returned by stat(2) or lstat(2). Specific attributes can be requested by specifying one of the command-line options. For better integration with scripting languages, the normally human-readable output can be forced to simple, numeric output with a command line option. This utility is inteded to be both command line and output compatible with the utility of the same name on SGI's Irix operating system.
Steel Bank Common Lisp is a development environment for Common Lisp, with excellent support for the ANSI standard: garbage collection, lexical closures, powerful macros, strong dynamic typing, incremental compilation, and the famous Common Lisp Object System (multimethods and all). It also includes many extensions, such as native threads, socket support, a statistical profiler, programmable streams, and more. These are all available through an integrated, interactive native compiler which feels like an interpreter. SBCL is unique in being a multiplatform native compiler which bootstraps itself completely from source, using a C compiler and any other ANSI Common Lisp implementation.
Moosic is a music player that focuses on easy playlist management. It consists of a server process that maintains a queue of music files to play and a client program which sends commands to the server. The server continually runs through its playlist, popping items off the top of the list and playing each with an external program. The client is a simple command-line utility which allows you to perform powerful operations upon the server's queue, including the addition of whole directory trees, automatic shuffling, and item removal according to regular expressions. The server comes configured to play MP3, Ogg, MIDI, MOD, and WAV files.
The Missing Man Pages Poject (or m2p2) aims to provide man pages for various applications whose authors did not provide an adequate man page. Since proper documentation is crucial for optimal use of an operating systems and its tools, it is important that each and every application has a man page describing at least all the available command line options and a general overview of what the program does. If the author of a particular piece of software did not provide a proper man page for his or her project, the Missing Man Pages Project aims to provide it.
mfw allows multiple firewall configurations to be managed from the commandline on Mac OS X. Multiple firewall modes (and easy means of selecting between them) are useful on laptops, where one may want a default paranoid firewall, a mode for network scanning with nmap, modes for various networked games, or to run a software Network Address Translation (NAT) wireless base station.
Glypha III is a Mac OS X port of the classic arcade game in which you are placed inside an Egyptian temple and forced to do battle with Sphinxes in order to gain the honour of a place in the High Scores. The game is based on Joust and features sound and animated graphics from the original Mac version.
Real-Time Control Systems Library contains a mix of software found to be useful in the development of real-time control systems at the National Institute of Standards and Technology. It includes the Neutral Messaging Language (NML), which is used for simple configurable communications for both Java and C++ applications on a variety of operating systems. It also includes classes for converting between various coordinate systems (collectively called posemath), some XML parsing and generating tools, an .ini file reader, a timer interface, and more.