Skip to content

Instantly share code, notes, and snippets.

View charleshkang's full-sized avatar

Charles Kang charleshkang

View GitHub Profile
//
// main.m
// EveryOtherLetter
//
// Created by Charles Kang on 6/20/15.
// Copyright (c) 2015 Charles Kang. All rights reserved.
//
#import <Foundation/Foundation.h>
//
// main.m
// HangManGame_CHK
//
// Created by Charles Kang on 6/17/15.
// Copyright (c) 2015 Charles Kang. All rights reserved.
//
#import <Foundation/Foundation.h>
//
// main.m
// ChooseYourAdventure_CHK
//
// Created by Charles Kang on 6/11/15.
// Copyright (c) 2015 Charles Kang. All rights reserved.
//
#import <Foundation/Foundation.h>
//
// main.m
// ToDoList
//
// Created by Charles Kang on 6/27/15.
// Copyright (c) 2015 Charles Kang. All rights reserved.
//
#import <Foundation/Foundation.h>
//
// ViewController.m
// TwitterUI
//
// Created by Michael Kavouras on 7/19/15.
// Copyright (c) 2015 Mike Kavouras. All rights reserved.
//
#import "ViewController.h"
#import <QuartzCore/QuartzCore.h>
Bali:
an Indonesian island known for its forested volcanic mountains, iconic rice paddies, beaches and coral reefs.
The island is home to religious sites such as cliffside Uluwatu Temple.
The island is also known for its yoga and meditation retreats.
Monaco:
an independent microstate on France’s Mediterranean coastline known for its glitzy casinos,yacht-lined harbor
and prestigious Grand Prix motor race,
which runs through Monaco’s streets once a year.
Monte Carlo, its major district, has an elegant belle epoque casino complex, ornate opera house
//
// QuizTableViewController.m
// CharacterGenerator
//
// Created by Justine Gartner on 8/2/15.
// Copyright (c) 2015 Mike Kavouras. All rights reserved.
//
#import "QuizTableViewController.h"
#import "DestinationsModel.h"
@charleshkang
charleshkang / gist:e08986a2af3a7b24a623
Created August 22, 2015 18:34
i might need this for the resume button
//- (void) resumeLayer:(CALayer *)layer {
// CFTimeInterval pausedTimer = [layer convertTime:CACurrentMediaTime() fromLayer:nil];
// layer.speed = 1.0;
// layer.timeOffset = 0.0;
// layer.beginTime = 0.0;
// CFTimeInterval timeSincePaused = [layer convertTime:CACurrentMediaTime() fromLayer:nil] - pausedTimer;
// layer.beginTime = timeSincePaused;
// timer = [NSTimer scheduledTimerWithTimeInterval:0.001 target:self selector:@selector(tick) userInfo:nil repeats:YES];
// [timer invalidate];
//}
//
// TaskCreationTableViewController.m
// MarsWater
//
// Created by Charles Kang on 10/8/15.
// Copyright © 2015 Michael Kavouras. All rights reserved.
//
#import "TaskCreationTableViewController.h"
#import "Task.h"
//
// NLMapViewController.m
// neverlate
//
// Created by Charles Kang on 11/16/15.
// Copyright © 2015 Charles Kang. All rights reserved.
//
#import <Parse/Parse.h>
#import <Venmo-iOS-SDK/Venmo.h>