4675 projects tagged "Mac OS X"
Deduplicator is a simple and efficient data deduplicator that works by hard linking files that have the same content. It is ideal for reducing the size of backups. It can save and restore intermediate results, so you can run it in a few short intervals, and allows you to review changes before they are committed to disk.
EBuild is a software project build, dependency management, and reporting technology. The aim is to be able to tackle any build problem in a structured, declarative, and elegant way. It is written in Java, but can be used to build all manner of projects and is extensible via a plugin interface. It is best compared to something like Maven (and in some respects Ivy). It aims to overcome certain design flaws and the resultant unnecessary complexity. The EBuild build model is general, but plugins need to be written in a JVM compatible language. Existing plugins all deal with the Java ecosystem, so EBuild is most suitable for Java and mixed technology software projects.
FontMapper is a font texture generator for game developers. It allows you to turn a font you have installed to a PNG texture of tightly packed glyphs, accompanied by a text file describing the glyphs' properties and texture coordinates. You can read these in a game to render fonts. FontMapper supports Unicode (although only the Basic Multilingual Plane, i.e. the 16-bit codepoints), and each glyph can have its own size, i.e. fonts are not necessarily monospaced. Currently, FontMapper is command-line only, although there might be a GUI frontend in the future.
Resize Magic is an application that resizes images with a high quality algorithm, similar to the Lanczos algorithm used by other programs, with some modifications. It can be used to batch resize images, and preserves Exif data and ICC color profiles. A Photoshop plugin is also available as a commercial product.
Melon MailServer is a simple mail server emulator for developers. It can emulate POP3 and SMTP services. The SMTP facility receives and stores all the messages sent to it rather than sending them. The POP3 facility allows you to download any messages without authorization. The server is designed to accept all messages for any email accounts. It can be very useful for testing Web applications and other software applications.
The RepairsLab system allows you to manage the entry and exit of equipment repair in a small workshop for repairs or service center. The application allows the printing of a "Repairs sheet" for each device and manages the state of repair. Inside the Repairs ticket, you can enter the features of the delivered and the state of repair. The system provides management of different master data for definition of states of repair, customers, types of equipment, trademarks, and models. You can print a paper "Repairs sheet" in duplicate to store paper and as a delivery receipt for the customer.
Software to build and execute shell command lines from standard input in parallel.