Skip to content

Instantly share code, notes, and snippets.

View Nub's full-sized avatar
🕶️

Zach Thayer Nub

🕶️
View GitHub Profile
2011-10-09 21:12:49.975 SteveJobsTribute[1060:607] -[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring.
2011-10-09 21:12:50.008 SteveJobsTribute[1060:607] -[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring.
2011-10-09 21:12:50.014 SteveJobsTribute[1060:607] -[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring.
2011-10-09 21:12:50.018 SteveJobsTribute[1060:607] -[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring.
2011-10-09 21:12:50.020 SteveJobsTribute[1060:607] -[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring.
2011-10-09 21:12:50.023 SteveJobsTribute[1060:607] -[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring.
2011-10-09 21:12:50.026 SteveJobsTribute[1060:607] -[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring.
2011-10-09 21:12:50.029 SteveJobsTribute[1060:607] -[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring.
2011-10-09 21:12:50.032 SteveJobsTribute[1060:607] -[UIApplication begin
/* Custom Navigation Bar Title/Label */
float width = self.navigationController.navigationBar.bounds.size.width;
float height = self.navigationController.navigationBar.bounds.size.height;
UILabel *titleLabel = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, width, height)];
titleLabel.textColor = UIColorFromRGB(0x79644f);
titleLabel.backgroundColor = [UIColor clearColor];
titleLabel.font = [UIFont boldSystemFontOfSize:20.0f];
titleLabel.textAlignment = UITextAlignmentCenter;
NSString *dateAsString = [tributeJson objectForKey:@"tribute_posted"];
NSDateFormatter *df = [[NSDateFormatter alloc] init];
[df setDateFormat:@"yyyy-MM-dd hh:mm:ss"];
NSDate *myDate = [df dateFromString: dateAsString];
(gdb) print-object tributeJson
{
"tribute_author" = "Jack Perry";
"tribute_database_row" = 0;
"tribute_device" = 0;
"tribute_flagged" = 0;
"tribute_id" = 1;
"tribute_image" = "<null>";
"tribute_image_size" = "<null>";
"tribute_image_url" = "htttp://images.tribute.frequenciesapp.com";
UIImagePickerController *imagepicker = [[UIImagePickerController alloc] init];
imagepicker.modalPresentationStyle = UIModalPresentationFullScreen;
CreateTributeView *createView = (id)self.view;
imagepicker.delegate = createView;
[self presentModalViewController:imagepicker animated:YES];
Narcissism Award Acceptance Speech <Enter Charlie Sheen> Wow! Just wow. I almost didn’t see this one coming. But who am I kidding, I’m me, the guy we all love. <pause for laughter> I am almost speechless, woooo! This award means so much to me. Being as I sorta had the idea myself and Roger, heh, stole my idea. Anyways, I pretty much knew I was going to win this award, but actually being here just makes me realize how much I actually deserve it. <break, cross room face character for reflection> Narcissism is a growing problem in modern society, and seems to be a new trending fad. More and more people, especially teens are learning these self absorbed traits from celebrities. As identified by Sharon Jayson in the USA Today Article on March 6th 2009. <back to character> Just now I am recalling all the moments in my life that lead to here. Being the oldest in my family, my mom and dad left me to raise my brother and sister alone, but of course I did it better than my parents would have. At the age of
30a8de98 T _GSSystemCopyCapability
30a8de20 T _GSSystemGetCellularDataCapability
30a8de34 T _GSSystemGetTelephonyCapability
30a8dba4 T _GSSystemHasCapability
30a8d99c T __getCapability
3e15069c S _kGS720pPlaybackCapability
3e150618 S _kGSARMV6ExecutionCapability
3e15061c S _kGSARMV7ExecutionCapability
3e1505f8 S _kGSAccelerometerCapability
3e15068c S _kGSAccessibilityCapability
@protocol CreateTributeViewControllerDelegate
- (void)didCancelCreateTribute;
- (void)didSendTribute:(YRTribute*)tribute;
@end
//
// SFXEngine.h
// Sound Effects Test
//
// Created by Zachry Thayer on 10/16/11.
// Copyright (c) 2011 Zachry Thayer. All rights reserved.
//
/*
//
// SFXEngine.h
// Sound Effects Test
//
// Created by Zachry Thayer on 10/16/11.
// Copyright (c) 2011 Zachry Thayer. All rights reserved.
//
/*