Skip to content
View kbutz's full-sized avatar
  • Sezzle
  • Portland, OR

Block or report kbutz

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

    Flask API wrapper for RaspberryPI3 + DS18B20 temp sensor for temp logging

    Python 7

  2. pre-commit hook for go and excluding... pre-commit hook for go and excluding specific keywords
    1
    #!/bin/sh
    2
    
                  
    3
    # A pre-commit hook for go projects. In addition to the standard
    4
    # checks from the sample hook, it builds the project with go build,
    5
    # runs the tests (if any), formats the source code with go fmt, and
  3. fastapi-boilerplate fastapi-boilerplate Public

    A template for a large fastapi project w/ sqlalchemy dependency

    Python