Skip to content

Instantly share code, notes, and snippets.

Lowest:
(31) bUGs BUgs bUGS bUgS bLAnk BlAnK BlANK BLank buGS bugS bUGS bUGs dCao2 ; from hashbreaker
(31) lINeS lInUX ligHTtpD lIb leheY LIBRaRY libcRyPt linK layer LeSK linus laYOuT \j|39 ; from dariencrane
(31) LehEy LENGtH layoUt liB liGhTTpD liFo lISp lIBRARy LInk LIBcRYpt LesS lAYER =@zT= ; from seibert
################################################################################
#
# Copyright 1993-2006 NVIDIA Corporation. All rights reserved.
#
# NOTICE TO USER:
#
# This source code is subject to NVIDIA ownership rights under U.S. and
# international Copyright laws.
#
# NVIDIA MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS SOURCE
<!-- element for SWF to load into -->
<div id="font-detect-swf"></div>
<script src="javascripts/jquery-1.2.6.pack.js"></script>
<script src="javascripts/swfobject.js"></script>
<script src="javascripts/font-detect.js"></script>
<script>
$(document).ready(function() {
var fontDetect = new FontDetect("font-detect-swf", "flash/FontList.swf", function(fd) {
[Session started at 2008-12-30 00:10:13 -0800.]
2008-12-30 00:10:15.772 TestExceptionIPhone[8493:20b] Debug enabled
2008-12-30 00:10:15.830 TestExceptionIPhone[8493:20b] #0 0x92c5614b _NSExceptionSetRubyToken() (/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
#1 0x9657ce3b objc_exception_throw() (/usr/lib/libobjc.A.dylib)
#2 0x92c55f2b +[NSException raise:format:arguments:] (/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
#3 0x92c55f6a +[NSException raise:format:] (/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation)
#4 0x002350 +[TestExceptionIPhoneAppDelegate applicationDidFinishLaunching:] (/Users/gabe/Library/Application Support/iPhone Simulator/User/Applications/586E48B6-B758-4DBD-A534-D6927DA74583/TestExceptionIPhone.app/TestExceptionIPhone)
#5 0x30a4e01a +[UIApplication performInitializationWithURL:asPanel:] (/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.2.sdk/System/Libra
#ifdef DEBUG
#import <Foundation/NSDebug.h>
#import "GTMStackTrace.h"
void exceptionHandler(NSException *exception) {
NSLog(@"%@", GTMStackTraceFromException(exception));
}
#endif
int main(int argc, char *argv[]) {
NSData *data = [NSData dataWithContentsOfFile:@"example.json"];
NSError *error = nil;
YAJLDocument *document = [[YAJLDocument alloc] initWithData:data parserOptions:0 error:&error];
// Access root element at document.root
NSLog(@"Root: %@", document.root);
[document release];
ExternalInterface.addCallback("fonts", fonts);
public function fonts():Array {
return Font.enumerateFonts(true).sortOn("fontName", Array.CASEINSENSITIVE);
}
NSDateFormatter *rfc1123DateFormatter = [[[NSDateFormatter alloc] init] autorelease];
[rfc1123DateFormatter setFormatterBehavior:NSDateFormatterBehavior10_4];
[rfc1123DateFormatter setLocale:[[[NSLocale alloc] initWithLocaleIdentifier:@"en_US"] autorelease]];
[rfc1123DateFormatter setTimeZone:[NSTimeZone timeZoneForSecondsFromGMT:0]];
[rfc1123DateFormatter setDateFormat:@"EEE, dd MMM yyyy HH:mm:ss zzz"];
// Invoke after 2 second delay (useful for simulating slow operations)
[[self gh_proxyAfterDelay:2.0] listWithOffset:40 limit:20];
// Invoke on main thread (if you ran on a separate thread or NSOperation
// and wanted to call back the delegate on the main thread)
[self listWithOffset:40 limit:20 delegate:[delegate_ gh_proxyOnMainThread:YES]];
// Later, after listing, the connection invokes the delegate back on the
// main thread
[delegate_ connection:self didListWithOffset:40 limit:20];