322 projects tagged "Mac OS X"
papaya CMS is a Web Content Management System based on open standards (including XML, XSLT, PHP, and MySQL/PostgreSQL). It is compatible with almost every operating system, is platform-independent, is multi-lingual, offers great usability, and is easy to extend via its plugin system. It is scalable and perfect for business websites.
Auto Multiple Choice (AMC) is a piece of software that helps you to create and manage multiple choice questionnaires, with automated marking. Tests can be written in plain text or LaTeX. Automated correction and grading is performed from scans of the answer sheets using optical mark recognition.
Embedthis Bit replaces both autoconf and make with a single utility: bit. Bit provides a higher level of abstraction for easily specifying the targets to build (libraries and executables). It can build directly on Linux, Mac, or Windows and cross compile for other platforms. It can also generate native projects for Visual Studio, XCode, Make, Nmake, and shell scripts. Bit builds quickly without the complexity of autoconf and make. Bit projects are described using JavaScript, and the entire build is exposed as a unified DOM object.
OZvm is principally a hardware emulation of the Cambridge Z88 portable computer, a Z80 CPU system with 4Mb addressable memory, a monochrome 640x64 LCD, and RS-232 serial port. It allows you to install any ROM or application card binary that also runs on a real Z88 portable. OZvm is also a versatile Z80 assembler debugging environment with a command line, screen activity recording, and Z80 instruction logging. It assists the developer in testing Z80 assembler programming of the Z88 operating system or 3rd party applications.
cronbot is a wrapper script for cron jobs. Rather than running your job/script directly, you run it through cronbot, and it will allow a little more control to help keep things from getting out of hand. The default behavior is to only allow one instance of your job to run. This can be changed with the --duplicate option. You can also pass in a maximum time of execution for a job or add a random amount time to delay the start of your job. By default, jobs are run with a default "nice" value, which is usually 10.