Skip to content

Instantly share code, notes, and snippets.

View ELLIOTTCABLE's full-sized avatar
🐫

ELLIOTTCABLE

🐫
View GitHub Profile
# Protocol: SSH ; Host: 127.0.0.1:4444 ; User Name: elliottcable ; Identity: ~/.identity
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' -CfnNTg -o 'CompressionLevel 9' \
-R '127.0.0.1:2222:0.0.0.0:22'
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' \
'ssh 127.0.0.1 -p 2222 -Ng'\
' -R '\''127.0.0.1:4444:0.0.0.0:22'\'''
#ssh 127.0.0.1 -p 2222 -Ng \
# -R '127.0.0.1:4444:0.0.0.0:22'
# ---- ---- /!\ ---- ---- #
# Protocol: SSH ; Host: 127.0.0.1:4444 ; User Name: elliottcable ; Identity: ~/.identity
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' -CfnNTg -o 'CompressionLevel 9' \
-R '127.0.0.1:2222:0.0.0.0:22'
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' \
'ssh 127.0.0.1 -p 2222 -Ng'\
' -R '\''127.0.0.1:4444:0.0.0.0:22'\'''
#ssh 127.0.0.1 -p 2222 -Ng \
# -R '127.0.0.1:4444:0.0.0.0:22'
# ---- ---- /!\ ---- ---- #
# Protocol: SSH ; Host: 127.0.0.1:4444 ; User Name: elliottcable ; Identity: ~/.identity
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' -CfnNTg -o 'CompressionLevel 9' \
-R '127.0.0.1:2222:0.0.0.0:22'
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' \
'ssh 127.0.0.1 -p 2222 -Ng'\
' -R '\''127.0.0.1:4444:0.0.0.0:22'\'''
#ssh 127.0.0.1 -p 2222 -Ng \
# -R '127.0.0.1:4444:0.0.0.0:22'
# ---- ---- /!\ ---- ---- #
# Protocol: SSH ; Host: 127.0.0.1:4444 ; User Name: elliottcable ; Identity: ~/.identity
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' -CfnNTg -o 'CompressionLevel 9' \
-R '127.0.0.1:2222:0.0.0.0:22'
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' \
'ssh 127.0.0.1 -p 2222 -Ng'\
' -R '\''127.0.0.1:4444:0.0.0.0:22'\'''
#ssh 127.0.0.1 -p 2222 -Ng \
# -R '127.0.0.1:4444:0.0.0.0:22'
# ---- ---- /!\ ---- ---- #
# Protocol: SSH ; Host: 127.0.0.1:4444 ; User Name: elliottcable ; Identity: ~/.identity
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' -CfnNTg -o 'CompressionLevel 9' \
-R '127.0.0.1:2222:0.0.0.0:22'
ssh 174.129.205.205 -p 22 -o 'ProxyCommand nc -x 13.37.13.37:1337 %h %p' \
'ssh 127.0.0.1 -p 2222 -Ng'\
' -R '\''127.0.0.1:4444:0.0.0.0:22'\'''
#ssh 127.0.0.1 -p 2222 -Ng \
# -R '127.0.0.1:4444:0.0.0.0:22'
# ---- ---- /!\ ---- ---- #
UITableViewCell* cell = [tableView dequeueReusableCellWithIdentifier:myIdentifier];
if (cell == nil) { cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault
reuseIdentifier:myIdentifier] autorelease]; }
# Empty noughtie on `<me>`:
infrastructure list affix () () (infrastructure list create ())
# /// (())
# First element on `<me>`, a pairing of “child” with
# an execution. (with a noughtie for the pairing itself):
infrastructure list affix () () (infrastructure list create ())
infrastructure list affix () (infrastructure list get () () 1) (infrastructure list create ())
# /// ( (), (()) )
@ELLIOTTCABLE
ELLIOTTCABLE / gist:1095649
Created July 20, 2011 19:00 — forked from wayneeseguin/gist:1095634
My thought on improving Ruby construct end syntax.
# See my comment on wayneeseguin’s post: https://gist.github.com/1095634#gistcomment-41339
module MyModule
class MyClass
def my_method
10.times do
if rand < 0.5
p :small
end
end
end
@ELLIOTTCABLE
ELLIOTTCABLE / gist:1116380
Created July 31, 2011 04:18
Where in the world is eboyjr?
/channel add -auto #ajax Freenode
/channel add -auto #arduino Freenode
/channel add -auto ##bash Freenode
/channel add -auto ##c Freenode
/channel add -auto ##c++ Freenode
/channel add -auto #chromium Freenode
/channel add -auto ##chocolatapp Freenode
/channel add -auto #cloud9ide Freenode
/channel add -auto ##compsci Freenode
/channel add -auto #css Freenode
@ELLIOTTCABLE
ELLIOTTCABLE / update_vim.sh
Created February 4, 2012 05:25 — forked from lonnen/update_vim.sh
Get a more recent vim running in your terminal
# you'll need mercurial, gzip, a c compiler...
# though you could skip the mercurial if you download the source directly
# get the latest source checkout
hg clone https://vim.googlecode.com/hg/ vim
cd vim
# if you already have the source, make sure it is up to date
## cd path/to/vim
## hg pull