Skip to content
View navhits's full-sized avatar
💤
Code Dreaming
💤
Code Dreaming

Block or report navhits

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

Pinned Loading

  1. honey-i-shrunk-the-images-py honey-i-shrunk-the-images-py Public

    An experiment to shrink the size of the Python containers

    Python 4

  2. semgrep-precommit semgrep-precommit Public archive

    Pre-commit hook for Semgrep with diff awareness 😉

    Python 5

  3. ghcr ghcr Public

    A Github Container Registry utility

    Shell

  4. api api Public

    Talk to me via HTTP calls 😉

    Python 3

  5. gutils-python gutils-python Public

    An abstract SDK with typed interactions to Google workspace entity SDKs with Oauth2 and Service account auth support.

    Python 2

  6. Parse Git based gems from Gemfile Parse Git based gems from Gemfile
    1
    def parse(path):
    2
        with open(path) as gf:
    3
            file_stream = gf.read()
    4
        import re
    5
        dependencies = []