|
|
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. Batik is a freeware software filed under education computer utilities.
scripts javac java batik
|
|
|
Sound
This software 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. Sound is a freeware software filed under web development java, javascript utilities.
waveform mathematical functions sound directory
|
|
|
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. CSVReader/Writer is licensed as freeware and placed in web development java, javascript section.
mindprod microsoft data interchange
|
|
|
Comparators
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. StringComparator.java compares two Strings, case sensitive. StringComparatorIgnoreCase.java compares two Strings, case insensitive. See http://mindprod.com/jgloss/comparators.html for general information on using comparators. Development Tools freeware Comparators is listed in web development java, javascript tools.
arrays apples and oranges orange slice
|
|
|
Base64
This software 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 Authorization: header for HTTP. The spec is described in RFC 2045. For more details see http://mindprod.com/jgloss/base64.html
example java contexts armouring
|
|
|
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. This freeware is archived under web development java, javascript category.
mindprod boyer moore string search
|
|
|
Amper
Cleans up HTML by converting appropriate ampersands to the equivalent !amp; entity. Clean up your HTML code. Reduce bandwidth for your web server. This freeware is archived under web development html tools category.
converts html windows type java
|
|
|
FileTimes
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. Development Tools freeware FileTimes is listed in web development java, javascript tools.
timestamp path name api
|
|
|
Replicator
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. This internet shareware Replicator is categorized under communications other comms tools.
configuration file lans rainbow spectrum
|
|
|
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.
standalone gui metric prefixes max value
|
|
|
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. This development tools freeware Password is categorized under web development java, javascript.
|
|
|
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. This freeware is archived under web development java, javascript category.
|