Skip to content

Instantly share code, notes, and snippets.

View 12101111's full-sized avatar

韩朴宇 12101111

  • 哈尔滨工业大学物联网与泛在智能研究中心
  • harbin
View GitHub Profile
@lilydjwg
lilydjwg / gh-check
Last active March 18, 2024 04:43
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):