Explore >> Select a destination


You are here

deut-erium.github.io
| | blog.con.rs
9.6 parsecs away

Travel
| | I decided recently to refactor my homepage, so as to better represent the way a bash shell works. This is because my site, while cute, didn't capture the best part of doing things the Unix Way - composability.
| | spf13.com
5.4 parsecs away

Travel
| |
| | www.masteringemacs.org
4.4 parsecs away

Travel
| | [AI summary] This article explores advanced features of Emacs's shell mode and Comint framework, focusing on command history management, re-running commands, and shell substitutions to boost productivity for command-line users.
| | hackaday.io
24.6 parsecs away

Travel
| I've posted the scripts used to generate the anti-aliased text used in the User Interface. The first is a Photoshop script,CreateFontData.jsx. This makes a set of PNG files, one for each character. The second isConvertText.py, a Python script that takes the output of CreateFontData and generates C code for display the characters on the Epson LCD used in the project. Note these scripts have some hard-coded pathnames in them (to the development folder) but this is pretty easy to find and modify.