Google
 

3/11/2007

RosettaTest - 0.89



RosettaTest is a program to indicate whether an application in Mac OS X is running natively on a Mac powered by processors from Intel or is dynamically translated by Rosetta.


What's new in this version:

* Fixed an issue where an application running with super-user privileges was interpreted as not running in native mode.
* Changed behaviour: Double-click on an application now activates it.
* Updated the machine identification database.


Website
Download RosettaTest

TrackRunner - 1.3.7



TrackRunner is a GPS-enabled exercise logbook for Mac.

Coupled with a GPS receiver and using LoadMyTracks from ClueTrust to connect to your GPS device, you'll be able to log your workouts and keep track of distance, time, elevation, heart-rate etc. Activities can be organized into categories, and by location.

Tracks can be displayed on satellite-images and data such as heart-rate, pace and cadence can be viewed in customizable graphs


What's new in this version:

Bugfixes:

* Main Window treeview-header wasn't always saved. Fixed
* Crash when entering activities manually if "Add Activity" wasn't selected. Fixed
* Pace/Speed in US-units where calculated too high in Graph View. Fixed
* Minor problems with selection of the same category in two subsequent activities. Fixed
* Bug in the calculation of Hr.Zone-time and Cadence if the activity included "stopped" time. Fixed
* Too many columns in the Location Window. Fixed
* Couldn't enter negative temperature values in the Report Window. Fixed
* Critical bug in import of SportTracks GPX-files. Fixed

Changes:

* GraphView: Pace Upside Down only if Pace/Speed is shown as Pace
* Improved error-detection in the import-modules to prevent malformed Xml-files from crashing the program

New features:

* Fully customizable weekly and monthly summary charts Support for non-GPS activities
* Support for Wheel sensor


Website
Download TrackRunner

Xcode Toolbox - 0.2



Xcode Toolbox prints out standard get/set methods for the variables of an Objective-C object. You can drag & drop entire projects, or individual header files, or even type the declarations. Get/set methods are created using the 'copy' method for NSObject subclasses, and straight references for other objects.


What's new in this version:

* New text input method
* Improved layout


Website
Download Xcode Toolbox

safeThis - 1.5

Small Application for quickly creating Encrypted Disk Images. Easy to use for storing sensitive data or other important stuff. Move them to a DVD or CD to backup your important files. Also you may securely delete files and folders!


What's new in this version:

New UI Look and recompiled for compatibility. Email update.


Website
Download safeThis

Listen! - 1.0.0

Is there a sound that brings back memories or brings you particular pleasure? For some, that might be a dinner bell, a train whistle or the call of the loon in the wild. That is called an audible anchor. Listen! helps you repeat that experience any time you wish. Listen! can also be used as a friendly timer to let you know your study time, nap time, exercise time, etc., is up.

When you launch Listen! the first time, a folder titled "ListenSounds" is added to Users/~/Documents folder. Sound files (".wav" format) in that folder are used as source sound files. The Setup Window allows the user to select one of three modes (Use Random Sound, Step Through Sounds, and Use Specific Sound). The time interval between sounds can be set between ten seconds and sixty minutes. The name of the sound file is displayed when the sound starts. This application can be run minimized.


What's new in this version:

Version 1.0.0 is the initial release.


Website
Download Listen!

checkSum+ - 1.5.1



sfv, md5 and csv files are used to check for data loss on file transmission over newsgroups, CD burn and so on, based on md5 or CRC32 algorithms; checkSum+ can create/read these files and tell you (or others) when a file is or not corrupted.

Please, note that I support these formats experimentally. Since there are lots of apps in the pc-world able to generate these archives, I choose only the most common of them (such as the ones generated by QuickSFV or MD5Summer). Also, checkSum+ provides a "explorer" window which will show you lots of other checksums, such as MD4 (used in the mldonkey network), SHA, MD2, etc...


What's new in this version:

A little fix.


Website
Download checkSum+

YamiPod - 1.0.3



YamiPod is a freeware application to efficiently manage your iPod under Mac OS X, Windows and Linux. Here's a brief description of the features in YamiPod:

* stand alone program, no installation required
* iPod is automatically recognized
* mp3 and AAC files can be copied to/from iPod
* read/write access to mp3 id3 and AAC infos
* playlist support (On-The-Go included)
* playlists import (PLS,M3U)
* full unicode support
* auto-download new versions
* advanced song import/export settings
* 2 restore features
* built in music player
* iPod informations
* 2 search features
* remove duplicated tracks
* find lost music files
* easy ratings edit
* PC to iPod synchronization
* create and edit notes
* automatically update song playcounts
* News RSS and podcasts to iPod upload
* Growl support (Apple only)
* export song lists to HTML or plain text files
* translated in 20 languages


Website
Download YamiPod

ImageMagick - 6.3.3

ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a large variety of formats. Images can be cropped, colors can be changed, various effects can be applied, images can be rotated and combined, and text, lines, polygons, ellipses and Bézier curves can be added to images and stretched and rotated.

Most of the functionality of ImageMagick can be used interactively from the command line; more often, however, the features are used from programs written in the programming languages C, Ch, C++, Java, Lisp, Pascal, Perl, PHP, Python, Ruby, Tcl/Tk, for which ready-made ImageMagick interfaces (MagickCore, MagickWand, PerlMagick, Magick++, PythonMagick, MagickWand for PHP, RMagick, TclMagick, L_Magick, and JMagick) are available. This makes it possible to modify or create images automatically and dynamically.


What's new in this version:

See http://www.imagemagick.org/script/changelog.php for a history of recent changes.


Website
Download ImageMagick

Nite Flite Script Library - 1.2

Nite Flite Script Library is a collection of script libraries that implement the basic computer science structures (stacks, queues, priority queues), file operations (read, write, and append), and sorting (Bubble sort, Insertion sort, Merge sort, and Quick sort). These routines can be used and reused in lots of ways. At the same time, these libraries also help new scripters to understand the basics of programming. The routines in this collection, while by no means "the final word" on the subject, have been written with an eye toward helping scripters to write better code that is both fast and clean.
What's new in this version:
The priority queue library was incorrectly handling inserts in the middle of the queue. This has been corrected.

The stack library has had a "peek" handler added so that you don't have to "pop" an item to see what it is.

The miscellaneous library has had a handler added to swap/replace text in a given string with other text.


Website
Download Nite Flite Script Library