Other listings by this author  | 
| 
  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... 
 | 
| 
  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... 
 | 
| 
  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... 
 | 
| 
  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... 
 | 
| 
  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... 
 | 
| 
  Masker 1.9   (Downloads: 289) 
Hides email addresses from spammers as PNG image files. Produces PNG files (image files similar to GIFs, but 
smaller) that contain your email address. When you post them 
on your website, it is harder for spammer to harvest them. 
 
You can include the generated image files in the HTML on 
your website with: code like this: 
 
[a href="../image/mailto/roedy.png"]email me[/a] 
 
(pretend [] are angle brackets) 
 
or 
 
[mg src="image/mailto/r... 
 | 
| 
  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... 
 | 
| 
  Primes 1.4   (Downloads: 477) 
calculates the prime numbers 1..N, tells you if N is prime etc. calculates the prime numbers 1..N, tells you if N is prime etc. 
 
Prints tables of primes. 
 
Computes the prime just below or above N. 
 
It is useful in computing optimal Hashtable sizes. 
 
 Java source included.... 
 | 
| 
  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.... 
 | 
| 
  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.... 
 | 
| 
  Transporter 1.4   (Downloads: 246) 
Lightweight Java classes to let you encrypt/sign/armour for secure transmission. The Transporter acts like an electronic secure courier to 
deliver your data and documents in encrypted form safe from 
prying eyes or those who would tamper with them. 
 
It Encrypts, digitally signs and armours to send sensitive 
information over the Internet without SSL. 
 
Typically you would embed it in your own Internet 
applications.... 
 | 
| 
  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.... 
 | 
| 
  MimeCheck 4.5   (Downloads: 474) 
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.... 
 | 
| 
  FontShower 2.9   (Downloads: 496) 
Displays all the fonts available to Swing in Java. Displays all the fonts available to Java on your 
machine. Displays the fonts in a variety of styles, sizes 
and colours,  rendered either with anti-aliased or plain. 
 
FontShower displays the fonts available on *your* machine 
to *Java*. Other people will have different fonts installed 
and will see different selections available via Java on 
their machines. Your browser will see a slightly different 
set of fonts than Java ... 
 | 
| 
  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.... 
 | 
| 
  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 ... 
 |