ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Tool_Box
Revision 999 - Directory Listing - [select for diffs]
Modified Tue Mar 17 16:55:49 2026 UTC (11 days, 6 hours ago) by nino.borges
Diff to previous 998 , to selected 635
updated
Revision 998 - Directory Listing - [select for diffs]
Modified Tue Mar 17 16:54:24 2026 UTC (11 days, 6 hours ago) by nino.borges
Diff to previous 997 , to selected 635
More testing...
Revision 997 - Directory Listing - [select for diffs]
Modified Tue Mar 17 16:41:26 2026 UTC (11 days, 7 hours ago) by nino.borges
Diff to previous 996 , to selected 635
updated
Revision 996 - Directory Listing - [select for diffs]
Modified Tue Mar 17 16:26:49 2026 UTC (11 days, 7 hours ago) by nino.borges
Diff to previous 995 , to selected 635
Program that will test authentication using cookie harvesting.
Revision 995 - Directory Listing - [select for diffs]
Modified Tue Mar 17 15:59:24 2026 UTC (11 days, 7 hours ago) by nino.borges
Diff to previous 959 , to selected 635
A simple tester to see if a site supports REST login
Revision 959 - Directory Listing - [select for diffs]
Modified Mon Dec 8 21:52:35 2025 UTC (3 months, 2 weeks ago) by nino.borges
Diff to previous 958 , to selected 635
A library that I continue to refine to gather a schema from Relativity XML data.
Revision 958 - Directory Listing - [select for diffs]
Modified Mon Dec 8 21:09:11 2025 UTC (3 months, 2 weeks ago) by nino.borges
Diff to previous 953 , to selected 635
A library that I've been working on to learn and inspect JSON data and Schema.
Revision 953 - Directory Listing - [select for diffs]
Modified Wed Nov 5 18:23:42 2025 UTC (4 months, 3 weeks ago) by nino.borges
Diff to previous 942 , to selected 635
My favorite way to connect and manipulate a running Excel workbook.
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 635
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 941 - Directory Listing - [select for diffs]
Modified Tue Sep 9 17:01:07 2025 UTC (6 months, 2 weeks ago) by nino.borges
Diff to previous 891 , to selected 635
A library for manipulating Excel Spreadsheets.  Created this to compare two privilege log so that I could see what is different between them.
Revision 891 - Directory Listing - [select for diffs]
Modified Sat May 24 02:11:55 2025 UTC (10 months ago) by nino.borges
Diff to previous 890 , to selected 635
Added method that I often use to manipulate terms and words.
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 635
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 889 - Directory Listing - [select for diffs]
Modified Sat May 24 02:07:30 2025 UTC (10 months ago) by nino.borges
Diff to previous 808 , to selected 635
A program that will help me QC some of my time entry.
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 635
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 807 - Directory Listing - [select for diffs]
Modified Thu Dec 21 22:25:16 2023 UTC (2 years, 3 months ago) by nino.borges
Diff to previous 774 , to selected 635
For some reason part of this file was using 8 spaces and part was using the normal 4.  I edited this manually so that it's all 4 spaces.
Revision 774 - Directory Listing - [select for diffs]
Modified Fri Aug 5 02:14:16 2022 UTC (3 years, 7 months ago) by nino.borges
Diff to previous 773 , to selected 635
adding more notes
Revision 773 - Directory Listing - [select for diffs]
Modified Thu Aug 4 20:24:29 2022 UTC (3 years, 7 months ago) by nino.borges
Diff to previous 744 , to selected 635
A directory to hold text files with notes on coding.
Revision 744 - Directory Listing - [select for diffs]
Modified Tue Apr 13 21:40:41 2021 UTC (4 years, 11 months ago) by nino.borges
Diff to previous 716 , to selected 635
Updated all tools libs to be python 3 compatible. 
Revision 716 - Directory Listing - [select for diffs]
Modified Thu Nov 5 22:04:23 2020 UTC (5 years, 4 months ago) by nino.borges
Diff to previous 715 , to selected 635
Added NextBatesShouldBe and PreviousBatesShouldBe methods.
Revision 715 - Directory Listing - [select for diffs]
Modified Thu Nov 5 22:03:15 2020 UTC (5 years, 4 months ago) by nino.borges
Diff to previous 708 , to selected 635
Fixed small typo with workspace variable.
Revision 708 - Directory Listing - [select for diffs]
Modified Wed Jul 15 19:09:52 2020 UTC (5 years, 8 months ago) by nino.borges
Diff to previous 707 , to selected 635
Fixed GetBatesRanges to remove those trailing zeros in the alpha part. works correctly now.
Revision 707 - Directory Listing - [select for diffs]
Modified Wed Jul 15 15:19:04 2020 UTC (5 years, 8 months ago) by nino.borges
Diff to previous 706 , to selected 635
Added support to set the cell color to the setCellProperties method.
Revision 706 - Directory Listing - [select for diffs]
Modified Wed Jul 15 15:18:15 2020 UTC (5 years, 8 months ago) by nino.borges
Diff to previous 690 , to selected 635
Added a method which takes a list of bates, combination of beg and end, and gives me the bates ranges in that list.
Revision 690 - Directory Listing - [select for diffs]
Modified Wed May 13 15:29:53 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 686 , to selected 635
trying to get the compiled version of filter arrow removed.
Revision 686 - Directory Listing - [select for diffs]
Modified Thu May 7 20:59:05 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 682 , to selected 635
Added methods to remove filter arrows and force auto fit columns
Revision 682 - Directory Listing - [select for diffs]
Modified Thu May 7 20:06:07 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 680 , to selected 635
Added a SetCellProperties method as a catch all for performing multiple changes to cell properties like font, font size etc.
Revision 680 - Directory Listing - [select for diffs]
Modified Mon May 4 19:46:21 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 679 , to selected 635
Moved GUI_Base to the toolbox folder
Revision 679 - Directory Listing - [select for diffs]
Modified Mon May 4 19:41:49 2020 UTC (5 years, 10 months ago) by nino.borges
Diff to previous 671 , to selected 635
Added some methods to delete columns and a method to change the format of a number/date cell.
Revision 671 - Directory Listing - [select for diffs]
Modified Mon Jan 20 22:42:16 2020 UTC (6 years, 2 months ago) by nino.borges
Diff to previous 669 , to selected 635
Updates to reflect stuff moved from iad to XDD
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 635
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 650 - Directory Listing - [select for diffs]
Modified Thu Dec 12 20:43:50 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 649 , to selected 635
A simple class library for automating Eclipse through SQL
Revision 649 - Directory Listing - [select for diffs]
Modified Thu Dec 12 20:42:20 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 648 , to selected 635
small changes
Revision 648 - Directory Listing - [select for diffs]
Modified Thu Dec 12 20:41:30 2019 UTC (6 years, 3 months ago) by nino.borges
Diff to previous 637 , to selected 635
small changes
Revision 637 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:17:13 2018 UTC (8 years ago) by nino.borges
Diff to previous 636 , to selected 635
Updated to allow saving or displaying.
Revision 636 - Directory Listing - [select for diffs]
Modified Wed Mar 28 20:15:08 2018 UTC (8 years ago) by nino.borges
Diff to previous 635
to make imports easier
Revision 635 - Directory Listing - [selected]
Modified Wed Mar 28 20:14:31 2018 UTC (8 years ago) by nino.borges
Diff to previous 632
Initial version of a tree size getter that is new and better than the walk way
Revision 632 - Directory Listing - [select for diffs]
Modified Mon Apr 3 19:21:49 2017 UTC (8 years, 11 months ago) by nino.borges
Diff to previous 630 , to selected 635
Lib for interacting with outlook.  created this because of SOW Automator.
Revision 630 - Directory Listing - [select for diffs]
Modified Mon Mar 13 15:46:37 2017 UTC (9 years ago) by nino.borges
Diff to previous 625 , to selected 635
A new set of tools to do simple validating and formating.
Revision 625 - Directory Listing - [select for diffs]
Modified Fri Nov 4 15:13:48 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 624 , to selected 635
version 1
Revision 624 - Directory Listing - [select for diffs]
Modified Fri Nov 4 15:12:53 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 618 , to selected 635
version 1
Revision 618 - Directory Listing - [select for diffs]
Modified Mon Oct 31 14:09:43 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 617 , to selected 635
Added some support for the parent object, to populate the dictionaires correctly.
Revision 617 - Directory Listing - [select for diffs]
Modified Mon Oct 31 14:08:07 2016 UTC (9 years, 4 months ago) by nino.borges
Diff to previous 611 , to selected 635
Had to comment out the inclusion of the constant because it wouldnt compile.
Revision 611 - Directory Listing - [select for diffs]
Modified Wed Sep 21 15:10:23 2016 UTC (9 years, 6 months ago) by nino.borges
Diff to previous 606 , to selected 635
Updated library to now support copying and pasting the contents of an entire word document into another word document.
Revision 606 - Directory Listing - [select for diffs]
Modified Wed Jun 15 15:54:16 2016 UTC (9 years, 9 months ago) by nino.borges
Diff to previous 605 , to selected 635
Created a word automation library to make automating word a bit easier.
Revision 605 - Directory Listing - [select for diffs]
Modified Wed Jun 15 15:53:03 2016 UTC (9 years, 9 months ago) by nino.borges
Diff to previous 579 , to selected 635

Revision 579 - Directory Listing - [select for diffs]
Modified Thu Mar 26 13:50:08 2015 UTC (11 years ago) by nino.borges
Diff to previous 570 , to selected 635
update before leaving
Revision 570 - Directory Listing - [select for diffs]
Modified Wed Feb 4 16:05:05 2015 UTC (11 years, 1 month ago) by nino.borges
Diff to previous 568 , to selected 635
A library for connecting to Relativity.
Revision 568 - Directory Listing - [select for diffs]
Modified Wed Jan 21 22:41:40 2015 UTC (11 years, 2 months ago) by nino.borges
Diff to previous 445 , to selected 635
A library for easier updating of Excel spreadsheets
Revision 445 - Directory Listing - [select for diffs]
Modified Wed Aug 28 22:07:53 2013 UTC (12 years, 7 months ago) by nino.borges
Diff to previous 186 , to selected 635
Added the Eula program that I'll eventually call from all of my programs.
Revision 186 - Directory Listing - [select for diffs]
Modified Thu Nov 1 15:07:13 2012 UTC (13 years, 4 months ago) by nino.borges
Diff to previous 8 , to selected 635
added iproHelpertools to toolbox
Revision 8 - Directory Listing - [select for diffs]
Added Sat May 5 04:21:19 2012 UTC (13 years, 10 months ago) by ninoborges
Diff to selected 635
Initial Import

Convenience Links