| Other listings by this author | 
|  AmericanTax 3.8   (Downloads: 446) Calculates American sales taxes state and district Calculates American sales taxes, state and district.
 
 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 sales tax to a base price.
 It also works in reverse given the total paid working
 backwards to get the tax and original price.  In other words
 it will  tell you the sticker price to make somet...
 | 
|  Screws 1.3   (Downloads: 241) CMP Screws and Screwdrivers draws eight types of screw heads. CMP Screws and Screwdrivers draws eight types of screw
 heads. It is a teaching example for how to use Java Canvas,
 fillRect, fillOval, fillPoly and AffineTransform to draw.
 
 Java source is included for you to cannibalise.
 
 It draws 8 types of screw heads.
 
 To run as an application, type:
 
 java -jar C:\com\mindprod\screws\screws.jar
 
 adjusting as necessary to account for where the jar file is....
 | 
|  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...
 | 
|  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...
 | 
|  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...
 | 
|  Amper 1.9   (Downloads: 413) Safely converts ampersands to !amp; entities In the following, pretend ! is an ampersand. PAD files don't let me give literal examples. Amper converts ! to !amp; in HTML files and back, but does not convert it when the ! is already in an entity e.g. !lt; !thetasym; !eacute;
 
 The main use for this is to pass HTMLValidator verification of your HTML, which is very picky about !, especially inside URLs.
 
 As a side effect, it also ensures all your comment delimiters balance.
 
 It ...
 | 
|  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....
 | 
|  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...
 | 
|  Masker 1.9   (Downloads: 289) Hides email addresses from spammers as PNG image files. Produces PNG files (image files similar to GIFs, but
 smaller) that contain your email address. When you post them
 on your website, it is harder for spammer to harvest them.
 
 You can include the generated image files in the HTML on
 your website with: code like this:
 
 [a href="../image/mailto/roedy.png"]email me[/a]
 
 (pretend [] are angle brackets)
 
 or
 
 [mg src="image/mailto/r...
 | 
|  FileIO 6.1   (Downloads: 588) Generates sample Java code to do 617 types of I/O. I/O teaching tool that  generates sample Java source code to  read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket, resource or Pipe.  It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised objects, buffered, unbuffered or gzip compressed.
 
 | 
|  SiteMap 1.9   (Downloads: 316) Prepare Spidering Sitemap for Google and other search engines. You use a sitemap to encourage Google or other search
 engines to more frequently and efficiently index your
 website.
 
 For overview information about Google sitemaps see:
 mindprod.com/jgloss/google.html#SITEMAPS
 
 For overview information about this utility see:
 mindprod.com/jgloss/google.html#SITEMAPUTILITY.
 
 You use this sitemap utility because it is so quick you can
 use it before every upload so that...
 | 
|  Tabin 5.3   (Downloads: 250) Converts spaces to tabs in an ASCII text file. Converts spaces to tabs in an ASCII text file
 
 Usage:
 TABIN.exe  Myfile.txt
 
 Assumes tab stops are 8 columns apart. Don't use it on word
 processor files.  C source included. Copyrighted by Canadian
 Mind Products.  May be freely distributed and used for any
 purpose except military. It has been rewritten in C from
 Pascal for extra speed.  Users of previous versions should
 take care to delete the old TABIN.COM...
 | 
|  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,...
 | 
|  ISBN 2.5   (Downloads: 339) Tidies, interconverts and Validates ISBN-10 and ISBN-13 book numbers. Helps you proofread, interconvert, validate and tidy ISBN-10 and ISBN-13 (International Standard Book Number) references in your HTML or other documentation.  It validates the checkdigit, inserts dashes, interconverts ISBN-10 and ISBN-13. It displays them both with and without dashes....
 | 
|  Ini 1.4   (Downloads: 500) Windows *.ini file verifier, tidier and sorter. Windows *.ini file verifier, tidier and sorter.
 
 Tidies and sorts windows *.ini files, ones that look like this:
 [section]
 ; a comment
 item=value;
 
 To use:
 
 java.exe -jar ini.jar  C:\somedir\somefile.ini UTF-8
 
 Where UTF-8 in the encoding.
 Opera uses UTF-8. You can leave it to the default for most others.
 The original is named somefile.ini.old when you are done.
 
 Don't run ini ...
 | 
|  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 ...
 | 
|  BlOut 2.6   (Downloads: 368) Blout removes extra or all blank lines from a file. Blout removes extra blank lines from a file, collapsing multiple blank
 lines down to one, (or removing them altogether with the -compact option).
 It also ensures the file has a final CrLf.  It also trims any blank lines
 off the beginning and end of the file.  It also converts all line endings
 to Windows standard CrLf form.  It trims trailing tabs and spaces from
 each line.
 
 Blout is not that bright.  It does not understand w...
 |