updated
More testing...
updated
Program that will test authentication using cookie harvesting.
A simple tester to see if a site supports REST login
A library that I continue to refine to gather a schema from Relativity XML data.
A library that I've been working on to learn and inspect JSON data and Schema.
My favorite way to connect and manipulate a running Excel workbook.
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.
A library for manipulating Excel Spreadsheets. Created this to compare two privilege log so that I could see what is different between them.
Added method that I often use to manipulate terms and words.
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.
A program that will help me QC some of my time entry.
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.
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.
adding more notes
A directory to hold text files with notes on coding.
Updated all tools libs to be python 3 compatible.
Added NextBatesShouldBe and PreviousBatesShouldBe methods.
Fixed small typo with workspace variable.
Fixed GetBatesRanges to remove those trailing zeros in the alpha part. works correctly now.
Added support to set the cell color to the setCellProperties method.
Added a method which takes a list of bates, combination of beg and end, and gives me the bates ranges in that list.
trying to get the compiled version of filter arrow removed.
Added methods to remove filter arrows and force auto fit columns
Added a SetCellProperties method as a catch all for performing multiple changes to cell properties like font, font size etc.
Moved GUI_Base to the toolbox folder
Added some methods to delete columns and a method to change the format of a number/date cell.
Updates to reflect stuff moved from iad to XDD
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.
A simple class library for automating Eclipse through SQL
small changes
small changes
Updated to allow saving or displaying.
to make imports easier
Initial version of a tree size getter that is new and better than the walk way
Lib for interacting with outlook. created this because of SOW Automator.
A new set of tools to do simple validating and formating.
version 1
version 1
Added some support for the parent object, to populate the dictionaires correctly.
Had to comment out the inclusion of the constant because it wouldnt compile.
Updated library to now support copying and pasting the contents of an entire word document into another word document.
Created a word automation library to make automating word a bit easier.
update before leaving
A library for connecting to Relativity.
A library for easier updating of Excel spreadsheets
Added the Eula program that I'll eventually call from all of my programs.
added iproHelpertools to toolbox
Initial Import