| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
LeetSpeak | Java (JDK 1.2) | Intermediate / derelikt | 4037 since 4/7/2002 1:21:24 AM |
By 1 Users
|
| |
Converts a text file into it's "Leet Speak" equivelant. |
| |
| |
| |
 |
Library MAnagement without Database Software | Java (JDK 1.5) | Advanced / Pravin H. Rane | 5660 since 9/7/2010 3:48:03 PM |
By 6 Users 4 Excellent Ratings
|
| |
For Library Management
Author\Pravin H. Rane (ScreenShot) |
| |
| |
| |
 |
mhUtils | Java (JDK 1.1), Java (JDK 1.2) | Intermediate / Martin Haring | 3042 since 11/28/2000 9:12:14 AM |
By 3 Users 2 Excellent Ratings
|
| |
General purpose utility routines enclosed in a class. All routines are static so you don't need
to instantiate the class, just use it! |
| |
| |
| |
 |
Morse Code | Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Melody King | 3912 since 4/26/2005 8:51:47 AM |
By 1 Users
|
| |
This is a simple application that works as an English-to-Morse Code and Morse Code-to-English converter. So if you're interested in learning Morse Code, you can experiment with this application. I used class StringTokenizer & other string manipulation ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Number of Occurences (of a character) | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Tim Feeley | 3451 since 2/6/2002 10:23:14 PM | Unrated
|
| |
Returns an integer of how many times a character appears in a string - bare bones example. |
| |
| |
| |
 |
Object Serialization(Read and Write) | Java (JDK 1.5) | Beginner / Rekha Ram Chaudhary | 1498 since 11/2/2011 5:28:01 PM | Unrated
|
| |
Design classes for Currency, Rupee, and Dollar. Write a program that randomly generates Rupee and Dollar objects and write them into a file using object serialization. Write another program to read that file, convert to Rupee if it reads a Dollar, while l ...(description truncated) |
| |
| |
| |
 |
Organized String | Java (JDK 1.2) | Beginner / Jojo Sardez | 2106 since 7/16/2003 12:08:59 PM | Unrated
|
| |
This program will let the first element of the entered string of the user to be uppercased and the remaining string to be lowercased.
Even if the user inputs an uppercased letter in the 2nd to the last element of the string, it will be lowercased to organ ...(description truncated) |
| |
| |
| |
 |
Palindrome | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Richard Merry | 5121 since 5/3/2003 6:53:51 PM |
By 2 Users
|
| |
This Java application reads in a string argument from the console and checks to see whether or not it is a palindrome. |
| |
| |
| |
 |
Palindrome Version 2.0 | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Advanced / Jake Rodriguez Pomperada | 3481 since 9/30/2007 5:34:58 AM | Unrated
|
| |
This code will determine whether the given string is a palindrome or not a palindrom. If you like this code kindly send me an email at jakerpomperada@yahoo.com. Thank you so much and God Bless Happy Programming From Jake R. Pomperada :-D (ScreenShot) |
| |
| |
| |
 |
Pallindrum Program | Java (JDK 1.2) | Beginner / Jojo Sardez | 2465 since 7/16/2003 12:17:04 PM | Unrated
|
| |
This program accepts a string form the user and tells if the string is pallindrum or not.
Pallindrum are strings that doesn't change if spelled backward.
example:
"nasabayabasan" is pallindrum. |
| |