| Other listings by this author | 
|  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
 ...
 | 
|  Base64 1.9   (Downloads: 299) Java classes to encode/decode Base64 and Base64u Base64 is a freeware way of encoding 8-bit characters using
 only ASCII printable characters similar to UUENCODE.
 UUENCODE embeds a filename where BASE64 does not. You will
 see BASE64 used in encoding digital certificates, in
 encoding user:password string in an Authorization: header
 for HTTP. The spec is described in RFC 2045.
 
 Don't confuse Base64 with x-www-form-urlencoded which
 is handled by java.net.URLEncoder.encod...
 | 
|  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...
 | 
|  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...
 | 
|  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...
 | 
|  BOOTSave 2.8   (Downloads: 281) BootSave saves/restores the master boot sector BootSave saves/restores the master boot sector on the
 hard disk. Suite of three utilities BootSave, BootRest and
 BootChk. Protects against damage to the partition table or
 boot sector done by rogue programs, viruses or accidents
 with tools like Norton NU.
 
 The BootSave suite will work under DOS, Windows 3.x, Windows
 95/98/ME, OS/2, but not NT, Windows 2000, XP, Vista or Windows 7.
 These OSes block low level disk I/O as...
 | 
|  Pluck 1.0   (Downloads: 204) Scans multiple files looking for a REGEX pattern, and summarised what it finds. Scans multiple files looking for a REGEX pattern, and
 summarised what it finds as a CSV file.
 
 java -jar C:\com\mindprod\pluck\pluck.jar  "\.[a-z]+\." E:\temp\temp.csv E:\somedir
 
 adjusting as necessary to account for where the jar file is.
 The first parameter is the regex pattern. See regex in the java glossary
 for how to compose them.
 
 The next parameter is where the output in to go.  use the
 wo...
 | 
|  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...
 | 
|  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.
 
 | 
|  Tabout 2.7   (Downloads: 229) converts tabs to spaces in an ASCII text file. converts tabs to spaces in an ASCII text file
 usage : TABOUT  Myfile.TXT
 Don't use it on word processor files.  Assumes tab stops
 are 8 columns apart.  Also trims ^Z and corrects any
 malformed CrLf line endings.  C source included.
 Copyrighted, but may be distributed freely and used for
 any purpose except military....
 | 
|  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...
 | 
|  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....
 | 
|  Borders 1.5   (Downloads: 230) 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....
 | 
|  FourTidy 3.1   (Downloads: 313) Tidies Take Command/TCC/4NT/4DOS DESCRIBE file descriptors To tidy, sort, prune and dedup a JP Software
 Take Command/TCC/4NT/4DOS hidden descript.ion file. These files are used by
 the DESCRIBE utility to track what your various files
 are for.
 
 First make the directory containing the usually-hidden descript.ion file
 current. e.g.
 
 C:
 cd \env
 
 Then invoke the java program with:
 
 java.exe -jar C:\com\mindprod\fourtidy\fourtidy.jar
 
 If you...
 | 
|  Entities 3.1   (Downloads: 616) Utilities to convert/strip/insert HTML/XML/XHTML entities Consists of a pair of utilities that let you
 convert/strip/insert HTML/XML/XHTML entities such as  _amp;- and _quot;
 from files converting them back and forth to their
 equivalent single characters !amp; and !quot;.  It handles the HTML 4
 entities such as _hearts; as well as decimal _#123; and
 hexadecimal _x#123; entities.
 
 You may us this package as standalone
 utilities, or use the classes in your own programs
 to...
 |