| Other listings by this author | 
|  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...
 | 
|  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...
 | 
|  Ini 1.4   (Downloads: 500) Windows *.ini file verifier, tidier and sorter. 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.
 Opera uses UTF-8. You can leave it to the default for most others.
 The original is named somefile.ini.old when you are done.
 
 Don't run ini ...
 | 
|  TimeZones 1.9   (Downloads: 220) Displays all the TimeZone on your machine supported by Java Displays all the TimeZoneon your machine supported by
 Java, with their standard time and daylight saving time
 offsets from GMT, along with the their ID (programmer) names
 and display names. It also displays  UTC time, local time, and
 your default TimeZone and whether daylight savings is
 currently in effect....
 | 
|  Sound 1.4   (Downloads: 249) Create/synthesize sounds mathematically in Java. Sound lets you mathematically create sounds in Java.
 
 You define your sounds in terms of 16-bit linear code for
 the waveform, -- an array of samplings. The U_Law.class will
 then convert that to (or from) *.AU mu-law 8-bit encoding
 format which you can then play with
 AudioPlayer.player.start(bis) in an application or with
 Applet.getAudioClip in an Applet.
 
 This is just a sample program. You would insert your own m...
 | 
|  ShellSort 1.4   (Downloads: 229) ShellSort is a simple sort suitable for 2000 or less elements. 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.
 
 You can test it with:
 
 java.exe com.mindprod.shellsort.TestShellSort...
 | 
|  Volser 1.2   (Downloads: 372) Gets the 4-byte 32-bit binary volume serial number in Windows. Gets the 4-byte 32-bit binary volume serial number of a Windows
 disk drive assigned when it is formatted to provide and almost unique id.
 Don't confuse this with the volser(, the string name,
 or the manufacturer's disk serial number assigned to a hard drive at the factory.
 Uses JNI and C++ native code.
 
 Consists of  java and JNI you include in your own code.
 
 You can test with
 
 C:
 CD \com.mindprod...
 | 
|  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...
 | 
|  Common13 1.3   (Downloads: 278) common utility classes that work under Swing Java 1.3+ common utility classes that work under Swing Java 1.3+
 Includes:
 
 CMPAboutJBox:    a proper about box for Swing apps/JApplets that provides useful information.
 HybridJ :        converts Swing Applet into an Application...
 | 
|  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 ...
 | 
|  Submitter 16.4   (Downloads: 1070) Submitter will submit your PAD *.xml program descriptor file to 199 PADsites. Submitter will submit your PAD *.xml program descriptor file to 199 PADsites.
 Unlike other submission programs, it submits only to PADSites
 that welcome automated submissions.  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 and the name of the pad
 itself e.g.  hypotheticalprogram.xml, then hit SUBMIT.  It also has a
 ...
 | 
|  CMOSSave 4.6   (Downloads: 338) Check CMOS for corruption and automatically restore it. CMOSSave CMOSRest CMOSChk restore corrupted CMOS from
 backup and check that CMOS has not been tampered with.
 
 Naive users sometimes meddle with CMOS settings. We need a
 fast way to put the scores of subtle CMOS configuration
 settings back the way they were.
 
 Power surges can corrupt CMOS. We need a way for a naive
 user to quickly restore all the CMOS settings.
 
 If the battery fails, the contents will be los...
 | 
|  FileTimes 1.9   (Downloads: 253) Read and set Windows file/dir times from Java: Create/LastModified/LastAccessed Java class library to get/set file and directory times: Create/LastModified/LastAccessed. For Windows only.
 
 Create time is when the file was first written. Modified
 time (sometimes called lastModified) is when the file was
 last written. Accessed time is when the file was last read
 or written. Checking its date, looking at its attributes or
 checking to see if it exists does not count as reading it.
 
 Get/Set Windows Fil...
 | 
|  VerCheck 4.4   (Downloads: 338) VerCheck checks websites for new versions of the software you use. WHAT IT IS FOR
 **************
 
 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 version numbers have changed. It comes preconfigured from the factory with 64 applications.
 
 HOW IT WORKS
 ************
 
 For each applica...
 | 
|  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...
 | 
|  Wassup 2.5   (Downloads: 468) Wassup let's you know what's up with your Java environment. 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 run as either an Applet or an application.
 When you run Wassup as an application it shows you
 considerably more information. The Java sandbox considers it
 a security risk to rev...
 | 
|  MimeCheck 4.5   (Downloads: 473) Check that a server is sending the correct mime type for any given URL. 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....
 |