Bookmarks for tag development
Tagging support for django models, including form fields, template tags and a pile of helpful support functions
A tutorial to get going with Form Wizards in django, eg chaining multiple Django forms together in series.
Introduces the HaskellDB API which provides a monadic DSL for relational database interaction backed onto two different general haskell DB APIs (HDBC or HSQL) – apparently unmaintained
Straight forward SQL DB abstraction layer for Haskell
Using Typeable typeclass to do semi-dynamic programming in Haskell
Adding Ajax Detection To HttpRequest
Given a list of text files in a similar format, templatemaker creates a template that can extract data from files in that same format.
Keith Devens list of programmer fonts
A library to aid in the development of multiprocess programs in python. Implements the same API as threading does for threads and adds some more tools
Notes on running python scripts that depend on django
Bill de hÓra explains why DVCS are nicer than CVCS
Short snippet of code to send out 500 errors on django failure
Ryan Tomayko talks about how GIT solves some VCS problems, with side notes about other systems such as SVN and BZR
Discussion of Googles App Engine as a python and django platform. Lots of python is missing.
Slides from a talk about django’s current and future internals
Oliver Steele presents three little Javascript libraries that provide a lot of power. Worth a look just for picking up ideas at least
Using WSGI to build a web framework with python. A tutorial
Twotp is an implementation of the Erlang node protocol written in Python using the Twisted networking engine. It makes possible to run an Erlang node in Python, like the Jinterface library of Erlang allows to do in Java. You can then call methods on an Erlang node or receive method calls.
Notes on the internals of memcached and some best practises to consider
How and how not to use Python
Python documentation on the standard profiling tools
Why shows how to using ruby 1.9 and python 2.5 to take ruby bytecode, convert it to python byte code and then decompile it back to python source
Tests and examples of the new django OneToOneField post queryset refactor.
bzr-svn plugin to the bzr distributed version control system
Middleware which prints out a list of all SQL queries done for each view that is processed. This is only useful for debugging.
Instructions for setting up an (X)HTML editing environment for Emacs suitable for Web Developers.
Overview over various javascript modes for emacs
MMM Mode adds support for Multiple Major Modes to emacs
Extension commands for django management tool.
Tags:
cocoa,
development,
django,
freemarker,
kvc,
leopard,
mgtemplateengine,
objective-c,
smarty,
source,
template,
webkit
Matt Legend Gemmell has implemented a text templating system for Cocoa. Similar to django and smarty.
Trac’s post commit hooks for SVN to support fixes #123 e etc
Steve Yegge’s JavaScript mode for emacs
Tools to help find bugs or style issues in python code.
A book, available for free online, about programming Haskell with a real world rather than theoretical or mathsy focus.
Angus has released the first beta of his rewritten hack for PNG support in Internet Explorer 6+
Haskell Web Application Interface, similar to WSGI for python. A generalised API for building web applications
Massive and detailed documentation for Monads in Haskell
A Model Field for django that automatically caches the markdown’d version and stores the raw text as well. Via Matt
Slides for Simon Willison’s web application security presentation
A Django ModelField to support tracking the history of a model instance. Via Matt
David Goodger’s presentation about idiomatic python code
Alex Payne of Twitter has three suggestions to improve the TextMate user experience.
Rich Hickey (creator of clojure) talks about how concurrency works in clojure with a worked example.
James Bennett (Djangos release manager) on why he likes pip over easy_install and setuptools
A possibly interesting framework for building web apps in Clojure
Distributed bug tracking software; supports multiple interfaces and backends (via Ian Bicking)
A introduction to the various core typeclass provided by haskell that come from esoteric fields such as category theory.
David R. Maclver’s mechanical introduction to Haskell’s Control.Arrow package. It looks at the functions rather than the abstraction.
A clearer function for seeing what operations are available on a python object. via Clint Ecker
A monadic Parser Combinator Library for Clojure
Oliver Steele’s wonderful Regular Expression diagramming and animation flash tool. Shows both an NFA and a DFA for your regexp and shows how it consumes input
Dr. Erik Meijer from Microsofts C# team starts a lecturer series on Functional Programming with Haskell.
Interesting comments on the suitability of F# and Clojure for ‘real world’ software
An idiomatic wrapper for OpenGL in Clojure
Roy Fielding talks about POST (and other methods) in RESTful architectures
Alex Miller contrasts DI in Java and Clojure
Matt Woodward’s huge list of random thoughts about couchdb
An overview of different challenges and approaches to concurrency in software design.
A Substrate for Managed Runtime Environments. Apparently built on top of a number of interesting technologies, most notably LLVM.
Jacobian (of Django fame) on why he chooses Python.
The forthcoming O’Reilly book on couchdb, freely available online in html form.
Jacob Kaplan-Moss’s commentary on producing great technical documentation.
Part 3 of Don Syme’s introduction to parallel tools for F#. This article covers actors/agents (and links back to previous articles).
pour is a web form validation library for the
Clojure programming language.
An introduction to a git workflow extension called Git-Flow
