Explore >> Select a destination


You are here

willhaley.com
| | astrid.tech
9.9 parsecs away

Travel
| |
| | techtldr.com
5.9 parsecs away

Travel
| | 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
8.1 parsecs away

Travel
| | 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
81.2 parsecs away

Travel
| A tale of two operating systems and one really silly issue.