| Other listings by this author | 
|  Encoding Recogniser 1.2   (Downloads: 209) Help determine a file's encoding by displaying it wth all supported encodings. Encoding Recogniser will help you determine what encoding was
 used to write a file by displaying the file in hex or and
 decoded characters in any of the encodings supported by
 Java.
 
 This program runs under any OS,
 (e.g. Win2K/XP/Vista/OSX/Linux/Solaris/Vista64/AIX...) so long as you have
 Java version 1.5  or later installed.
 
 To install, Extract the zip download with WinZip (or similar unzip utility) into
 ...
 | 
|  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 ...
 | 
|  Batik 2.2   (Downloads: 493) Java  to let you create a custom utility to find and delete all junk files. Java classes to let you create a custom utility to find and
 delete all junk files on your machine.  Use one of the three
 scripts supplied as an example, to create your own XXX.java
 source code file then compile and use to rapidly clean your
 drive of junk.
 
 This program requires some elementary Java programming skill.
 
 To compile
 
 E:
 cd \com\mindprod\batik
 javac *.java
 
 to run, make s...
 | 
|  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,...
 | 
|  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....
 | 
|  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
 ...
 | 
|  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:
 
 ...
 | 
|  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....
 | 
|  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....
 | 
|  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:
 
 | 
|  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 ...
 | 
|  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 ...
 | 
|  Accumulate 1.3   (Downloads: 193) Used to accumulate values by category. Used to accumulate values by category. It might be useful
 for example in a billing program to accumulate hours by
 various categories.
 
 It could be used to count how many times various words
 occurred in a document.
 
 All you need is:
 
 buckets.accumulate( "somecategory", someamount );
 
 And Accumulate looks after creating the buckets to
 accumulate new categories for you.
 
 e....
 | 
|  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....
 | 
|  Replicator 11.3   (Downloads: 798) The Replicator lets you distribute large numbers of files to many people. The Replicator lets you distribute large numbers of files to
 many people efficiently. The software automatically
 downloads just the changed files and deletes ones no longer
 part of the distribution.
 
 Unlike other similar tools, all it requires is an ordinary
 HTTP website. It requires no code to run on the server.
 
 It can also work with CDs, and LANs.
 
 Custom configured for each customer. Not free. Registrat...
 | 
|  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...
 | 
|  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...
 |