Skip to content

Instantly share code, notes, and snippets.

@yaonie
Created April 6, 2012 15:40
Show Gist options
  • Save yaonie/2320890 to your computer and use it in GitHub Desktop.
Save yaonie/2320890 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
# encoding=utf-8
from time import strftime
from time import gmtime
def _id():
_who = '%s/%s' % ('北北', 'Edward')
_where = 'China'
_when = 'After 80s'
_sex = 'Male'
def _story():
_now = strftime('%Y-%m', gmtime())
_1 = '2011-07 -- ' + _now + ' 北京某Web安全厂商,从事Web安全研究及相关工作'
def _skill():
_1 = '渗透测试及周边Web安全研究'
_2 = 'Python、PHP、JavaScript'
_3 = 'WAF'
def _contact():
_QQ = '%s/%s' % ('87653285', '447410')
_MSN = 'pentest # msn.com'
_Email = 'Edward.B.Sun # Gmail.com'
if __name__ == '__main__':
print '未满十八周岁请在家长陪同下访问此博客'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment