Other listings by this author |
|
Accumulate 1.3 (Downloads: 19)
Used to accumulate values by category. It might be useful for example in a billing program to accumulate hours by various categories. It could be used to count how many times various words occurred in a document.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
TimeZones 1.9 (Downloads: 0)
Displays all the TimeZone on your machine supported by Java, with their standard time and daylight saving time offsets from GMT, along with the their ID (programmer) names and display names. It also displays UTC time, local time and the default TZ.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
CMOSSave 4.6 (Downloads: 120)
CMOSSave CMOSRest CMOSChk restore corrupted CMOS from backup and check that CMOS has not been tampered with.
|
|
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.
|
|
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
|
|
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.
|
|
BlOut 2.6 (Downloads: 106)
Blout removes extra blank lines from a file, collapsing multiple blank llines down to one, (or removing them altogether with the -compact option). It also ensures the file has a final CrLf.
|
|
Amper 1.8 (Downloads: 21)
Cleans up HTML by converting appropriate ampersands to the equivalent !amp; entity.
|
|
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....
|
|
Transporter 1.4 (Downloads: 29)
The Transporter acts like an electronic secure courier to deliver your data and documents in encrypted form safe from prying eyes or those who would tamper with them.
|
|
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.
|