- GeoDefense
- GeoDefense Swarm
- Plants vs Zombies HD
- Plants vs Zombies 2
- Fieldrunners
- Kingdom Rush HD
- Kingdom Rush Frontiers
- Gem Keeper
- Anomaly Warzone Earth
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
Granite | |
911 biggie | |
Lack toast | |
Raymond noodles | |
Maid wake | |
Mack book | |
Labtop | |
Mute point | |
Intensive purposes | |
How do you spell |
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
### Keybase proof | |
I hereby claim: | |
* I am sneakyness on github. | |
* I am sneakyness (https://keybase.io/sneakyness) on keybase. | |
* I have a public key whose fingerprint is 3B3A 7121 8095 1DB6 8F22 4631 7DA4 08F5 2FF2 FED1 | |
To claim this, I am signing this object: |
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
from __future__ import print_function, unicode_literals | |
import os | |
import os.path as path | |
import shutil | |
import subprocess | |
import sys | |
import tarfile | |
import urllib2 | |
import ssl |
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
iPhone 5S Portrait (272, 441.5) | |
iPhone 5S Landscape (520, 205.5) | |
iPhone 6 Portrait (327, 540.5) | |
iPhone 6 Landscape (586, 260.5) | |
iPhone 6 Plus Portrait (362, 610) | |
iPhone 6 Plus Landscape (585, 288) | |
iPad Mini Portrait (535, 853) |
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
BOOL locationAccessAllowed = NO; | |
if( [CLLocationManager instancesRespondToSelector:@selector(locationServicesEnabled)] ) | |
{ | |
// iOS 3.x and earlier | |
locationAccessAllowed = locationManager.locationServicesEnabled ; | |
} | |
else if( [CLLocationManager respondsToSelector:@selector(locationServicesEnabled)] ) | |
{ | |
// iOS 4.x | |
locationAccessAllowed = [CLLocationManager locationServicesEnabled] ; |
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
NSArray *parameters = [[url query] componentsSeparatedByCharactersInSet:[NSCharacterSet characterSetWithCharactersInString:@"=&"]]; | |
NSMutableDictionary *keyValueParm = [NSMutableDictionary dictionary]; | |
for (int i = 0; i < [parameters count]; i=i+2) { | |
[keyValueParm setObject:[parameters objectAtIndex:i+1] forKey:[parameters objectAtIndex: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
# | |
# Copyright (c) 2001, 2002 Swedish Institute of Computer Science. | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without modification, | |
# are permitted provided that the following conditions are met: | |
# | |
# 1. Redistributions of source code must retain the above copyright notice, | |
# this list of conditions and the following disclaimer. | |
# 2. Redistributions in binary form must reproduce the above copyright notice, |
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
// | |
// SideMenuViewController.m | |
// MFSideMenuDemo | |
// | |
// Created by Michael Frederick on 3/19/12. | |
#import "ANSideMenuController.h" | |
#import "MFSideMenu.h" | |
#import "ANGlobalStreamController.h" | |
#import "ANUserStreamController.h" |
OlderNewer