Skip to content

Instantly share code, notes, and snippets.

View juliofalbo's full-sized avatar
Looking for new technologies

Júlio Falbo juliofalbo

Looking for new technologies
View GitHub Profile
@brusangues
brusangues / proxy.py
Last active February 12, 2022 11:00 — forked from darkwave/proxy.py
Python 2.7 proxy server for HTTP GET
# Python Web Proxy for HTTP GET
# UFABC 2021 Computer Networks Project
# Inspired by: https://gist.github.com/darkwave/52842722c0c451807df4
# Imports
if 1:
import sys
import socket
import time # for delay
import select # selection of available sockets
@marijn
marijn / README.markdown
Last active October 1, 2023 13:42
List of countries in YAML, CSV and TXT format