| Other listings by this author | 
|  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...
 | 
|  QuickSort 1.6   (Downloads: 268) QuickSort is an implementation of Tony Hoare's classic recursive Quicksort. QuickSort is an implementation of Tony Hoare's classic
 QuickSort. QuickSort works by choosing a pivot point and
 ensuring all elements below the pivot point are small all
 above are big, (i.e. smaller than the pivot) Then it
 recursively splites the upper and lower halves, repeating
 the process. QuickSort is an internal sort written in Java.
 Both RadixSort and HeapSort are quicker than QuickSort.
 QuickSort can also take patholo...
 | 
|  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 ...
 | 
|  Mouse 1.4   (Downloads: 267) In Java, allows you to find out where the mouse in on the screen In Java, allows you to find out where the mouse in on the
 screen, even when it is not over one of your apps.  This has
 similar function to MouseInfo.getPointerInfo in Java 1.5+.
 This class will work in any version of Java.
 
 It uses JNI and a DLL, so it only works on Windows.
 
 You must install the nativemouse.dll somewhere on the path.
 
 Then your programs can find out the x and y position of the
 mouse, [(0,0...
 | 
|  Sound 1.4   (Downloads: 249) Create/synthesize sounds mathematically in Java. Sound lets you mathematically create sounds in Java.
 
 You define your sounds in terms of 16-bit linear code for
 the waveform, -- an array of samplings. The U_Law.class will
 then convert that to (or from) *.AU mu-law 8-bit encoding
 format which you can then play with
 AudioPlayer.player.start(bis) in an application or with
 Applet.getAudioClip in an Applet.
 
 This is just a sample program. You would insert your own m...
 | 
|  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...
 | 
|  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...
 | 
|  SortedArrayList 1.3   (Downloads: 230) Sort and Merge ArrayLists efficiently. This is a pair of library classes to include in your own
 code for manipulating ArrayLists.
 
 It consist of two classes: SortedArrayList and Merge.
 
 SortedArrayList is an ArrayList that remembers how it is
 sorted, so that if you ask it to sort, it can sometimes
 bypass the work when it is already in order. You declare the
 order you want and it keeps the list sorted,  You just call
 sort whenever you need the list to ...
 | 
|  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...
 | 
|  Align 1.6   (Downloads: 251) Aligns data in ASCII text files into neat columns. ALIGN aligns data in ASCII text files into neat columns.
 Also converts comma-delimited files to columns with 2 spaces
 between each column.  Input fields must be separated by
 commas or white space.  Fields may contain spaces if they
 are enclosed in single or double quotes or C comments /* ...
 */ or //.  The best way to understand this program is to try
 it on a COPY of any ASCII Text file, especially one that
 contains badly al...
 | 
|  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...
 | 
|  Amper 1.9   (Downloads: 413) Safely converts ampersands to !amp; entities In the following, pretend ! is an ampersand. PAD files don't let me give literal examples. Amper converts ! to !amp; in HTML files and back, but does not convert it when the ! is already in an entity e.g. !lt; !thetasym; !eacute;
 
 The main use for this is to pass HTMLValidator verification of your HTML, which is very picky about !, especially inside URLs.
 
 As a side effect, it also ensures all your comment delimiters balance.
 
 It ...
 | 
|  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...
 | 
|  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...
 | 
|  LinkedList 1.6   (Downloads: 193) LinkedList is replacement for Java Vector class.  Classical doubly linked list. LinkedList is replacement for Java Vector class.  Classical
 doubly linked list.  Faster that Vector for insert/delete, but slower
 for indexed access.  The interface is modeled on java.util.Vector, so
 you can try it both ways and pick which is faster for your needs.
 Heavily commented Java source included.  copyright (c) 1997-2008 Canadian Mind
 Products.  May be freely distributed and and used for any purpose
 except military.
 ...
 | 
|  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...
 | 
|  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...
 |