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 ... 
 | 
| 
  Http 2.9   (Downloads: 753) 
HTTP GET/POST/HEAD/PROBE/CHASE java class library for http: or https: http is a small library of Java classes to let you do GET/POST/HEAD/PROBE/CHASE to a server r with http: or https. It will also encode parameter pairs for you. 
 
It does nothing on its own. It is intended to be incorporated into your own programs. 
 
To see a sample use have a look at the com.mindprod.submitter package, downloadable... 
 | 
| 
  Esper 2.4   (Downloads: 306) 
A crude translator Esperanto To English and English to Esperanto. A crude translator Esperanto To English and English to 
Esperanto.  It works by looking up words in various 
dictionaries on the web. It mindlessly translates word for 
word. 
 
(1) First download and install the lastest Java JRE 
 
(2) Using WinZip extract the 
files into the default com\mindprod\esper directory. 
 
(3) Create a shortcut setting by right clicking the 
desktop and selecting new shortcut. 
<... 
 | 
| 
  CanadianTax 4.2   (Downloads: 616) 
Calculates Canadian sales taxes: GST HST and PST today or in the past. Calculates Canadian sales taxes: GST HST and PST today or as they were in the past. 
 
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 GST HST and PST to a base 
price. It als works in  reverse given the 
final price working backwards to get the taxes and base 
price.  In other words it will tell ... 
 | 
| 
  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... 
 | 
| 
  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... 
 | 
| 
  MimeCheck 4.5   (Downloads: 474) 
Check that a server is sending the correct mime type for any given URL. Check that a server is sending the correct mime type for any given URL. 
 
Helps you check that a server, possible not even yours, is properly configured.... 
 | 
| 
  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... 
 | 
| 
  Spinner 1.1   (Downloads: 352) 
DateSpinner, hex and formatted dollar input for Java JSpinner. Spinner consists of source for classes for a DateSpinner and to add hex and 
formatted dollar input/output for Java JSpinner to your own 
Java programs. 
 
Spinner offers two NumberFormatter classes you can use with 
a JSpinner. One is HexNumberFormatter which lets your 
JSpinner range over hex values. The other is 
DollarNumberFormatter which lets your JSpinner range over 
dollar values. It works better than JSpinner.NumberEd... 
 | 
| 
  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... 
 | 
| 
  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 ... 
 | 
| 
  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... 
 | 
| 
  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... 
 | 
| 
  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 ... 
 | 
| 
  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... 
 | 
| 
  Borders 1.5   (Downloads: 231) 
Displays a variety of decorative borders. Shows off what you can do with Swing. Displays a variety of decorative borders. 
Shows off what you can do with Swing. 
 
To run as an application, type: 
 
java -jar C:\com\mindprod\borders\borders.jar 
 
adjusting as necessary to account for where the jar file is. 
 
The picture frame icon represents the various decorative 
borders you can put around your Swing panels.... 
 | 
| 
  Rgrow 1.3   (Downloads: 210) 
RGrow resizes fixed length records padding or chopping. RGrow resizes fixed length records e.g. 
RGrow.exe MyFile.seq  500 600 
will grow each record from 500 to 600 bytes by padding binary zeros. 
Will also truncate records. 
 
These are not the old and new sizes of the file, but of the fixed length records 
in the file.  If you increase the record size, each record will be padded 
with nulls.  The entire file will grow as a result. 
 
This program may be freely copied and us... 
 |