Explore >> Select a destination


You are here

scottk.mba
| | hackaday.io
5.1 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.
| | www.joeltok.com
3.7 parsecs away

Travel
| | The Problem Over the years I've often needed to search for specific files by their name in Visual Studio Code, but never figured out how to do it. I had always assumed that a Command F would reveal the file to me, but nope, that always only searched within files. So I've had to always resort to using complicated bash commands from search engine results (searching a new method each time I needed to do this), or literally trying my luck poking at folders in a random search.
| | stribny.name
2.4 parsecs away

Travel
| |
| | www.skeletonscribe.net
37.0 parsecs away

Travel
| This post demonstrates a technique for discovering which browser addons/extensions people who visit your website have installed. This could ...