class
Class Viewer 2.0 Beta
Program that searches class files and can get field, constructor, method and other precious information more>>
Class Viewer 2.0 Beta is an excellent program you should not miss.
It is actually a free and open source program that will allow you to get field constructor, method information, search for methods and option and also view javadocs at method within your preferred browser. Configured by XML document.
Enhancements:
- Took a space out of the html address
Requirements:
- Mac OS X
jbytecode 0.4
Free and open source Java bytecode disassembler for your Mac more>> Free and open source Java bytecode disassembler for your Mac
jbytecode is a Java bytecode disassembler/assembler written in Python.
Dissasembly code is aligned with Java bytecodes in the class file so modification and re-assembly is always possible, even when class is obfuscated.
Enhancements
- Code refactoring.
classgen 1.4
Free and open source utility for generating Java classes more>> Free and open source utility for generating Java classes
classgen is a Java class generator that is able to produce classes for abstract syntax trees in compiler frontends from simple and compact specifications.
Generated classes have builtin support for the Visitor design pattern.
System requirements:
-
Enhancements
- code cleanup
- moved sources to http://sf.net/projects/classgen/
- moved 1.3beta up to stable status
jallie 0.9.2
Free and open source Java Classfile assembler and disassembler more>> Free and open source Java Classfile assembler and disassembler
Jallie is a Java Classfile assembler/disassembler and low-level interactive editor. Allows viewing and manipulation of Java class data both manually and via scripts. Load in a class file, make changes, and then save the result.
Enhancements
- Numerous bug fixes.
- Added support for the new Java5 attributes (generic signatures and annotations)
Javinder 1.0
An advanced Java file/class finder with support for searching inside archives more>> An advanced Java file/class finder with support for searching inside archives
Javinder is an advanced Java file/class finder with support for searching inside zip, war, ear, jar archives or finding text inside pdf, doc, ppt, UTF-8 files.
System requirements:
-
Enhancements
- Initial release.
Version Checker 1.0
Tool that traverses the given folder or directory and groups the found classes more>> Tool that traverses the given folder or directory and groups the found classes
The Version Checker Tool traverses the given folder or directory and groups the found classes by java major and minor version.
Version Checker helps to identify and resolve the java run time compatibility issues with class and jar files.
System requirements:
- Java
MassTransit 6.0.1
MassTransit Enterprise is a proven enterprise-class file transfer solution architected to meet the most demanding business requirements, support the largest files, and deliver the highest performance more>> MassTransit Enterprise is a proven enterprise-class file transfer solution architected to meet the most demanding business requirements, support the largest files, and deliver the highest performance and reliability.
Mac OS X 10.4 or later.
GCFolderBrowser
Simple interface component for browsing a folder hierarchy more>> Simple interface component for browsing a folder hierarchy
GCFolderBrowser is a free and very easy to use controller class that is able to manages an NSOutlineView to display and navigate any part of the folder hierarchy on disk without using a modal NSOpenPanel.
Detailed information about the class and its usage can be found here.
System requirements:
- Xcode
DKRouteFinder
A practical Cocoa solution for the Travelling Salesman Problem (TSP) more>> A practical Cocoa solution for the Travelling Salesman Problem (TSP)
DKRouteFinder is a free Cocoa class that offers a practical solution to the Travelling Salesman Problem - efficiently finding an optimal route among a set of arbitrarily distributed objects.
Detailed usage information on this Cocoa class can be found here.
System requirements:
- Xcode
Class Bingo 1.0
Class Bingo is quickly becoming one of the most popular card games in the world. more>>
Class Bingo 1.0 is quickly becoming one of the most popular card games in the world.
Class Bingo is a very simple application developed to help teachers play bingo with their students. Class Bingo prints out a page of random bingo numbers for class sizes from 25 to 99 for the teacher and prints out bingo sheets for the class members.
Class Bingo is an easy to use application designed to help teachers play bingo with their students. Class Bingo is an easy to use application designedJavaDoc 0.9
Widget to quickly access local Java documentation. more>> Widget to quickly access local Java documentation.
Enter a class name, JavaDoc will open the local html description page for this class. Neat and quick.
Local Java API documentation must be installed. You can do this from the XTools installer options, on the Tiger DVD.
System requirements:
- Local Java API documentation.
Enhancements
- Searches latest java doc path.
- Remove java doc files quarantine.
Display Overlord Classes 3.0.2
Display Overlord Classes is such a professional and useful tool that adds methods and classes to gather video device capabilities and capture displays, providing full screen environments suitable for games, multimedia presentations, or kiosk applications. more>> <<less
Backpack Journal 1.0
Backpack Journal -Post your status and create new journal entries more>> REALbasic classes to export data to MS Excel file format. The classes also include a class to easily export from the Einhugur StyleGrid control to MS Excel file format.
You do not need to have Excel on the computer to be able to write the Excel document.<<less

Holding Pattern Screen Saver - Coach Class 2.2
Airplane window screensaver with aerial view animation and superb photography. more>>
Turns your idle computer screen into an airplane window, complete with a moving aerial view. Each time it plays, the screensaver creates a unique flight sequence.
Realistic, gentle animation and superb photography make it a truly distinctive screen saver. Enjoy the visual splendor of 15 fresh aerial locations, from the majestic American West to lush Hawaii.
- 15 stunning aerial views from around the world - Sunset and daytime passages - Gentle, realistic flight animation
FMOD Ex Audio Classes 0.6b
FMOD Ex Audio Classes - hooks into the cross platform FMOD Ex audio library, supporting a wide range of audio formats more>>
First, a little background... The FMOD Ex API supports multiple concurrent "system" objects which may map to multiple audio devices installed on the same machine. Consequentially, all audio samples, channels, and effects are owned by a single system object and can not be shared. If a system object is destroyed, all sounds, channels, groups, and effects created under that system become invalidated and accessing them will generate errors (or worse).
To simplify this situation within the REALbasic environment, these classes do not allow for more than one system object to be active at any given time. Under normal circumstances this should not cause any grief - you call FMEx.StartUp when your application is launched, load your audio samples, create player objects, etc., then call FMEx.ShutDown when your application quits and all will be fine. If you have a need to restart FMOD Ex however, all existing FMExAudio, FMExStream, and FMExSubMixer instances will point to invalid audio handles. There is error checking in place to avoid crashes if this situation should arise, but it can still be annoying. In order to properly restart FMOD Ex you should follow the steps below...
Call the Stop method on all existing FMExAudioPlayer and FMExAudioPlayer3D instances. You do not have to dispose of these objects, but calling Stop ensures the internal channel reference is reset.
Dispose of all FMExAudio, FMExStream, and FMExSubMixer instances (i.e. set them to Nil). Be sure to also dispose of any FMExAudio instances that have been assigned to FMExAudioPlayer.DefaultAudio properties.
Call FMEx.ShutDown, followed by FMEx.StartUp, then reload/recreate all required FMExAudio, FMExStream, and FMExSubMixer objects and re-route any submixers.
ByRef methods are provided to allow you to reuse existing FMExAudio, FMExStream, and FMExSubMixer instances by replacing the required data/handles. This can be much easier than recreating them from scratch.
These classes couldve been simplified further by automatically reference counting audio objects and starting/stopping FMOD Ex behind your back, but that would preclude the ability to restart the audio engine at any time, and greatly impair the start up options interface.
- Virtual Channels
One of FMOD Exs most touted features is automatic channel virtualization. This allows you to play sounds on more channels than are physically available and let FMOD Ex decide which are more important based on priority settings and 3D positioning. One caveat with virtualization is that you must call FMEx.Update as frequently as possible for this to actually work (e.g. in games youd typically call FMEx.Update every frame). NOTE: If youre already calling FMEx.Update for 3D audio you do not need to call it twice.
- MIDI
MIDI playback currently only works on Windows, and only if the default system sound font is installed (/windows/system32/drivers/gm.dls). Broader MIDI support is on the would-like list but primary tests point to a broken implementation on Mac OS X (i.e. some FMOD Ex bugs need to be fixed before this can work).
- Other bugs...
Stereo sounds routed to submixers may "pollute" the wave data of other submixers. Everything else works as expected however and the audio output is correct, but submixers may return incorrect values when calling their Level methods. This appears to be a bug within FMOD Ex itself but more testing is required.