Skip to content
View jeffesp's full-sized avatar

Organizations

@Nexosis
Block or Report

Block or report jeffesp

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
jeffesp/README.md

Hi there 👋

Pinned

  1. Snappy.Sharp Snappy.Sharp Public

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

    C# 141 31

  2. Persistent-Clipboard Persistent-Clipboard Public

    Clipboard collection for windows

    C# 3

  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"