This file contains 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
#!/usr/bin/perl | |
# cribbed from the iTunes 9 installer, with some modifications | |
# TODO: localize (somehow) | |
################################################################################################### | |
my $SYSTEM_VERS = "/System/Library/CoreServices/SystemVersion.plist"; | |
my $EXIT_VALUE = 0; | |
################################################################################################### |
This file contains 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
@implementation NSString (HexStuff) | |
- (NSUInteger)hexValue | |
{ | |
NSUInteger i = 0; | |
// -- strip leading # | |
if( [self hasPrefix:@"#"] ) | |
i++; | |
This file contains 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
amrox$ ssh [email protected] | |
PTY allocation request failed on channel 0 | |
ERROR: Hi amrox! You've successfully authenticated, but GitHub does not provide shell access |
This file contains 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
amrox$ git pull origin master | |
Permission denied (publickey,keyboard-interactive). | |
fatal: The remote end hung up unexpectedl |
This file contains 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
amrox$ nanoc2 create_page --template=article 2010-12-7 | |
+----------------------------------------------------------------------------+ | |
| WARNING: nanoc 2.x has been superseded by nanoc 3.x and is no longer main- | | |
| tained. There will be no future updates to nanoc 2.x. Consider upgrading | | |
| to nanoc 3.x. For more information, see the nanoc 2.x-to-3.x migration | | |
| guide at <http://nanoc.stoneship.org/migrating/>. | | |
+----------------------------------------------------------------------------+ | |
ERROR: An exception occured while loading this site. |
This file contains 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
hi |
This file contains 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
ModelRemoteAdaptor.h |
This file contains 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
rights |
This file contains 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
scheduledTimerWithTimeInterval |
This file contains 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
PUBLIC_HEADERS_FOLDER_PATH = include/$(PROJECT_NAME) | |
INSTALL_PATH = /../BuildProductsPath/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/ | |
OTHER_LDFLAGS = -ObjC |
OlderNewer