| Other listings by this author | 
|  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...
 | 
|  BlOut 2.6   (Downloads: 368) Blout removes extra or all blank lines from a file. Blout removes extra blank lines from a file, collapsing multiple blank
 lines 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 the file.  It also converts all line endings
 to Windows standard CrLf form.  It trims trailing tabs and spaces from
 each line.
 
 Blout is not that bright.  It does not understand w...
 | 
|  File Splitter 1.3   (Downloads: 319) Split large text/html files into smaller files using embedded split commands. 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 accurate than trying to select huge
 blocks of text in an editor. You don't accidentally lose or
 duplicate text.  Keeping files small makes the site more
 responsive.
 
 | 
|  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....
 | 
|  Comparators 1.4   (Downloads: 312) Comparator classes to include in your Java  programs. 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 Strings, case sensitive.
 StringComparatorIgnoreCase.java: Compares two Strings, case insensitive.
 
 Not useful on its own, though you can run the debugging harness with:
 
 ...
 | 
|  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...
 | 
|  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 ...
 | 
|  Encoding Recogniser 1.2   (Downloads: 209) Help determine a file's encoding by displaying it wth all supported encodings. Encoding Recogniser will help you determine what encoding was
 used to write a file by displaying the file in hex or and
 decoded characters in any of the encodings supported by
 Java.
 
 This program runs under any OS,
 (e.g. Win2K/XP/Vista/OSX/Linux/Solaris/Vista64/AIX...) so long as you have
 Java version 1.5  or later installed.
 
 To install, Extract the zip download with WinZip (or similar unzip utility) into
 ...
 | 
|  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
 ...
 | 
|  Splice 1.5   (Downloads: 369) SPLICE splices bits of files together 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 section of a file.
 3. inserting a section into a file.
 4. extracting a section of a file.
 5. appending a section onto a file.
 
 This program may be freel...
 | 
|  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...
 | 
|  Entities 3.1   (Downloads: 616) Utilities to convert/strip/insert HTML/XML/XHTML entities 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 such as _hearts; as well as decimal _#123; and
 hexadecimal _x#123; entities.
 
 You may us this package as standalone
 utilities, or use the classes in your own programs
 to...
 | 
|  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...
 | 
|  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...
 | 
|  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....
 | 
|  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...
 | 
|  FileIO 6.1   (Downloads: 588) Generates sample Java code to do 617 types of I/O. I/O teaching tool that  generates sample Java source code to  read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket, resource or Pipe.  It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised objects, buffered, unbuffered or gzip compressed.
 
 |