yay -S windscribe-cli
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
| Código | Banco | |
|---|---|---|
| 0156 | 100%BANCO | |
| 0196 | ABN AMRO BANK | |
| 0172 | BANCAMIGA BANCO MICROFINANCIERO, C.A. | |
| 0171 | BANCO ACTIVO BANCO COMERCIAL, C.A. | |
| 0166 | BANCO AGRICOLA | |
| 0175 | BANCO BICENTENARIO | |
| 0128 | BANCO CARONI, C.A. BANCO UNIVERSAL | |
| 0001 | BANCO CENTRAL DE VENEZUELA. | |
| 0164 | BANCO DE DESARROLLO DEL MICROEMPRESARIO |
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/python3 | |
| import time | |
| import curses | |
| import socket | |
| import requests | |
| import subprocess | |
| host = '1.1.1.1' | |
| chat = '*****' |
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
| { | |
| "Imprimir Arrays": { | |
| "scope": "php", | |
| "prefix": "_pre", | |
| "body": [ | |
| "echo '<pre>'.print_r($${1:array}, true).'</pre>';" | |
| ], | |
| "description": "Imprimir Arrays" | |
| } | |
| } |
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
| { | |
| "singleQuote": true, | |
| "useTabs": true, | |
| "tabWidth": 4, | |
| "semi": false | |
| } |
OlderNewer