| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Paolo | Java (JDK 1.1) | Beginner / ryu | 2828 since 12/9/2003 2:42:29 AM | Unrated
|
| |
this tutorial / code will teach you the basic fundamentals of encrypting and decrypting text. if you find it interesting, please vote for me. thanks! (ScreenShot) |
| |
| |
| |
 |
Persons Name Sorter Version 1.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 | 2357 since 2/27/2009 9:24:32 AM | Unrated
|
| |
About this code it is similar to the code I wrote in C/C++ but I converted into Java. One of the strength of Java is that it has intensive library that facilitates string and sorting routines that cannot be found in other programming languages. I intended ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
PrintHundred.java | Java (JDK 1.2) | Beginner / Tenille Leveriza | 2005 since 10/6/2002 7:20:50 PM | Unrated
|
| |
This program prints integers from 1 through 100 (10 integers per line) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Reduce string | Java (JDK 1.5) | Beginner / Developer142 | 1842 since 10/5/2010 4:49:15 PM | Unrated
|
| |
This is the October 2010 program challenge of CodeChef . The program description is in the link
http://www.codechef.com/OCT10/problems/STREDUC/ |
| |
| |
| |
 |
Replace Part of a String (pre 1.4) | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3) | Beginner / Martin Budden | 2745 since 5/26/2005 8:39:20 PM | Unrated
|
| |
In Java 1.4 onwards the function String.replaceAll works. For older versions of Java, you can use this function instead. |
| |
| |
| |
 |
ReplaceText | Java (JDK 1.2) | Beginner / Zachary Bender | 3355 since 7/26/2003 11:35:31 PM | Unrated
|
| |
I wrote this to replace an old word with a new one. Say, you spelt somones name wrong, and before printing you wanted to change it. You could just type how you DID spell it, and then the new spelling. |
| |
| |
| |
 |
ReplyWizard | Java (JDK 1.2) | Beginner / Stephan Cossette | 1668 since 2/19/2004 8:50:07 PM | Unrated
|
| |
Use this for indenting replies for e-mail. (ScreenShot) |
| |
| |
| |
 |
Reverse String | Java (JDK 1.2) | Beginner / Hidden Faces @(^_^)@ | 2996 since 2/18/2003 2:58:26 AM | Unrated
|
| |
Reverses a string. The strReverse method returns the reverse string of the string passed as argument. |
| |
| |
| |
 |
ReverseString | Java (JDK 1.1) | Not Given /
| 5011 since 6/22/1998 |
By 1 Users
|
| |
Reverses a string.
Found in a Java tutorial at:http://www.javasoft.com |
| |
| |
| |
 |
Simple Anagram | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Bruce Van Horn | 7532 since 9/28/2001 12:18:55 AM | Unrated
|
| |
This code takes a string and returns all possible permutations of that string, i.e. its an anagram generator. It shows you how to use the strings, String Buffers, and vectors.
You could pretty easily hook this up to a method that compares what you find wi ...(description truncated) |
| |