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
10/25/10 5:02:46 PM Xcode[3315] [MT] File: /SourceCache/DevToolsBase/DevToolsBase-1705/pbxcore/Target.subproj/PBXTarget.m | |
Line: 1603 | |
Object: <PBXNativeTarget:0x200a707e0> | |
Method: createPropertyExpansionContextWithBuildState: | |
Platform failed to completely load. Examine Console Log for error messages. | |
Backtrace: | |
0 0x000000010099fe19 -[PBXAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in DevToolsInterface) | |
1 0x00000001002dab1f _XCAssertionFailureHandler (in DevToolsCore) | |
2 0x00000001000e9ca1 -[PBXTarget createPropertyExpansionContextWithBuildState:] (in DevToolsCore) |
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
body = "some email\r\nblah\nblah wrote on X:\n>blech\n\n\i write, you wrote\n>blah\n\n\n>last line" | |
filtered = body.gsub(/\r/,'').gsub(/^(.*\n){0,1}.*:\n(?=>)/,'').gsub(/^>.{0,}$/,'').gsub(/\n\n+/,"\n\n").strip | |
// => "some email\ni write, you wrote" |
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
~ brew install expat | |
==> Downloading http://downloads.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1.tar.gz | |
######################################################################## 100.0% | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/expat/2.0.1 --mandir=/usr/local/Cellar/ | |
==> make install | |
==> Caveats | |
Note that OS X has Expat 1.5 installed in /usr already. | |
==> Summary | |
/usr/local/Cellar/expat/2.0.1: 8 files, 516K, built in 9 seconds |
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
font-family Helvetica,Arial,sans-serif | |
font-size 22px | |
font-weight bold | |
font-style normal | |
color #333333 | |
text-transform none | |
text-decoration none | |
letter-spacing normal | |
word-spacing 0 | |
line-height 23px |
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
traceroute www.phl.org | |
traceroute: Warning: www.phl.org has multiple addresses; using 151.197.143.162 | |
traceroute to phl.org (151.197.143.162), 64 hops max, 52 byte packets | |
1 193 (10.243.46.193) 124.696 ms 104.413 ms 13.788 ms | |
2 172.18.49.117 (172.18.49.117) 476.619 ms 31.341 ms 44.454 ms | |
3 172.19.5.145 (172.19.5.145) 52.239 ms 60.994 ms 26.725 ms | |
4 149.4.177.10.in-addr.arpa (10.177.4.149) 28.429 ms 230.668 ms 845.795 ms | |
5 65.143.163.10.in-addr.arpa (10.163.143.65) 157.095 ms 144.449 ms 130.458 ms | |
6 33.143.163.10.in-addr.arpa (10.163.143.33) 1235.157 ms 271.624 ms 232.392 ms | |
7 44.143.163.10.in-addr.arpa (10.163.143.44) 282.816 ms 117.129 ms 462.988 ms |
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
function r(){ | |
var s1 = document.getElementById('menu'), | |
s2 = document.getElementById('settings'); | |
s1.style.cssText += ';-webkit-transform:none;'; | |
s1.offsetWidth; | |
s1.style.cssText += ';-webkit-transform:translate3d(0,0,0);'; | |
s2.style.cssText += ';-webkit-transform:none;'; | |
s2.offsetWidth; | |
s2.style.cssText += ';-webkit-transform:translate3d(0,0,0);'; | |
} |
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
asdfasfdafsf |
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
@-webkit-keyframes open-1 { | |
from { opacity:0; -webkit-transform:translate3d( 210px, -145px, 0); } | |
25% { opacity:1; -webkit-transform:translate3d( -15.6px, 4.1px, 0); } | |
30% { opacity:1; -webkit-transform:translate3d( -10.3px, 2.7px, 0); } | |
35% { opacity:1; -webkit-transform:translate3d( 0, 0, 0); } | |
40% { opacity:1; -webkit-transform:translate3d( 4.5px, -1.2px, 0); } | |
45% { opacity:1; -webkit-transform:translate3d( 2.9px, -0.8px, 0); } | |
50% { opacity:1; -webkit-transform:translate3d( 0, 0, 0); } | |
55% { opacity:1; -webkit-transform:translate3d( -1.3px, 0.3px, 0); } | |
60% { opacity:1; -webkit-transform:translate3d( -0.8px, 0.2px, 0); } |
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
Total: 316 samples | |
206 65.2% 65.2% 206 65.2% garbage_collector | |
76 24.1% 89.2% 79 25.0% NilClass#method_missing | |
5 1.6% 90.8% 82 25.9% Regexp#=== | |
3 0.9% 91.8% 3 0.9% Module#module_eval | |
2 0.6% 92.4% 2 0.6% Array#reject | |
2 0.6% 93.0% 2 0.6% File.file? | |
2 0.6% 93.7% 2 0.6% Kernel#caller | |
2 0.6% 94.3% 2 0.6% PGconn#exec | |
1 0.3% 94.6% 1 0.3% #<Class:0x00000101ca8378>#column |
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
// just joking, try harder! |