| Other listings by this author | 
|  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...
 | 
|  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...
 | 
|  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...
 | 
|  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....
 | 
|  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...
 | 
|  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....
 | 
|  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...
 | 
|  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.
 
 | 
|  VerCheck 4.4   (Downloads: 338) VerCheck checks websites for new versions of the software you use. WHAT IT IS FOR
 **************
 
 I used to check over a dozen websites each day to see if new versions of the software I use had been released.  This was time consuming and error prone.  VerCheck automates this
 process by checking the websites of the programs you use to see if the version numbers have changed. It comes preconfigured from the factory with 64 applications.
 
 HOW IT WORKS
 ************
 
 For each applica...
 | 
|  Align 1.6   (Downloads: 251) Aligns data in ASCII text files into neat columns. ALIGN aligns data in ASCII text files into neat columns.
 Also converts comma-delimited files to columns with 2 spaces
 between each column.  Input fields must be separated by
 commas or white space.  Fields may contain spaces if they
 are enclosed in single or double quotes or C comments /* ...
 */ or //.  The best way to understand this program is to try
 it on a COPY of any ASCII Text file, especially one that
 contains badly al...
 | 
|  FileFilters 2.7   (Downloads: 422) Colllecton of Java FilenameFilters. FilenameFilters you can use in your own Java programs with
 File.list( FilenameFilter f ). They can also be used
 standalone as fancy dir commands.
 
 They come with Java source and include:
 
 AllDirectoriesFilter  gets all directories
 AllFilesFilter        gets all files
 ClamFilter            simple wildcard
 DirListFilter         gets a list of directories
 EndsWithFilter        gets files whose names end with a...
 | 
|  MimeCheck 4.5   (Downloads: 473) 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....
 | 
|  Encodings 1.6   (Downloads: 248) Applet to list all supported encodings (character sets) supported by Java. Applet to list all supported encodings (character sets)
 supported by your browser/java.
 
 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, type:
 
 java -jar C:\com\mindprod\encodings\encodings.jar
 
 adjusting as necessary to account for where the jar file is....
 | 
|  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...
 | 
|  ShellSort 1.4   (Downloads: 229) ShellSort is a simple sort suitable for 2000 or less elements. ShellSort is a simple sort suitable for 2000 or less
 elements. It sorts using a comparision routine you provide
 to compare two elements to be sorted.
 
 You can test it with:
 
 java.exe com.mindprod.shellsort.TestShellSort...
 | 
|  Wassup 2.5   (Downloads: 468) Wassup let's you know what's up with your Java environment. Wassup let's you know what's up with your Java environment.
 It will tell you the System Properties, as many as the
 Security system will let you peek at. This includes such
 things as which JVM is running, which version of Java, which
 vendor. It may be run as either an Applet or an application.
 When you run Wassup as an application it shows you
 considerably more information. The Java sandbox considers it
 a security risk to rev...
 |