I hereby claim:
- I am waynew on github.
- I am waynew (https://keybase.io/waynew) on keybase.
- I have a public key ASD0J56XI7kxpwVxCDdqZfA8fL3vXApRTmKgIs-2eqzMdAo
To claim this, I am signing this object:
| {% from 'derp' import derp %} | |
| {%- set x = 42 %} | |
| Hello {{ x }} {{ derp }} |
| wheee |
| CONNECTED(00000003) | |
| --- | |
| Certificate chain | |
| 0 s:C = --, ST = SomeState, L = SomeCity, O = SomeOrganization, OU = SomeOrganizationalUnit, CN = localhost.localdomain, emailAddress = [email protected] | |
| i:C = --, ST = SomeState, L = SomeCity, O = SomeOrganization, OU = SomeOrganizationalUnit, CN = localhost.localdomain, emailAddress = [email protected] | |
| -----BEGIN CERTIFICATE----- | |
| MIIDPzCCAqigAwIBAgICE70wDQYJKoZIhvcNAQEFBQAwgbsxCzAJBgNVBAYTAi0t | |
| MRIwEAYDVQQIDAlTb21lU3RhdGUxETAPBgNVBAcMCFNvbWVDaXR5MRkwFwYDVQQK | |
| DBBTb21lT3JnYW5pemF0aW9uMR8wHQYDVQQLDBZTb21lT3JnYW5pemF0aW9uYWxV | |
| bml0MR4wHAYDVQQDDBVsb2NhbGhvc3QubG9jYWxkb21haW4xKTAnBgkqhkiG9w0B |
| import functools | |
| def bloop(arg): | |
| def wrapper(func): | |
| @functools.wraps(func) | |
| def f(*args, **kwargs): | |
| print('le func name:', func.__name__, 'le func:', func) | |
| return func(*args, **kwargs) | |
| return f |
| import time | |
| import random | |
| from threading import Thread, currentThread, Event | |
| lines = 1 | |
| def show_stuff(evt): | |
| global lines | |
| count = 0 | |
| while not evt.is_set(): |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python2 | |
| # coding: utf-8 | |
| import os,socket,threading,time | |
| #import traceback | |
| allow_delete = False | |
| local_ip = socket.gethostbyname(socket.gethostname()) | |
| local_port = 8888 | |
| currdir=os.path.abspath('.') |
| import io | |
| f = io.StringIO(''' | |
| Subnet - 2.48.2.0: | |
| 51=691200 | |
| 3=2.48.2.1 | |
| 15=dc.xyz.com | |
| 6=2.48.113.188,165.72.12.2 | |
| 5=2.48.113.188,165.72.12.2 | |
| 43=3a020064ff |
| #from math import floor | |
| # | |
| #LIMIT = 1000 | |
| # | |
| #prime_list = [] | |
| #list_primes2 = [True for x in range(LIMIT)] | |
| #list_primes2[0], list_primes2[1] = False, False | |
| # | |
| #for index, value in enumerate(list_primes2): | |
| # if value: |
| clone-dev-repo: | |
| git.latest: | |
| - name: [email protected]:myrepo/website.git | |
| - rev: dev | |
| - target: /srv/mything/dev | |
| - user: mything | |
| - identity: /srv/mything/.ssh/id_rsa |