Skip to content
View zeevro's full-sized avatar
Block or Report

Block or report zeevro

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. Pebble SDK installation script Pebble SDK installation script
    1
    Now that Pebble servers are gone, some old components in the SDK need to be patched or replaced so they can fetch what they need from Rebble.
    2
    
    
    3
    This script downloads and installes everything needed to build projects and also run the emulator.
    4
    
    
    5
    Was tested on Ubuntu 18.04.2 on WSL.
  2. vscode-fold-to-definitions vscode-fold-to-definitions Public

    A VS Code plugin to fold code to definitions

    TypeScript 3 2

  3. webview-python webview-python Public

    Forked from zserge/webview-python

    Python bindings to webview

    C++ 1

  4. AvionicZ AvionicZ Public

    A simple pilot's aid app for Android

    Java 1

  5. cgi_utils cgi_utils Public

    A minimal CGI library for Python 3

    Python 1

  6. Hack to enable Gnu-style long option... Hack to enable Gnu-style long options in python's argparse
    1
    #!/usr/bin/python3
    2
    import argparse
    3
    import inspect
    4
    
    
    5
    class GnuStyleLongOption(argparse._StoreConstAction):