I hereby claim:
- I am mtearle on github.
- I am mtearle (https://keybase.io/mtearle) on keybase.
- I have a public key ASCuWDzAeyXwId6nWwwq_fW8hRq_iqAgJgkcqDDccZNfhwo
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| from collections import deque | |
| # Requirements | |
| # | |
| requirements = {} | |
| # Southern Arm S1 CPF 2 |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import npyscreen, curses | |
| # Incorporates code | |
| # from http://www.binarytides.com/python-socket-server-code-example/ | |
| # Socket server in python using select function | |
| import socket, select | |
| class MyTestApp(npyscreen.NPSAppManaged): | |
| # socket code |