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 is supported. This note will only be visible to 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. Wheel-Window-Switcher Wheel-Window-Switcher Public

    is a AutoHotkey v2.0 script that allows you to quickly switch between windows use your Mouse Wheel

    AutoHotkey

  5. 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
    
                  
  6. snake in terminal snake in terminal
    1
    #!/usr/bin/env python
    2
    # -*- coding:utf-8 -*-
    3
    import curses
    4
    from curses import KEY_RIGHT, KEY_LEFT, KEY_UP, KEY_DOWN
    5
    import time