|
|
|
Categories :
Web Development > Java & JavaScript
|
|
InWords 4.0
|
|
Java code to converts number to words in any of 15 languagues. Useful for writing cheques or legal documents.
|
| |
Description From Publisher
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.
Supported OS
Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003,Windows Vista Star
Related Keywords
number number in words in words spell out spell out cheque cheque check check forty-two forty-two Java Java class class library library
|
|
Latest Java & JavaScript Realted Tools:
HunkIO 1.6
Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile and PrintWriterPlus. |
Holiday Calculatior 3.9
Calculates when various holidays occur in any given year BC or AD. Designed to be cannibalised to include the calculation routines in your own programs. It can also be used standalone It currently calculates about 50 holidays. |
FileFilters 2.3
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. |
FileTransfer 2.5
Includes classes to let you copy, download and upload files from within a Java program. Also contains a command-line utility to download files. Usually you embed these classes in your own program rather than using them standalone. |
FileTimes 1.8
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. |
FileIO 5.6
I/O teaching tool that generates sample Java source code to do 378 types of I/O to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. |
Encodings 1.6
Applet to list all supported encodings (character sets) supported by your browser/java. |
CSVReader/Writer 2.8
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. |
CreditCard Validator 1.8
The CreditCard Validator will help you tell: (1) if a credit card number is valid (2) which credit card vendor handles that number. It validates the prefix and the checkdigit. It does *not* contact the credit card company. |
Comparators 1.4
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. |
Boyer 1.5
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. |
JustAjax Table 0.7
JustAjax Table is an Ajax/PHP grid library that allows you to create web-based data grids/tables that behave like desktop software. |
Web Designers Toolkit with Menu Ex 2.2
Professional Web Toolkit for Webmasters. Integrate winning-award and professional script authoring tools into one program. |
|
|