Skip to content

Instantly share code, notes, and snippets.

View gtarsia's full-sized avatar
🏠
Working from home

hello there gtarsia

🏠
Working from home
View GitHub Profile
@ushkinaz
ushkinaz / cygwin-mirror-speed.py
Created October 9, 2011 19:16
Tests speed of http mirrors of cygwin
#!/usr/bin/env python3
"""
Tests http mirrors of cygwin
"""
import random
import time
from urllib.request import urlopen
import sys
__author__ = 'Dmitry Sidorenko'