Programs by Canadian Mind Products

33 programs found

Base64

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 user:password string in an...


Biorhythms Calculator

Calculates and displays biorhythm graphs. Enter your birthdate and this Applet and it will calculate your biorhythms for any day in the past or future. It computes your 23-day physical, 28-day emotional, 33-day intellectual and combined cycles. The combined cycle...


BrokenLinks

Brokenlinks is a tool to help you find and track broken links on your website, namely URLs that no longer point to anything useful. It is a back end to the Xenu Link Sleuth broken link detector that compensates for...


Unicode

Used to test your computer's Unicode support and your font's support for particular characters, or as a learning to to explore the Unicode character set. Displays in Courier, TimesRoman, Symbol, Dialog and Helvetica. copyright (c) 1996-2008 Nic Fulton nic.fulton@reuters.com of...


FindParked

FindParked is a tool to help you find links on your website that point to a parking site. These will look fine to Xenu or brokenlinks. The site is no longer functioning. It just has a page of ads. There...


Amper

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....


QuickDNS

What is QuickDNS for? - It speeds up your browser when it looks up a website. - It enables your browser to find critical websites even when your DNS servers are down. Overview How does it work? Let me explain...


Compactor

Compresses HTML by removing unnecessary white space. Compacts HTML so that web pages are 20% smaller and hence 20% faster. It does this by removing all unnecessary white space. To fluff files up again, I suggest using SlickEdit beautify. The...


FastCat

FastCat is a streamlined speedy version of StringBuffer/StringBuilder that is more efficient because it does not allocate a buffer until the very last minute, and allocates it the exact size needed. You use it in writing your own Java Programs....


Aquarium Sand Depth Calculator

SandDepth calculates weight of sand needed for an aquarium to achieved a desired depth. You tell it the size of your aquarium by adjusting sliders and the desired depth of sand. It then calculates how much sand you need. It...


Password Generator

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. It lets you choose...


Wassup

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...


Mini PAD Submitter

Submitter will submit your PAD *.xml program descriptor file to 113 PADsites. Unlike other submission programs, this program submits only to PADSites that welcome automated submissions and put up no impediments of any kind to automated submission. Compose your PAD...


Cropper

Converts set of jpg, jpeg, png or gif images to a common size e.g. for an animated gif. Crops and scales images to a common specified size. Java source included. To convert a single file, type: java.exe -jar C:\com\mindprod\cropper\cropper.jar 200...


Comparator Cutter

Comparator Cutter is an Applet that generates custom Java code to implement Comparable/Comparator. The Applet lets you provide a few facts about the Comparable or Comparator you want and the ComparatorCutter generates you well-commented Java source code to include in...