Basic tools i use on a regular basis specific to my linux environments. After blowing away far too many of these environments im finally starting to move these to a git repo.
Bash
Pycharm Keyboard Fix
Python
PostgresBase
Python tools.
Kills the process responible for monitoring the keyboard in the intellij IDE. This seems to hang quite frequently in a VMWare Ubuntu envirnment.
Python tools.
Utilizes the psycopg2 python library and extends it to wrap the connection pooling into a context manager. This handles the issue with dangling connections cleanly. The base library just closes the transaction.