ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/ns_dev/Python/NinoCode
r844
File (rev) Last Change
 ../
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
Active_prgs/ 844 (15 months ago) by nino.borges: This version fixes a bug where it wasnt importing the downgrades tab because of an error in missing logic. Also adds a pseudo private method that does some smarter deduplication in a set because I wanted to make sure I only had unique addresses in the initial RE result, looking for that as an error. If I have 3 email addresses where only one should exist (like in the from) but they are the same email address, I wanted to make sure I wasnt raising a warning because they are not unique. if there is more than one unique, that is a warning. Finally also added support for providing a warning if the override name has a different last name from the MAL for the same record. I'm now using consilio values for my override but there is concern they could be completely wrong. So far I'm finding them more accurate actually and not totally off. however still want to be warned.
TenthCounter.exe 652 (6 years ago) by nino.borges: compiled version of program that counts in tenths
3 directories and 1 file shown