Important alert: (current site time 7/15/2013 5:08:15 AM EDT)
 

Browse Category or Search Results.

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

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  _String Replace (for real)_String Replace (for real)Java (JDK 1.2)Beginner /
Atul Brad Buono
25736 since
10/2/2001 7:21:52 PM

By 6 Users
3 Excellent Ratings
       Replaces all occurances of a given substring with another substring in a String object. I looked for a good string replacer and all of them broke (replaced things multiple times, infinitely looped, etc), so I made one. Please let me know if this doesn't w ...(description truncated)
 
 
  A ParserA ParserJava (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4)Advanced /
Naveen Alok
11764 since
6/23/2005 6:39:05 AM

By 5 Users
2 Excellent Ratings
       A badword filter which can filter the given set of words from a string. Works with anything, Swing,Servlet, JSP etc. Use it in your programs such as chat applets to filter unwanted words in communication.Click here to see a screenshot of this code!(ScreenShot)
 
 
  A StringReplacer UtilA StringReplacer UtilJava (JDK 1.1), Java (JDK 1.2)Beginner /
Kong Pang Yew
15290 since
9/6/2001 4:07:41 AM

By 1 Users

       Returns a new string resulting from replacing first occurrence (or all occurrences) of a string with another string. This code works!!
 
 
  AlphaSortAlphaSortJava (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5)Beginner /
Gonzales Cenelia
8041 since
1/2/2006 2:13:04 AM

By 1 Users

       Program Name: AlphaSort These program uses the "Bubble Sort Algorithm" to sort an array of strings in alphabetical order. The "Bubble Sort Algorithm" is not the "quickest algorithm" that can be use to sort a list of elements but it's mechanism is among th ...(description truncated)
 
 
  Asterix RevealerAsterix RevealerJava (JDK 1.1), Java (JDK 1.2)Beginner /
Kris_1028
12393 since
7/12/2002 6:11:00 AM
Unrated
       Set focus on the Text Box and press Enter (return) to reveal whats behind the asterixes. The revealation shows in the status bar.
 
 
  change casechange caseJava (JDK 1.5)Beginner /
Thejwal P
939 since
10/10/2012 1:09:58 PM
Unrated
       WAM to accept a string as parameter. Convert the string characters to lowercase if its uppercase and to uppercase if its lowercase. //If there are digits or special chars in the string, they should be omitted.
 
 
  Character Frequency AnalyserCharacter Frequency AnalyserJava (JDK 1.5)Intermediate /
Prasad Priyadarshana Fernando
5301 since
6/24/2011 9:03:25 AM
Unrated
       The user can give a sample text file containing characters of any language which has a known Unicode range. The analyzer program reads the file character by character and filter the symbols according to the given Unicode range. Then it updates the frequen ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Check String (Exclude that match)Check String (Exclude that match)Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5)Beginner /
Azhar Jamal
1550 since
3/6/2012 11:48:41 AM

By 1 Users

       this is a simple code to check string for matching pair and remove it, hope this will help a newbie like me in the future, do copy/paste/edit the code.. its yours anyway :)
 
 
  Check string... can u spell it both ways?Check string... can u spell it both ways?Java (JDK 1.1), Java (JDK 1.2)Intermediate /
vefari
9448 since
9/25/2000 7:07:04 PM

By 1 Users

       This is something useful (I hope). It checks if a string that you provide can be read both ways. It shows how to use recursive functions.
 
 
  Console Text editorConsole Text editorJava (JDK 1.4)Beginner /
RicardoNZ
6753 since
11/1/2004 6:01:01 AM

By 1 Users

       This code allows a text file to be edited in the console/command prompt.Click here to see a screenshot of this code!(ScreenShot)
 


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


Compatibility Filter Profile:

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