| Other listings by this author | 
|  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 (...
 | 
|  SortedArrayList 1.3   (Downloads: 230) Sort and Merge ArrayLists efficiently. This is a pair of library classes to include in your own
 code for manipulating ArrayLists.
 
 It consist of two classes: SortedArrayList and Merge.
 
 SortedArrayList is an ArrayList that remembers how it is
 sorted, so that if you ask it to sort, it can sometimes
 bypass the work when it is already in order. You declare the
 order you want and it keeps the list sorted,  You just call
 sort whenever you need the list to ...
 | 
|  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...
 | 
|  Holiday Calculatior 4.7   (Downloads: 727) Calculate when 66  holidays occur in any given year. Calculates when various holidays occur in any given year BC or AD.
 Designed to be cannibalised to include the calculation routines in your
 own programs.  You might use it to prepare paper calenders well in
 advance or electronic calendars.  You might also use the logic in computer
 programs that compute payrolls, bus schedules, or club meetings.  You
 might use it in writing novels or researching historical events.  It can
 als...
 | 
|  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...
 | 
|  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 ...
 | 
|  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...
 | 
|  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 ...
 | 
|  CurrCon 4.5   (Downloads: 586) CurrCon displays prices in HTML in users' home currency. Currency Conversion Applet.
 
 CurrCon is an Applet you embed in your HTML
 to display prices in a variety of world currencies
 defaulting to the user's country.
 
 It usually works in conjunction with the htmlmacros
 pre-processor to insert the necessary Applet calls,
 though you can do it manually.
 
 Shareware for non military use only.
 Registrants get help setting it up....
 | 
|  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,...
 | 
|  FourTidy 3.1   (Downloads: 313) Tidies Take Command/TCC/4NT/4DOS DESCRIBE file descriptors To tidy, sort, prune and dedup a JP Software
 Take Command/TCC/4NT/4DOS hidden descript.ion file. These files are used by
 the DESCRIBE utility to track what your various files
 are for.
 
 First make the directory containing the usually-hidden descript.ion file
 current. e.g.
 
 C:
 cd \env
 
 Then invoke the java program with:
 
 java.exe -jar C:\com\mindprod\fourtidy\fourtidy.jar
 
 If you...
 | 
|  Dedup 1.5   (Downloads: 230) Java command line utility to removes duplicate lines from text files. DeDup is a Java command-line utilty for removing duplicate
 lines in text files.
 
 The dedup process compares adjacent lines only. It does not
 sort first. The comparison is case sensitive. It removes
 adjacent indentical lines. It replaces the original file, so
 do a backup first.  You can dedup 1 to N files in one
 execution, just put their names on the command line.
 
 DeDup deletes blank lines from both the beginning...
 | 
|  JarCheck 1.4   (Downloads: 506) 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 jarcheck.jar   jartotocheck.jar 1.1 1.7
 
 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 lo...
 | 
|  FontShowerAWT 2.9   (Downloads: 330) Displays all the fonts available to AWT in Java. Displays all the fonts available to AWT in Java on your
 machine. Displays the fonts in a variety of styles, sizes
 and colours, rendered either with a Canvas or with a TextArea.
 
 FontShowerAwt displays the fonts available on *your* machine
 to *Java*. Other people will have different fonts installed
 and will see different selections available to Java on
 their machines. Your browser will see a slightly different
 set of fo...
 | 
|  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....
 | 
|  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...
 | 
|  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....
 |