Explore >> Select a destination


You are here

stribny.name
| | 0x00.cl
1.6 parsecs away

Travel
| | Tomas Gutierrez L. personal website (0x00)
| | dylanpaulus.com
0.7 parsecs away

Travel
| | Debugging is an essential skill for any software developer. It allows us to find and fix errors in our code, improve quality and performance, and learn from our mistakes.One of the most common and powerful tools for debugging Python code is the . PDB is a module that provides an interactive command-...
| | michaelscodingspot.com
2.3 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | hackaday.io
19.8 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.