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
| CREATE TABLE `yok_bolumler` ( | |
| `id` int(10) NOT NULL AUTO_INCREMENT, | |
| `fakulteId` varchar(40) NOT NULL, | |
| `universiteId` int(6) NOT NULL, | |
| `name` varchar(255) NOT NULL, | |
| PRIMARY KEY (`id`), | |
| KEY `fakulteHash` (`fakulteId`) | |
| ) ENGINE=MyISAM; | |
| INSERT INTO `yok_bolumler` (`id`, `fakulteId`, `universiteId`, `name`) VALUES |
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
| bin,banka_kodu,banka_adi,type,sub_type,virtual,prepaid | |
| 413226,10,T.C. ZİRAAT BANKASI A.Ş.,VISA,PLATINUM | |
| 444676,10,T.C. ZİRAAT BANKASI A.Ş.,VISA,CLASSIC | |
| 444677,10,T.C. ZİRAAT BANKASI A.Ş.,VISA,GOLD | |
| 444678,10,T.C. ZİRAAT BANKASI A.Ş.,VISA,PLATINUM | |
| 453955,10,T.C. ZİRAAT BANKASI A.Ş.,VISA, CLASSIC | |
| 453956,10,T.C. ZİRAAT BANKASI A.Ş.,VISA, GOLD | |
| 454671,10,T.C. ZİRAAT BANKASI A.Ş.,VISA, CLASSIC | |
| 454672,10,T.C. ZİRAAT BANKASI A.Ş.,VISA, CLASSIC | |
| 454673,10,T.C. ZİRAAT BANKASI A.Ş.,VISA, BUSINESS |
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
| RADİKAL | |
| ===================================== | |
| HABER LİSTELEME ve DETAYLANDIRMA | |
| -------------------------------- | |
| * Tüm rastgele cihaz id'ler yerine 1 yazılabilir | |
| GET -> http://native.radikal.com.tr/native/dailynews/{sayfa}/{rastgele-cihaz-id} |
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", | |
| "slug":"adana", | |
| "plate_code":1, | |
| "districts":[ | |
| { | |
| "name":"Alada\u011f", | |
| "slug":"aladag" | |
| }, |