Showing 1 - 8 of 8 items. (Page 1 of 1)
Alice, the app - VERY MUCH IN CONSTRUCTION
Alice provides a RESTful interface to the RabbitMQ queue server including administration functions. It's written using Mochiweb, an Erlang library for building lightweight HTTP servers.
MPOAuthConnection
MPOAuthConnection is a drop in cocoa component for Mac and iPhone apps to talk to OAuth web services
The Little Manual of API Design
Insights into API design from Trolltech, makers of the QT libraries. Adding this to my to-read list. (PDF)
The Elements of Computing Systems / Nisan & Schocken / www.idc.ac.il/tecs
A course with most materials needed online. There's an accompanying video. Takes students from a NAND gate to adders to machine language to virtual machines to high level languages. All in one course.
Changeset 6671 - Django Code - Trac
Auto-escaping landed in Django's trunk. Feel secure.
Jack Slocum's YUI Blog
Very cool real world examples of interfaces using the Yahoo! UI Javascript libraries. Definitely a good reference if you plan on using YUI.
Django signals (Mercurytide)
Since December 2005, the Django web framework has supported signals. This article introduces the concept of signalling, discusses Django signals, provides examples of listening for Django's built-in signals, and shows how to send custom signals.
The Universe of Discourse : Design patterns of 1972
Interesting take on programming design patterns and how they highlight deficiencies of a language. Example on coding subroutines in assembly is a pattern that became part of the language concept in C.