- 👋 Hi, I’m Trevor
- 👀 I’m interested in web, mobile, architecture, mentoring, process management, framework design, etc.
- 🌱 I’m currently learning Rust and NativeScript
- Utah
-
11:54
(UTC -07:00)
Pinned Loading
-
A simple full-text-search algorithm
A simple full-text-search algorithm 1// Draft 2
2ngm.service('searchArray', function(){
3let THRESHHOLD = 0;
4let FULL_EXACTMATCH_MODIFIER = 1.0;
5let FULL_STARTSWITH_MODIFIER = 0.9;
-
-
-
-
java-sql-mapping
java-sql-mapping PublicA tool for mapping SQL data to JSON and vice-versa in Java.
Java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.