Skip to content

Instantly share code, notes, and snippets.

View fakoli's full-sized avatar

Sekou Doumbouya fakoli

  • San Fransisco, CA
  • 05:51 (UTC -07:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fakoli on github.
  • I am fakoli81 (https://keybase.io/fakoli81) on keybase.
  • I have a public key ASC5jqap6O-fsyNy5zpWiq4ySkPKzrqBIiv_mIraNtUx4Qo

To claim this, I am signing this object:

apiVersion: "v1"
kind: "Pod"
metadata:
name: "sekou-test"
spec:
containers:
- command:
- "/bin/sh"
args: ["sleep", "99999"]
env:
#!/usr/bin/env python2.7
import time
_URL = 'http://localhost/tmp/derp.html'
_NUMBER = 1000
def test_urllib2():
import urllib2