Revision
942 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 9 17:03:07 2025 UTC
(6 months, 2 weeks ago)
by
nino.borges
Diff to
previous 941
,
to
selected 445
Originally _normalize_multi would deduplicate the values in the cell using a set. I changed my mind and changed this to allow duplicates. If the original cell had dups, I want the dictionary cell to have dups.
Revision
890 -
Directory Listing
-
[select for diffs]
Modified
Sat May 24 02:09:35 2025 UTC
(10 months ago)
by
nino.borges
Diff to
previous 889
,
to
selected 445
A set of functions that will help with file encoding detection and issues.
This is version 2 of this library which **requires carset-normalizer be installed**. Previously used chardet.
Revision
808 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 21 22:52:40 2023 UTC
(2 years, 3 months ago)
by
nino.borges
Diff to
previous 807
,
to
selected 445
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.
Revision
669 -
Directory Listing
-
[select for diffs]
Modified
Tue Dec 31 16:56:53 2019 UTC
(6 years, 2 months ago)
by
nino.borges
Diff to
previous 650
,
to
selected 445
Copied this from the fix bates range tool in the summation dir and deleted the stuff that I dont need. I use these functions quite often and for many tools.
Revision
445 -
Directory Listing
-
[selected]
Modified
Wed Aug 28 22:07:53 2013 UTC
(12 years, 7 months ago)
by
nino.borges
Diff to
previous 186
Added the Eula program that I'll eventually call from all of my programs.