Other listings by this author |
|
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.
|
|
Encodings 1.6 (Downloads: 21)
Applet to list all supported encodings (character sets) supported by your browser/java.
|
|
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
|
|
AmericanTax 3.8 (Downloads: 194)
Calculates American sales taxes state and district for some states.
|
|
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....
|
|
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.
|
|
Ini 1.4 (Downloads: 49)
Windows *.ini file verifier, tidier and sorter. Tidies and sorts windows *.ini files, ones that look like this: [section] | ; a comment | item=value; | To use: | java.exe -jar ini.jar C:\somedir\somefile.ini UTF-8
|
|
CSV 6.5 (Downloads: 590)
23 Java classes/utilities you can use standalone or embed in your own programs to Read, write, align, condense, sort, reshape, patch, template tuple, convert, pack... comma, tab and semicolon-separated variable files, commonly known as CSV files.
|
|
Batik 2.2 (Downloads: 283)
Java classes to let you create a custom utility to find and delete all junk files on your machine. This program requires some elementary Java programming skill.
|
|
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.
|
|
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.
|
|
FontShowerAWT 2.9 (Downloads: 89)
Displays all the fonts available to AWT in Java on your machine. Displays the fonts in a variety of styles, sizes and colours, rendered either with a Canvas or with a TextArea.
|
|
Bulk Emailer 1.7 (Downloads: 80)
The bulk emailer program allows you to send the same email to a long list of people. Unlike competing products, it does not require you to run any code on your ISP's server. The price includes customising the program to your needs.
|
|
Align 1.6 (Downloads: 32)
ALIGN aligns data in ASCII text files into neat columns. Also converts comma-delimited files to columns with 2 spaces between each column. Input fields must be separated by commas or white space.
|
|
Converter 5.5 (Downloads: 126)
Conversion teaching tool. Shows you how to convert any of the 17 basic Java types into any of the other. Conversion Amanuensis as your side whenever you need Java code to convert anything to anything else.
|
|
RadixSort 1.6 (Downloads: 18)
RadixSort is a fast internal sort written in Java that mimics a card sorter.
|
|
VerCheck 4.4 (Downloads: 50)
VerCheck checks websites for new versions of the software you use.
|
|
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.
|
|
Dedup 1.5 (Downloads: 15)
DeDup is a Java command-line utilty for removing duplicate lines in text files. The dedup process compares adjacent lines only. It does not sort first. The comparison is case sensitive. It removes adjacent indentical lines.
|
|
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.
|