Less Popular Downloadable Utilities  Less Popular Downloadable Utilities

go to home page Products Master Index Google search web for more information on this topic jump to foot of page translate this page with Babelfish ©1996-2010 Roedy Green, Canadian Mind Products
All of the utilities posted here are free! and come with well-commented source. However, they all have a non-military use restriction. This amounts to public domain for non-military use.

Less Popular Downloadable Utilities

Master Index to Downloads Popular Less Popular Command Line DOS 8.3 Icon Legend developed with IntelliJ banner

General Information About Mindprod Downloads

  1. Clicking below on any particular utility will take you to a summary and links to documentation, source and download zip files.
  2. If you have trouble with prices not displaying or your browser freezing on this site, most likely the problem is you have no Java, an obsolete Microsoft Java or possibly an obsolete Sun Java installed. Click to Get The Latest Java.
  3. You have to be online with your browser to download the zips. The Replicator off-site mirror does not contain them.
  4. You don’t have to download the entire package to browse the source code of any Canadian Mind Products programs, even ones not released officially, by looking in the Subversion repository which also track the history of changes.
    view mindprod source in repository: novice
    browse mindprod source in repository: intermediate
    access mindprod source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/: advanced
  5. PADmap You can download a list of all the Canadian Mind Products PAD files in simple PADmaps.org format. PAD files are Portable Application Description files. They contain contact information about the author and details about a program in a standard XML format.
  6. You can download a CSV format file containing a list of all the Canadian Mind Products downloadable programs and their current versions and dates, download and PAD urls. Timestamps are in Zulu format. You could use this information in an efficient version checker to detect recent updates.
  7. The screenshot links marked with the FastStone logo FastStone Logo  were made with the FastStone capture utility.

Less Popular Downloadable Utilities

Accumulate Esperanto Tradukilo Vortope Pathways Amanuensis SortedArrayList
American State Sales Tax Calculator Heapsort Primes Sorting
Borders JDisplay QuickSort sound
ColorSaver Keyplayer RadixSort Speaker
EchoServer LinkedList say! TimeZones
Encoding Recognizer Mutex Screws Unicode
Encodings Official Encoding ShellSort WaveLength

Less Popular Downloadable Utilities

Program Ver Size    Updated    Status Source Description Popularity
accumulate
Accumulate
1.3 565K 2009-03-12 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Accumulate. Accumulates values by category, and display results in sorted order, e.g. timesheet data by activity code.
download zip for Accumulate Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access accumulate source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/accumulate/.

download ASP PAD XML program description for the current version of Accumulate.

Accumulate is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
americantax
American State Sales Tax Calculator
2.8 1,527K 2008-06-01 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of American State Sales Tax Calculator. Note it may require adding tables for the states/counties you need. It currently only comes with complete tables for 37 of the 50 states.
run American State Sales Tax Calculator online as an Applet in your browser, without installing it on your computer.
download zip for American State Sales Tax Calculator Java source and compiled class files to run on your own machine as an application or Applet.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access americantax source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/americantax/.

After you have installed the jar, you can run it as an application. Type:

java -jar J:\com\mindprod\americantax\americantax.jar

adjusting as necessary to account for where the jar file is.

download ASP PAD XML program description for the current version of American State Sales Tax Calculator.

American State Sales Tax Calculator is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
borders
Borders
1.5 742K 2008-04-06 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Borders. Displays a variety of Java Swing borders
run Borders online as an Applet in your browser, without installing it on your computer.
download zip for Borders Java source and compiled class files to run on your own machine as an application or Applet.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access borders source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/borders/.

After you have installed the jar, you can run it as an application. Type:

java -jar J:\com\mindprod\borders\borders.jar

adjusting as necessary to account for where the jar file is.

download ASP PAD XML program description for the current version of Borders.

Borders is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
colorsaver
ColorSaver
1.3 798K 2009-01-01 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of ColorSaver. Ensures Color objects are shared rather than duplicated.
download zip for ColorSaver Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access colorsaver source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/colorsaver/.

download ASP PAD XML program description for the current version of ColorSaver.

ColorSaver is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
echoserver
EchoServer
1.3 576K 2006-03-06 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of EchoServer. HTTP echo server for testing HTML forms and CGI
download zip for EchoServer Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access echoserver source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/echoserver/.

download ASP PAD XML program description for the current version of EchoServer.

EchoServer is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
encodings
Encodings
1.6 821K 2007-05-16 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Encodings. Displays all encodings (character sets) supported.
run Encodings online as an Applet in your browser, without installing it on your computer.
download zip for Encodings Java source and compiled class files to run on your own machine as an application or Applet.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access encodings source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/encodings/.

After you have installed the jar, you can run it as an application. Type:

java -jar J:\com\mindprod\encodings\encodings.jar

adjusting as necessary to account for where the jar file is.

download ASP PAD XML program description for the current version of Encodings.

Encodings is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
encodingrecogniser
Encoding Recognizer
1.1 859K 2008-04-01 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Encoding Recognizer. Helps determine a file’s encoding by displaying it presuming all the different supported encodings.
run Encoding Recognizer online as an Applet in your browser, without installing it on your computer.
download zip for Encoding Recognizer Java source and compiled class files to run on your own machine as an application or Applet.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access encodingrecogniser source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/encodingrecogniser/.

After you have installed the jar, you can run it as an application. Type:

java -jar J:\com\mindprod\encodingrecogniser\encodingrecogniser.jar

adjusting as necessary to account for where the jar file is.

download ASP PAD XML program description for the current version of Encoding Recognizer.

Encoding Recognizer is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
esper
Esperanto Tradukilo Vortope
2.2 1,240K 2008-04-06 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Esperanto Tradukilo Vortope. Word for word translations Esperanto to English and English to Esperanto
run Esperanto Tradukilo Vortope online as with Java Web Start.
If the download fails, install Esperanto Tradukilo Vortope manually with:
javaws.exe http://mindprod.com/webstart/esper.jnlp
download zip for Esperanto Tradukilo Vortope Java source and compiled class files to run on your own machine as a Java Web Start application.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access esper source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/esper/.

To run the JWS application, modify the jnlp file to look in the right place for its files, then type:

javaws J:\com\mindprod\esper\esper.jnlp

adjusting as necessary to account for where the jar file is.

download ASP PAD XML program description for the current version of Esperanto Tradukilo Vortope.

Esperanto Tradukilo Vortope is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
jdisplay
JDisplay
4.3 3.4MB 2010-02-08 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of JDisplay. Displays Java, HTML, bat, SQL, ini, csv, xml properties... source.
run JDisplay online as an Applet in your browser, without installing it on your computer.
download zip for JDisplay Java source and compiled class files to run on your own machine as an Applet.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access jdisplay source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/jdisplay/.

download ASP PAD XML program description for the current version of JDisplay.

JDisplay is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
heapsort
Heapsort
1.7 784K 2008-01-01 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Heapsort. Internal sort, good when data are already almost sorted.
download zip for Heapsort Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access heapsort source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/heapsort/.

download ASP PAD XML program description for the current version of Heapsort.

Heapsort is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
keyplayer
Keyplayer
1.5 888K 2010-02-08 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Keyplayer. Keystroke Event tutor. Teaches you about keystroke and mouse events by logging details about every event you generate as you click the screen or hit keystrokes. Can also diagnose defective keyboards.
download zip for Keyplayer Java source and compiled class files to run on your own machine as an application.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access keyplayer source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/keyplayer/.

After you have installed the jar, you can run it as an application. Type:

java -jar J:\com\mindprod\keyplayer\keyplayer.jar parms

adjusting as necessary to account for where the jar file is.

download ASP PAD XML program description for the current version of Keyplayer.

Keyplayer is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
linkedlist
LinkedList
1.6 804K 2008-02-18 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of LinkedList. LinkedList Java class. Predates java.util.LinkedList.
download zip for LinkedList Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access linkedlist source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/linkedlist/.

download ASP PAD XML program description for the current version of LinkedList.

LinkedList is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
Mutex 1.0 31K 2004-08-17 free Java
more info on the current version of Mutex. Mutex thread package. Written my Farsight systems, not CMP.
download zip for Mutex Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

Mutex is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
officialencoding
Official Encoding
1.1 840K 2008-04-05 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Official Encoding. Tells you the official name of any given encoding and whether Java supports it.
run Official Encoding online as an Applet in your browser, without installing it on your computer.
download zip for Official Encoding Java source and compiled class files to run on your own machine as an application or Applet.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access officialencoding source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/officialencoding/.

After you have installed the jar, you can run it as an application. Type:

java -jar J:\com\mindprod\officialencoding\officialencoding.jar

adjusting as necessary to account for where the jar file is.

download ASP PAD XML program description for the current version of Official Encoding.

Official Encoding is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
pws
Pathways Amanuensis
2.0 652K 2008-04-06 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Pathways Amanuensis. Generates advice to help you solve personal problems or other emotional problems such as dealing with your fear and anger surrounding terrorism and war. Based on Ken Keyes Jr.’s Twelve Pathways.
run Pathways Amanuensis online as an Applet in your browser, without installing it on your computer.
download zip for Pathways Amanuensis Java source and compiled class files to run on your own machine as an application or Applet.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access pws source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/pws/.

After you have installed the jar, you can run it as an application. Type:

java -jar J:\com\mindprod\pws\pws.jar

adjusting as necessary to account for where the jar file is.

download ASP PAD XML program description for the current version of Pathways Amanuensis.

Pathways Amanuensis is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
primes
Primes
1.4 517K 2006-03-06 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Primes. Calculates primes 1..N
download zip for Primes Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access primes source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/primes/.

download ASP PAD XML program description for the current version of Primes.

Primes is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
quicksort
QuickSort
1.6 778K 2008-01-01 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of QuickSort. Fast internal sort
download zip for QuickSort Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access quicksort source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/quicksort/.

download ASP PAD XML program description for the current version of QuickSort.

QuickSort is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
radixsort
RadixSort
1.6 808K 2008-01-01 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of RadixSort. Internal sort, very quick.
download zip for RadixSort Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access radixsort source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/radixsort/.

download ASP PAD XML program description for the current version of RadixSort.

RadixSort is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
screws
Screws
1.3 566K 2009-03-25 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Screws. Draws eight screw/screwdriver types. It is a teaching example for how to use Java Canvas, fillRect, fillOval, fillPoly and AffineTransform to draw.
download zip for Screws Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access screws source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/screws/.

download ASP PAD XML program description for the current version of Screws.

Screws is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
shellsort
ShellSort
1.4 794K 2008-01-01 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of ShellSort. Internal sort, good for small sorts under 2000 items.
download zip for ShellSort Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access shellsort source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/shellsort/.

download ASP PAD XML program description for the current version of ShellSort.

ShellSort is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
sorted
SortedArrayList
1.3 833K 2007-07-28 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of SortedArrayList. SortedArrayList and Merge class to merge and deDup SortedArrayLists in various ways.
download zip for SortedArrayList Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access sorted source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/sorted/.

download ASP PAD XML program description for the current version of SortedArrayList.

SortedArrayList is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
sort            
sound
sound
1.4 559K 2007-05-23 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of sound. Generate sound mathematically in Java. Create AU files.
download zip for sound Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access sound source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/sound/.

download ASP PAD XML program description for the current version of sound.

sound is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
Speaker 1.0 18K 2004-04-05 free Java
more info on the current version of Speaker. Generate tones on the built in PC Speaker from Java. Uses JNI. Written by Martin Mosisch, not CMP.
download zip for Speaker Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

Speaker is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
tz
TimeZones
1.9 856K 2008-06-13 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of TimeZones. Displays all Java-supported Timezones, the default timezone, whether DST is in effect and the current time.
run TimeZones online as an Applet in your browser, without installing it on your computer.
download zip for TimeZones Java source and compiled class files to run on your own machine as an application or Applet.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access tz source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/tz/.

After you have installed the jar, you can run it as an application. Type:

java -jar J:\com\mindprod\tz\tz.jar

adjusting as necessary to account for where the jar file is.

download ASP PAD XML program description for the current version of TimeZones.

TimeZones is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
unicode
Unicode
1.7 646K 2010-01-07 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of Unicode. Displays full Unicode™ character set in various fonts. From Reuters.
run Unicode online as an Applet in your browser, without installing it on your computer.
download zip for Unicode Java source and compiled class files to run on your own machine as an application or Applet.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access unicode source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/unicode/.

After you have installed the jar, you can run it as an application. Type:

java -jar J:\com\mindprod\unicode\unicode.jar

adjusting as necessary to account for where the jar file is.

download ASP PAD XML program description for the current version of Unicode.

Unicode is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
wavelength
WaveLength
1.3 805K 2007-11-27 free Java
more infoPAD factsscreenshotbrowse source repository for the current version of WaveLength. Calculate Color given wavelength in nanometers or frequency of light in Terahertz. Draw pretty rainbows.
download zip for WaveLength Java source and compiled class files to run on your own machine as a part of your own program.

First install the most recent Java.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access wavelength source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/wavelength/.

download ASP PAD XML program description for the current version of WaveLength.

WaveLength is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 
say!
say!
1.6 260K 2010-02-08 free C
more infoPAD factsscreenshotmanualbrowse source repository for the current version of say!. Bat file ECHO enhanced utility to also emit control chars
download zip for say! C source and executable files to run on your own machine as a standalone utility.

To install, extract the zip download with WinZip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option.

To check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to
access say! source in repository with [Tortoise] Subversion client on wush.net/svn/mindprod/com/mindprod/say!/.

download ASP PAD XML program description for the current version of say!.

say! is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
 

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/products2.html J:\mindprod\products2.html
CMP logofeedback Please email your feedback for publication, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.191.110]
You are visitor number 101,319.