You are here |
willhaley.com | ||
| | | |
astrid.tech
|
|
| | | | ||
| | | |
techtldr.com
|
|
| | | | Updated in 2020 to work with Python 3. My company uses multiple git repos that all depend on one another. Often I find myself trying to grep through a few of them at the same time. Regular grep works, but it takes a long time and displays a lot of noise. git grep only searches [...] | |
| | | |
techtldr.com
|
|
| | | | Here is a simple trick that I used to restart my python script after unhandled exception. Let's say I have this simple script called test.py that I want to run forever. It will just wait 2 seconds and throw an error. I use the following script called forever in the same directory: It uses python [...] | |
| | | |
alnvdl.github.io
|
|
| | A tale of two operating systems and one really silly issue. |