Skip to content
View snakeye's full-sized avatar
🔧
Doing things
🔧
Doing things

Organizations

@uru-card @exploristo @kalen-dar @get-some-art @telepico @comicsnews-org @dearhiringteam @cogentis-ai

Block or report snakeye

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
snakeye/README.md

Andrey Ovcharov

I’ve been building software systems for more than 25 years. Mostly backend-heavy, data-heavy, production systems. Some of them were used by millions of people, some were small internal tools, some were hardware devices that you could literally hold in your hand.

My LinkedIn profile: https://www.linkedin.com/in/snakeye

Notable projects:

  • URU Card - Biometric FIDO2 Authenticator device
  • Exploristo - Personal travel guide prototype

Pinned Loading

  1. CodexBar CodexBar Public

    Tiny macOS menu bar app showing remaining Codex usage limits.

    Swift 1

  2. uru-card/uru-card uru-card/uru-card Public

    Arduino based firmware for FIDO2 Authenticator

    C++ 189 11

  3. job-application-tracker job-application-tracker Public

    Python 4 1

  4. integrity integrity Public

    Python

  5. Python: get GPS latitude and longitu... Python: get GPS latitude and longitude coordinates from JPEG EXIF using exifread
    1
    import exifread
    2
    
                  
    3
    # based on https://gist.github.com/erans/983821
    4
    
                  
    5
    def _get_if_exist(data, key):