Explore >> Select a destination


You are here

www.padizio.com
| | www.yesthatblog.com
16.7 parsecs away

Travel
| | In my previous blog post I explained a trick for setting bash env variables when you run a script. In this post I discuss how to write bash scripts that handle such variables properly.
| | shaneosullivan.wordpress.com
12.6 parsecs away

Travel
| | How to run a clean up script when your NextJS dev server is shut down
| | techtldr.com
10.7 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 [...]
| | www.poppastring.com
30.4 parsecs away

Travel
| With the C# Dev Kit extension installed in Visual Studio Code, the debugger ...