Other listings by this author |
|
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.
|
|
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.
|
|
Common11 2.8 (Downloads: 116)
common utility classes that work under Java 1.1+ including:**BigDate:simplified date handling when you want dates without times..** ImageInfo: information about a GIF, png, jpg. **ImageViewer: component to display an image
|
|
Sound 1.4 (Downloads: 35)
Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit linear code for the waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format.
|
|
VerCheck 4.4 (Downloads: 50)
VerCheck checks websites for new versions of the software you use.
|
|
Echoserver 1.3 (Downloads: 63)
See what browsers and programs are sending to an HTTP Server. Simple server just dumps whatever it receives on the console.
|
|
Entities 3.1 (Downloads: 312)
Consists of a pair of utilities that let you convert/strip/insert HTML/XML/XHTML entities such as _amp;- and _quot; from files converting them back and forth to their equivalent single characters
|
|
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.
|
|
QuickSort 1.6 (Downloads: 14)
QuickSort is an implementation of Tony Hoare's classic recursive QuickSort.
|
|
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.
|
|
Pluck 1.0 (Downloads: 7)
Scans multiple files looking for a REGEX pattern, and summarised what it finds as a CSV file. See mindprod.com/jgloss/regex.html for how to compose them.
|
|
Honk 1.5 (Downloads: 16)
Plays one or more of the Standard Windows sounds, triggered purely from the command line. use: [honk] - Plays the default system sound. [ honk SystemStart SystemHand SystemQuestion]
|
|
MimeCheck 4.5 (Downloads: 208)
Check that a server is sending the correct mime type for any given URL.Helps you check that a server, possible not even yours, is properly configured. See mindprod.com/jgloss/mime.html to learn what MIME types are.
|
|
Wavelength 1.3 (Downloads: 15)
Wavelength creates Color objects given the wavelength or the frequency of the light rather than the usual RGB or HSB. instead of: Color c = new Color(255, 0, 0); use the frequency in nanometers, and gamma 0.0. .. 1.0. (gamma is intensity/brightness.)
|
|
Screws 1.3 (Downloads: 7)
CMP Screws and Screwdrivers draws eight types of screw heads. It is a teaching example for how to use Java Canvas, fillRect, fillOval, fillPoly and AffineTransform to draw. Java source is included for you to cannibalise.
|
|
Untouch 2.4 (Downloads: 178)
Reverts files dates back if the files have not really changed. Also can be used to put files back to their original dates whether they have changed or not.
|
|
CanadianTax 4.2 (Downloads: 347)
Calculates Canadian sales taxes: GST HST and PST today or as they were in the past. Works either as an application or as an Applet that needs to run in JDK 1.5+ capable browser.
|
|
LEDataStream 1.8 (Downloads: 24)
Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data.
|
|
Primes 1.4 (Downloads: 264)
calculates the prime numbers 1..N, tells you if N is prime etc. Prints tables of primes. Computes the prime just below or above N. calculates the prime numbers 1..N, tells you if N is prime etc.
|
|
Boyer 1.5 (Downloads: 28)
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. Boyerr-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K.
|