Skip to content
View matthandlersux's full-sized avatar

Block or report matthandlersux

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

Pinned Loading

  1. Originate/guide Originate/guide Public

    A starting point for Originate engineers, product managers, and testers

    Shell 132 35

  2. Originate/scriptkeeper Originate/scriptkeeper Public archive

    Run tests against your scripts without changing your scripts.

    Rust 101 4

  3. Originate/scalypher Originate/scalypher Public archive

    a DSL for building neo4j cypher queries in scala

    Scala 9 4

  4. Originate/scala_mockito_cheatsheet Originate/scala_mockito_cheatsheet Public archive

    A few examples to show how to use mockito in a scala project

    Scala 10 2

  5. cryptopals cryptopals Public

    solutions to http://cryptopals.com/

    Scala

  6. symspell in js (https://medium.com/@... symspell in js (https://medium.com/@wolfgarbe/1000x-faster-spelling-correction-algorithm-2012-8701fcd87a5f)
    1
    const { uniq, map, range, zip, mapValues, groupBy, flatMap } = require('lodash');
    2
    
                  
    3
    const expandWordToDeletions = (word) => {
    4
      const wordArray = word.split("");
    5
      const deletionList = map(