summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-26Geocoder.Scott Gasch
2022-04-26Teach chord parser about Minor7Scott Gasch
2022-04-22Ignore ANTLR generated files.Scott Gasch
2022-04-22Add powerset to list_utils; improve chord parser.Scott Gasch
2022-04-22Add a chord parser test.Scott Gasch
2022-04-21Chord name parsing.Scott Gasch
2022-04-19Work on docs and readability.Scott Gasch
2022-04-19Improve the quick labeler again.Scott Gasch
2022-04-18Improve wildcard semantics again.Scott Gasch
2022-04-18Do the wildcard search thing better.Scott Gasch
2022-04-17Use preformatted_box with print_box.Scott Gasch
2022-04-17Preformatted box that doesn't wrap the contents.Scott Gasch
2022-04-17Allow query for '*' that returns all docids.Scott Gasch
2022-04-15Fix bug with timeouts.Scott Gasch
2022-04-15Press any key to continue.Scott Gasch
2022-04-12Overhaul quick_labeler part 2: understand what the current model says.Scott Gasch
2022-04-12Overhaul quick labeler, part 1.Scott Gasch
2022-04-09Fix typo.Scott Gasch
2022-04-08More messing with making sure that exception tracebacks end up in the log.Scott Gasch
2022-04-08Cause the custom exception handler to also log unhandled exceptions'Scott Gasch
2022-04-02Cleanup, try to get rid of linter messages.Scott Gasch
2022-04-02Minor changes; make model trainer show results for all models, etc...Scott Gasch
2022-03-28Cleanup weather_data.py.Scott Gasch
2022-03-25Add copyright to grammar.Scott Gasch
2022-03-25Add LICENSE and NOTICE.Scott Gasch
2022-03-25Obfuscate more keys. Again, this is pretty non-critical becauseScott Gasch
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
2022-03-25Adds shuffle/scramble to list_utils.Scott Gasch
2022-03-25Obscure some passwords/keys. There's actually nothing valuable hereScott Gasch
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
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