|
|
KeyPlayer
Java Keystroke and Mouse Event Tutor. 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 and watch what details of the events generated. 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. To run as an application, type: java -jar C:\com\mindprod\keyplayer\keyplayer.jar adjusting as necessary to account for where the jar file is. Version 1.1 avoids dumping control chars to the console. Version 1.3 adds a PAD and icon. renamed from keyplay to keyplayer.
Keywords: java keystroke mouse event tutor vk alt keystroke key hit click button keyplayer keyplay backup features
|
|
|
Ini
Windows *.ini file verifer, 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 Where UTF-8 in the encoding. Opera uses UTF-8. You can leave it to the default for most others. The original is named somefile.ini.old when you are done. Don''t run ini more than once on the same ini file or you will overwrite your backup. Don''t run ini when the program that uses it is running. E.g. shut down Opera to tidy Opera6.ini. This is version 1.0. This program has not yet had any field experience. Make sure you backup before experimenting. Java application.
Keywords: ini tidier verifier sorting sort sorter configuration windows section beautifier archive size
|
|
|
InWords
Shows you how to count 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 You can enter a number and it spells it out in words: e.g. -12345 to "minus twelve thousand three hundred forty-five" The classes it uses for conversion can be easily cannibalised for your own applications, e.g. writing cheques out in words. for example: String numStr = BritishEnglish.inWords(-1234); will generate the string: "minus one thousand two hundred four" handles longs up to Long.MAX_VALUE, namely: 9,223,372,036,854,775,807 Useful to learn to count in a foreign language. The InWords package classes are also useful for cheque writing or legal documents. You can run a batch test of any language with java com.mindprod.inwords.Polish where Polish is the name of the class handling the language you want to test. You can also run it as an Applet or a standalone GUI application. 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. To run as an application, type: java -jar C:\com\mindprod\inwords\inwords.jar adjusting as necessary to account for where the jar file is.
Keywords: number in words spell out cheque check forty-two java class library resolution 3d
|