I hereby claim:
- I am eytanschulman on github.
- I am eytans (https://keybase.io/eytans) on keybase.
- I have a public key ASCsABkxS6DLRaJvDsBlaH9hOtDr944dIb2iF7THc-ZLuAo
To claim this, I am signing this object:
| [03:19:48]: Starting login with user '[email protected]' | |
| [03:19:49]: Successfully logged in | |
| [03:19:49]: Fetching profiles... | |
| [03:19:49]: Verifying certificates... | |
| [03:19:50]: Found 1 matching profile(s) | |
| [03:19:50]: Downloading provisioning profile... | |
| [03:19:51]: Successfully downloaded provisioning profile... | |
| [03:19:51]: Installing provisioning profile... | |
| /Users/vagrant/git/AppStore_com.yellzz.scootapp.mobileprovision | |
| [03:19:51]: Setting Provisioning Profile type to 'app-store' |
I hereby claim:
To claim this, I am signing this object:
| sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.0\ \(16A5327f\) \ | |
| /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport |
| // | |
| // ViewController.swift | |
| // WebVIewBrad | |
| // | |
| // Created by Eytan Schulman on 8/26/15. | |
| // Copyright (c) 2015 MultiEducator. All rights reserved. | |
| // | |
| import UIKit |
| alfred://customsearch/Search%20Apple%20Documentation/appledocs/utf8/noplus/https://developer.apple.com/search/index.php?q={query}&type=Documentation |
| var sitesList = [ | |
| ['http://heeeeeeeey.com/', false, 7], | |
| ['http://thatsthefinger.com/', false, 7], | |
| ['http://cant-not-tweet-this.com/', false, 7], | |
| ['http://eelslap.com/', false, 5], | |
| ['http://www.staggeringbeauty.com/', false, 7], | |
| // ['http://www.omfgdogs.com/', false, 7], Down :( | |
| ['http://burymewithmymoney.com/', true, 7], | |
| ['http://www.fallingfalling.com/', true, 3], | |
| ['http://ducksarethebest.com/', false, 7], |
| if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) { | |
| CGSize result = [[UIScreen mainScreen] bounds].size; | |
| if(result.height == 480) | |
| { | |
| NSLog(@"Device is iPhone 4"); | |
| } | |
| if(result.height == 568) | |
| { | |
| NSLog(@"Device is iPhone 5s"); |
| -(void)executeCalendarRequest { | |
| NSString *clientID = [[[GPPSignIn sharedInstance] authentication] clientID]; | |
| NSString *clientSecret = @"z4TA1SX2O9Fmf0Xr76-HASBy"; | |
| NSString *accessToken = [[[GPPSignIn sharedInstance] authentication] accessToken]; | |
| NSLog(@"clientID = %@",clientID); | |
| NSLog(@"clientSecret = %@",clientSecret); | |
| NSLog(@"accessToken = %@",accessToken); | |
| Tech support question: In my school we have ATVs and in one class a teacher uses AirPlay mirroring to send her computer to the projector, in another class a different teacher does the same but the aspect ratio is different. Its not 16:9 when the one in the first class is. I am quite sure that the projector model is the same so I am not quite sure what is going on with it. |
| if (!CGRectIntersectsRect(appFrame, mapButton.frame)) { | |
| } |