Skip to content
View xavierskip's full-sized avatar

Block or report xavierskip

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. dns-observe dns-observe Public

    a simple client to observe dns pollution network situation under The Great Firewall of China.

    Python 3 1

  2. SHCP SHCP Public

    Go

  3. files_hash_in_browser files_hash_in_browser Public

    drop files in browser to show files hash

    JavaScript 4 1

  4. convert img to excel convert img to excel
    1
    from openpyxl import Workbook
    2
    from openpyxl.styles import PatternFill
    3
    from PIL import Image
    4
    import sys
    5