Other listings by this author |
|
TimeZones 1.9 (Downloads: 0)
Displays all the TimeZone on your machine supported by Java, with their standard time and daylight saving time offsets from GMT, along with the their ID (programmer) names and display names. It also displays UTC time, local time and the default TZ.
|
|
KeyPlayer 1.5 (Downloads: 140)
Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic. Application to let you experiment to learn how mouse and keystroke events work. Output appears on the console. Just click the mouse or hit keystrokes to see the events generated.
|
|
Wassup 2.5 (Downloads: 213)
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.
|
|
FileFilters 2.7 (Downloads: 174)
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.
|
|
Batik 2.2 (Downloads: 283)
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.
|
|
JDisplay 4.5 (Downloads: 182)
JDisplay displays Java, HTML, bat, SQL, ini, csv, xml, mproperties... files a variety of colours, fonts, sizes and weights to help make them more presentable. Why would you use it? For the same sorts of reasons you use colours and fonts in an IDE.
|
|
Wavelength 1.3 (Downloads: 15)
Wavelength creates Color objects given the wavelength or the frequency of the light rather than the usual RGB or HSB. instead of: Color c = new Color(255, 0, 0); use the frequency in nanometers, and gamma 0.0. .. 1.0. (gamma is intensity/brightness.)
|
|
VerCheck 4.4 (Downloads: 50)
VerCheck checks websites for new versions of the software you use.
|
|
FontShower 2.9 (Downloads: 242)
Displays all the fonts available toSwing in Java on the machine. Displays the fonts in a variety of styles, sizes and colours, rendered either with anti-aliased or plain.
|
|
Pluck 1.0 (Downloads: 7)
Scans multiple files looking for a REGEX pattern, and summarised what it finds as a CSV file. See mindprod.com/jgloss/regex.html for how to compose them.
|
|
Quoter 5.1 (Downloads: 102)
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....
|
|
Ini 1.4 (Downloads: 49)
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:\somedir\somefile.ini UTF-8
|
|
Encoding Recogniser 1.2 (Downloads: 17)
Help determine a file's encoding by displaying it wth any of the supported encodings in hex and in decoded characters.
|
|
JarCheck 1.4 (Downloads: 183)
Check a Java jar to make sure all the javac -target versions of the class files are what you expect.
|
|
Boyer 1.5 (Downloads: 28)
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.
|
|
Borders 1.5 (Downloads: 12)
Displays a variety of decorative borders. Shows off what you can do with Swing..
|
|
Align 1.6 (Downloads: 32)
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.
|
|
Volser 1.2 (Downloads: 141)
Gets the 4-byte 32-bit binary volume serial number of a Windows disk drive assigned when it is formatted to provide and almost unique id.
|
|
Pws 2.0 (Downloads: 18)
PWS (the pathway amanuensis) helps you with personal problems. You describe your problem and it prescribes some sage advise based on Ken Keyes' twelve pathways from the book Handbook To Higher Consciousness.
|
|
SiteMap 1.9 (Downloads: 107)
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
|