Skip to content

Instantly share code, notes, and snippets.

View 12101111's full-sized avatar

韩朴宇 12101111

  • 哈尔滨工业大学物联网与泛在智能研究中心
  • harbin
View GitHub Profile
@12101111
12101111 / gh-check
Created April 16, 2020 06:22 — forked from lilydjwg/gh-check
gh-check: speed test to known GitHub IPs
#!/usr/bin/python3
import asyncio
import time
import socket
import argparse
import aiohttp
class MyConnector(aiohttp.TCPConnector):