Bookmarks for tag development

django-tagging application
Tags: application, brehaut.net, development, django
Tagging support for django models, including form fields, template tags and a pile of helpful support functions
FormWizard: multiple-step forms in Django
Tags: development, django, forms, formwizard
A tutorial to get going with Form Wizards in django, eg chaining multiple Django forms together in series.
HaskellDB Introduction
Tags: development, functional, haskell, pdf, sql
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
Haskell Database.HDBC
Tags: databases, development, haskell, sql
Straight forward SQL DB abstraction layer for Haskell
Scrap your boilerplate … in Haskell
Tags: development, dynamic programming, haskell, typeable
Using Typeable typeclass to do semi-dynamic programming in Haskell
Django request is_ajax method
Tags: ajax, development, django
Adding Ajax Detection To HttpRequest
templatemaker - Google Code
Tags: development, python, scraping, templating
Given a list of text files in a similar format, templatemaker creates a template that can extract data from files in that same format.
Programming Fonts
Tags: development, editors, fonts
Keith Devens list of programmer fonts
Documentation for processing-0.50
Tags: concurrency, development, processes, python
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
The B-List: Standalone Django scripts
Tags: development, django, python, scripts
Notes on running python scripts that depend on django
What a DVCS gets you (maybe)
Tags: branching, development, dvcs, version control
Bill de hÓra explains why DVCS are nicer than CVCS
Django error notification with jabber
Tags: development, django, errors, xmpp
Short snippet of code to send out 500 errors on django failure
The Thing About Git
Tags: bzr, development, git, svn, tools, version control
Ryan Tomayko talks about how GIT solves some VCS problems, with side notes about other systems such as SVN and BZR
The B-List: Batteries sold separately
Tags: development, django, google, python
Discussion of Googles App Engine as a python and django platform. Lots of python is missing.
Django: Under the Hood
Tags: development, django, python, web
Slides from a talk about django’s current and future internals
Three Small Javascript Libraries
Tags: development, javascript, libraries, web
Oliver Steele presents three little Javascript libraries that provide a lot of power. Worth a look just for picking up ideas at least
Another Do-It-Yourself Framework
Tags: development, frameworks, python, tutorial, web, wsgi
Using WSGI to build a web framework with python. A tutorial
Twisted interface to Erlang OTP in Launchpad
Tags: development, erlang, python, twisted
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.
Memcached Internals
Tags: caching, development, django, memcached, technology
Notes on the internals of memcached and some best practises to consider
PEP 3108 — Standard Library Reorganization
Tags: development, python, python 3.0
Idioms and Anti-Idioms in Python
Tags: development, documentation, idioms, python
How and how not to use Python
The Python Profilers
Tags: development, profiling, python
Python documentation on the standard profiling tools
hackety org - Sneaking Ruby Through Google App Engine (and Other Strictly Python Places)
Tags: cross compiling, development, google app engine, hacks, python, ruby
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
New Django OneToOne models field examples
Tags: development, django, onetoone
Tests and examples of the new django OneToOneField post queryset refactor.
BzrForeignBranches/Subversion
Tags: bazaar, bzr-svn, development, subversion, version control
bzr-svn plugin to the bzr distributed version control system
Django snippets: SQL Printing Middleware
Tags: development, django, middleware
Middleware which prints out a list of all SQL queries done for each view that is processed. This is only useful for debugging.
Emacs WebDev Environment
Tags: development, emacs, modes, web
Instructions for setting up an (X)HTML editing environment for Emacs suitable for Web Developers.
Editing JavaScript in Emacs
Tags: development, elisp, emacs, emacs lisp, javascript, web
Overview over various javascript modes for emacs
Multiple Major Modes for emacs
Tags: development, emacs, modes, web
MMM Mode adds support for Multiple Major Modes to emacs
django-command-extensions - Google Code
Tags: development, django, management
Extension commands for django management tool.
MGTemplateEngine - Templates with Cocoa
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 SVN Post Commit Hook
Tags: development, python, svn, trac
Trac’s post commit hooks for SVN to support fixes #123 e etc
js2-mode
Tags: development, emacs, javascript, js2-mode, yegge
Steve Yegge’s JavaScript mode for emacs
Static Code Analizers for Python
Tags: development, pychecker, pylint, python
Tools to help find bugs or style issues in python code.
Real World Haskell
Tags: books, development, haskell, programming
A book, available for free online, about programming Haskell with a real world rather than theoretical or mathsy focus.
IEPNGFix v2.0 Alpha 1 - TwinHelix Forums
Tags: angus, development, iepngfix, javascript, twinhelix, web
Angus has released the first beta of his rewritten hack for PNG support in Internet Explorer 6+
WebApplicationInterface - HaskellWiki
Tags: development, haskell, software, wai, web, wsgi
Haskell Web Application Interface, similar to WSGI for python. A generalised API for building web applications
All About Monads
Tags: development, haskell, monads
Massive and detailed documentation for Monads in Haskell
Django snippets: MarkdownTextField
Tags: development, django, markdown, snippets, via matt
A Model Field for django that automatically caches the markdown’d version and stores the raw text as well. Via Matt
googlecharts: Django template tags
Tags: apis, charts, development, django, google, google charts, templates, web
Jacob Kaplan-Moss’s template tags for using Google’s Charts API. Via Jeff Croft
When Ajax Attacks!
Tags: ajax, development, security, simon willison, web, xss
Slides for Simon Willison’s web application security presentation
AuditTrail for Django
Tags: audittrail, development, django, python, web
A Django ModelField to support tracking the history of a model instance. Via Matt
Code Like a Pythonista: Idiomatic Python
Tags: development, programming, python
David Goodger’s presentation about idiomatic python code
Alex Payne | How I Use TextMate
Tags: development, editors, textmate
Alex Payne of Twitter has three suggestions to improve the TextMate user experience.
Clojure Concurrency -lecture video
Tags: clojure, concurrency, development, lecture, lisp, programming, video
Rich Hickey (creator of clojure) talks about how concurrency works in clojure with a worked example.
James Bennett - Why I like pip
Tags: deployment, development, james bennett, python
James Bennett (Djangos release manager) on why he likes pip over easy_install and setuptools
Compojure web framework for Clojure
Tags: clojure, development, rest, web
A possibly interesting framework for building web apps in Clojure
Bugs Everywhere
Tags: bug tracking, bzr, development, git, software
Distributed bug tracking software; supports multiple interfaces and backends (via Ian Bicking)
Typeclassopedia [PDF]
Tags: development, haskell, pdf, tutorial, type classes
A introduction to the various core typeclass provided by haskell that come from esoteric fields such as category theory.
Playing with Arrows
Tags: arrows, category theory, development, haskell
David R. Maclver’s mechanical introduction to Haskell’s Control.Arrow package. It looks at the functions rather than the abstraction.
see; a replacement for pythons dir
Tags: development, python, see
A clearer function for seeing what operations are available on a python object. via Clint Ecker
Clojure parser library
Tags: clojure, development, libraries, monads, parsers, software
A monadic Parser Combinator Library for Clojure
reAnimator: Regular Expression FSA Visualizer
Tags: automata, development, flash, regular expressions
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
Functional Programming Fundamentals, Chapter 1 of 13
Tags: development, functional programming, haskell, lecture, video
Dr. Erik Meijer from Microsofts C# team starts a lecturer series on Functional Programming with Haskell.
Jon Harrop on Clojure and F#
Tags: clojure, development, f#, functional programming
Interesting comments on the suitability of F# and Clojure for ‘real world’ software
Penumbra
Tags: 3d, clojure, development, libraries, opengl, programming
An idiomatic wrapper for OpenGL in Clojure
It is okay to use POST
Tags: development, rest, web
Roy Fielding talks about POST (and other methods) in RESTful architectures
Open question on dependency injection in Clojure
Tags: clojure, development, programming
Alex Miller contrasts DI in Java and Clojure
Massive CouchDB Brain Dump
Tags: couchdb, databases, development
Matt Woodward’s huge list of random thoughts about couchdb
A Dismal Guide to Concurrency
Tags: concurrency, development, programming
An overview of different challenges and approaches to concurrency in software design.
VMKit
Tags: development, llvm, technology
A Substrate for Managed Runtime Environments. Apparently built on top of a number of interesting technologies, most notably LLVM.
Python fixes maintenance”
Tags: development, hacker news, maintainance, python
Jacobian (of Django fame) on why he chooses Python.
CouchDB: The Definitive Guide
Tags: books, couchdb, databases, development
The forthcoming O’Reilly book on couchdb, freely available online in html form.
Writing great documentation
Tags: development, documentation, writing
Jacob Kaplan-Moss’s commentary on producing great technical documentation.
Async and Parallel Design Patterns in F#: Agents
Tags: actors model, concurrency, development, f#, programming
Part 3 of Don Syme’s introduction to parallel tools for F#. This article covers actors/agents (and links back to previous articles).
Kaali’s pour at master - GitHub
Tags: clojure, development, forms, web
pour is a web form validation library for the Clojure programming language.
Why aren’t you using git-flow?
Tags: development, git, workflow
An introduction to a git workflow extension called Git-Flow

Related tags

3d, actors model, ajax, angus, apis, application, arrows, audittrail, automata, bazaar, books, branching, brehaut.net, bug tracking, bzr, bzr-svn, caching, category theory, charts, clojure, cocoa, concurrency, couchdb, cross compiling, databases, deployment, django, documentation, dvcs, dynamic programming, editors, elisp, emacs, emacs lisp, erlang, errors, f#, flash, fonts, forms, formwizard, frameworks, freemarker, functional, functional programming, git, google, google app engine, google charts, hacker news, hacks, haskell, idioms, iepngfix, james bennett, javascript, js2-mode, kvc, lecture, leopard, libraries, lisp, llvm, maintainance, management, markdown, memcached, mgtemplateengine, middleware, modes, monads, objective-c, onetoone, opengl, parsers, pdf, processes, profiling, programming, pychecker, pylint, python, python 3.0, regular expressions, rest, ruby, scraping, scripts, security, see, simon willison, smarty, snippets, software, source, sql, subversion, svn, technology, template, templates, templating, textmate, tools, trac, tutorial, twinhelix, twisted, typeable, type classes, version control, via matt, video, wai, web, webkit, workflow, writing, wsgi, xmpp, xss, yegge