Skip to content
View QinMing's full-sized avatar

Organizations

@hulu @disney @ArtisTeam
Block or Report

Block or report QinMing

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. django/django django/django Public

    The Web framework for perfectionists with deadlines.

    Python 77.9k 31.2k

  2. simple-virtualenv-wrapper simple-virtualenv-wrapper Public

    The simplest wrapper for Python virtualenv

    Shell 4 1

  3. d3-sankey-with-highlighting d3-sankey-with-highlighting Public

    "Sankey" Data Visualization with End-to-End Highlighting

    JavaScript 16 6

  4. spesmilo/electrum spesmilo/electrum Public

    Electrum Bitcoin Wallet

    Python 7.2k 3k

  5. Bomberman-Game Bomberman-Game Public

    A video game based on Borland Graphics Interface in DOS system. A project with 3000 lines of codes

    C

  6. .zshrc (lazy loading shell functions) .zshrc (lazy loading shell functions)
    1
    # Copyright (c) 2016-2018 Ming Qin (覃明) <https://github.com/QinMing>
    2
    # Open source under MIT LICENSE.
    3
    
                  
    4
    lazy_load() {
    5
        # Act as a stub to another shell function/command. When first run, it will load the actual function/command then execute it.