Skip to content
View maxrothman's full-sized avatar
Block or Report

Block or report maxrothman

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

  1. Music searching Music searching
    1
    # Music searching
    2
    
                  
    3
    This gist contains some tools I wrote to solve a problem I ran into when archiving folk tunes. Once I had 30+ tunes in the archive, it became hard to tell whether any particular tune I came across was already in the archive or not, and I'm usually not able to remember a tune note-for-note. The solution to this problem was to build a tool that could search for music scores based on an approximately-similar snippet.
    4
    
                  
    5
    ## Details
  2. Book diffing Book diffing
    1
    # Book diffing
    2
    
                  
    3
    This code was written when a new edition of a book series I like came out and I wanted to find out
    4
    what was different between the old and new versions. The goal was to create readable diffs of
    5
    English prose so that I could scan through the books and easily see what was different.
  3. fp-course fp-course Public

    Forked from system-f/fp-course

    Functional Programming Course

    Haskell

  4. dbcli/pgcli dbcli/pgcli Public

    Postgres CLI with autocompletion and syntax highlighting

    Python 11.7k 542

  5. aws-alfred-workflow aws-alfred-workflow Public

    Alfred workflow for common AWS tasks

    Python 2 1

  6. game_of_life game_of_life Public

    A Python implementation of Conway's Game of Life

    Python