| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Convert A String To Title Case | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Martin Budden | 9560 since 9/17/2002 7:21:20 PM |
By 1 Users
|
| |
Convert A String To Title Case: The First Letter Of Each Word Is Converted To Upper Case Like This. Bonus: Convert a string to sentance case like this. |
| |
| |
| |
 |
Convert Number to String.... | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Ajay Shilwant | 2339 since 2/24/2011 12:26:58 PM | Unrated
|
| |
using this code you can convert number into string....
zip file password: tryifucan (ScreenShot) |
| |
| |
| |
 |
Count Occurrences Within a String | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Martin Budden | 8254 since 5/26/2005 8:41:28 PM | Unrated
|
| |
Count the number of occurrences of a char or a subString within a String (both methods are provided, if you like you can use both in the same class at the same time). |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Count Words in Graphical User Interface Window Java Application | Java (JDK 1.5) | Beginner / Mihai Boisteanu | 1209 since 7/23/2012 4:44:41 PM | Unrated
|
| |
Today I have made a graphical version of our last application so it will look nice and dandy.
I hope you understood the application and had fun making it. If you have questions please don’t hesitate to ask them here or on youtube. Also be sure to check ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Crazy String | Java (JDK 1.2) | Beginner / Jojo Sardez | 3031 since 7/16/2003 11:40:29 AM |
By 2 Users 2 Excellent Ratings
|
| |
This program accepts a string and changes the string cases in each elements...
example:
The user inputs: HJuiyOPpXpIO
The output is: hjUIYopPxPio |
| |
| |
| |
 |
detect the end of a sentance in a text file | Java (JDK 1.1), Java (JDK 1.2) | Beginner / John Hunsley | 4436 since 2/25/2003 10:35:32 AM |
By 2 Users
|
| |
this code reads in text from a .txt file, detects the end of a sentance, puts a carrage return at the end of each sentace and outputs the text to an output .txt file. |
| |
| |
| |
 |
Encrypter/Decrypter/Cracker | Java (JDK 1.1), Java (JDK 1.2) | Beginner / John Hunsley | 8162 since 10/30/2003 6:43:02 AM |
By 1 Users
|
| |
This code contains a encrypter and a decrypter which demonstrate simple character encryption with randomly generated keys. a code cracker is also included which can crack the random key by comparing the frequency of characters in a large text file, contai ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Encryption and Decryption simple text | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / SENTHIL KUMAR S | 3040 since 7/15/2011 10:39:48 AM | Unrated
|
| |
Using this program we have to encrypt the plain text and also decrypt the encrypted text (ScreenShot) |
| |
| |
| |
 |
Encrypto | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Walshy | 5878 since 9/6/2001 12:33:27 PM |
By 3 Users
|
| |
Encryption program encrypts a string of text. It can also decrypt strings of text which have been encrypted with this program. |
| |
| |
| |
 |
Flames | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Ritin | 3251 since 7/31/2007 10:07:51 AM | Unrated
|
| |
A simple code for simluation of the "Flames" matching game. (ScreenShot) |
| |