summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
copyright...
2022-03-25Adds shuffle/scramble to list_utils.Scott Gasch
2022-03-25Obscure some passwords/keys. There's actually nothing valuable hereScott Gasch
because the machines this is talking to are behind a firewall on my local network and not exposed anywhere.
2022-03-24Add add_timezone.Scott Gasch
2022-03-22Loosen backup policy and cleanup code a little.Scott Gasch
2022-03-21Small changes.Scott Gasch
2022-03-13Fix center align in header.Scott Gasch
2022-03-13Beef up header.Scott Gasch
2022-03-12Improve profanity filter.Scott Gasch
2022-03-06IntEnum -> Enum to fix printing of enum values.Scott Gasch
2022-03-05Improve text wrapping; add indent option.Scott Gasch
2022-03-01Teach site_location about the .local hostname suffix that the macScott Gasch
gets when connected to a VPN.
2022-02-26Rename a method, cleanup lint errors.Scott Gasch
2022-02-26More work on tplink utils to avoid having to call tplink.py.Scott Gasch
2022-02-26Increase timeout.Scott Gasch
2022-02-26Moved more logic from tplink.py into a library.Scott Gasch
2022-02-25Moving towards not needing a separate tplink.py utility.Scott Gasch
2022-02-24Also log about __debug__.Scott Gasch
2022-02-23Move encrypt and decrypt routines into tplink_utils.Scott Gasch
2022-02-23Let text_utils work with strings that contain ansi escape sequences.Scott Gasch
2022-02-23Separate box and print_box.Scott Gasch
2022-02-23Added a box method and fixed the broken justify method.Scott Gasch
2022-02-22Log the original commandline at DEBUG level.Scott Gasch
2022-02-22Remove whitespace from trie's repr_brief.Scott Gasch
2022-02-17CleanupScott Gasch
2022-02-17Fix dimmer level JSON command.Scott Gasch
2022-02-17Cleanup.Scott Gasch
2022-02-15Update profanity.Scott Gasch
2022-02-15Fix a bug in sanity check image.Scott Gasch
2022-02-12Oops.Scott Gasch
2022-02-12Try another tactic to figure out entry point.Scott Gasch
2022-02-12Change weights.Scott Gasch
2022-02-11Add mode.Scott Gasch
2022-02-11Fix stdev.Scott Gasch
2022-02-10More cleanup.Scott Gasch
2022-02-10More cleanup.Scott Gasch
2022-02-10More cleanup.Scott Gasch
2022-02-10Adds pyproject.toml.Scott Gasch
2022-02-10More cleanup.Scott Gasch
2022-02-10Update docs.Scott Gasch
2022-02-10Add percentile and change name of RunningMedian class.Scott Gasch
2022-02-10Fix a bug, add some testcases.Scott Gasch
2022-02-10Add some useful stats to histogram.Scott Gasch
2022-02-09More spring cleaning.Scott Gasch
2022-02-09Fix typo.Scott Gasch
2022-02-09Ditch named tuples for dataclasses.Scott Gasch
2022-02-09Cleanup.Scott Gasch
2022-02-09Cleanup.Scott Gasch
2022-02-08Fighting with type hints.Scott Gasch
2022-02-08Cleanup more contextlib.AbstractContextManagers and Literal[False]s.Scott Gasch