/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

tomasp.net
| | adamj.eu
3.1 parsecs away

Travel
| | GitHub-Flavored Markdown (GFM) is GitHub's variant of Markdown, with extra features like task lists and alert boxes. It's used in issues, pull requests, comments, and many other places on GitHub.
| | adamj.eu
5.4 parsecs away

Travel
| | If you use Docker Compose, you may see this message:
| | adamj.eu
4.5 parsecs away

Travel
| | Git supports storing symbolic links (symlinks) in your repository, which are filesystem links that point to another file or directory. These are great for when you want to have the same file at multiple locations in your repository, such as some configuration file that is used for multiple sub-projects. But how can you list all the symlinks in your repository?
| | www.stefanjudis.com
26.9 parsecs away

Travel
| I learned that code that doesn't look valid can be valid... sometimes.