Important alert: (current site time 7/15/2013 3:43:20 PM EDT)
 

Browse Category or Search Results

Search Results: Page 5 of 8 found. Entries 41 - 50 of 72 found
Jump to page: 1 2 3 4 5 6 7 8 

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  PaoloPaoloJava (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!Click here to see a screenshot of this code!(ScreenShot)
 
 
  Persons Name Sorter Version 1.0Persons Name Sorter Version 1.0Java (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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  PrintHundred.javaPrintHundred.javaJava (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 stringReduce stringJava (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)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.
 
 
  ReplaceTextReplaceTextJava (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.
 
 
  ReplyWizardReplyWizardJava (JDK 1.2)Beginner /
Stephan Cossette
1668 since
2/19/2004 8:50:07 PM
Unrated
       Use this for indenting replies for e-mail.Click here to see a screenshot of this code!(ScreenShot)
 
 
  Reverse StringReverse StringJava (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.
 
 
  ReverseStringReverseStringJava (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 AnagramSimple AnagramJava (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)
 


Search Results: Page 5 of 8 found. Entries 41 - 50 of 72 found
Jump to page: 1 2 3 4 5 6 7 8 


Compatibility Filter Profile:

Java (JDK 1.1)
Java (JDK 1.2)
Java (JDK 1.3)
Java (JDK 1.4)
Java (JDK 1.5)