I hereby claim:
- I am mdz on github.
- I am mdz (https://keybase.io/mdz) on keybase.
- I have a public key whose fingerprint is 9DDF 626B 786C 71F0 8065 2E0B E336 5DC9 A108 0A08
To claim this, I am signing this object:
| #!/usr/bin/python | |
| # [email protected] 2012-11-13 | |
| import httplib | |
| import ssl | |
| import socket | |
| import sys | |
| class HTTPSConnectionWithSSLVersion(httplib.HTTPSConnection): |
| COLUMNS=1000 dpkg -l | grep '^ii' | awk ' {print $2}' | xargs apt-cache show |
I hereby claim:
To claim this, I am signing this object:
| resource "kubernetes_stateful_set" "eth-parity-ropsten" { | |
| metadata { | |
| name = "eth-parity-ropsten" | |
| labels { | |
| app = "eth-parity-ropsten" | |
| } | |
| } | |
| spec { | |
| replicas = 0 | |
| selector { |
| mdz@MacBook-Air:[/tmp] ls foo | |
| __init__.py __pycache__ bar.py | |
| mdz@MacBook-Air:[/tmp] cat foo/__init__.py | |
| print("hello") | |
| zero@MacBook-Air:[/tmp] cat foo/bar.py | |
| print("world") | |
| mdz@MacBook-Air:[/tmp] python | |
| WARNING: Python 2.7 is not recommended. | |
| This version is included in macOS for compatibility with legacy software. |