From d96b5d71974e003a86c6842f90cbe93ceba43c63 Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Wed, 29 Jan 2025 10:29:00 +0100 Subject: [PATCH] New sources --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dbd2df..57f3887 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ ### Signal catching - [Catch SIGTERM](https://dnmtechs.com/graceful-sigterm-signal-handling-in-python-3-best-practices-and-implementation/) - [Get ENUM name from value](https://stackoverflow.com/a/38716384) +- [Windows termination signals](https://stackoverflow.com/a/35792192) ### Networking -- [Dynamically finding host IP address](https://stackoverflow.com/a/28950776) \ No newline at end of file +- [Dynamically finding host IP address](https://stackoverflow.com/a/28950776) + +### Database +- [SqlAlchemy session generator](https://stackoverflow.com/a/71053353)