Other listings by this author |
|
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....
|
|
Pentium 1.5 (Downloads: 41)
Pentium works on Windows and Intel Pentium class and AMD CPUs to determine the CPUID information such as the vendor, brand/model, step, model, instruction set family, cpu serial number, and the RDTSC Time stamp register for high resolution timing mea...
|
|
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. Normally Java binary I/O is done with b...
|
|
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 To install, Extract the zip dow...
|
|
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. It is useful in computing optimal Hashtable sizes. J...
|
|
Boyer 1.5 (Downloads: 28)
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. Boyerr-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K or over and t...
|
|
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. For more detail se...
|
|
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 ...
|
|
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. See the source code ...
|
|
Replicator 11.3 (Downloads: 349)
The Replicator lets you distribute large numbers of files to many people efficiently. The software automatically downloads just the changed files and deletes ones no longer part of the distribution. Unlike other similar tools, all it requires is an o...
|
|
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...
|
|
Wassup 2.5 (Downloads: 213)
Wassup let's you know what's up with your Java environment. It will tell you the System Properties, as many as the Security system will let you peek at. This includes such things as which JVM is running, which version of Java, which vendor. It may be...
|
|
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...
|
|
CanadianTax 4.2 (Downloads: 347)
Calculates Canadian sales taxes: GST HST and PST today or as they were in the past. Java Applet that can also be run as an application. Requires Java version 1.5 or later. Java source code and sample HTML included. This version computes by adding GST...
|
|
File Splitter 1.3 (Downloads: 119)
Split large text/html files into smaller files. I find it much faster and more accurate than cut and paste. You embed commands in the big file telling it which pieces of it are to go where, then let Splitter do the work. It is much faster and more ac...
|
|
ISBN 2.5 (Downloads: 58)
Helps you proofread, interconvert, validate and tidy ISBN-10 and ISBN-13 (International Standard Book Number) references in your HTML or other documentation. It validates the checkdigit, inserts dashes, interconverts ISBN-10 and ISBN-13. It displays...
|
|
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...
|
|
Compactor 3.3 (Downloads: 174)
Compresses HTML by removing unnecessary white space. Compacts HTML so that web pages are 20% smaller and hence 20% faster. It does this by removing all unnecessary white space. To fluff files up again, I suggest using SlickEdit beautify. The file w...
|
|
Mouse 1.4 (Downloads: 37)
In Java, allows you to find out where the mouse in on the screen, even when it is not over one of your apps. This has similar function to MouseInfo.getPointerInfo in Java 1.5+. This class will work in any version of Java. It uses JNI and a DLL, so ...
|
|
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....
|