I hereby claim:
- I am bbrks on github.
- I am bbrks (https://keybase.io/bbrks) on keybase.
- I have a public key ASB7RIaXIRVuF85CoXWdtFfhkXJTccYST1ohHeYX9DYsSAo
To claim this, I am signing this object:
{ | |
// Code Style | |
"trim_automatic_white_space": false, | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true, | |
"translate_tabs_to_spaces": true, | |
"detect_indentation": true, | |
"tab_size": 2, | |
// Appearance |
window.onscroll = function() { | |
var speed = 4.0; | |
var ypos = -window.pageYOffset / speed + "px"; | |
var xpos = "50%"; | |
var elems = document.getElementsByClassName('parallax'); | |
for (var i = elems.length - 1; i >= 0; i--) { | |
elems[i].style.backgroundPosition = xpos +" "+ ypos; | |
}; | |
} |
#!/bin/sh | |
# nukekeys.sh | |
# Easily regenerate SSH keys... just in case | |
# https://gist.github.com/bbrks/6692143 | |
read -p "WARNING: This will regenerate ALL *_rsa keys!! Are you sure? " -n 1 -r | |
if [[ ! $REPLY =~ ^[Yy]$ ]] | |
then | |
exit 1 | |
fi |
/* http://meyerweb.com/eric/tools/css/reset/ | |
v2.0 | 20110126 | |
License: none (public domain) | |
*/ | |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, | |
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, | |
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, | |
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, | |
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# <bitbar.title>Consul Services</bitbar.title> | |
# <bitbar.version>v1.0</bitbar.version> | |
# <bitbar.author>Ben Brooks</bitbar.author> | |
# <bitbar.author.github>bbrooks</bitbar.author.github> | |
# <bitbar.desc>Displays services in Consul, along with their port numbers</bitbar.desc> | |
# <bitbar.image>https://i.imgur.com/RB7z44c.png</bitbar.image> | |
# <bitbar.dependencies>jq,curl</bitbar.dependencies> | |
# <bitbar.abouturl>https://github.com/matryer/bitbar-plugins/blob/master/Dev/Consul/consul_services.5s.sh</bitbar.abouturl> | |
# |
div.pipeline-wrapper { | |
background: #2b3e50; | |
} | |
.rounded { | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
border-radius: 0; | |
} |
unexpected fault address 0xb01dfacedebac1e | |
fatal error: fault | |
[signal SIGSEGV: segmentation violation code=0x1 addr=0xb01dfacedebac1e pc=0x103518f] | |
goroutine 1332 [running]: | |
runtime.throw(0x1950cd3, 0x5) | |
/usr/local/Cellar/go/1.9.2/libexec/src/runtime/panic.go:605 +0x95 fp=0xc4209e0870 sp=0xc4209e0850 pc=0x105a925 | |
runtime.sigpanic() | |
/usr/local/Cellar/go/1.9.2/libexec/src/runtime/signal_unix.go:374 +0x227 fp=0xc4209e08c0 sp=0xc4209e0870 pc=0x1073147 | |
runtime.hashGrow(0x193ac80, 0xc4209e2181) |
12:44 $ go1.10rc1 build -race && ./sync_gateway config.json | |
2018-02-01T12:44:45.009Z Enabling logging: [*] | |
2018-02-01T12:44:45.009Z ==== /() ==== | |
2018-02-01T12:44:45.009Z Configured process to allow 5000 open file descriptors | |
2018-02-01T12:44:45.009Z Opening db /db1 as bucket "db1", pool "default", server <http://127.0.0.1:8091> | |
2018-02-01T12:44:45.010Z GoCBCustomSGTranscoder Opening Couchbase database db1 on <http://127.0.0.1:8091> as user "Administrator" | |
2018-02-01T12:44:45.024Z Design docs for current SG view version (2.0) found. | |
2018-02-01T12:44:45.024Z Verifying view availability for bucket db1... | |
2018-02-01T12:44:45.029Z Views ready for bucket db1. | |
2018-02-01T12:44:45.029Z Cache: Initializing changes cache with options {ChannelCacheOptions:{ChannelCacheMinLength:0 ChannelCacheMaxLength:0 ChannelCacheAge:0s} CachePendingSeqMaxWait:5s CachePendingSeqMaxNum:10000 CacheSkippedSeqMaxWait:1h0m0s} |