You are here |
blog.codebar.io | ||
| | | |
www.softdevtube.com
|
|
| | | | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and | |
| | | |
www.alfredo.motta.name
|
|
| | | | ||
| | | |
www.byjp.me
|
|
| | | | I'm building a twitterbot to answer questions about things happening on my university campus. Should be fun, I've decided to use Ruby and Active Record as a foundation :) Might be a few days before anything appears on github, I've got a few exams in the near future! | |
| | | |
hackaday.io
|
|
| | 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. |