Other listings by this author |
|
Amper 1.8 (Downloads: 21)
Cleans up HTML by converting appropriate ampersands to the equivalent !amp; entity.
|
|
AmericanTax 3.8 (Downloads: 194)
Calculates American sales taxes state and district for some states.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
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.
|
|
Http 2.9 (Downloads: 439)
http is a small library of Java classes to let you do HTTP GET/POST/HEAD/PROBE/CHASE to a server with http: or https:. Also encodes parameter pairs for you. It does nothing on its own. It is intended to be incorporated into your own programs.
|
|
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.
|
|
FileTimes 1.9 (Downloads: 34)
Read and set Windows file/dir times from Java: Create/LastModified/LastAccessed. Create time is when the file was first written. LastModified is when the file was last written. Accessed time is when the file was last read or written.
|
|
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.)
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|