Other listings by this author |
|
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.)...
|
|
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...
|
|
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....
|
|
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...
|
|
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. It Encrypts, digitally signs and armours to send sensitive information over the Int...
|
|
Holiday Calculatior 4.7 (Downloads: 435)
Calculates when 66 holidays occur in any given year BC or AD. Designed to be cannibalised to include the calculation routines in your own programs. It can also be used as an Applet or a standalone application....
|
|
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...
|
|
Submitter 15.8 (Downloads: 671)
Submitter will submit your PAD *.xml program descriptor file to 196 PADsites. Compose your PAD *.xml file using a program like PADGen, then upload it you your website. Then enter the URL of your website directory where you upload pads e.g. mypretendw...
|
|
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....
|
|
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. It also trims any blank lines off the beginning and end of ...
|
|
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.......
|
|
VerCheck 4.4 (Downloads: 50)
I used to check over a dozen websites each day to see if new versions of the software I use had been released. This was time consuming and error prone. VerCheck automates this process by checking the websites of the programs you use to see if the v...
|
|
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....
|
|
SortedArrayList 1.3 (Downloads: 7)
SortedArrayList is an ArrayList that remembers how it is sorted, so that if you ask it to sort, it can sometimes bypass the work when it is already in order. You declare the order you want and it keeps the list sorted, You just call sort whenever yo...
|
|
Masker 1.9 (Downloads: 65)
Produces PNG files (image files similar to GIFs, but smaller) that contain your email address. When you post them on your website, it is harder for spammer to harvest them. You can include the generated image files in the HTML on your website with: c...
|
|
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. It will also create a simple text file called _O_V_E_R_V_I_E_W.tx...
|
|
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...
|
|
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. Echoserver is misnamed because it does not actually echo what it receives back to the browser....
|
|
Encodings 1.6 (Downloads: 21)
Applet to list all supported encodings (character sets) supported by your browser/java. To install, Extract the zip download with WinZip, available from winzip.com (or similar unzip utility) into any directory you please, often C:\ -- ticking off the...
|
|
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...
|