Other listings by this author  | 
| 
  InWords 4.6   (Downloads: 343) 
Java code to converts number  to words in any of 24 languagues. Shows you how to count in any of the following languages: 
 
Bahasa Indonesia 
Binary 
Decimal	(several variants) 
Dutch (modern, old and banker's) 
English (British, North American, Ordinals) 
Esperanto 
French 
German 
Grams 
Hexadecimal 
Icelandic 
Italian 
Japanese 
Martian 
Metric Metric Prefixes (grams) 
Norwegian 
Octal 
Polish 
RAM (bytes) 
Roman Numerals... 
 | 
| 
  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.... 
 | 
| 
  Splice 1.5   (Downloads: 370) 
SPLICE splices bits of files together SPLICE splices bits of files together e.g. 
SPLICE Cut MyFile.Txt  Start 99 Length 99 Insert  MyFile2.txt At 99 
SPLICE Copy MyFile.Txt Start 99 Length 99 Overlay MyFile2.txt At 99 
 
Uses for SPLICE: 
 
1. excising a section of a file. 
2. replacing a section of a file. 
3. inserting a section into a file. 
4. extracting a section of a file. 
5. appending a section onto a file. 
 
This program may be freel... 
 | 
| 
  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... 
 | 
| 
  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 ... 
 | 
| 
  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... 
 | 
| 
  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... 
 | 
| 
  Wassup 2.5   (Downloads: 468) 
Wassup let's you know what's up with your Java environment. Wassup let's you know what's up with your Java environment. 
It will tell you the System Properties, as many as the 
Security system will let you peek at. This includes such 
things as which JVM is running, which version of Java, which 
vendor. It may be run as either an Applet or an application. 
When you run Wassup as an application it shows you 
considerably more information. The Java sandbox considers it 
a security risk to rev... 
 | 
| 
  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.... 
 | 
| 
  NetworkCam 1.6   (Downloads: 268) 
Java Applet to view a Webcam stream of JPG images a Java Applet that lets you a view 
video stream from web cameras that servers 
present as a series of still jpg images.... 
 | 
| 
  CMOSSave 4.6   (Downloads: 338) 
Check CMOS for corruption and automatically restore it. CMOSSave CMOSRest CMOSChk restore corrupted CMOS from 
backup and check that CMOS has not been tampered with. 
 
Naive users sometimes meddle with CMOS settings. We need a 
fast way to put the scores of subtle CMOS configuration 
settings back the way they were. 
 
Power surges can corrupt CMOS. We need a way for a naive 
user to quickly restore all the CMOS settings. 
 
If the battery fails, the contents will be los... 
 | 
| 
  Entities 3.1   (Downloads: 617) 
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... 
 | 
| 
  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.... 
 | 
| 
  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 ... 
 | 
| 
  Comparators 1.4   (Downloads: 312) 
Comparator classes to include in your Java  programs. Java classes to include in your programs. Includes: 
HTMLArrayComparator.java: Compares two arrays of Strings of HTML, ignoring embedded tags. 
HTMLComparator.java: Compares two Strings of HTML, ignoring embedded tags. 
StringComparator.java: Compares two Strings, case sensitive. 
StringComparatorIgnoreCase.java: Compares two Strings, case insensitive. 
 
Not useful on its own, though you can run the debugging harness with: 
 ... 
 | 
| 
  Transporter 1.4   (Downloads: 246) 
Lightweight Java classes to let you encrypt/sign/armour for secure transmission. The Transporter acts like an electronic secure courier to 
deliver your data and documents in encrypted form safe from 
prying eyes or those who would tamper with them. 
 
It Encrypts, digitally signs and armours to send sensitive 
information over the Internet without SSL. 
 
Typically you would embed it in your own Internet 
applications.... 
 |