Explore >> Select a destination


You are here

cullmann.io
| | www.codemadness.org
12.5 parsecs away

Travel
| | A guide to get a USB-powerline bridge with the Intellon 51x1 chipset working on Linux
| | mmazzarolo.com
11.1 parsecs away

Travel
| | A robots.txt file tells search engine crawlers which pages or files the crawler can or can't request from your site. Next.js does not generate a robots.txt out-of-the-box, so here are a couple of options on how to create it.
| | thinkingeek.com
12.1 parsecs away

Travel
| | In software development there is an unavoidable trend in which applications become larger and more complex. For compiled programming languages one of the consequences is that their compilation takes longer. Today I want to talk about using distcc to speed C/C++ compilation using different nodes in a scientific cluster.
| | stevenhicks.me
81.9 parsecs away

Travel
| Work projects require git commits to be signed with my work email; I'd like commits on my personal projects to be signed with my personal email. The solution: conditional includes in my .gitconfig!