May 2009
Gearman C Server and Library in Launchpad
This is a rewrite (in C) of the Perl version found at http://danga.com/gearman/. It includes the both a client/worker library, as well as the server. The server acts as a bridge between workers (clients who can do work) and callers (clients who want work done). You should run several servers (at least two) for both load balancing and high availability.
Another nice background tasks tool.
March 2009
openFrameworks
by 1 otheropenFrameworks is a C library for creative coding.
We are currently in pre-release, and heading towards a public release. If you want to participate in the pre-release, or be notified when we release the library, please join the mailing list.
via Karl
October 2008
eswf - Google Code
Erlang library for manipulating Adobe SWF files and related data formats
September 2008
phpsocketdaemon - Google Code
by 2 othersBy using this library you can focus on implementing protocol and logic, instead of spending countless hours of writing and debugging asynchronous, non blocking, high performance socket routines.
PHP is getting massive ?
August 2008
Outstanding Elephant - jARIA
jARIA is a plugin for the jQuery javascript library that adds ARIA support to Web applications. It is based on a javascript library written for Mozilla by IBM.
it seems to be a good start
July 2008
Jonas Galvez : /log
Django's templating system is often a pain to work with, and XML libraries for Python are also not stellar, so I decided to take advantage of Python's with statement and wrote a XML generation library somewhat similar to Ruby's Builder.
great example of the "with" usage
April 2008
Tonic: A RESTful Web App Development PHP Library
by 2 othersTonic is an open source less is more, RESTful Web application development PHP library designed to do things "the right way", where resources are king and the library gets out of the way and leaves the developer to get on with it.
web.py-like in PHP, more verbose though.
January 2008
Implementation Survey
This implementation report summarizes results from 14 implementations of the SPARQL Query Language for RDF against the RDF Data Access Working Group's query language test suite.
RAP and RDFLib aren't the better ones
Lone Wolves - Web, game, and open source development
by 2 others (via)ODF-XSLT Document Generator is a library written in PHP 5 that brings the full power of XSLT to your OpenDocument files.
December 2007
Datejs - A JavaScript Date Library » About…
by 11 othersComprehensive, yet simple, stealthy and fast. Datejs has passed all trials and is ready to strike. Datejs doesn’t just parse strings, it slices them cleanly in two.
a cool remplacemen of the old Simon Willison functions, still not clever to foreign langages.