Skip to content

Instantly share code, notes, and snippets.

View stroparo's full-sized avatar
💭
😃

Cristian Stroparo stroparo

💭
😃
View GitHub Profile
@stroparo
stroparo / tips.mkd
Last active October 16, 2018 15:22 — forked from m3nd3s/NERDTree.mkd
My Vim Cheat Sheet
@stroparo
stroparo / cygwin-mirror-speed.py
Created May 13, 2018 21:24 — forked from ushkinaz/cygwin-mirror-speed.py
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'