Skip to content

Instantly share code, notes, and snippets.

View hoov's full-sized avatar

Tom Hoover hoov

View GitHub Profile

Keybase proof

I hereby claim:

  • I am hoov on github.
  • I am hoov (https://keybase.io/hoov) on keybase.
  • I have a public key ASBvpG6-FpdN0W52_JEeUE8DXk-FIlbXvsGEbl3TCDV5Cwo

To claim this, I am signing this object:

7zip-bin,4.0.2,MIT @babel/code-frame,7.0.0-beta.51,MIT @babel/generator,7.0.0-beta.51,MIT @babel/helper-function-name,7.0.0-beta.51,MIT @babel/helper-get-function-arity,7.0.0-beta.51,MIT @babel/helper-module-imports,7.0.0,MIT @babel/helper-split-export-declaration,7.0.0-beta.51,MIT @babel/highlight,7.0.0-beta.51,MIT @babel/parser,7.0.0-beta.51,MIT @babel/template,7.0.0-beta.51,MIT @babel/traverse,7.0.0-beta.51,MIT @babel/types,7.0.0-beta.51,MIT @babel/types,7.1.2,MIT @emotion/babel-utils,0.6.10,MIT @emotion/hash,0.6.6,MIT @emotion/memoize,0.6.6,MIT @emotion/serialize,0.9.1,MIT @emotion/stylis,0.7.1,MIT @emotion/unitless,0.6.7,MIT @emotion/utils,0.8.2,MIT @samverschueren/stream-to-observable,0.3.0,MIT @sentry/browser,4.3.4,BSD-3-Clause @sentry/core,4.3.4,BSD-3-Clause @sentry/hub,4.3.4,BSD-3-Clause @sentry/minimal,4.3.4,BSD-3-Clause @sentry/types,4.3.4,BSD-3-Clause @sentry/utils,4.3.4,BSD-3-Clause @types/node,8.10.36,MIT abab,1.0.4,ISC abbrev,1.1.1,ISC
We can make this file beautiful and searchable if this error is corrected: Any value after quoted field isn't allowed in line 1.
"\"7zip-bin,4.0.2,MIT\",\"@babel/code-frame,7.0.0-beta.51,MIT\",\"@babel/generator,7.0.0-beta.51,MIT\",\"@babel/helper-function-name,7.0.0-beta.51,MIT\",\"@babel/helper-get-function-arity,7.0.0-beta.51,MIT\",\"@babel/helper-module-imports,7.0.0,MIT\",\"@babel/helper-split-export-declaration,7.0.0-beta.51,MIT\",\"@babel/highlight,7.0.0-beta.51,MIT\",\"@babel/parser,7.0.0-beta.51,MIT\",\"@babel/template,7.0.0-beta.51,MIT\",\"@babel/traverse,7.0.0-beta.51,MIT\",\"@babel/types,7.0.0-beta.51,MIT\",\"@babel/types,7.1.2,MIT\",\"@emotion/babel-utils,0.6.10,MIT\",\"@emotion/hash,0.6.6,MIT\",\"@emotion/memoize,0.6.6,MIT\",\"@emotion/serialize,0.9.1,MIT\",\"@emotion/stylis,0.7.1,MIT\",\"@emotion/unitless,0.6.7,MIT\",\"@emotion/utils,0.8.2,MIT\",\"@samverschueren/stream-to-observable,0.3.0,MIT\",\"@sentry/browser,4.3.4,BSD-3-Clause\",\"@sentry/core,4.3.4,BSD-3-Clause\",\"@sentry/hub,4.3.4,BSD-3-Clause\",\"@sentry/minimal,4.3.4,BSD-3-Clause\",\"@sentry/types,4.3.4,BSD-3-Clause\",\"@sentry/utils,4.3.4,BSD-3-Clause\",\"@typ
We can make this file beautiful and searchable if this error is corrected: Any value after quoted field isn't allowed in line 1.
"\"7zip-bin,4.0.2,MIT\",\"@babel/code-frame,7.0.0-beta.51,MIT\",\"@babel/generator,7.0.0-beta.51,MIT\",\"@babel/helper-function-name,7.0.0-beta.51,MIT\",\"@babel/helper-get-function-arity,7.0.0-beta.51,MIT\",\"@babel/helper-module-imports,7.0.0,MIT\",\"@babel/helper-split-export-declaration,7.0.0-beta.51,MIT\",\"@babel/highlight,7.0.0-beta.51,MIT\",\"@babel/parser,7.0.0-beta.51,MIT\",\"@babel/template,7.0.0-beta.51,MIT\",\"@babel/traverse,7.0.0-beta.51,MIT\",\"@babel/types,7.0.0-beta.51,MIT\",\"@babel/types,7.1.2,MIT\",\"@emotion/babel-utils,0.6.10,MIT\",\"@emotion/hash,0.6.6,MIT\",\"@emotion/memoize,0.6.6,MIT\",\"@emotion/serialize,0.9.1,MIT\",\"@emotion/stylis,0.7.1,MIT\",\"@emotion/unitless,0.6.7,MIT\",\"@emotion/utils,0.8.2,MIT\",\"@samverschueren/stream-to-observable,0.3.0,MIT\",\"@sentry/browser,4.3.4,BSD-3-Clause\",\"@sentry/core,4.3.4,BSD-3-Clause\",\"@sentry/hub,4.3.4,BSD-3-Clause\",\"@sentry/minimal,4.3.4,BSD-3-Clause\",\"@sentry/types,4.3.4,BSD-3-Clause\",\"@sentry/utils,4.3.4,BSD-3-Clause\",\"@typ
strace: Process 31268 attached
strace: [ Process PID=31268 runs in x32 mode. ]
strace: [ Process PID=31268 runs in 64 bit mode. ]
gettimeofday({1538693902, 703243}, NULL) = 0
gettimeofday({1538693902, 703627}, NULL) = 0
gettimeofday({1538693902, 703997}, NULL) = 0
gettimeofday({1538693902, 704368}, NULL) = 0
gettimeofday({1538693902, 704759}, NULL) = 0
gettimeofday({1538693902, 705159}, NULL) = 0
gettimeofday({1538693902, 705528}, NULL) = 0
#!/usr/bin/env python
class A(object):
def __init__(self):
super(A, self).__init__()
print("A")
class B(object):
#!/usr/bin/env python
class A(object):
def __init__(self):
print("A")
class B(object):
def __init__(self):
#!/usr/bin/env python
import httplib
import urllib2
import requests
def trace(s, *n):
print(str(s) % n)

Keybase proof

I hereby claim:

  • I am hoov on github.
  • I am hoov (https://keybase.io/hoov) on keybase.
  • I have a public key ASBbuS-B2M6LiLPq3gaxI4cA3K7S8ly6ElrHUl7ytqGSnwo

To claim this, I am signing this object:

#!/usr/bin/env python
import argparse
import logging
import ssl
import select
import urllib3.contrib.pyopenssl
from OpenSSL import SSL