Biorhythms Calculator - Canadian Mind Products
Others Canadian Mind Products products :
#101 - 2536 Wark Street
V8T 4G8 Victoria
Canada
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.
Advertising
Prepare Spidering Sitemap for Google. To speed spidering, and ensure the most important files get spidered frequently, Google has created a system where you leave a compressed catalog of all your files on the website for it to find
FilenameFilters you can use in your own Java programs with File.list( FilenameFilter f ). They can also be used standalone as fancy dir commands. Also includes CommandLine to parse command line and collects directory trees.
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 http://mindprod.com/applet/insult.html
Compresses HTML by removing unnecessary white space. Compacts HTML so that web pages are 20% smaller and hence 20% faster.
Split large text/html files into smaller files. I find it much faster and more accurate than cut and paste. You embed commands in the big file telling it which pieces of it are to go where, then let Splitter do the work.
Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data.
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....
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:somedirsomefile.ini UTF-8
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 passwords.
Read and set Windows file/dir times from Java: Create/LastModified/LastAccessed. Create time is when the file was first written. LastModified is when the file was last written. Accessed time is when the file was last read or written.
Check a Java jar to make sure all the javac -target versions of the class files are what you expect.
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.
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. Boyerr-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K.
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 and PrintWriterPlus.
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.
Check a Java jar to make sure all the javac -target versions of the class files are what you expect.
Java classes to include in your programs. Includes: HTMLArrayComparator.java compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java compares two Strings of HTML, ignoring embedded tags.
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.
Java classes to let you create a custom utility to find and delete all junk files on your machine. This program requires some elementary Java programming skill.








