Other listings by this author |
|
HunkIO 1.7 (Downloads: 28)
Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile and PrintWriterPlus.
|
|
Official Encoding 1.1 (Downloads: 9)
Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding.
|
|
FontShower 2.9 (Downloads: 242)
Displays all the fonts available toSwing in Java on the machine. Displays the fonts in a variety of styles, sizes and colours, rendered either with anti-aliased or plain.
|
|
FontSaver 1.4 (Downloads: 7)
FontSaver shares Font objects instead of creating new ones to cut down on the RAM and time needed to create Font and Font peer objects. Profiling often shows the creation of too many Font objects is the cause of poor performance.
|
|
InWords 4.6 (Downloads: 110)
Java code to converts number to words in any of 24 languagues. Useful for writing cheques or legal documents.
|
|
Biorhythms Calculator 2.7 (Downloads: 616)
Calculates and displays biorhythm graphs. Enter your birthdate and this Applet and it will calculate your biorhythms. It computes your 23-day physical, 28-day emotional, 33-day intellectual and combined cycles.
|
|
JarLook 1.2 (Downloads: 58)
Check a Java jar to make sure all the javac -target versions of the class files are what you expect.
|
|
Amper 1.8 (Downloads: 21)
Cleans up HTML by converting appropriate ampersands to the equivalent !amp; entity.
|
|
Compactor 3.3 (Downloads: 174)
Compresses HTML by removing unnecessary white space. Compacts HTML so that web pages are 20% smaller and hence 20% faster.
|
|
Masker 1.9 (Downloads: 65)
Produces PNG files (image files similar to GIFs, but smaller) that contain your email address. When you post them on your website, it is harder for spammer to harvest them.
|
|
ShellSort 1.4 (Downloads: 25)
ShellSort is a simple sort suitable for 2000 or less elements. It sorts using a comparision routine you provide to compare two elements to be sorted.
|
|
Esper 2.4 (Downloads: 23)
A crude translator Esperanto To English and English to Esperanto. It works by looking up words in various dictionaries on the web. It mindlessly translates word for word.
|
|
Quoter 5.1 (Downloads: 102)
Converts text with many possible cleanups, including preparation of HTML and Java, aligning in columns, character set conversion, case converting, removing excess white space, removing blank lines, preparing regex expressions....
|
|
CMOSSave 4.6 (Downloads: 120)
CMOSSave CMOSRest CMOSChk restore corrupted CMOS from backup and check that CMOS has not been tampered with.
|
|
Unicode 1.8 (Downloads: 103)
Used to test your computer's Unicode support and your font's support for particular characters, or as a learning to to explore the Unicode character set. Displays in Courier, TimesRoman, Symbol, Dialog and Helvetica.
|
|
Common13 1.3 (Downloads: 67)
common utility classes that work under Swing Java 1.3+ that includes: CMPAboutJBox: a proper about box for Swing apps/JApplets that provides useful information and HybridJ : converts Swing Applet into an Application.
|
|
NetworkCam 1.6 (Downloads: 29)
a Java Applet that lets you a view video stream from web cameras that servers present as a series of still jpg images.
|
|
AmericanTax 3.8 (Downloads: 194)
Calculates American sales taxes state and district for some states.
|
|
Holiday Calculatior 4.7 (Downloads: 435)
Calculates when 66 holidays occur in any given year BC or AD. Designed to be cannibalised to include the calculation routines in your own programs. It can also be used standalone
|
|
KeyPlayer 1.5 (Downloads: 140)
Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic. Application to let you experiment to learn how mouse and keystroke events work. Output appears on the console. Just click the mouse or hit keystrokes to see the events generated.
|