I hereby claim:
- I am crazed on github.
- I am crazed (https://keybase.io/crazed) on keybase.
- I have a public key whose fingerprint is 0D3C 2DB8 139C 2EC3 43C5 94FA F6DD 372A 1087 6B9A
To claim this, I am signing this object:
| ➜ ~ cat a.json | |
| { | |
| "_meta": { | |
| "tag_environment_magic": [ | |
| "a" | |
| ] | |
| } | |
| } | |
| ➜ ~ cat b.json | |
| { |
| #!/usr/bin/env python | |
| import os | |
| import re | |
| import sys | |
| import ansible.errors | |
| import ansible.utils.template | |
| import ansiblelint | |
| import ansiblelint.utils | |
| import jinja2 |
| package main | |
| import ( | |
| "net/http" | |
| "io" | |
| "log" | |
| "bufio" | |
| ) | |
| func performRequest(logPrefix string, url string, bodyReader io.Reader) { |
I hereby claim:
To claim this, I am signing this object:
| # Act like Vim | |
| set-window-option -g mode-keys vi | |
| bind-key h select-pane -L | |
| bind-key j select-pane -D | |
| bind-key k select-pane -U | |
| bind-key l select-pane -R | |
| # Look good | |
| set-option -g default-terminal "xterm-256color" |
| #!/usr/bin/env ruby | |
| require 'open3' | |
| require 'oj' | |
| require 'multi_json' | |
| require 'elasticsearch' | |
| require 'faraday' | |
| class FlowStoreClient | |
| include Elasticsearch::API |
| #!/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 |
| package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| "net/http/httputil" | |
| "strconv" | |
| "time" | |
| ) |
| option option-150 code 150 = ip-address; | |
| option space JUNOS_ZTP; | |
| option JUNOS_ZTP.config-file-name code 1 = text; | |
| option JUNOS_ZTP.image-file-type code 2 = text; | |
| option JUNOS_ZTP.transfer-mode code 3 = text; | |
| option JUNOS_ZTP.alt-image-file-name code 4= text; | |
| option JUNOS_ZTP-encapsulation code 43 = encapsulate JUNOS_ZTP; | |
| subnet 172.16.200.0 netmask 255.255.255.0 { |
| import time | |
| from multiprocessing import Pool | |
| from pprint import pprint | |
| from optopus import Client, OPTOPUS_ENDPOINT | |
| from jnpr.junos import Device | |
| # work in progress | |
| class MetaStore(object): | |
| """ |