git init
or
| #!/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 |
http://www.jitbit.com/news/181-jitbits-sql-interview-questions/
employees
| from __future__ import unicode_literals | |
| from urlparse import parse_qs | |
| import requests | |
| from requests_oauthlib import OAuth1 | |
| key = "key" | |
| secret ="secret" | |
| oauth = OAuth1(key, secret) |
Movies Recommendation:
Music Recommendation:
| #!/usr/bin/env python | |
| """ | |
| Plot histogram from list of dates | |
| Usage | |
| ===== | |
| Feed newline separated unix time via STDIN. | |
| Ex.1: plot repository activity:: |