Skip to content
View tamyiuchau's full-sized avatar

Block or report tamyiuchau

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. minimalist-guide-to-python minimalist-guide-to-python Public

    minimalist guide to python: A minimalist guide

  2. ocl ocl Public

    Forked from mdipierro/ocl

    Python to C99/OpenCL/JS compiler

    Python

  3. competitve_programming_pratice competitve_programming_pratice Public

    C++

  4. pyFaultLocUnittest pyFaultLocUnittest Public

    Python 1

  5. abusing with statement to write html... abusing with statement to write html in whitespace indentation
    1
    from bs4 import BeautifulSoup
    2
    from contextlib import contextmanager
    3
    __current_soup=[]
    4
    @contextmanager
    5
    def append(name):