4
votes
Format Double as Fraction
How about org.apache.commons.math ? They have a Fraction class that takes a double.
…
0
votes
How do I do a fuzzy match of company names in MYSQL with PHP for auto-complete?
SOUNDEX is an OK algorithm for this, but there have been recent advances on this topic. Another algorithm was created called the Metaphone, and it was later revised to a Double Metaphone algorithm …
