Other listings by this author |
|
Comparators 1.4 (Downloads: 85)
Java classes to include in your programs. Includes: HTMLArrayComparator.java compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java compares two Strings of HTML, ignoring embedded tags.
|
|
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.
|
|
Volser 1.2 (Downloads: 141)
Gets the 4-byte 32-bit binary volume serial number of a Windows disk drive assigned when it is formatted to provide and almost unique id.
|
|
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.
|
|
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.
|
|
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....
|
|
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.)
|
|
Pentium 1.5 (Downloads: 41)
Pentium works in Java on Windows and Intel Pentium class and AMD CPUs to determine the CPUID information such as the vendor, brand/model, step, model, instruction set family, cpu serial number, and the RDTSC Time stamp register.
|
|
LinkedList 1.6 (Downloads: 11)
LinkedList is replacement for Java Vector class. Classical doubly linked list. Faster that Vector for insert/delete, but slower for indexed access. The interface is modeled on java.util.Vector.
|
|
FileFilters 2.7 (Downloads: 174)
FilenameFilters you can use in your own Java programs with File.list( FilenameFilter f ). They can also be used standalone as fancy dir commands. Also includes CommandLine to parse command line and collects directory trees.
|
|
HeapSort 1.7 (Downloads: 16)
HeapSort is an implementation of Williams and Floyd classic HeapSort.
|
|
FileIO 6.1 (Downloads: 303)
I/O teaching tool that generates sample Java source code to do 617 types of I/O to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe.
|
|
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.
|
|
FourTidy 3.1 (Downloads: 50)
To tidy, sort, prune and dedup a JP Software Take Command/TCC/4NT/4DOS hidden descript.ion file. These files are used by the DESCRIBE utility to track what your various files are for.
|
|
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.
|
|
Insult 1.9 (Downloads: 141)
Generates insults typical of those posted by Republicans in the alt.politics.bush newsgroup. Java Applet that can also be run as an application. You can run it without installing it at mindprod.com/applet/insult.html
|
|
Wassup 2.5 (Downloads: 213)
Wassup let's you know what's up with your Java environment. It will tell you the System Properties, as many as the Security system will let you peek at. This includes such things as which JVM is running, which version of Java, which vendor.
|
|
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.
|
|
JarCheck 1.4 (Downloads: 183)
Check a Java jar to make sure all the javac -target versions of the class files are what you expect.
|
|
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]
|