Skip to content

Instantly share code, notes, and snippets.

View sandrogauci's full-sized avatar
🎯
Focusing

Sandro Gauci sandrogauci

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am sandrogauci on github.
  • I am sandrogauci (https://keybase.io/sandrogauci) on keybase.
  • I have a public key whose fingerprint is 8028 D017 2207 1786 6403 CD45 2B02 CBFE 9549 3C0C

To claim this, I am signing this object:

@sandrogauci
sandrogauci / portforwarder.py
Last active February 12, 2022 14:37
An example of a port forwarder in python's new asyncio stdlib. Comments and corrections welcome
#!/usr/bin/env python
# encoding: utf-8
"""
portforwarder.py
Created by Sandro Gauci on 2014-03-18.
"""
import sys
import os