Skip to content

Instantly share code, notes, and snippets.

View asad-haider's full-sized avatar
💻
working

Asad Haider asad-haider

💻
working
View GitHub Profile
@rgdonohue
rgdonohue / README.md
Last active January 11, 2023 21:43
Batch Geocoding Script with GeoPy
@SakuradaJun
SakuradaJun / proxy_cheker.py
Created November 2, 2014 12:23
Twisted proxy checker
# -*- coding: utf-8 -*-
from pprint import pformat
from urllib2 import _parse_proxy
from twisted.python.log import err
from twisted.web.client import ProxyAgent
from twisted.internet import reactor
from twisted.internet.defer import Deferred
from twisted.internet.protocol import Protocol
from twisted.internet.endpoints import TCP4ClientEndpoint