Explore >> Select a destination


You are here

michaelchadwick.info
| | dan.langille.org
45.5 parsecs away

Travel
| |
| | river.me
62.5 parsecs away

Travel
| | Introducing a new repo containing example Python wiki scripts I write
| | wittchen.io
52.6 parsecs away

Travel
| | I just released tmux-auto-pane. It's a tiny shell script for creating pre-defined tile layouts in Tmux on Linux with xdotool. In our workflow, we often have some pre-defined pane configurations in a terminal. The project called tmux-auto-pane helps to automate that process. It can save us some time and make us a bit more productive. We can call tmux-auto-pane with one of the following parameters: --help | -h showing help --1l1r one left, one right --1l2r one left, two right --2l1r two left, one right --1...
| | nathanchance.dev
125.7 parsecs away

Travel
| Linux kernel patches [PATCH] Hexagon: Export raw I/O routines for modules: Hexagon is a digital signal processor architecture by Qualcomm, which is a little special in terms of the Linux kernel because it is the only architecture that does not have a GCC backend so LLVM has to be used to build it, meaning that it is important to keep it building. This patch fixes an issue with allmodconfig, which enables us to build a wide variety of code and verify the compiler is able to handle all of it.