Skip to content

Instantly share code, notes, and snippets.

View rmacy's full-sized avatar
✌️
Lovin life!

Ryan Macy rmacy

✌️
Lovin life!
View GitHub Profile

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
critics = {
'Lisa Rose': {
'Lady in the water': 2.5,
'Snakes on a plane': 3.5,
'Just my luck': 3.0,
'Superman returns': 3.5,
'You, Me and Dupree': 2.5,
'The night listener': 3.0,
},
'Gene Seymoud': {
@rmacy
rmacy / regexres.md
Created November 15, 2012 19:43 — forked from ehaughee/regexres.md
Regular Expression Resources
@rmacy
rmacy / latency.txt
Created June 6, 2012 01:21 — forked from ehaughee/latency.txt
Latency numbers every programmer should know
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns
Mutex lock/unlock 25 ns
Main memory reference 100 ns
Compress 1K bytes with Zippy 3,000 ns
Send 2K bytes over 1 Gbps network 20,000 ns
Read 1 MB sequentially from memory 250,000 ns
Round trip within same datacenter 500,000 ns
Disk seek 10,000,000 ns