Skip to content
View bkimmig's full-sized avatar

Block or report bkimmig

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. bkimmig.github.io bkimmig.github.io Public

    Personal Website

    HTML

  2. homebrew-tools homebrew-tools Public

    Formulas for tools I've built

    Ruby

  3. silver-pancake silver-pancake Public

    A Similar User Recommendation Model and API

    Jupyter Notebook

  4. awscurl awscurl Public

    Forked from legal90/awscurl

    cURL with AWS request signing

    Go

  5. geohash geohash Public

    Forked from vinsci/geohash

    Python module to decode/encode Geohashes to/from latitude and longitude. See http://en.wikipedia.org/wiki/Geohash

    Python

  6. Collab GDrive Mount Snippet Collab GDrive Mount Snippet
    1
    import typing
    2
    import os
    3
    from google.colab import drive
    4
    
                  
    5
    def mount(sub_path: typing.List[str] = [""]) -> str: