15 lines
475 B
Markdown
15 lines
475 B
Markdown
# ksi
|
|
|
|
## Sources
|
|
|
|
### 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)
|
|
|
|
### Database
|
|
- [SqlAlchemy session generator](https://stackoverflow.com/a/71053353)
|