Skip to content

Instantly share code, notes, and snippets.

@melizeche
melizeche / kaybase.md
Created July 15, 2015 14:34
kaybase.md

Keybase proof

I hereby claim:

  • I am melizeche on github.
  • I am melizeche (https://keybase.io/melizeche) on keybase.
  • I have a public key whose fingerprint is E0BB F42A 8DB6 0C44 C823 6D78 D19B 0BC8 F7A3 4709

To claim this, I am signing this object:

@melizeche
melizeche / diputados.json
Created April 23, 2014 15:08
diputados.json
[
{
"contact_details": [
{
"type": "email",
"value": "edgaracosta@diputados.gov.py",
"label": "email"
}
],
"name": "Acosta Alcaráz, Edgar",
#!/usr/bin/python
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org)
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select