Other listings by this author |
|
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....
|
|
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. It will also encode parameter pairs for you. It does nothing on its own. It is intended to be incorporated into your own programs....
|
|
HeapSort 1.7 (Downloads: 16)
HeapSort is an implementation of Williams and Floyd's TopDown HeapSort. HeapSort is a fast internal sort written in Java that uses a sorting algorithm analogous to power struggles for higher positions in a hierarchical bureaucracy. Source provided. I...
|
|
Password 1.7 (Downloads: 289)
Generates random passwords that are hard to guess. It uses a crytographic quality random number generator. The passwords are generated locally in a Java Applet. They are never transmitted over the Internet, even in encrypted form. You can use the p...
|
|
BOOTSave 2.8 (Downloads: 49)
BootSave saves/restores the master boot sector on the hard disk. Suite of three utilities BootSave, BootRest and BootChk. Protects against damage to the partition table or boot sector done by rogue programs, viruses or accidents with tools like Norto...
|
|
JDisplay 4.5 (Downloads: 182)
JDisplay displays Java, HTML, bat, SQL, ini, csv, xml, mftl properties... files a variety of colours, fonts, sizes and weights to help make them more presentable. Why would you use it? For the same sorts of reasons you use colours and fonts in an ...
|
|
Tabout 2.7 (Downloads: 23)
converts tabs to spaces in an ASCII text file Don't use it on word processor files. Assumes tab stops are 8 columns apart. Also trims ^Z and corrects any malformed CrLf line endings. C source included. Copyrighted, but may be distributed freely an...
|
|
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. StringComparator.java compares two ...
|
|
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 !amp; and !quot;. It handles the HTML 4 entities su...
|
|
FileTransfer 2.5 (Downloads: 46)
Includes classes to let you copy, download and upload files from within a Java program. Also contains a command-line utility to download files. Fully commented Java source is provided. It is now comes in four parts, MiniFileTransfer, FileTransfer ...
|
|
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 | Where UTF-8 in the encoding. Oper...
|
|
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....
|
|
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. It draws 8 types of screw hea...
|
|
SetClock 8.5 (Downloads: 583)
Set your PC Clock from an accurate atomic clock on the web.. You can also put SetClock on your own website so that others can use it to correct their clocks without anyone having to install software. signed Java Web Start application. Requires Java v...
|
|
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. Includes AllDirectoriesFilte, AllFilesFilter,ClamFilter, DirListFilter, EndsWithFilter, ExtensionFilter,...
|
|
Borders 1.5 (Downloads: 12)
Displays a variety of decorative borders. Shows off what you can do with Swing....
|
|
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. It makes sure that a jar intended to run under an old 1.1 JVM contains no classes accidentally compiled with javac -target 1.5. This should catch cl...
|
|
Untouch 2.4 (Downloads: 178)
Reverts files dates back if the files have not really changed. Documentation on the original student project outline mindprod.com/projects/untouchproj.html This explains how it works and some of its uses....
|
|
CreditCard Validator 1.8 (Downloads: 164)
The CreditCard Validator will help you tell: (1) if a credit card number is valid (2) which credit card vendor handles that number. It validates the prefix and the checkdigit. It does *not* contact the credit card company to ensure that number has ac...
|
|
Splice 1.5 (Downloads: 126)
SPLICE splices bits of files together e.g. [SPLICE Cut MyFile.Txt Start 99 Length 99 Insert MyFile2.txt At 99] [SPLICE Copy MyFile.Txt Start 99 Length 99 Overlay MyFile2.txt At 99] Uses for SPLICE: 1. excising a section of a file. 2. replacing a s...
|