Skip to content

Instantly share code, notes, and snippets.

@edisongustavo
Created December 28, 2016 18:01
Show Gist options
  • Save edisongustavo/c4dd74359a769bd635cf587633e7815d to your computer and use it in GitHub Desktop.
Save edisongustavo/c4dd74359a769bd635cf587633e7815d to your computer and use it in GitHub Desktop.
def md5(fname):
import hashlib
hash_md5 = hashlib.md5()
with open(fname, "rb") as f:
for chunk in iter(lambda: f.read(4096), b""):
hash_md5.update(chunk)
return hash_md5.hexdigest()
@edisongustavo
Copy link
Author

.\Library\bin/Qt53DCollision.dll -> ded0d25ae63bcad5563ff6d80b6f6de7
.\Library\bin/Qt53DCore.dll -> 402f0a747e1327339dfe2c880ef941ab
.\Library\bin/Qt53DInput.dll -> df8ad2753942bbcc8cdf87b48b018392
.\Library\bin/Qt53DLogic.dll -> ba435233ffc41cb2ee6494eaefa9500f
.\Library\bin/Qt53DQuick.dll -> 121215b44d4fc7d0588af8310e4cc135
.\Library\bin/Qt53DQuickRenderer.dll -> c92211fd094adb200299eb9319b8adbc
.\Library\bin/Qt53DRenderer.dll -> 81cffa5e9aa468333cfa8621e7d2d8b5
.\Library\bin/Qt5CLucene.dll -> 73801a120f025ff720be2205ab740635
.\Library\bin/Qt5Concurrent.dll -> bca2d7d0022e66b14dacb90e20d982fc
.\Library\bin/Qt5Core.dll -> 9fb5d21b3a386fef65eaff7a30843e2e
.\Library\bin/Qt5Designer.dll -> 4449bc8251c8b0f5831663158c5e481b
.\Library\bin/Qt5DesignerComponents.dll -> 12803bf5204b07aa36056acfa31548f8
.\Library\bin/Qt5Gui.dll -> 4674ce8c6808e4433c10f78d2a401d30
.\Library\bin/Qt5Help.dll -> dde80ff1fb9938534291ddb6f90ae2c6
.\Library\bin/Qt5Network.dll -> 3bc85d57b52108dca4443b15d8a564e1
.\Library\bin/Qt5OpenGL.dll -> 01daba9a6a9cc317cf3996c7897ccbbb
.\Library\bin/Qt5PrintSupport.dll -> bac3be10c6b7fd42ecb5053e953c2288
.\Library\bin/Qt5Qml.dll -> e3c38794c93d653b05ae853840781b6b
.\Library\bin/Qt5Quick.dll -> 65b300da97ddbb154ccfc18141e6d5f5
.\Library\bin/Qt5QuickParticles.dll -> f2a375827b3cd04cf835a7392bc951cc
.\Library\bin/Qt5QuickTest.dll -> 9b0260eb41729fdf616c8b289738f2b7
.\Library\bin/Qt5QuickWidgets.dll -> ff704bb65d3580ee0c8f54309cbaa498
.\Library\bin/Qt5Script.dll -> 01eb0b6ce2b2c2aa5c62ab60018bfde2
.\Library\bin/Qt5ScriptTools.dll -> 4d8f5da7b76d48b02172bbdaf18ba971
.\Library\bin/Qt5Sql.dll -> 7079b71de13b3abe0028c288e9b92d5f
.\Library\bin/Qt5Svg.dll -> e0906a58c8a3299d67a4e8ac8940cbc6
.\Library\bin/Qt5Test.dll -> 6dc27e7a99b0bc5cf4d1019e67ee0ad8
.\Library\bin/Qt5WebChannel.dll -> 3fdb2cad5ff6f81dbaa60ee5f11fb711
.\Library\bin/Qt5WebKit.dll -> a5b4254612fb3d8978098264dc22309e
.\Library\bin/Qt5WebKitWidgets.dll -> f415bd97e52f079fe9117ddc3e266124
.\Library\bin/Qt5WebSockets.dll -> b4266e6fa71ed43d844b233b2d4d4225
.\Library\bin/Qt5Widgets.dll -> 6fdce94a30fe99a3015e418b2f4e0a48
.\Library\bin/Qt5WinExtras.dll -> 2658d1db6562d07f80d0a61b5d8f4c2c
.\Library\bin/Qt5Xml.dll -> f1664d059765a27fc368b04d19f364cc
.\Library\bin/Qt5XmlPatterns.dll -> 86e3a46887a3f4c4593c54c00099abf2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment