Explore >> Select a destination


You are here

tekin.co.uk
| | mislav.net
10.2 parsecs away

Travel
| | Some hidden gems of git version control
| | plurrrr.com
4.2 parsecs away

Travel
| | week 43, 2020 - John Bokma's tumblelog
| | stefanheule.com
8.7 parsecs away

Travel
| | A pager is a computer program that makes viewing long output or long files on the terminal more pleasant. Instead of dumping all the output at once, a pager shows the text one page at a time, allowing the user to scroll up and down, or search through the text. For instance, viewing a large diff with git is much more pleasant with a pager. The most common pager on Unix systems is probably less, and while it works great in many cases, viewing only very short output in a pager is a bit silly. If all of the ...
| | helenchong.dev
69.7 parsecs away

Travel
| How I added a button to copy code snippets to my website with JavaScript.