ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/ns_dev/Python/NinoCode
r810
File Last Change
 ../
Active_prgs/ 810 (2 years ago) by nino.borges: When adding the special senders list where there is no NTRS domain in the TO or where there is but it's not a lanID, I initial started by wanting to have separate per CSV and then a global list. However diana only needs a single large list but one that references what file it came from and only dedulicates on the file level. I'm going to change the code for .8 to only have one set, that still only deduplicates on the file level, instead of two. saving this to version control in the event she asks me to have both.
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
3 directories and 1 file shown