| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
FLAMES program | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4) | Beginner / dilli babu | 4198 since 5/18/2005 11:43:23 PM |
By 1 Users
|
| |
Code will give the relationship between a boy and a girl, when their names are given |
| |
| |
| |
 |
Get Occurrences | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Brian Bender | 5154 since 5/21/2001 1:50:26 AM | Unrated
|
| |
This is a String Utility Class that returns the number of occurrences that a substring resides in a string. Simple but effective. Just change the string to search and the string to search for and the starting index and if the search is case sensitive, and ...(description truncated) |
| |
| |
| |
 |
Html tag stripper | Java (JDK 1.2) | Beginner / John Hunsley | 3784 since 2/25/2003 10:44:10 AM |
By 5 Users 3 Excellent Ratings
|
| |
reads in a Html file, removes the tags and sends the output to an output.txt file |
| |
| |
| |
 |
Java | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Advanced / Dave B. | 2592 since 1/20/2005 9:10:51 PM |
By 1 Users
|
| |
This is a helper class for java. Strings are objects so they cannot be casted into integers or doubles. Often in a program u have to get a number, be it an integer or a double type, from a string so I made this helper class so I could resuse the methods I ...(description truncated) |
| |
| |
| |
 |
JAVA - 'Strings and Things' for absolute beginners | Java (JDK 1.2) | Beginner / michael worthington | 7869 since 1/4/2002 10:25:37 PM |
By 4 Users 3 Excellent Ratings
|
| |
the purpose of this tutorial is to get beginner java programmers familiar with the variable type String, as well as with a couple String functions. it includes a simple program that beginners can make, and it covers a lot of basics to understanding string ...(description truncated) |
| |
| |
| |
 |
Java Calculator | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Jamie Lindgren | 6094 since 7/26/2001 8:48:25 PM |
By 1 Users
|
| |
This calculator shows you some things you can do with a string, for example changing strings with charAt, getting length, etc. It's a calculator that takes a string (for example, 5*5) and does the equation. It takes the whole string, then breaks it up, fi ...(description truncated) |
| |
| |
| |
 |
Java General Purpose Hash Function Algorithms | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Advanced / Arash Partow - http://www.partow.net | 4841 since 8/10/2004 1:01:01 AM |
By 2 Users
|
| |
The General Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithm in the Java programming language.
For more information please visit: http://www.partow.net/programming/hashfu ...(description truncated) |
| |
| |
| |
 |
JAVA IRC Parser | Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / kaustubh prattap chand | 1537 since 6/29/2011 11:47:09 AM | Unrated
|
| |
This program parses the message received from IRC server.It places all the info in variables which can be accessed.Rest of the code is pretty much self explanatory. |
| |
| |
| |
 |
Java Search and Replace application -- GUI Version | Java (JDK 1.1) | Not Given /
| 11057 since 1/8/1998 |
By 3 Users
|
| |
This application is great for changing links (or background colors, etc.) in all files on a website when the link/file is moved. (http://www.kacweb.com/kachome/javapage.htm) by Kenny A. Chaffin kenny@kacweb.com |
| |
| |
| |
 |
Java String Replace | Java (JDK 1.1) | Beginner / Martyn B | 7585 since 5/31/2000 4:51:11 AM |
By 4 Users
|
| |
This piece of code takes three arguments, you give it a string that you want to do the replace on, what you want to replace, and what you want to replace it with! Simple! |
| |