|
File
|
Last Change |
|---|---|
../
|
|
Active_prgs/
|
821 (2 years ago) by nino.borges: Version 2 refactors to solve the slowness issue. This way makes a lot less calls to the API and takes much less time to finish. I'm getting some false positives though, with things like eCTS matching the word objects, so I'm going to change this to a regex in the next version. |
RandomCodeRequests/
|
742 (4 years ago) by nino.borges: added some missing code request txt files |
Tool_Box/
|
808 (2 years ago) by nino.borges: Added a method to hash the contents of a ZIP file. The zip lib doesnt support being able to open a zip in memory and hash each file, so I wrote this to accomplish this. For now it returns a list with a list inside containing the embedded file name and the hash of that file. might change this to a tuple in a list. |
TenthCounter.exe
|
652 (6 years ago) by nino.borges: compiled version of program that counts in tenths |