| Other listings by this author | 
|  Pentium 1.5   (Downloads: 276) Java code to tell you facts about the Pentium and AMD CPU. 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 measured in CPU cycles since the last
 boot. It is designed to be incorporated in your own Java
 progams.
 
 You can also use it as a standalone utility with:
 
 java.ex...
 | 
|  BOOTSave 2.8   (Downloads: 281) BootSave saves/restores the master boot sector 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 Norton NU.
 
 The BootSave suite will work under DOS, Windows 3.x, Windows
 95/98/ME, OS/2, but not NT, Windows 2000, XP, Vista or Windows 7.
 These OSes block low level disk I/O as...
 | 
|  Replicator 11.3   (Downloads: 798) The Replicator lets you distribute large numbers of files to many people. 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 ordinary
 HTTP website. It requires no code to run on the server.
 
 It can also work with CDs, and LANs.
 
 Custom configured for each customer. Not free. Registrat...
 | 
|  Batik 2.2   (Downloads: 493) Java  to let you create a custom utility to find and delete all junk files. Java classes to let you create a custom utility to find and
 delete all junk files on your machine.  Use one of the three
 scripts supplied as an example, to create your own XXX.java
 source code file then compile and use to rapidly clean your
 drive of junk.
 
 This program requires some elementary Java programming skill.
 
 To compile
 
 E:
 cd \com\mindprod\batik
 javac *.java
 
 to run, make s...
 | 
|  QuickSort 1.6   (Downloads: 268) QuickSort is an implementation of Tony Hoare's classic recursive Quicksort. QuickSort is an implementation of Tony Hoare's classic
 QuickSort. QuickSort works by choosing a pivot point and
 ensuring all elements below the pivot point are small all
 above are big, (i.e. smaller than the pivot) Then it
 recursively splites the upper and lower halves, repeating
 the process. QuickSort is an internal sort written in Java.
 Both RadixSort and HeapSort are quicker than QuickSort.
 QuickSort can also take patholo...
 | 
|  FontSaver 1.4   (Downloads: 236) FontSaver shares Font objects instead of creating new ones. 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 for how to incoporate it into your own programs.
 It does nothing on its own....
 | 
|  Align 1.6   (Downloads: 251) Aligns data in ASCII text files into neat columns. 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.  Fields may contain spaces if they
 are enclosed in single or double quotes or C comments /* ...
 */ or //.  The best way to understand this program is to try
 it on a COPY of any ASCII Text file, especially one that
 contains badly al...
 | 
|  Masker 1.9   (Downloads: 289) Hides email addresses from spammers as PNG image files. 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: code like this:
 
 [a href="../image/mailto/roedy.png"]email me[/a]
 
 (pretend [] are angle brackets)
 
 or
 
 [mg src="image/mailto/r...
 | 
|  Primes 1.4   (Downloads: 477) calculates the prime numbers 1..N, tells you if N is prime etc. 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.
 
 It is useful in computing optimal Hashtable sizes.
 
 Java source included....
 | 
|  Amper 1.9   (Downloads: 413) Safely converts ampersands to !amp; entities In the following, pretend ! is an ampersand. PAD files don't let me give literal examples. Amper converts ! to !amp; in HTML files and back, but does not convert it when the ! is already in an entity e.g. !lt; !thetasym; !eacute;
 
 The main use for this is to pass HTMLValidator verification of your HTML, which is very picky about !, especially inside URLs.
 
 As a side effect, it also ensures all your comment delimiters balance.
 
 It ...
 | 
|  Rgrow 1.3   (Downloads: 210) RGrow resizes fixed length records padding or chopping. RGrow resizes fixed length records e.g.
 RGrow.exe MyFile.seq  500 600
 will grow each record from 500 to 600 bytes by padding binary zeros.
 Will also truncate records.
 
 These are not the old and new sizes of the file, but of the fixed length records
 in the file.  If you increase the record size, each record will be padded
 with nulls.  The entire file will grow as a result.
 
 This program may be freely copied and us...
 | 
|  Insult 1.9   (Downloads: 331) Generates insults typical of those posted by Republicans in newsgroups. 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 download with WinZip, (or similar unzip utility) into
 any directory you please, often C:\ -- ticking off the (user
 folder names) option. To run as an application,...
 | 
|  CSV 6.5   (Downloads: 1010) Java to  read, write, align, sort, reshape, pack... comma, tab-separated files. Java classes you can use standalone or embed in your own programs to
 Read, write, align, sort  and pack comma, tab and semicolon-
 separated variable files, commonly known as CSV files.
 
 It consists of a 23 Java classes/utilities CSVReader, CSVWriter, CSVAlign, CSVChangeCase, CSVCondense, CSVDeDup, CSVDeDupField, CSVDeEntify, CSVDump, CSVEntify, CSVPack, CSVPatch, CSVReshape, CSVSort, CSVSortField, CSVTabToComma, CSVTemplate, CSVToHTML, CSVToS...
 | 
|  Transporter 1.4   (Downloads: 246) Lightweight Java classes to let you encrypt/sign/armour for secure transmission. 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 Internet without SSL.
 
 Typically you would embed it in your own Internet
 applications....
 | 
|  Converter 5.5   (Downloads: 413) How to Interconvert any of the Java primitives. Conversion Amanuensis. 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.  Runs an as Applet or application.
 
 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 (user
 folder names) option. To run ...
 | 
|  Http 2.9   (Downloads: 751) HTTP GET/POST/HEAD/PROBE/CHASE java class library for http: or https: http is a small library of Java classes to let you do GET/POST/HEAD/PROBE/CHASE to a server r 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.
 
 To see a sample use have a look at the com.mindprod.submitter package, downloadable...
 | 
|  CanadianTax 4.2   (Downloads: 616) Calculates Canadian sales taxes: GST HST and PST today or in the past. 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 HST and PST to a base
 price. It als works in  reverse given the
 final price working backwards to get the taxes and base
 price.  In other words it will tell ...
 |