| Other listings by this author | 
|  Converter 5.5   (Downloads: 413) How to Interconvert any of the Java primitives. Conversion Amanuensis. Conversion teaching tool. Shows you how to convert any of the 17 basic Java types into any of the other. Conversion Amanuensis as your side whenever you need Java code to convert anything to anything else.  Runs an as Applet or application.
 
 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 ...
 | 
|  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...
 | 
|  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...
 | 
|  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...
 | 
|  CSV 6.5   (Downloads: 1010) Java to  read, write, align, sort, reshape, pack... comma, tab-separated files. Java classes you can use standalone or embed in your own programs to
 Read, write, align, sort  and pack comma, tab and semicolon-
 separated variable files, commonly known as CSV files.
 
 It consists of a 23 Java classes/utilities CSVReader, CSVWriter, CSVAlign, CSVChangeCase, CSVCondense, CSVDeDup, CSVDeDupField, CSVDeEntify, CSVDump, CSVEntify, CSVPack, CSVPatch, CSVReshape, CSVSort, CSVSortField, CSVTabToComma, CSVTemplate, CSVToHTML, CSVToS...
 | 
|  Replicator 11.3   (Downloads: 798) The Replicator lets you distribute large numbers of files to many people. The Replicator lets you distribute large numbers of files to
 many people efficiently. The software automatically
 downloads just the changed files and deletes ones no longer
 part of the distribution.
 
 Unlike other similar tools, all it requires is an ordinary
 HTTP website. It requires no code to run on the server.
 
 It can also work with CDs, and LANs.
 
 Custom configured for each customer. Not free. Registrat...
 | 
|  Holiday Calculatior 4.7   (Downloads: 727) Calculate when 66  holidays occur in any given year. Calculates when various holidays occur in any given year BC or AD.
 Designed to be cannibalised to include the calculation routines in your
 own programs.  You might use it to prepare paper calenders well in
 advance or electronic calendars.  You might also use the logic in computer
 programs that compute payrolls, bus schedules, or club meetings.  You
 might use it in writing novels or researching historical events.  It can
 als...
 | 
|  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...
 | 
|  KeyPlayer 1.5   (Downloads: 383) Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic. Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic
 Application to let you experiment to learn how mouse and
 keystroke events work. Output appears on the console.
 Just click the mouse or hit keystrokes and watch what details
 of the events generated.
 
 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 (...
 | 
|  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...
 | 
|  Biorhythms Calculator 2.7   (Downloads: 928) Calculates and displays biorhythm graphs. Calculates and displays biorhythm graphs.
 
 Enter your birthdate and this Applet and it will calculate
 your biorhythms.  It computes your 23-day physical, 28-day
 emotional, 33-day intellectual and combined cycles.  The
 combined cycle is sometimes called the luck cycle.  The
 theory of biorhythms is when the cycles are positive/high
 you will have high energy.  When they are negative/low you
 will have low energy. When they...
 | 
|  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....
 | 
|  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....
 | 
|  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.
 
 | 
|  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...
 | 
|  FileIO 6.1   (Downloads: 588) Generates sample Java code to do 617 types of I/O. I/O teaching tool that  generates sample Java source code to  read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket, resource or Pipe.  It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised objects, buffered, unbuffered or gzip compressed.
 
 |