Skip to content

Instantly share code, notes, and snippets.

@k0s
k0s / keybase.md
Created October 18, 2017 12:49
k0's keybase proof

Keybase proof

I hereby claim:

  • I am k0s on github.
  • I am k0s (https://keybase.io/k0s) on keybase.
  • I have a public key ASD-_3yirb5u7Xc6jW61jPo6LB3jJ5W_TlfT24qbX_MuEAo

To claim this, I am signing this object:

@k0s
k0s / pbmoz.py
Created July 28, 2011 16:08 — forked from djmitche/pbmoz.py
stdin-to-pastebin script by @catlee
#!/usr/bin/env python
import urllib, sys
if len(sys.argv) == 2:
url = "http://%s.pastebin.mozilla.org" % sys.argv[1]
fmt = sys.argv[1]
else:
url = "http://pastebin.mozilla.org"
fmt = "None"