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
| 11/8/11 6:41:52 PM /Users/wolf/Applications/EyeTV.app/Contents/MacOS/EyeTV[8158] BUG in libdispatch: 10K549 - 1986 - 0x4 | |
| 11/8/11 10:55:00 PM /Users/wolf/Applications/EyeTV.app/Contents/MacOS/EyeTV[11861] BUG in libdispatch: 10K549 - 1986 - 0x4 | |
| 11/8/11 10:57:15 PM [0x0-0xe6ae6a].com.elgato.eyetv[11861] [22:55:00.5414 | ECMicroStackChain | virtual void ECMicroStackChain::Unblock()]: Failed to unblock! | |
| 11/8/11 10:57:25 PM /Users/wolf/Applications/EyeTV.app/Contents/MacOS/EyeTV[11879] BUG in libdispatch: 10K549 - 1986 - 0x4 | |
| 11/8/11 10:58:04 PM EyeTV[11879] kCGErrorIllegalArgument: _CGSFindSharedWindow: WID 17064 | |
| 11/8/11 10:58:04 PM EyeTV[11879] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. | |
| 11/8/11 10:58:04 PM EyeTV[11879] kCGErrorIllegalArgument: CGSGetWindowTags: Invalid window 0x42a8 | |
| 11/8/11 10:58:04 PM [0x0-0xe6be6b].com.elgato.eyetv[11879] Tue Nov 8 22:58:04 wolf-mbp.local EyeTV[11879] <Error>: kCGErrorIllegalArgument: _CGSFindSharedWindow: WID 17064 | |
| 11/8/11 10:5 |
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
| #include <stdio.h> | |
| #include <assert.h> | |
| #include <sys/stat.h> | |
| #include <fcntl.h> | |
| #include <unistd.h> | |
| #include <openssl/rand.h> | |
| #include <stdint.h> | |
| #include <errno.h> | |
| #include <sys/time.h> |
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
| NSView *contentView = [[self window] contentView]; | |
| rootLayer = [[[CALayer alloc] init] autorelease]; | |
| [contentView setLayer:rootLayer]; | |
| [contentView setWantsLayer:YES]; | |
| NSLog(@"%@", [rootLayer valueForKey:@"view"]); // => <NSView: 0x32fbf0> | |
| NSLog(@"%@", rootLayer.delegate); // => (null) |
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
| // https://twitter.com/rob_rix/status/155082958443786241 | |
| // https://twitter.com/rob_rix/status/155083105739341824 | |
| @interface ClassA : NSObject { | |
| @private | |
| int topSecretIvar; | |
| } | |
| - (void)publicMethod; | |
| @end |
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
| var hibari = [JSTalk application:'Hibari']; | |
| var currentTweet = [hibari selectedTweet]; | |
| [hibari compose:'RT: @' + currentTweet.screenName + ': ' + currentTweet.tweetText]; |
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
| defaults write com.red-sweater.FastScripts ScriptTreePathsKey '("FSSP%%%$HOME$/Library/Scripts")' |
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
| http://www.google.com/search?tbm=isch&q={query} |
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
| Process: Day One [34697] | |
| Path: /Applications/Day One.app/Contents/MacOS/Day One | |
| Identifier: com.dayoneapp.dayone | |
| Version: 1.5.5 (15) | |
| App Item ID: 422304217 | |
| App External ID: 6523371 | |
| Code Type: X86-64 (Native) | |
| Parent Process: launchd [112] | |
| Date/Time: 2012-04-16 23:13:54.925 -0500 |
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
| wolf-air1:~ wolf$ gem install mesmerize | |
| Fetching: highline-1.6.12.gem (100%) | |
| ERROR: While executing gem ... (Gem::FilePermissionError) | |
| You don't have write permissions into the /Library/Ruby/Gems/1.8 directory. | |
| wolf-air1:~ wolf$ sudo gem install mesmerize | |
| Password: | |
| Fetching: highline-1.6.12.gem (100%) | |
| Fetching: commander-4.1.2.gem (100%) | |
| Fetching: faraday-0.8.1.gem (100%) | |
| Fetching: faraday_middleware-0.8.7.gem (100%) |
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
| $ mesmerize --verbose release | |
| Faraday: you may want to install system_timer for reliable timeouts | |
| Found project "HelloMesmerizeapp". | |
| Looking up current release information... | |
| Specify a release version |