| Other listings by this author | 
|  CreditCard Validator 1.8   (Downloads: 403) Verifies that credit card number is valid. The CreditCard Validator will help you tell:
 1. if a credit card number is valid,
 2. which credit card vendor handles that number.
 
 It is a simple Applet to demonstrate the use of the ValidateCreditCard class.
 
 It validates the prefix and the checkdigit. It does *not* contact the credit card company to ensure that number has actually been issued and that the account is in good standing.
 
 It will also tell you which of ...
 | 
|  AmericanTax 3.8   (Downloads: 446) Calculates American sales taxes state and district Calculates American sales taxes, state and district.
 
 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 sales tax to a base price.
 It also works in reverse given the total paid working
 backwards to get the tax and original price.  In other words
 it will  tell you the sticker price to make somet...
 | 
|  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...
 | 
|  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....
 | 
|  Bulk Emailer 1.7   (Downloads: 280) The bulk emailer program sends the same email to many people. 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 see the manual at
 mindprod.com/application/bulk.manual.html
 
 To install, Extract the zip download with WinZip, available from
 winzip.com (or similar unzip utili...
 | 
|  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
 ...
 | 
|  JarLook 1.2   (Downloads: 310) Check that class target versions are as expected in a Java jar. Check a Java jar to make sure all the javac -target versions of
 the class files are what you expect.
 
 Java application.
 Requires Java version 1.5 or later.
 
 All Java source code is included.
 
 to use:
 
 java -jar jarlook.jar   jartotocheck.jar 1.1 1.4
 
 where jartocheck.jar is the name of jar to check.
 It will check all the class files in it.
 
 In this example:
 1.1 is the low...
 | 
|  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...
 | 
|  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....
 | 
|  LEDataStream 1.8   (Downloads: 245) Little-endian replacements for DataInputStream, DataOutputStream and RandomAcces 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 big-endian data, with the most significant byte of an integer or float first. Intel and Windows 95 tend to work with little endian data in native files. LEDataInputStream, LEDataOutputstream and LERandomAccessFile will le...
 | 
|  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.
 
 | 
|  Encodings 1.6   (Downloads: 248) Applet to list all supported encodings (character sets) supported by Java. Applet to list all supported encodings (character sets)
 supported by your browser/java.
 
 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, type:
 
 java -jar C:\com\mindprod\encodings\encodings.jar
 
 adjusting as necessary to account for where the jar file is....
 | 
|  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...
 | 
|  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....
 | 
|  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...
 | 
|  KeyPlayer 1.5   (Downloads: 383) Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic. Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic
 Application to let you experiment to learn how mouse and
 keystroke events work. Output appears on the console.
 Just click the mouse or hit keystrokes and watch what details
 of the events generated.
 
 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 (...
 | 
|  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...
 |