/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

bdadam.com
| | adamj.eu
9.8 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?
| | adamj.eu
9.8 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
9.2 parsecs away

Travel
| | On a client project today, I noticed that running docker exec -it tacks this advert on the end of the output:
| | trishagee.com
28.9 parsecs away

Travel
| At JAX London Mike and I presented "Understanding the Disruptor - A Beginner's Guide to Hardcore Concurrency". This is the session we initially previewed to the London Java Community a few weeks earlier. The content is the same, but the feel of the presentation was quite different to us - the venue for the LJC ... Read more