You are here |
adol.pw | ||
| | | |
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! | |
| | | |
markodenic.com
|
|
| | | | Free programming books, algorithms, public APIs, and much more. | |
| | | |
blog.martinig.ch
|
|
| | | | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to | |
| | | |
ericlathrop.com
|
|
| | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python. |