22 projects tagged "Mac OS X"
Adapro is a customizable multi-user word processor originally geared towards users with a learning disability or developmental disorder, such as dyslexia or autism. Hence its array of assistive features, including inline representation of words through pictograms, a virtual keypad with configurable phrase buttons, a dyslexia-friendly font, PBDQ, and high-contrast modes. The editing interface can be customized on a per-user basis, and documents produced with it can be exported to RTF for further editing in OpenOffice or other software. If Java 6 is on the system, it doesn't even require installation.
Freedom ERP is a business management system that can be used for retailers, wholesalers, manufacturers, service providers, call centers, and other organizations to provide inventory management, purchasing, sales, finance, and more. It has modules for customer management, campaign management, mailing, service management, collections, warranty control, management of production with production based on demand or stock of raw materials, and quality control.
Overthere is a Java library to manipulate files and execute processes on remote hosts, i.e. do stuff "over there". It was built for and is used in the XebiaLabs deployment automation product Deployit as a way to perform tasks on remote hosts, e.g. copy configuration files, install EAR files, or restart Web servers. Another way of looking at it is to say that Overthere gives you java.io.File and java.lang.Process as they should have been: as interfaces, created by a factory and extensible through an SPI mechanism.
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 j661 project provides a generic CDS (or ARINC 661 Server) in order to facilitate the understanding of the ARINC 661 standard, prototype ARINC 661 concepts and architectures, and facilitate the reuse of ARINC 661 specifications and artefacts between projects. The CDS architecture is designed to allow defining the Server behavior to be easily modified or extended. This is achieved by a modular plug-in architecture, allowing customization at runtime without changing anything in the Server core itself.
Pelotero is a handy, easy-to-use application that lets you download files via a proxy server. In this way, downloads blocked by domain will no longer be blocked. Places such as colleges, public libraries, and some cafes block access to file downloads based either on the content type or its domain name. Pelotero lets you avoid these restrictions and download those files.
Feed4JUnit makes it easy to write parameterized tests for the JUnit framework and feed them with predefined or randomly generated test data: test case data can be read from Excel or CSV files, databases, or custom data sources, and equivalence class tests can be defined easily. Setup is based on Java annotations and is easy to learn, apply, and maintain. Annotations defined in the "Bean Validation" JSR 303, Java 7, and Benerator are automatically recognized and generated smoke test data will match the constraints. By connecting to Benerator, you can configure generation of complex valid and invalid data sets.
NeoTextureEdit is an easy to use graph-based procedural seamless texture editor. NeoTexture is the associated run-time generation library. Using continuous basis functions, it can generate arbitrary resolution images without quality degradation. Its main purpose is to produce high-quality textures for real time rendering applications that can be stored in a few kB and synthesized on application startup. But it can also be used to generate off-line images.