Skip to content
View JonnyWaffles's full-sized avatar
  • Capital One
  • Richmond, VA
Block or Report

Block or report JonnyWaffles

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

    Normalize the legacy package_resources API

    Python 1

  2. logscrapertutorial logscrapertutorial Public

    A tutorial detailing some fun ways to process logs in Python. Start small then go nuts with generators, threading, and async shenangians

    Python 2

  3. azure_jwt_validation azure_jwt_validation Public

    Validate JWT Tokens provided by Azure

    Python 1 1

  4. wsgi-listener wsgi-listener Public

    Forked from pklaus/wsgi-request-logger

    A WSGI HTTP-Listener Forked from https://github.com/pklaus/wsgi-request-logger

    Python

  5. Demo of how the underlying Python ob... Demo of how the underlying Python object model works because I always forget and need to re-read it
    1
    
                  
    2
    
                  
    3
    class MyMetaClass(type):
    4
        def __new__(cls, name, bases, attrs):
    5
            """
  6. zero2prod zero2prod Public

    I'm learning rust

    Rust