Other listings by this author  | 
| 
  CSV 6.5   (Downloads: 1010) 
Java to  read, write, align, sort, reshape, pack... comma, tab-separated files. Java classes you can use standalone or embed in your own programs to 
Read, write, align, sort  and pack comma, tab and semicolon- 
separated variable files, commonly known as CSV files. 
 
It consists of a 23 Java classes/utilities CSVReader, CSVWriter, CSVAlign, CSVChangeCase, CSVCondense, CSVDeDup, CSVDeDupField, CSVDeEntify, CSVDump, CSVEntify, CSVPack, CSVPatch, CSVReshape, CSVSort, CSVSortField, CSVTabToComma, CSVTemplate, CSVToHTML, CSVToS... 
 | 
| 
  Honk 1.5   (Downloads: 244) 
Plays one or more of the Standard Windows sounds or wav files. Plays one or more of the Standard Windows sounds, triggered 
purely from the command line. 
 
use: 
 
  honk 
     - Plays the default system sound. 
 
  honk  SystemStart SystemHand SystemQuestion 
     - Plays the given list of standard system sounds (usually just one). 
     - they are case-insensitive (you can get the case wrong and it will still work). 
 
Possible sound names are listed in the registry... 
 | 
| 
  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... 
 | 
| 
  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... 
 | 
| 
  Pentium 1.5   (Downloads: 276) 
Java code to tell you facts about the Pentium and AMD CPU. Pentium works on Windows and Intel Pentium class and AMD 
CPUs to determine the CPUID information such as the vendor, 
brand/model, step, model, instruction set family, cpu serial 
number, and the RDTSC Time stamp register for high 
resolution timing measured in CPU cycles since the last 
boot. It is designed to be incorporated in your own Java 
progams. 
 
You can also use it as a standalone utility with: 
 
java.ex... 
 | 
| 
  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 ... 
 | 
| 
  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 ... 
 | 
| 
  Echoserver 1.3   (Downloads: 241) 
See what browsers and programs are sending to an HTTP Server. See what browsers and programs are sending to an HTTP Server. 
 
Simple server just dumps whatever it receives on the console. 
 
Echoserver is misnamed because it does not actually echo what it receives 
back to the browser.... 
 | 
| 
  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... 
 | 
| 
  Submitter 16.4   (Downloads: 1070) 
Submitter will submit your PAD *.xml program descriptor file to 199 PADsites. Submitter will submit your PAD *.xml program descriptor file to 199 PADsites.  
Unlike other submission programs, it submits only to PADSites  
that welcome automated submissions.  Compose your PAD *.xml file using a  
program like PADGen, then upload it you your website.  Then enter the URL  
of your website directory where you upload pads and the name of the pad  
itself e.g.  hypotheticalprogram.xml, then hit SUBMIT.  It also has a  ... 
 | 
| 
  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... 
 | 
| 
  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 ... 
 | 
| 
  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.... 
 | 
| 
  HeapSort 1.7   (Downloads: 235) 
HeapSort is an implementation of Williams and Floyd classic HeapSort. HeapSort is an implementation of Williams and Floyd's TopDown HeapSort. 
HeapSort is a fast internal sort written in Java that uses a 
sorting algorithm analogous to power struggles for higher 
positions in a hierarchical bureaucracy. Source provided. It 
is faster than QuickSort, but slower that RadixSort. It 
sorts using a comparison routine you provide to compare two 
elements to be sorted. 
 
You can test it with: 
  | 
| 
  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 ... 
 | 
| 
  Common11 2.8   (Downloads: 388) 
common utility classes that work under Java 1.1+ common utility classes that work under Java 1.1 without using Arraylists or Swing. 
 
Class library. 
Requires Java version 1.1 or later. 
 
BigDate:         simplified date handling when you want dates without times. 
CMPAboutBox:     a proper about box that provides useful information. 
ImageInfo:       information about a GIF, png, jpg. 
ImageViewer:     component to display an image 
Limiter:         cap, corral and h... 
 | 
| 
  RadixSort 1.6   (Downloads: 213) 
RadixSort is a fast internal sort written in Java that mimics a card sorter. RadixSort is a fast internal sort written in Java that 
mimics a card sorter. Source provided. It is faster than 
both HeapSort and QuickSort. It sorts using a comparision 
routine you provide to compare two elements to be sorted 
plus a method to extract individual bytes from the keys to 
be sorted. The time to sort each item  unlike most sorts, 
does not increase with larger sorts.  It depends rather on 
the key length. 
  |