User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2020/01/22 07:27] rlunarostart [2023/06/21 08:46] (current) rlunaro
Line 1: Line 1:
- 
-<code> 
-import hashlib 
-import sys 
- 
-with open(sys.argv[1], "rb") as f: 
-    file_hash = hashlib.md5() 
-    while chunk := f.read(8192): 
-        file_hash.update(chunk) 
- 
-print(file_hash.hexdigest())  # to get a printable str instead of bytes 
-</code> 
- 
 These pages are a notepad with notes about technology and other stuff.  These pages are a notepad with notes about technology and other stuff. 
  
-  * [[PorqueDebemosEnseniarProgramacion|Por qué debemos enseñar programación]] 
-  * [[http://www.jnestor.supermanhamuerto.com|JNestor Project]] 
   * [[cpp:index|C++]]   * [[cpp:index|C++]]
   * [[Java:index|Java]]   * [[Java:index|Java]]
 +  * [[javascript:index|Javascript]]
   * [[python:index|Python]]   * [[python:index|Python]]
   * [[Linux:index|Linux]]   * [[Linux:index|Linux]]
Line 29: Line 15:
   * [[Seguridad:index|Seguridad]]   * [[Seguridad:index|Seguridad]]
   * [[Estandares:index|Estándares]]   * [[Estandares:index|Estándares]]
-  * [[Finanzas:index|Finanzas]]+  * [[VisualStudioCode:index|Visual Studio Code]]
   * [[Fotografia:index|Fotografía]]   * [[Fotografia:index|Fotografía]]
   * [[EnlacesInteresantes|Enlaces interesantes]]   * [[EnlacesInteresantes|Enlaces interesantes]]
   * [[Ideas:index|Ideas]]   * [[Ideas:index|Ideas]]
   * [[Otros|Otros]]   * [[Otros|Otros]]
-  * [[VisitarValladolid|Visitar Valladolid]] 
   * [[Cocina:index|Recetas de cocina]]   * [[Cocina:index|Recetas de cocina]]
   * [[Aeromodelismo:index|Aeromodelismo]]   * [[Aeromodelismo:index|Aeromodelismo]]
   * [[Privado:index|Area restringida]]   * [[Privado:index|Area restringida]]
-  * http://www.seewald.at/en/2014/10/toycollect+
  
 ---- ----
start.1579674437.txt.gz · Last modified: 2022/12/02 22:02 (external edit)