I hereby claim:
- I am dstokes on github.
- I am dstokes (https://keybase.io/dstokes) on keybase.
- I have a public key whose fingerprint is 5AF3 1446 D443 86E7 60BC F4F2 ED91 6D50 A59A CE74
To claim this, I am signing this object:
#!/bin/bash | |
apt-get update | |
apt-get -y upgrade | |
apt-get -y install make build-essential elfutils libelf-dev flex bison libunwind8 libunwind8-dev libaudit-dev libdw-dev binutils-dev libnuma-dev libslang2-dev asciidoc llvm-3.4 clang-3.4 subversion libc6-dev-i386 tmux git | |
echo 'export CC=clang' > .bash_aliases | |
echo 'export CXX=clang++' >> .bash_aliases |
-----BEGIN PGP MESSAGE----- | |
Version: GnuPG v1 | |
hQIMA0ptfh2SjNtsARAAkE+QOyKU6ZPJrMReWZ5C2qCcbCfbNZXM3pXKLEehyRCM | |
r6KuF7iXmlWWpvARjcselIu/AiFVb/AVzlWeca0ubUiuq64p6kdvbDo3w5gaCt10 | |
bV4btz32Rs6R6aTwVSaxOzVpuoN6kYbfD4oxhFwIssGb2vJVRFZ64qu/5vcQq3cq | |
A2T+AQh05Ntq11dI4VelCXeKWGOrKHLwzEvWbvnlNVYaTbcRhn1N6yK9WcgiTfvA | |
9BnDqOC6F9mdnh2q1JjJvyq5hO3L2Igy39JmWpK1dYKzxIk3yptyg12q9dUA39sp | |
5Kw9RAdKy/R/OjBuzRjDLgcyw44Drx4Nxmh+/PSbXZqOEtF3aZmpTdcbr6XPvf1i | |
0L2fIs0HkZS7EO/xLAOxZ5xk3xO5aJ0f4Uxedb1zeF2y8J8emr1YgpepwdxJBPui |
I hereby claim:
To claim this, I am signing this object:
WSDL | |
! | |
"addition" | |
"custom | |
"division" | |
"example" | |
"example"config | |
"expample" | |
"fibonacci"]acl | |
"fibonacci"]captcha |
-39 | |
-0.058122206479310996 | |
0.00009591925481799989 | |
0.00010129759903065859 | |
0.00017720440519042319 | |
0.000202834460651502 | |
0.00020609548664651817 | |
0.00026041668024845427 | |
0.0002744492376223206 | |
0.0002841196255758404 |
Transactions: 2715 hits | |
Availability: 100.00 % | |
Elapsed time: 19.44 secs | |
Data transferred: 0.00 MB | |
Response time: 1.98 secs | |
Transaction rate: 139.66 trans/sec | |
Throughput: 0.00 MB/sec | |
Concurrency: 277.06 | |
Successful transactions: 2715 | |
Failed transactions: 0 |
# description: | |
# implement npmjs registry failover in your shell | |
# | |
# setup: | |
# npm install -g npm-delegate | |
# | |
# usage: | |
# npms install through | |
# npms i through async | |
# |
--- | |
- hosts: all | |
sudo: yes | |
vars: | |
- nodejs_version: 0.10.20 | |
tasks: | |
- name: Install node / npm depencencies | |
apt: pkg={{ item }} state=present |
{ | |
"sites": [ | |
{ "url": "thing.com", "selector": ".selector" }, | |
{ "url": "other.thing.com", "selector": ".selector" }, | |
] | |
} |
Battery indicator for the tmux status line (add to ~/.tmux.conf)
Displays the charge percentage and a unicode lightning bolt when the battery is charging. Makes use of the pmset command for battery information.
Tested on MacOSX Mountain Lion
set -g status-right "batt: #(pmset -g batt | awk 'NR==2 {gsub(/;/,\"\"\\); \
print (match($3,/^ch/\\) ? \"\⚡ \":\"\"\\) $2}') | %h-%d %H:%M "