Skip to content
View jeffesp's full-sized avatar

Organizations

@Nexosis

Block or report jeffesp

Report abuse

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

Report abuse
jeffesp/README.md

Hi there 👋

Pinned Loading

  1. Snappy.Sharp Snappy.Sharp Public

    An implementation of google's Snappy compression format in C#

    C# 152 31

  2. Persistent-Clipboard Persistent-Clipboard Public

    Clipboard collection for windows

    C# 4

  3. Efficiency of Morse code Efficiency of Morse code
    1
    open System.IO
    2
    
                  
    3
    type MorseCodePoint = Dit | Dah
    4
    type MorseEncodedWord = { word: string; total: int; efficiency: float }
    5
    
                  
  4. migrate-db.py migrate-db.py
    1
    
                  
    2
    @click.command("db-migration")
    3
    @with_appcontext
    4
    def migrate_schema():
    5
        migrations_path = "./migrations"