Mindprod Software

Biorhythms Calculator

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.

png logo lucky days customised version biorhythms folder names

Batik

Java classes to let you create a custom utility to find and delete all junk files on your machine. Use one of the three scripts supplied as an example, to create your own XXX.java source code file then compile and use to rapidly clean your drive of junk. This program requires some elementary Java programming skill.

java source code javac java elementary java programming skill junk files

Amper

It is hard to talk about the Ampe program in PAD XML where I cannot describe either the input or output of this program. It converts ampersands to !amp; entities. If you use HTMLValidator it will complain about bare ampersands. This gives you a quick way to clean up an entire website. It only converts the ampersands that need it and have not already been converted.

java applet parameters image urls java jar html windows

Boyer

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 or over and the pattern you are searching for is 4 characters or longer.

boyer moore java programs string search algorithm

Insult

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 To install, Extract the zip download with WinZip, available from http://www.winzip.com (or similar unzip utility) into any directory you please, often C:\ -- ticking off the (user folder names) option.

folder names unzip utility java jar type java application type

FileTimes

Java class library to read and set Windows file/dir times from Java: Create/LastModified . 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. Uses JNI native Code. See FileTimes.java for the API to use these methods in your own programs. FileTimes does nothing by itself, other than a debugging test harness to demonstrate the methods.

java class library nanoseconds test harness millisecond

Password

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 use the program without installing it at http://mindprod.com/jgloss/password.html

random number generator random passwords standalone program java applet

Mouse

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.

 

CSVReader/Writer

Java classes you can use standalone or embed in your own programs to Read, write, align and pack comma, tab and semicolon-separated variable files, commonly known as CSV files. It consists of a four Java classes CSVReader CSVWriter, CSVAlign and CSVPack for reading and writing CSV (Comma Separated Value) formatted files. Also handles tab-separated and semicolon-separated files.

 

InWords

Converts number to words in any of the following languages: Bahasa Indonesia, Binary, Decimal, Dutch (modern, old and banker's), English (British, North American, Ordinals), Esperanto, French, German, Hexadecimal, Icelandic, Japanese, Martian, Metric Metric Prefixes (grams), Norwegian, Octal, Polish, RAM (bytes), Roman Numerals, Swedish, Swiss French, Tagalog.

 

\

Copyright © 2006-2011 LastDownload Software