Skip to content
View Markcanfly's full-sized avatar

Highlights

  • Pro

Block or report Markcanfly

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. shifts shifts Public archive

    Python script to build a MIP model for a preference-based NSP

    Python 2

  2. AHKpressandhold AHKpressandhold Public

    An AutoHotkey script made to mimic the macOS Press and Hold accent menu

    Python 1

  3. ical-filter ical-filter Public

    filter iCal calendar subscriptions that you don't control

    TypeScript 1

  4. quotes quotes Public

    Minimal service to get random quotes

    Go

  5. Takes JSON file paths as command lin... Takes JSON file paths as command line arguments, sorts their keys, and prettifies them
    1
    import json
    2
    import sys
    3
    
                  
    4
    for filename in sys.argv[1:]:
    5
        with open(filename, 'r', encoding='utf8') as jsonf: