| Other listings by this author | 
|  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.
 
 | 
|  HunkIO 1.7   (Downloads: 261) Java classes to readEntireFile, create a temp file etc. Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile method that is more convenient to use than Sun's File.createTempFile. It also includes PrintWriterPlus that converts linefeeds to platform specific line feeds even when they are embedded in data.
 
 Why the three linked ball logo?  It symbolises processing a file in line-sized chunks....
 | 
|  Borders 1.5   (Downloads: 230) Displays a variety of decorative borders. Shows off what you can do with Swing. Displays a variety of decorative borders.
 Shows off what you can do with Swing.
 
 To run as an application, type:
 
 java -jar C:\com\mindprod\borders\borders.jar
 
 adjusting as necessary to account for where the jar file is.
 
 The picture frame icon represents the various decorative
 borders you can put around your Swing panels....
 | 
|  Password 1.7   (Downloads: 549) Generates random passwords that are hard to guess. Generates random passwords that are hard to guess.  It uses a crytographic quality random number generator. The passwords are generated locally in a Java Applet. They are never transmitted over the Internet, even in encrypted form.
 You can also run it as a standalone program, invoking it with
 java com.mindprod.password.Password
 or
 password.jar
 
 You can also run it online at the mindprod.com website without installing it....
 | 
|  Boyer 1.5   (Downloads: 255) Fast string search (indexOf) using the Boyer-Moore algorithm. Fast string search (indexOf) using the Boyer-Moore
 algorithm. Incorporate this class into your own Java
 programs to rapidly search strings.
 
 use:
 import com.mindprod.Boyer.Boyer;
 ...
 Boyer b = new Boyer("dogcatwombat");
 int where = b.indexOf("cat");
 or
 int where = Boyer.indexOf("dogcatwombat","cat");
 
 Boyer-Moore is about twice as fast as String.indexOf wh...
 | 
|  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...
 | 
|  Common11 2.8   (Downloads: 388) common utility classes that work under Java 1.1+ common utility classes that work under Java 1.1 without using Arraylists or Swing.
 
 Class library.
 Requires Java version 1.1 or later.
 
 BigDate:         simplified date handling when you want dates without times.
 CMPAboutBox:     a proper about box that provides useful information.
 ImageInfo:       information about a GIF, png, jpg.
 ImageViewer:     component to display an image
 Limiter:         cap, corral and h...
 | 
|  ISBN 2.5   (Downloads: 339) Tidies, interconverts and Validates ISBN-10 and ISBN-13 book numbers. 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 them both with and without dashes....
 | 
|  FontShower 2.9   (Downloads: 496) Displays all the fonts available to Swing in Java. Displays all the fonts available to Java on your
 machine. Displays the fonts in a variety of styles, sizes
 and colours,  rendered either with anti-aliased or plain.
 
 FontShower displays the fonts available on *your* machine
 to *Java*. Other people will have different fonts installed
 and will see different selections available via Java on
 their machines. Your browser will see a slightly different
 set of fonts than Java ...
 | 
|  Tabout 2.7   (Downloads: 229) converts tabs to spaces in an ASCII text file. converts tabs to spaces in an ASCII text file
 usage : TABOUT  Myfile.TXT
 Don't use it on word processor files.  Assumes tab stops
 are 8 columns apart.  Also trims ^Z and corrects any
 malformed CrLf line endings.  C source included.
 Copyrighted, but may be distributed freely and used for
 any purpose except military....
 | 
|  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...
 | 
|  LinkedList 1.6   (Downloads: 193) LinkedList is replacement for Java Vector class.  Classical doubly linked list. LinkedList is replacement for Java Vector class.  Classical
 doubly linked list.  Faster that Vector for insert/delete, but slower
 for indexed access.  The interface is modeled on java.util.Vector, so
 you can try it both ways and pick which is faster for your needs.
 Heavily commented Java source included.  copyright (c) 1997-2008 Canadian Mind
 Products.  May be freely distributed and and used for any purpose
 except military.
 ...
 | 
|  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...
 | 
|  Official Encoding 1.1   (Downloads: 173) Discover the official name of any given Java encoding. Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding.
 
 Prerequisites:
 
 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.
 
 Installing:
 
 Download source and compiled class files to run...
 | 
|  FileFilters 2.7   (Downloads: 422) Colllecton of Java FilenameFilters. FilenameFilters you can use in your own Java programs with
 File.list( FilenameFilter f ). They can also be used
 standalone as fancy dir commands.
 
 They come with Java source and include:
 
 AllDirectoriesFilter  gets all directories
 AllFilesFilter        gets all files
 ClamFilter            simple wildcard
 DirListFilter         gets a list of directories
 EndsWithFilter        gets files whose names end with a...
 | 
|  Esper 2.4   (Downloads: 306) A crude translator Esperanto To English and English to Esperanto. 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.
 
 (1) First download and install the lastest Java JRE
 
 (2) Using WinZip extract the
 files into the default com\mindprod\esper directory.
 
 (3) Create a shortcut setting by right clicking the
 desktop and selecting new shortcut.
 <...
 | 
|  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...
 |