Skip to content
View jasonbot's full-sized avatar
🥉
🥉

Block or report jasonbot

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

I write software for a living. I also occasionally write software for fun. I also do other things.

Pinned Loading

  1. async-crond async-crond Public

    A very basic crontab runner for asyncio code

    Python

  2. weblog weblog Public

    This is the source material for jasonscheirer.com, my periodically-upated weblog that mostly covers technical topics.

    CSS 3

  3. dotfiles dotfiles Public

    OH GOOD, ANOTHER SET OF DOTFILES ON THE INTERNET

    Vim Script 3

  4. python-meetup-2019-10-09 python-meetup-2019-10-09 Public archive

    Slides for my short talk at the Python Meetup on Oct 9 2019: Preparing for Microservices

    CSS 2

  5. Rename files in Rhythmbox lib that c... Rename files in Rhythmbox lib that can't be on NTFS
    1
    import os
    2
    import pathlib
    3
    from urllib.parse import urlparse, urlunparse, unquote, quote
    4
    import xml.dom.minidom
    5
    
                  
  6. localhost-cors-proxy localhost-cors-proxy Public

    A dead simple localhost proxy with liberal CORS headers, meant to be fetch-api friendly

    Go 1 1