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

Block or report thomie

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

  1. git-new-workdir-recursive git-new-workdir-recursive Public

    git-new-workdir with submodule support

    Shell 6

  2. Coroutines in Python Coroutines in Python
    1
    # Simple Generators
    2
    # http://www.python.org/dev/peps/pep-0255/
    3
    def producer():
    4
        a, b = 0, 1
    5
        while True:
  3. kata-oauth2 kata-oauth2 Public

    Kata OAuth2

    Python 1

  4. twitternamecheck twitternamecheck Public

    Send me an email when my Twitter username becomes available

    Python

  5. cleanrebase cleanrebase Public

    Rebase onto a cleaned up master without all the merge conflicts

    Shell

  6. kata-flask kata-flask Public

    Show a list of movies on localhost:8000/movies/ from the Ghibli API

    Python