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
Next revisionBoth sides next revision
start [2020/01/22 07:27] rlunarostart [2022/09/15 11:27] 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 39: Line 28:
   * [[Privado:index|Area restringida]]   * [[Privado:index|Area restringida]]
   * http://www.seewald.at/en/2014/10/toycollect   * http://www.seewald.at/en/2014/10/toycollect
 +
  
 ---- ----
start.txt · Last modified: 2023/06/21 08:46 by rlunaro