Skip to content
View adamrparsons's full-sized avatar

Block or report adamrparsons

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. AnotherOne AnotherOne Public

    Like rms.sexy, but for someone even better.

    Python

  2. PostgreZNC PostgreZNC Public

    Python 1

  3. ComSSA/www.comssa.org.au ComSSA/www.comssa.org.au Public archive

    public website

    HTML 1

  4. ABC-Downloader ABC-Downloader Public

    Download mixes from TripleJ (Or any ABC Radio show)

    Python 1

  5. Sync rekordbox library to another mac Sync rekordbox library to another mac
    1
    #!/bin/bash
    2
    
                  
    3
    RECV="mackletoosh.local"  # Replace this with your destination computer's name
    4
    
                  
    5
    rsync -avh /Applications/rekordbox\ 5 $RECV:/Applications --delete # the --delete means it will delete anything on the destination that as removed from the source. Good for if you have delete tracks from your library and dont wanna delete it all again on the destination
  6. redux-token-auth redux-token-auth Public

    Forked from kylecorbelli/redux-token-auth

    Redux actions and reducers to integrate easily with Devise Token Auth

    TypeScript 1