class files

Class Bingo 1.0
Class Bingo is an easy to use application designed to help teachers play bingo with their students. more>>
Class Bingo is an easy to use application designed to help teachers play bingo with their students. Class Bingo lets the teacher set the Class Size, print out sheets of random numbers for the selected Class Size, and print Bingo Sheets with four unique Bingo Cards per sheet. Class Bingo is freeware.
When you launch Class Bingo you see the Control Panel. Use the up/down selector to set the class size (25 to 99) and click on the "Prepare List" button.
Major Features:
- Each set of numbers contains all numbers from 1 to the Class Size (42 in this case) and the numbers are scrambled and the bingo cards are unique.
- To print Bingo Sheets for the students, the teacher selects the desired batch size (1, 5, 10, 20, 40, or 60) and clicks on File / Print Bingo Card Batch
- Each Bingo Sheet has four unique Bingo Cards using the scrambed numbers from the Class Size (42 in this case).
- Class Size is saved between sessions.
Enhancements:
- Initial release.
Requirements:
- Mac OS X 10.2 or later.
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
Class Checker 1.0
Class Checker is an effective tool for searching for nested tags with class attributes and reporting them for fixing. more>>
Class Checker 1.0 is an effective tool for searching for nested tags with 'class' attributes and reporting them for fixing.
Nested tags can result in inconsistent font display, especially when using percentages in your cascading style sheets.
Requirements: Mac OS X 10.x
Change File Types 1.0
Change File Types - Change a files creator and type information more>>
Completly Freeware.
ClassGhost 1.0
A small utility that can redefine class files within a running JVM more>> A small utility that can redefine class files within a running JVM
ClassGhost is a small utility that can redefine class files within a running JVM. ClassGhost allows you to directly inject the newly compiled class files in to the VM without interrupting the running application. Works with multiple as well as remote VMs
System requirements:
-
Enhancements
- Favorites feature for bookmarking frequently used output/project/code directories.
- drag and drop suport for the internal file system browser, via Favorites feature.
- Full fledged support for Linux systems
- Several bug fixes
- Improved filter for loaded classes search
- Thread viewer is removed. This feature was pretty pointless anyway.
class-dump 3.0
Command line tool for Obj-C examination. more>>
It generates declarations for the classes, categories and protocols. This is the same information provided by using otool -ov, but presented as normal Objective-C declarations.
Class Checker X 1.0
Class Checker 1.0 is a simple utility to scan for nested tags containing class attributes. Nested tags can result in inconsistent font display, especially when using percentages in your cascading more>> Class Checker 1.0 is a simple utility to scan for nested tags containing class attributes. Nested tags can result in inconsistent font display, especially when using percentages in your cascading style sheets. Just drag a folder on to Class Checker and all files and folders within it (files to be scanned must end in .htm or .html) will be checked & reported in a new text document (opens after script has run).
Mac OS X 10.1 or later.
Class-Dump GUI 1.0b
GUI shell for Class-Dump command line app. more>>
t is one of those Apps that never finishes being developed, but never really becomes anything serious, so if you would like to help out with testing please email Ed.
Features:
- "Open" Function so you dont need to type out the address of the Application/Framework you are dumping
- Attributes (Command-line style) now available
- Preferences working
- New Meta-Package means a single installation package
ODBC Cocoa Class Samples 1.0
ODBC Cocoa Class Samples - Classes to access sql server more>>
Completly freeware.
Zip Java Classes 1.0
Zip Java Classes - Composes a zip archive from Java classes more>>
Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.
The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!
Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.
Appleworks Database Files 1.0
Appleworks database for software & hardware inventory. more>>
Hidden Files 1.0
Hidden Files is a high-speed and powerful program which is capable of showing and hiding hidden files. more>> Hidden Files 1.0 is a high-speed and powerful program which is capable of showing and hiding hidden files.
Requirements: Mac OS X 10.3 or later.
Clean Java Classes 1.0
Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
The folders search is done recursively.
If some folder becomes empty with no items in it, then it is also removed. On searching folders, the script also changes the viewby method of each folder to "View by Name".
Lock/Unlock Files 1.0
Lock/Unlock Files - Lock/unlock entire folders of files more>>
Completly freeware for personal use.
plist Class for REALbasic 2.11.1
plist Class for REALbasic stores your apps preferences more>>
Main features:
- Several Get methods for getting data
- Several Set methods for setting data
- Append methods for dealing with arrays
- Parent/child structure patterned after the FolderItem class.
Enhancements:
- [bug] Empty strings no longer return a carriage return. Thought I had squashed that bug in a previous version, but guess not.