New sources

This commit is contained in:
Thastertyn 2025-01-29 10:29:00 +01:00
parent d72f9acf55
commit d96b5d7197

View File

@ -5,6 +5,10 @@
### Signal catching ### Signal catching
- [Catch SIGTERM](https://dnmtechs.com/graceful-sigterm-signal-handling-in-python-3-best-practices-and-implementation/) - [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) - [Get ENUM name from value](https://stackoverflow.com/a/38716384)
- [Windows termination signals](https://stackoverflow.com/a/35792192)
### Networking ### Networking
- [Dynamically finding host IP address](https://stackoverflow.com/a/28950776) - [Dynamically finding host IP address](https://stackoverflow.com/a/28950776)
### Database
- [SqlAlchemy session generator](https://stackoverflow.com/a/71053353)