| File |
Last Change
|
|---|---|
../
|
|
Active_prgs/
|
866 (15 months ago) by nino.borges: Fixed a bug where it was writing more than one non match attempt to the issues. This was because of that extra else. This was incorrect and the else belonged at the very end of cycling through the different variations, not during. Putting this after all the variations have run but still no match fixed the issue. |
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. |
RandomCodeRequests/
|
742 (4 years ago) by nino.borges: added some missing code request txt files |
TenthCounter.exe
|
652 (6 years ago) by nino.borges: compiled version of program that counts in tenths |