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
| 3158 GOV.TR domain names | |
| http://ahmetalpbalkan.com/blog/gov-tr-alan-adlari-listesi/ | |
| ================================== | |
| 100yilyy.gov.tr | |
| 19mayis.gov.tr | |
| 28kontrollab.gov.tr | |
| 360sakarya.gov.tr | |
| 80yilrehabilitasyon.gov.tr | |
| 9fi.gov.tr |
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
| { | |
| "413226": {"bankId": 10, "bankName": "T.C. ZİRAAT BANKASI A.Ş.", "cardType": "VISA", "cardSubtype": "PLATINUM", "isVirtual": false, "isPrepaid": false}, | |
| "444676": {"bankId": 10, "bankName": "T.C. ZİRAAT BANKASI A.Ş.", "cardType": "VISA", "cardSubtype": "CLASSIC", "isVirtual": false, "isPrepaid": false}, | |
| "444677": {"bankId": 10, "bankName": "T.C. ZİRAAT BANKASI A.Ş.", "cardType": "VISA", "cardSubtype": "GOLD", "isVirtual": false, "isPrepaid": false}, | |
| "444678": {"bankId": 10, "bankName": "T.C. ZİRAAT BANKASI A.Ş.", "cardType": "VISA", "cardSubtype": "PLATINUM", "isVirtual": false, "isPrepaid": false}, | |
| "453955": {"bankId": 10, "bankName": "T.C. ZİRAAT BANKASI A.Ş.", "cardType": "VISA", "cardSubtype": " CLASSIC", "isVirtual": false, "isPrepaid": false}, | |
| "453956": {"bankId": 10, "bankName": "T.C. ZİRAAT BANKASI A.Ş.", "cardType": "VISA", "cardSubtype": " GOLD", "isVirtual": false, "isPrepaid": false}, | |
| "454671": {"bankId": 10, "bankName": "T.C. ZİRAAT BANKASI A.Ş.", "cardType": "VISA", |
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
| <select name="" id=""> | |
| <option value="212">212</option> | |
| <option value="216">216</option> | |
| <option value="222">222</option> | |
| <option value="224">224</option> | |
| <option value="226">226</option> | |
| <option value="228">228</option> | |
| <option value="232">232</option> | |
| <option value="236">236</option> | |
| <option value="242">242</option> |
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
| $ date -d "9pm last saturday" +'%F %T' |
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
| ABBR CODE COUNTRY | |
| ----------------------- | |
| US 1 ABD | |
| VI 1 ABD Virjin Adaları | |
| AF 93 Afganistan | |
| AX 358 Åland Adaları | |
| DE 49 Almanya | |
| AS 1 Amerikan Samoası | |
| AD 376 Andorra | |
| AO 244 Angola |
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
| { | |
| "USD": { | |
| "symbol": "$", | |
| "name": "US Dollar", | |
| "symbol_native": "$", | |
| "decimal_digits": 2, | |
| "rounding": 0, | |
| "code": "USD", | |
| "name_plural": "US dollars" | |
| }, |
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
| # coding: utf-8 | |
| import os | |
| import re | |
| import sys | |
| pattern = '(\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}) - - \[.*\] "GET ([^\s]+) HTTP\/1.0" \d+ \d+ ".*" "(.*)"' | |
| ip_list = {} | |
| for p in sys.argv: |
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
| <?php | |
| $row = 0; | |
| $head = array(); | |
| $result = array(); | |
| $columnCount = 0; | |
| $input = @$argv[1]; | |
| $output = @$argv[2]; |
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
| AES aes = new AES(256/32); | |
| String clave = "12345678677561"; | |
| clave = aes.parseKey(clave); | |
| String texto = String.valueOf(0.0) + String.valueOf(677) + "Tr" + String.valueOf(0.0) + | |
| String.valueOf(561); | |
| String hash = aes.encrypt(texto, clave, 256); | |
| System.out.println("Hash :" + hash); |
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/bash | |
| # Digital Ocean API Token | |
| TOKEN="" | |
| # Domain Details | |
| DOMAIN="" | |
| RECORD_ID="" | |
| IP=$(curl -s ifconfig.me) |
OlderNewer