Skip to content
View trevorhreed's full-sized avatar
  • Utah
  • 19:02 (UTC -06:00)
Block or Report

Block or report trevorhreed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
trevorhreed/README.md
  • 👋 Hi, I’m Trevor
  • 👀 I’m interested in web, mobile, architecture, mentoring, process management, framework design, etc.
  • 🌱 I’m currently learning Rust and NativeScript

Pinned Loading

  1. A simple full-text-search algorithm A simple full-text-search algorithm
    1
    // Draft 2
    2
    ngm.service('searchArray', function(){
    3
      let THRESHHOLD = 0;
    4
      let FULL_EXACTMATCH_MODIFIER  = 1.0;
    5
      let FULL_STARTSWITH_MODIFIER  = 0.9;
  2. yesiree/basin yesiree/basin Public

    An asynchronous channel manager for channeling things

    JavaScript

  3. elevator elevator Public

    A simulation of an elevator in Java

    Java

  4. finance finance Public

    A few financial calculators

    JavaScript

  5. java-sql-mapping java-sql-mapping Public

    A tool for mapping SQL data to JSON and vice-versa in Java.

    Java

  6. timeoff timeoff Public

    A time-off request system

    Java 1