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
| REM Save_pass_Wifi v1.0. | |
| REM Obtienes los SSID y contraseñas almacenados y crea una entrada de Gist en GitHub. | |
| REM Detalles versión: Versión "sucia" inicial. | |
| REM Autor: Gabriel Marti (Twitter: @gmarti @310hkc41b) | |
| REM Sustituye el texto [TOKEN] con tu Token de Gists. | |
| REM Comando de ejemplo para subir a gists | |
| REM curl \ | |
| REM -X POST \ | |
| REM -H "Accept: application/vnd.github+json" \ | |
| REM -H "Authorization: token <TOKEN>" \ |
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
| /* | |
| 06-6-string-ROT13.c | |
| Tratamiento de strings. | |
| Aplica ROT13 a una cadena de caracteres. | |
| */ | |
| #include <stdio.h> | |
| char rot13(char caracter); |
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
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
| "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,56,00,1d,e0 |
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
| 07003290 74438140 GRACIA MATEOS, JESUS 15/01/1997 6ADC9A 046FD5FC 8A75 | |
| 07004220 33285589 ROBLES RESCAMEZ, NICOLAS 22/08/1995 6AE03C 01FBE5D5 8875 | |
| 07004450 43234325 VALERO SERRANO, FRANCISCO 01/09/1998 6AE122 0293B415 8CC7 | |
| 07004640 74642616 MORENO FERNANDEZ, JOSE MIGUEL 13/04/1997 6AE1E0 0472F4B8 8ACD | |
| 07006960 32761557 MARTIN MACIAS, JULIO 18/07/1996 6AEAF0 01F3E6D5 89C0 | |
| 07007050 26233968 MARTINEZ ROBLES, Mª JOSE 18/11/1998 6AEB4A 01904C70 8D15 | |
| 07007830 32927112 AZORIN RUBIO, EULALIA 28/03/1999 6AEE56 01F66D88 8D97 | |
| 07010120 23291425 MARTINEZ JORDAN, MARINA 05/06/2001 6AF748 01636621 90B7 | |
| 07010330 43259070 SANCHEZ MENDEZ, ANA ISABEL 29/04/2000 6AF81A 029414BE 8F25 | |
| 07012990 53229987 MONTALBAN SOLER, MARIA 14/03/1999 6B027E 032C39A3 8D89 |
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
| 07003290 74438140 GRACIA MATEOS, JESUS 15/01/1997 | |
| 07004220 33285589 ROBLES RESCAMEZ, NICOLAS 22/08/1995 | |
| 07004450 43234325 VALERO SERRANO, FRANCISCO 01/09/1998 | |
| 07004640 74642616 MORENO FERNANDEZ, JOSE MIGUEL 13/04/1997 | |
| 07006960 32761557 MARTIN MACIAS, JULIO 18/07/1996 | |
| 07007050 26233968 MARTINEZ ROBLES, Mª JOSE 18/11/1998 | |
| 07007830 32927112 AZORIN RUBIO, EULALIA 28/03/1999 | |
| 07010120 23291425 MARTINEZ JORDAN, MARINA 05/06/2001 | |
| 07010330 43259070 SANCHEZ MENDEZ, ANA ISABEL 29/04/2000 | |
| 07012990 53229987 MONTALBAN SOLER, MARIA 14/03/1999 |