No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: new to java? [URL="http://www.tutorialhero.com/tutorial-76-java_arrays.php"]click![/URL] | |
Re: try thinking of systems with db4o.. ^^ fun java database...[URL="http://www.db4o.com/"]db4o.com[/URL] | |
hi, so i've been looking for a string matching algorithm that gives me a "rating" based on how close the 2 strings match.. luckily, i googled and read this article: [URL="http://www.catalysoft.com/articles/strikeamatch.html"]how to strike a match[/URL] here's the original java class code [CODE=java] package strike_a_match; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; … |
The End.