⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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': { |
- Good match and replace tester, requires flash though :/
- I personally never use this site, but it has an interesting way of visualizing the matching so it may be helpful in learning
http://derekslager.com/blog/posts/2007/09/a-better-dotnet-regular-expression-tester.ashx
- A good .Net tester. Actually uses the .Net regex library so you're pretty much assured compatibility with .Net's regex libs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder