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
# OS generated files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
.LSOverride |
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
[ | |
{ | |
"station": "Söğütlüçeşme", | |
"lat": 40.991442, | |
"long": 29.037863 | |
}, | |
{ | |
"station": "Fikirtepe", | |
"lat": 40.993656, | |
"long": 29.047085 |
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
// erkanyildiz | |
// 20191228-2138+0900 | |
// | |
// EYUtils.h | |
#import <Foundation/Foundation.h> | |
#import <UIKit/UIKit.h> | |
#ifndef DEBUG_MODE | |
#define DEBUG_MODE 1 |
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
[ | |
{ | |
"name": "Adana", | |
"lat": 37.000428, | |
"long": 35.321976 | |
}, | |
{ | |
"name": "Adıyaman", | |
"lat": 37.766915, | |
"long": 38.276659 |
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
[ | |
{ | |
"station": "Kadıköy", | |
"lat": 40.99017, | |
"long": 29.0217 | |
}, | |
{ | |
"station": "Ayrılık Çeşmesi", | |
"lat": 40.9999, | |
"long": 29.02985 |
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
// erkanyildiz | |
// 20140728-0035 | |
// | |
// NSNumber+TurkishSpellOut.h | |
#import <Foundation/Foundation.h> | |
@interface NSNumber (TurkishSpellOut) | |
-(NSString*)spellOutTurkish; | |
@end |
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
// erkanyildiz | |
// 20150105-1132 | |
// | |
// NSString+Evaluate.h | |
#import <Foundation/Foundation.h> | |
extern NSString* const kEYStringEvaluateError; | |
@interface NSString (Evaluate) |
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
// erkanyildiz | |
// 20160707-1213-UTC+09 | |
// | |
// NSString+GoogleSuggestions.h | |
#import <Foundation/Foundation.h> | |
@interface NSString (GoogleSuggestions) | |
- (void)GoogleSuggestions:(void (^)(NSArray* suggestions, NSError* error))completion; | |
- (void)GoogleSuggestionsForLanguage:(NSString*)ISOLanguageCode completion:(void (^)(NSArray* suggestions, NSError* error))completion; |
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
// erkanyildiz | |
// 20161004-1321+0900 | |
// | |
// EYVersionLabel.h | |
#import <UIKit/UIKit.h> | |
@interface EYVersionLabel : UILabel | |
@property (nonatomic, strong) NSNumber* initialYear; | |
@end |
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
{ | |
"iPhone1,1": | |
{ | |
"name": "iPhone", | |
"cpu": "RISC ARM 11" | |
}, | |
"iPhone1,2": | |
{ | |
"name": "iPhone 3G", |
OlderNewer