Skip to content

Instantly share code, notes, and snippets.

View fortable1999's full-sized avatar

Meng Zhao fortable1999

View GitHub Profile
#!/usr/bin/python
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected])
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select
snippet bfun
${1:(${2:args}) }=>
${3:# body...}
snippet cla
class ${1:ClassName}${2: extends ${3:Ancestor}}
${4:constructor: (${5:args}) ->
${6:# body...}}
$7