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

Block or report jimmyjxiao

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. RGBIndicator_Helper RGBIndicator_Helper Public template

    Simplifies RGB projects that pull from Web APIs with ESP8266

    C++

  2. GearScheduler GearScheduler Public

    C++

  3. RedditClient RedditClient Public

    C++

  4. RichMarkdownBoxUWP RichMarkdownBoxUWP Public

    A rich text editing control for Markdown that works with UWP.

    C# 1

  5. md4c md4c Public

    Forked from mity/md4c

    C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.

    C

  6. wotoWatch.py wotoWatch.py
    1
    import urllib.request;
    2
    import sys;
    3
    import ctypes  # An included library with Python install.   
    4
    import time;
    5
    url = sys.argv[1]