| Other listings by this author | 
|  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...
 | 
|  JDisplay 4.5   (Downloads: 419) JDisplay displays colorised program listings in web pages. JDisplay displays Java, HTML, bat, SQL, ini, csv, xml, mft
 properties...  files a variety of colours,  fonts, sizes
 and weights to help make them more presentable and readable.
 
 Why would you use it?  For the same sorts of reasons you use
 colours and fonts in an IDE like IntelliJ or Eclipse. They
 make the code much easier to understand.
 
 There is no server-side code used.  Java utilities parse the
 code snippets i...
 | 
|  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....
 | 
|  Splice 1.5   (Downloads: 369) SPLICE splices bits of files together SPLICE splices bits of files together e.g.
 SPLICE Cut MyFile.Txt  Start 99 Length 99 Insert  MyFile2.txt At 99
 SPLICE Copy MyFile.Txt Start 99 Length 99 Overlay MyFile2.txt At 99
 
 Uses for SPLICE:
 
 1. excising a section of a file.
 2. replacing a section of a file.
 3. inserting a section into a file.
 4. extracting a section of a file.
 5. appending a section onto a file.
 
 This program may be freel...
 | 
|  JarLook 1.2   (Downloads: 310) Check that class target versions are as expected in a Java jar. Check a Java jar to make sure all the javac -target versions of
 the class files are what you expect.
 
 Java application.
 Requires Java version 1.5 or later.
 
 All Java source code is included.
 
 to use:
 
 java -jar jarlook.jar   jartotocheck.jar 1.1 1.4
 
 where jartocheck.jar is the name of jar to check.
 It will check all the class files in it.
 
 In this example:
 1.1 is the low...
 | 
|  FileTimes 1.9   (Downloads: 253) Read and set Windows file/dir times from Java: Create/LastModified/LastAccessed Java class library to get/set file and directory times: Create/LastModified/LastAccessed. For Windows only.
 
 Create time is when the file was first written. Modified
 time (sometimes called lastModified) is when the file was
 last written. Accessed time is when the file was last read
 or written. Checking its date, looking at its attributes or
 checking to see if it exists does not count as reading it.
 
 Get/Set Windows Fil...
 | 
|  Untouch 2.4   (Downloads: 436) Reverts files dates back if the files have not really changed. Documentation on the original student project outline
 mindprod.com/projects/untouchproj.html
 This explains how it works and some of its uses.
 
 Untouch supports the following command line switches which appear
 before the directories.
 -c or -clear = clear history first and take current file times as the new revert-to point.
 -f or -force = revert files back to previous dates whether they have changed or not.
 -h or -help =...
 | 
|  Dedup 1.5   (Downloads: 230) Java command line utility to removes duplicate lines from text files. DeDup is a Java command-line utilty for removing duplicate
 lines in text files.
 
 The dedup process compares adjacent lines only. It does not
 sort first. The comparison is case sensitive. It removes
 adjacent indentical lines. It replaces the original file, so
 do a backup first.  You can dedup 1 to N files in one
 execution, just put their names on the command line.
 
 DeDup deletes blank lines from both the beginning...
 | 
|  InWords 4.6   (Downloads: 343) Java code to converts number  to words in any of 24 languagues. Shows you how to count in any of the following languages:
 
 Bahasa Indonesia
 Binary
 Decimal	(several variants)
 Dutch (modern, old and banker's)
 English (British, North American, Ordinals)
 Esperanto
 French
 German
 Grams
 Hexadecimal
 Icelandic
 Italian
 Japanese
 Martian
 Metric Metric Prefixes (grams)
 Norwegian
 Octal
 Polish
 RAM (bytes)
 Roman Numerals...
 | 
|  Bulk Emailer 1.7   (Downloads: 280) The bulk emailer program sends the same email to many people. The bulk emailer program allows you to send the same email
 to a long list of people. Unlike competing products, it does
 not require you to run any code on your ISP's server.
 
 The price includes customising the program to your needs.
 
 For more detail see the manual at
 mindprod.com/application/bulk.manual.html
 
 To install, Extract the zip download with WinZip, available from
 winzip.com (or similar unzip utili...
 | 
|  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....
 | 
|  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...
 | 
|  ISBN 2.5   (Downloads: 339) Tidies, interconverts and Validates ISBN-10 and ISBN-13 book numbers. Helps you proofread, interconvert, validate and tidy ISBN-10 and ISBN-13 (International Standard Book Number) references in your HTML or other documentation.  It validates the checkdigit, inserts dashes, interconverts ISBN-10 and ISBN-13. It displays them both with and without dashes....
 | 
|  JarCheck 1.4   (Downloads: 506) Check that class target versions are as expected in a Java jar. Check a Java jar to make sure all the javac -target versions of
 the class files are what you expect.
 
 Java application.
 Requires Java version 1.5 or later.
 
 All Java source code is included.
 
 to use:
 
 java -jar jarcheck.jar   jartotocheck.jar 1.1 1.7
 
 where jartocheck.jar is the name of jar to check.
 It will check all the class files in it.
 
 In this example:
 1.1 is the lo...
 | 
|  LEDataStream 1.8   (Downloads: 245) Little-endian replacements for DataInputStream, DataOutputStream and RandomAcces Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data. Normally Java binary I/O is done with big-endian data, with the most significant byte of an integer or float first. Intel and Windows 95 tend to work with little endian data in native files. LEDataInputStream, LEDataOutputstream and LERandomAccessFile will le...
 | 
|  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...
 | 
|  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...
 |