This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
NewerOlder