for the masses

Mariner Write 3.9
Mariner Write is designed as a useful word processor solution for the masses which makes it possible for you to do many tasks from creating a simple letter to composing the next great novel. more>> <<less
JumpBox for the Joomla! CMS 1.1.14
Joomla! is an award-winning Content Management System (CMS) that will help you build websites and other powerful online applications more>>
Joomla! is an award-winning Content Management System (CMS) that will help you build websites and other powerful online applications. It's one of the most popular Open Source applications around and the JumpBox for Joomla is a huge time saver. It captures the experience of a skilled IT admin in a package that's very easy to use and provides a production quality Joomla! installation in no time flat.
Benefits of running a JumpBox
Deploying an application as a JumpBox provides a dramatically-reduced path to getting started with the software. Aside from installation benefits it yields other advantages such as portability across computing environments and simplified ongoing maintenance of the application. Here are a few of the benefits to using a JumpBox:- Self-contained deployment means easy to move or delete - it won't scatter files all over your operating system.
- New versions of the JumpBox contain updates to each component in the software stack so there's no patching web servers, application servers, databases, dependencies, etc.
- A web-based administration console simplifies the management of your application including SSL certs, email relaying, SSH, backups and more.
- Once you know how to install a JumpBox you can deploy any of 50+ other JumpBoxes and take advantage of a growing library of conveniently-packaged Open Source software.
What's new in this version:
- Joomla 1.5 now includes ProFTPd to allow easier plugin uploading.
- Joomla 1.5 now includes the sample data by default.
- The included version of Joomla has not changed.
BMI Calculator 1.6.1
Your body mass index (BMI) can be a general indicator of your general health. This calculator, which is written in Cocoa and therefore Mac OS X native, will take imperial and metric heights and weights and calculate your BMI. more>>
BMI Calculator - Your body mass index (BMI) can be a general indicator of your general health. This calculator, which is written in Cocoa and therefore Mac OS X native, will take imperial and metric heights and weights and calculate your BMI.
Enhancements:
Version 1.6.1
Minor update
System Requirements:Mac OS X 10.2 or greater<<less
License:Freeware
Hunt for the Crown 1.0
Hunt for the Crown 1.0 provides you with a very interesting and easy-to-play game which can help you relax effectively. more>>
Hunt for the Crown 1.0 provides you with a very interesting and easy-to-play game which can help you relax effectively. This game is a board game that is based on the game Sabotage from Spear. The game provides a two-player mode, a computer opponent as well as network functionality.
Enhancements: Has an improved computer player and new game material.
Requirements: Java 1.4 or higher

Sansa Device Sync with Itunes 1.0
A easy to use software to sync your Itunes music to your Sansa music player. more>>
Mac OS X integration for all Itunes versions allows everyone to use this free software to sync your Sansa Fuze, View, Clip or any other mass storage device to your Itunes library.
Jailer 2.9.10 Beta / 2.9.9
Open source mass data export to XML and SQL Jailer is a tool for database subsetting and sampling, schema browsing, and rendering more>> Open source mass data export to XML and SQL
Jailer is a tool for database subsetting and sampling, schema browsing, and rendering. Jailer exports consistent, referentially intact row-sets from relational databases.
Jailer removes obsolete data without violating integrity. Jailer is DBMS agnostic (by using JDBC), platform independent, and generates DbUnit datasets, topologically sorted SQL-DML, and hierarchically structured XML,
NOTE: Jailer is licensed and distributed under the Apache License Version 2.0.
Main features:
- Exports consistent and referentially intact row-sets from your productive database and imports the data into your development and test environment.
- Improves database performance by removing and archiving obsolete data without violating integrity.
- Generates hierarchically structured XML, topologically sorted SQL-DML and DbUnit datasets.
- Open Source. Entirely written in Java. Platform independent. DBMS agnostic.
System requirements:
-
- JDBC-driver for your R-DBMS
Enhancements
- fixed a bug concerning multi-line CLOB content.
License:Freeware
License:Freeware
wurfl 1.1.0
Collection of command line tools and libraries written in Ruby for using and manipulating the WURFL more>> Fully-featured mac mass mailer for Macintosh Tiger computer supporting message templates and recipient database. It offers everything you need to create and maintain mailing lists for different needs and send mass messages directly form your Mac at a very high speed. It uses Apple Mails message delivery framework to deliver your messages. This means that 100 percent of your email messages will get delivered properly to recipient mailboxes as if they were delivered by Apple Mail in a regular way. The recipient database is fully customizable. You can add as many recipient fields as you want and use them in message templates for the purpose of personalizing your messages. Each recipient will receive individualized message as if it were separately sent with Apple Mail personally for him in a regular way. Message creation mechanism is the same as in Apple Mail. Each message may contain colourful text in different fonts, pictures and attachments. You can even copy a HTML document to the clipboard and then paste it to the message editor of Mac Mass Mailer if you already have one ready to be sent. Mac Mass Mailer also lets you suspend your current sending and resume it later at any time. This mechanism works on a per-document basis. Every mailing project can be suspended and resumed independently. Sending statistics is greatly visualized. You do not have to deal with log files you do not understand. It is simple as one, two and three; in your mailing groups, the successful recipients become green, the bad recipients become red and the unprocessed ones stay black as they were before you hit the Start Sending button. Import and Export feature in the program is so powerful that you can import email addresses and other recipient data from virtually any files. The program can even travel through your hard drive and extract all email addresses from all your files and directories. The user interface of the program is professionally designed according to the Mac OS X guidelines.<<less
EMGM 0.3.1
Haskell library that implements Extensible and Modular Generics for the Masses more>> Haskell library that implements Extensible and Modular Generics for the Masses
EMGM is a free and open source general-purpose Haskell library for generic programming with type classes.
The design is based on the idea of modeling algebraic datatypes as sum-of-product structures. Many datatypes can be modeled this way, and because they all share a common structure, we can write generic functions that work on this structure.
The library provides three main components:
- Common - A common foundation for building generic functions and adding support for datatypes. This includes the collection of datatypes (e.g. sum, product, unit) and type classes (e.g. Generic, Rep), that are used throughout the library. This is what you need to define your own generic functions, to add generic support for your datatype, or to define ad-hoc cases.
- Data - Support for using standard datatypes generically. Types such as [a], tuples, and Maybe are built into Haskell or come included in the standard libraries. EMGM provides full support for generic functions on these datatypes. The modules in this component are also useful as guides when adding generic support for your own datatypes.
- Functions - A collection of useful generic functions. These work with a variety of datatypes and provide a wide range of operations. For example, there is crush, a generalization of the fold functions. It is one of the most useful functions, because it allows you to flexibly extract the elements of a polymorphic container.
Main features:
- Datatype-generic programming using sum-of-product views
- Large collection of ready-to-use generic functions
- Included support for standard datatypes: lists, Maybe, tuples
- Easy to add support for new datatypes
- Type classes make writing new functions straightforward in a structurally inductive style
- Generic functions are extensible with ad-hoc cases for arbitrary datatypes
- Good performance of generic functions
System requirements:
- GHC
JumpBox for the SugarCRM CRM System 1.1.4
JumpBox for the SugarCRM CRM System 1.1.4 brings you a helpful commercial Open Source customer relationship management (CRM) application more>> <<less

MConvert X 7.7
MConvert for conversion of measurements: currencies, metric, imperial and others. Including the following 27 conversion groups and many subgroups: Acceleration, Angle, Area, Base, Consumption, more>> MConvert for conversion of measurements: currencies, metric, imperial and others. Including the following 27 conversion groups and many subgroups:
- Acceleration, Angle, Area, Base, Consumption, Currency, Data Storage, Data Transfer, Density, Energy, Energy/Mass, Force, GPS, Illuminance, Length, Luminance, Mass, Permeability, Power, Pressure, Radioactivity, Temperature, Time, Torque, Velocity, Viscosity, Volume.
- Anytime currency updates online at IMF server for free.
- Support of multi conversion.
- Export results.
- Ergonomic and most user-friendly.
- Educational display of all units in one window.
- Flexible display of units.
- e=mc2 calculations This is the most comprehensive and accurate converter available and a great tool for education and reference.
Mac OS X 10.3 or later.
Version 7.7: Added group DATA TRANSFER

MConvert 7.7
Prime converter of measures: currencies, metric, imperial and others. more>>
The prime conversion software available for currency, metric and imperial, currently including the following 27 conversion groups and many subgroups:
Acceleration, Angle, Area, Base, Consumption, Currency, Data Storage, Data Transfer, Density, Energy, Energy/Mass, Force, GPS, Illuminance, Length, Luminance, Mass, Permeability, Power, Pressure, Radioactivity, Temperature, Time, Torque, Velocity, Viscosity, Volume.
- Anytime currency updates online at IMF server for free.
- Support of multi conversion.
- Export results.
- Ergonomic and most user-friendly.
- Educational display of all units in one window.
- Flexible display of units.
- e=mc2 conversions.
Keynote Bingo MWSF 2009
Keynote Bingo MWSF 2009 is released to enable you to generate for you a template out of 100 potential keynote events! more>>
Keynote Bingo MWSF 2009 is released to enable you to generate for you a template out of 100 potential keynote events! When one of the events on your template occurs, press the button. If you get five buttons in a row, column or diagonal you yell: BINGO!!
Twice a year, Steve Jobs takes the stage extending his reality distortion field over the masses. It is a wildly celebrated holiday for Mac fanatics all over the world. And since 2006, thousands of people follow the keynote with the Keynote Bingo application in hand - and Macworld Expo 2009 will be no different, beside the fat that Steve Jobs won't bless you with his presence! Nevertheless, the Swedish Bingo team, comprised primarily of trolls, polar bears and snowpeople, have once again produce a new, jaw-dropping version of Keynote Bingo: MWSF Bingo 09!
When you launch the application, you are asked for a random number. This number is the seed for the generation of the template. The same number will generate the same template again. This way, when you Bingo out you have a way to prove to others that you really did. Now make you proud - shout "Bingo!" right there in the audience!
Requirements: Mac OS X 10.3 or later.
Space Shoot 1.0
Brings the space battle right on your dashboard. more>>
Fully-featured mac mass mailer for Apple Macintosh computer supporting message templates and recipient database. It offers everything you need to create and maintain mailing lists for different needs and send mass messages directly form your Mac at a very high speed. It uses Apple Mails message delivery framework to deliver your messages. This means that 100 percent of your email messages will get delivered properly to recipient mailboxes as if they were delivered by Apple Mail in a regular way. The recipient database is fully customizable. You can add as many recipient fields as you want and use them in message templates for the purpose of personalizing your messages. Each recipient will receive individualized message as if it were separately sent with Apple Mail personally for him in a regular way. Message creation mechanism is the same as in Apple Mail. Each message may contain colourful text in different fonts, pictures and attachments. You can even copy a HTML document to the clipboard and then paste it to the message editor of Mac Mass Mailer if you already have one ready to be sent. Mac Mass Mailer also lets you suspend your current sending and resume it later at any time. This mechanism works on a per-document basis. Every mailing project can be suspended and resumed independently. Sending statistics is greatly visualized. You do not have to deal with log files you do not understand. It is simple as one, two and three; in your mailing groups, the successful recipients become green, the bad recipients become red and the unprocessed ones stay black as they were before you hit the Start Sending button. Import and Export feature in the program is so powerful that you can import email addresses and other recipient data from virtually any files. The program can even travel through your hard drive and extract all email addresses from all your files and directories. The user interface of the program is professionally designed according to the Mac OS X guidelines.
System Requirements: Any Mac Computer
System Requirements: Smtp.Com integration was removed to resolve service unavailability issue
<<lessThe Versatile Unit Converter 1.07
A powerful and polyvalent unit conversion tool. more>> A powerful and polyvalent unit conversion tool.
The conventional unit converters provide a limited set of conversions, such as length, time, energy, etc. But what if you need to convert the consumption of your car from liters per 100 kilometers into gallons per mile? What if you would like to transform a wavelength into a frequency?
The Versatile Unit Converter manipulates units symbolically, allowing you to enter whichever unit you need in the form of a mathematical formula.
Other facilities, such as automatic conversion to systems of units (MKSA, CGS, atomic units, ...) as well as special conversions (temperature/energy, mass/energy ...) are also possible.
Enhancements
- Added some units and dimensions. Updated the values of the fundamental constants.
SongCue 1.0 Beta 1
Radio automation software for the masses more>> Radio automation software for the masses
SongCue offers a relatively flexible environment for music automation and is intended to target low-end radio installations where money is particularly tight.
Main features:>
- per-song programmable end overlap
- timed early fade
- manual play/stop/fade controls
- "talk after"
- on-screen channel meters and faders
- playlist import
- industry-standard MP2/3, Ogg/Vorbis, and WAV
- runs on Mac OS X and Linux
- based on well-tested, common tools
- built-in on-the-fly playlist editing (alpha)
- runs on STANDARD hardware, with STANDARD sound hardware
- audio mixing in software
Enhancements:
- First public release.