Other listings by this author  | 
| 
  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... 
 | 
| 
  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.... 
 | 
| 
  FontSaver 1.4   (Downloads: 237) 
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.... 
 | 
| 
  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... 
 | 
| 
  NetworkCam 1.6   (Downloads: 268) 
Java Applet to view a Webcam stream of JPG images a Java Applet that lets you a view 
video stream from web cameras that servers 
present as a series of still jpg images.... 
 | 
| 
  Rgrow 1.3   (Downloads: 210) 
RGrow resizes fixed length records padding or chopping. RGrow resizes fixed length records e.g. 
RGrow.exe MyFile.seq  500 600 
will grow each record from 500 to 600 bytes by padding binary zeros. 
Will also truncate records. 
 
These are not the old and new sizes of the file, but of the fixed length records 
in the file.  If you increase the record size, each record will be padded 
with nulls.  The entire file will grow as a result. 
 
This program may be freely copied and us... 
 | 
| 
  Esper 2.4   (Downloads: 306) 
A crude translator Esperanto To English and English to Esperanto. A crude translator Esperanto To English and English to 
Esperanto.  It works by looking up words in various 
dictionaries on the web. It mindlessly translates word for 
word. 
 
(1) First download and install the lastest Java JRE 
 
(2) Using WinZip extract the 
files into the default com\mindprod\esper directory. 
 
(3) Create a shortcut setting by right clicking the 
desktop and selecting new shortcut. 
<... 
 | 
| 
  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.... 
 | 
| 
  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... 
 | 
| 
  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.... 
 | 
| 
  Http 2.9   (Downloads: 753) 
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... 
 | 
| 
  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  ... 
 | 
| 
  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... 
 | 
| 
  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... 
 | 
| 
  Entities 3.1   (Downloads: 617) 
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... 
 | 
| 
  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,... 
 | 
| 
  HunkIO 1.7   (Downloads: 261) 
Java classes to readEntireFile, create a temp file etc. Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile method that is more convenient to use than Sun's File.createTempFile. It also includes PrintWriterPlus that converts linefeeds to platform specific line feeds even when they are embedded in data. 
 
Why the three linked ball logo?  It symbolises processing a file in line-sized chunks.... 
 |