| Other listings by this author | 
|  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....
 | 
|  Spinner 1.1   (Downloads: 351) 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...
 | 
|  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: 751) 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...
 | 
|  Mouse 1.4   (Downloads: 267) In Java, allows you to find out where the mouse in on the screen In Java, allows you to find out where the mouse in on the
 screen, even when it is not over one of your apps.  This has
 similar function to MouseInfo.getPointerInfo in Java 1.5+.
 This class will work in any version of Java.
 
 It uses JNI and a DLL, so it only works on Windows.
 
 You must install the nativemouse.dll somewhere on the path.
 
 Then your programs can find out the x and y position of the
 mouse, [(0,0...
 | 
|  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 ...
 | 
|  FileTransfer 2.5   (Downloads: 300) Java classes to cop, upload and download files. Includes classes to let  you copy, download and upload files from within a Java program.  Also contains a command-line utility to download files.
 
 Fully commented Java source is provided.  It is now comes in four parts, MiniFileTransfer, FileTransfer and MaxiFileTransfer, Download depending on how much functionality you require.  Now supports copying members in local jar files.
 
 Command line use:
 
 java -jar download.jar http : //x...
 | 
|  Pws 2.0   (Downloads: 230) PWS (the pathway amanuensis)  helps you with personal problems. PWS (the pathway amanuensis)  helps you with personal
 problems. You describe your problem and it prescribes some
 sage advise based on Ken Keyes' twelve pathways from the
 book Handbook To Higher Consciousness.
 
 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 as an applicat...
 | 
|  Password 1.7   (Downloads: 549) Generates random passwords that are hard to guess. Generates random passwords that are hard to guess.  It uses a crytographic quality random number generator. The passwords are generated locally in a Java Applet. They are never transmitted over the Internet, even in encrypted form.
 You can also run it as a standalone program, invoking it with
 java com.mindprod.password.Password
 or
 password.jar
 
 You can also run it online at the mindprod.com website without installing it....
 | 
|  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 ...
 | 
|  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...
 | 
|  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....
 | 
|  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....
 | 
|  Official Encoding 1.1   (Downloads: 173) Discover the official name of any given Java encoding. Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding.
 
 Prerequisites:
 
 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.
 
 Installing:
 
 Download source and compiled class files to run...
 | 
|  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....
 | 
|  LinkedList 1.6   (Downloads: 193) LinkedList is replacement for Java Vector class.  Classical doubly linked list. LinkedList is replacement for Java Vector class.  Classical
 doubly linked list.  Faster that Vector for insert/delete, but slower
 for indexed access.  The interface is modeled on java.util.Vector, so
 you can try it both ways and pick which is faster for your needs.
 Heavily commented Java source included.  copyright (c) 1997-2008 Canadian Mind
 Products.  May be freely distributed and and used for any purpose
 except military.
 ...
 | 
|  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:
 
 ...
 |