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.

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. dns-observe dns-observe Public

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

    Python

  2. homeipkit homeipkit Public

    DDNS tools

    Go

  3. oa-spider oa-spider Public archive

    spider for specific web site

    Python

  4. SHCP SHCP Public

    Go

  5. 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
  6. a simple captcha hacker tool for exa... a simple captcha hacker tool for example
    1
    #!/usr/bin/env python
    2
    # coding: utf-8
    3
    import requests
    4
    import StringIO
    5
    from PIL import Image