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

Block or report mbafford

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

I found a secret, apparently.

Pinned

  1. plaid-sync plaid-sync Public

    Command-line interface to the Plaid API that synchronizes your bank/credit card transactions with a local SQLite database. Written in Python 3.

    Python 31 3

  2. Android-Location-Cache-Viewer Android-Location-Cache-Viewer Public archive

    5 3

  3. Convert Journey.Cloud (Diary) JSON E... Convert Journey.Cloud (Diary) JSON Export to Evernote Export (ENEX)
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # Converts the JSON export of Journey.Cloud diary entries into an Evernote Note Export format (ENEX) for easy import back into Evernote.
    4
    #
    5
    # This was a quick and dirty script to save someone the trouble of doing this process manually.
  4. A pretty naive mirror which will che... A pretty naive mirror which will check a local folder for a Maven artifact, and if not found, fetch from the requested server.
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import sys
    4
    import os
    5
    import socket