Handling midi in Debian| Open the Black Box
While I typically use a remote shell, occasionally I’ll need use a GUI remotely. On the remote machine, create the remote server:| Open the Black Box
I like to use markdown for my course syllabus, since it’s quick and easy, and allows easy use of git to make and track updates.| Open the Black Box
A feature of the preprocessor little known outside of hardcore C programmers is token pasting (also called concatenation). As the name suggests, token pasting lets the programmer take any two tokens in the source code and turn them into a brand new token. Developers can and do use token pasting in all sorts of clever ways. The manual for the preprocessor provides an example of using token pasting to generate code from boilerplate:| Open the Black Box