organized gourmet 3.0.3
Organized 1.11
Take care of the little jobs from your Dashboard more>> Take care of the little jobs from your Dashboard
Take care of the little jobs with Organized, a new widget from iSlayer featuring a calendar with events, world clocks, notes and to dos.
The calendar and to dos utilise OS Xs inbuilt databases, so theyre always in sync with iCal and Mail. Organizeds world clock uses our very own database with over 700 locations.
Enhancements
- Fixed bug that caused the sort menu to be invisible on To Do index.
- Fixed sorting bugs with To Do?s.
- Improved support for external To Do changes.
- Slightly smaller calendar (resulting in a slightly smaller widget overall).
- Slightly smaller event dots in the calendar
- Add ?Cals? tab to back so you can select which cals are shown in events tab.
- Added version number to back.
- Fixed spelling on Montr?al and Munich clocks.
- Fix bug with hour hands in large clocks.
- Fixed bug with the open iCal button in event index.
- Added D?sseldorf & Santiago de Compostela cities.
- Fixed display bug with time for all day events.
- Fixed resizing bug in event details page.
- Fixed bugs with linebreaks in event notes.
- Changed clock faces to use 6am to 6pm for the dark face, instead of pm hours.
- Removed extra space at end of To Do list.
- New backgrounds for when moving clocks.
- Fixed bugs with ?skip? option in update checker.
iSlayer - Organized wont make you disappointed because it is a new widget from iSlayerFolder Organizer 1.0
Folder Organizer - Keep the contents of a number of folders organized more>>
Completly freeware for personal use.
ClipEdit 3.0.3
ClipEdit - Create and edit text and picture clippings more>>
Main features:
- ClipEdit allows you to edit already created text & picture clipping files as well as create new ones.
- ClipEdit allows you to style text with all the features youd expect in a complete text editor. ClipEdit also allows you to import and export text files.
- ClipEdit is able to print text and picture clippings. It also features graphic import and export features, for easy conversion of any picture clipping you may have.
- Drag and drop friendly, ClipEdit makes adding text to clippings a snap. ClipEdit also supports: contextual menus, help tips, animation, sheets, and other Mac OS specific technologies.
Enhancements:
- Now includes a Finder contextual menu to quickly open clippings in ClipEdit.
- Now supports viewing high DPI images.
- Fixed drag and drop of images into picture clipping windows.
- Fixed PDF importing in the picture clippings.
- Fixed saving text clippings that started with a return character.
iComic 3.0.3
iComic lends you the chance of using the successor to the popular iBert app, which supports a plugin system that can download any comic you have a plugin for where iBert only supported the Dilbert strip. more>> <<less

iMovie 3.0.3
iMovie is designed to help you capture special moments and share them with friends and loved ones wholl watch them for years to come more>> <<less

Pod to Mac 3.0.3
Pod to Mac is a simple and easy program which lets you easily copy, transfer or rip the music, videos and playlists from any iPod or iPhone directly into iTunes on any Mac. more>>
Pod to Mac 3.0.3 is a simple and easy program which lets you easily copy, transfer or rip the music, videos and playlists from any iPod or iPhone directly into iTunes on any Mac. By decoding the iPods binary database, Pod to Mac rapidly reveals the contents of any iPod and then lets you choose what to do with the tracks. Play counts, ratings and the other track details are all recovered for every song transferred. The program's features also include audio and video track previews, sortable columns and more!
Enhancements: A UI update was made allowing Pod to Mac to now look prettier on computers running Snow Lepoard.
Requirements:
- Mac OSX 10.5
- iTunes 8.0 or higher
Privoxy 3.0.3
Web proxy with advanced filtering capabilities. more>>
Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. Privoxy is based on Internet Junkbuster(tm).
NavimaQ 3.0.3
NavimaQ is a program showing the Softchart, BSB, NDI and Maptech uncompressed electronic charts in 8 levels of zoom (including a new 200% level which shows the chart larger than 100%), 256 color, black & white and night vision. more>>
NavimaQ 3.0.3 is a program showing the Softchart, BSB, NDI and Maptech uncompressed electronic charts in 8 levels of zoom (including a new 200% level which shows the chart larger than 100%), 256 color, black & white and night vision. The user can click to zoom in one level, option click tozoom out one level and use the scroll bars to navigate which area of the chart is being viewed. The default mode for the cursor is a zoom tool thatallows the user to center the area to be zoomed in or out. The cursor can also draw an area that will be magnified. A movable Spyglass tool can beused to zoom in on one small area of a chart to see detail while zoomed out the the lower zoom levels.
Popcorn 3.0.3
Popcorn is a very serviceable tool which lets you enjoy your video anywhere you want, on the playback device of your choice. more>>
Popcorn 3.0.3 is a very serviceable tool which lets you enjoy your video anywhere you want, on the playback device of your choice.
Easily make high quality copies of your DVDs and movies. Take television recordings from your Mac to the portable device of your choice for on-the-go viewing or fit 4 hours of video on a single layer-DVD. Now with batch video conversion, support for a broad range of consumer devices, and exclusive support for TiVoToGoTM transfers, your video will go everywhere you do.
Enhancements:
- Version 3.0.3 resolves compatibility issues with newer MacBook and MacBook Pro models
Requirements:
- Mac OS X 10.4.10 or later
- QuickTime 7.1.6 or later.
Invade Earth 3.0.3
Invade Earth is an open-source implementation of the popular board game Risk 2210 AD more>>
Invade Earth includes a map editor, support for variant rules including Classic and Secret Mission modes, and a network play mode.
Main features:
- Multiple rule sets and maps:
- Invade Earth A.D. 2210
- Amoeba Invasion Expansion
- Mars Expansion
- Pantheon Expansion (our version of Risk: Godstorm) (coming soon)
- Classic
- Secret Mission
- Custom rule values
- A versatile Map Editor
- Several built-in AIs (play against the computer)
- Network support (play against your friends)
- A centralized list of open internet games
- Save and load game states, even over a network
- Watch a replay of saved games.
BeanKeeper 2.3.0.3
BeanKeeper is a full featured, powerful object/relational persistence and query library for Java more>>
Main features:
- Simple usage, which is possible with learning only 3 methods, and reading the tutorial.
- Zero-configuration. Nothing needs to be configured, only the database url is needed for the library to initialize.
- Scalability. The library is capable of distributed operation, from virtually unlimited nodes.
- Relations like references to other objects, Lists, Maps, Sets, Collections are handled 100% transparently by the library.
- Large result sets are automatically paged! Paging is 100% transparent, so a million-record result list can be given directly to the presentation layer, without caring for memory usage and database load!
- Transactions are always serializable. Meaning: during a transaction nothing can influence the result of queries from outside the transaction. This practically means, a programmer does not have to care about other transactions possibly influencing the logic inside his transaction.
- Full (transparent) polymorphism support ensures that (most of the time) the library does not get in the way of the programmer. The model is persisted just in the way the programmer expressed through inheritence, and is recalled with all the attributes of polymorphism.
- A custom, object oriented query language ensures, that no complicated SQL needs to be written.
- Scalar query support enables view-centric, more efficient data recall.
- Real portability between databases. BeanKeeper hides all database specific behaviour from the programmer, like: null value handling, empty strings (oracle), case sensitive and insensitive searches, reserved names, etc. That means, one may switch between database implementations, and may assume that (with the exception of a few documented cases) the software build upon the library will continue to work.
Enhancements:
- Improved lazylist iteration performance
- Fixed HSQLDB double shudown bug
- Fixed serial generation

Wyzo 3.0.3
Wyzo provides you with a versatile Web browser which allows you to focus on optimizing your online media experience. more>>
Wyzo 3.0.3 provides you with a versatile Web browser which allows you to focus on optimizing your online media experience. Wyzo gives you easy access to all your favorite media sites, to make it easy to download media content and inform your friends about your discoveries. Wyzo integrates your torrent downloads inside our download manager.
Now you can manage your Web and torrent downloads from the same window. Wyzo allows you to browse the web securely using the latest protection and safety technologies. Built from the ground up on the Firefox core, Wyzo will make sure your experience is smart, safe, and hassle-free.
Enhancements: Is 10x faster, BitTorrent integration and CoolIris.
Strata 3D Pro Updater 3.0.3
Strata 3D Pro 3.0.3 Updater fixes the following: Extensions not loading into Strata 3D Aura not rendering in Scanline Aura rendering speed increase Fog with shadows rendering speed increase Suspend more>> Strata 3D Pro 3.0.3 Updater fixes the following:
- Extensions not loading into Strata 3D
- Aura not rendering in Scanline
- Aura rendering speed increase
- Fog with shadows rendering speed increase
- Suspend rendering - image file type not saved
- Metaball rendering speed increase
- Texture mapping rendering speed increase
- Texture edit crash
- "Out of Memory" error when saving Quicktime tracks
- Text tool bug fixes
- Multi-Processor fixes
- EPS import fix to remove swatches and palette garbage
- Suspend rendering queue fix - Suppressed error message
- Suspend rendering queue fix - Image not saving
- Spline Path Import from Studio Pro fix
- Event Marker change now marks document as savable
- Project Window preview fix
Strata 3D Pro 3.0 or later.

FS2_Open Launcher 3.0.3
FS2_Open Launcher is a beneficial and easy-to-use Space simulator which has been ported to OS X. more>> FS2_Open Launcher 3.0.3 is a beneficial and easy-to-use Space simulator which has been ported to OS X.
The program will allow you to change the command line arguments of FS2_Open without having to mess around with the command line file that resides into the users Library. It will also allow you to change the resolution of the game.
Major Features:
- GUI for interacting with the command line of FS2_Open
- Dynamic Menus. Options differ, according to what version of FS2_Open you are using
- Options for developers, like loading of custom .lch files
- Support for changing the resolution and color bit depth of the game
- Improved mod support.
- Checking for updates on the internet via Sparkle.
- Standalone Mod Support. You can set up your own configurations.
Enhancements:
- Fixed some minor problems with custom standalone mods.
- Improved some aspects of the user interface. Now, when the user adds a new mod, he doesnt have to search the library for the preference folder. The application suggest possible folders and the user selects one of them
Gamma Control 3.0.3
Gamma Control - Adjust the gamma curve of your screen more>>
Gamma Control gives you the possibility to calibrate the gamma curve of the screen
Use the application to calibrate the screen for new ambiant conditions without having to use the ColorSync Calibration Assistant.
You can save your multiple settings in documents and retrieve them when needed. The settings you change are not saved into the current ColorSync profile and are restored when you quit Gamma Control.
Enhancements:
- Fixed a problem where Gamma Control was unusable under Mac OS X 10.3.9.