| Other listings by this author | 
|  Pluck 1.0   (Downloads: 204) Scans multiple files looking for a REGEX pattern, and summarised what it finds. Scans multiple files looking for a REGEX pattern, and
 summarised what it finds as a CSV file.
 
 java -jar C:\com\mindprod\pluck\pluck.jar  "\.[a-z]+\." E:\temp\temp.csv E:\somedir
 
 adjusting as necessary to account for where the jar file is.
 The first parameter is the regex pattern. See regex in the java glossary
 for how to compose them.
 
 The next parameter is where the output in to go.  use the
 wo...
 | 
|  Biorhythms Calculator 2.7   (Downloads: 928) Calculates and displays biorhythm graphs. Calculates and displays biorhythm graphs.
 
 Enter your birthdate and this Applet and it will calculate
 your biorhythms.  It computes your 23-day physical, 28-day
 emotional, 33-day intellectual and combined cycles.  The
 combined cycle is sometimes called the luck cycle.  The
 theory of biorhythms is when the cycles are positive/high
 you will have high energy.  When they are negative/low you
 will have low energy. When they...
 | 
|  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...
 | 
|  Untouch 2.4   (Downloads: 436) Reverts files dates back if the files have not really changed. Documentation on the original student project outline
 mindprod.com/projects/untouchproj.html
 This explains how it works and some of its uses.
 
 Untouch supports the following command line switches which appear
 before the directories.
 -c or -clear = clear history first and take current file times as the new revert-to point.
 -f or -force = revert files back to previous dates whether they have changed or not.
 -h or -help =...
 | 
|  TimeZones 1.9   (Downloads: 220) Displays all the TimeZone on your machine supported by Java Displays all the TimeZoneon your machine supported by
 Java, with their standard time and daylight saving time
 offsets from GMT, along with the their ID (programmer) names
 and display names. It also displays  UTC time, local time, and
 your default TimeZone and whether daylight savings is
 currently in effect....
 | 
|  Unicode 1.8   (Downloads: 381) Used to test your computer's Unicode support Used to test your computer's Unicode support and your font's
 support for particular characters, or as a learning to to
 explore the Unicode character set. Displays in Courier,
 TimesRoman, Symbol, Dialog and Helvetica.
 
 copyright (c) 1996-2008 Nic Fulton nic.fulton@reuters.com of
 Reuters Ltd. Modified by Roedy Green
 of Canadian Mind Products with permission.
 
 To install, Extract the zip download with WinZip, availa...
 | 
|  Quoter 5.1   (Downloads: 437) Converts text with many possible cleanups and transformations. Converts text with many possible cleanups, including
 preparation of HTML and Java, aligning in columns, character
 set conversion, case converting, removing excess white
 space, removing blank lines, preparing regex expressions....
 
 converts raw text with the following possible cleanups:
 
 0.  Flow text by removing newline characters. Useful to prepare text to paste into web comment boxes.
 
 1.  Convert awkward chara...
 | 
|  ShellSort 1.4   (Downloads: 229) ShellSort is a simple sort suitable for 2000 or less elements. ShellSort is a simple sort suitable for 2000 or less
 elements. It sorts using a comparision routine you provide
 to compare two elements to be sorted.
 
 You can test it with:
 
 java.exe com.mindprod.shellsort.TestShellSort...
 | 
|  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....
 | 
|  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...
 | 
|  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...
 | 
|  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 ...
 | 
|  Compactor 3.4   (Downloads: 575) Compresses HTML by removing unnecessary white space. Compresses HTML by removing unnecessary white space.
 
 Compacts HTML so that web pages are 20% smaller and hence
 20% faster. It does this by removing all unnecessary white
 space.  To fluff files up again, I suggest using SlickEdit
 beautify. The file will render on browsers exactly as they
 did before. Any [pre] sections are left intact. No comments
 are removed.
 
 NOTE THE COMPACTOR JUST COMPACTS YOUR HTML. IT DOES N...
 | 
|  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...
 | 
|  SetClock 8.5   (Downloads: 878) Set your PC Clock from an accurate atomic clock on the web. Set PC Clock from an accurate atomic clock on the web. You
 can put in on your website so that others can use it to
 correct their clocks without having to install software or
 without you having to install software on your server.
 
 Java Web Start signed.
 
 Requires Java version 1.5 or later. Native code for Windows only.
 
 Full Java source code included, and native C JNI code....
 | 
|  Sound 1.4   (Downloads: 249) Create/synthesize sounds mathematically in Java. Sound lets you mathematically create sounds in Java.
 
 You define your sounds in terms of 16-bit linear code for
 the waveform, -- an array of samplings. The U_Law.class will
 then convert that to (or from) *.AU mu-law 8-bit encoding
 format which you can then play with
 AudioPlayer.player.start(bis) in an application or with
 Applet.getAudioClip in an Applet.
 
 This is just a sample program. You would insert your own m...
 | 
|  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 (...
 |