Skip to content
View Sonictherocketman's full-sized avatar

Highlights

  • Pro

Organizations

@adventurerscodex @HyperTextCoffeePot
Block or Report

Block or report Sonictherocketman

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. johnny-cache johnny-cache Public

    A simple forward caching proxy. Useful for reducing the bandwidth of polling or crawling public sites.

    Python 4 1

  2. lil-johnny-checkup lil-johnny-checkup Public

    A stupid simple API for performing health checks on remote endpoints.

    Python 1

  3. django-backblazeb2-storage django-backblazeb2-storage Public

    Forked from royendgel/django-backblazeb2-storage

    Django BackBlaze B2 Storage

    Python

  4. adventurerscodex/adventurerscodex adventurerscodex/adventurerscodex Public

    Experience the next step in tabletop RPGs

    JavaScript 227 49

  5. adventurerscodex/hypnos adventurerscodex/hypnos Public

    An API client and ORM for CoreAPI powered REST APIs.

    JavaScript

  6. Create a continuously updated todo l... Create a continuously updated todo list from code comments. https://brianschrader.com/archive/todolist/
    1
    #! /bin/bash
    2
    # Given the current working directory, find all of the files of the  
    3
    # type given and search for TODO comments in them and return a list
    4
    # of these items.
    5
    #