Linkblog - 4.12.2004 - 14.1.2005

Raumsonde «Huygens» sendet Daten - Yeah!

SURBL -- Spam URI Realtime Blocklists - Real-time blocking list that can check hostnames from URLs.

Appropriately, the Federal Court of Justice says it also doesn't think much of secret paternity tests. At least in court, they are not admissible as evidence.

Another sensible ruling!

Second p0st: cElementTree now has a C variant to speed up execution. This makes it a real alternative to other DOM implementations.

symbolics.com is the oldest still registered domain. Very cool. By the way, I have a Symbolics sitting in my room.

A list of domain registries for various top-level domains is something I've been looking for for a while, and now I've found one. It also appears to be complete. So if you're looking for exotic spoiler domains, you might find what you're looking for there.

Canned !! -- my Atropine » iG:Syntax Hiliter - and here's another WordPress plugin that uses Geshi right away.

GeSHi - Generic Syntax Highlighter :: Home - a syntax highlighter in PHP. I could use this if I post source code here...

sYp » Syntax Highlighting with Enscript in WordPress is another WordPress plugin that uses enscript for formatting here.

Validation of WordPress Postings and Comments - I should take a look at that. If you already have a validating blog, it should stay that way...

Plugins/Staticize « WordPress Codex - Mini guide to Staticize. Bookmarked only so I can find it again with mfunc.

Aquarium - Web framework with MVC approach in Python - comparable to Rails?

Borges Home - Continuation-based web framework for Ruby

BottomFeeder - Cross-platform RSS/Atom News Aggregator - Aggregator in Smalltalk

Glorp.org - Object-Relational Mapping for Smalltalk

appscript - Use Python as a replacement for AppleScript - full AppleEvent and OSA integration

CincomSmalltalkWiki: Seaside Tutorial - Seaside is a continuation-based web framework

Impostor - Continuation-based web applications with Python

Lisa Apps - Apple Lisa Downloads - remember if I ever get my hands on one

Revision 8033: /user/arigo/greenlet - Minimalistic threads (tasklets as in Stackless Python) as a normal Python C module

VisualWorks: StORE for PostgreSQL Documentation - PostgreSQL as a versioning repository for VisualWorks Smalltalk

PNGCRUSH - Small command-line tool for optimizing the size of PNGs

ASPN : Python Cookbook : A meta-class that provides class behavior like Ruby - Class overloading (definition of new methods) with Python in Ruby style

Gus Mueller's Website - Writing VooDooPad Plugins with Python and PyOBJC

recondite: You don't tug on Superman's cape... - Python zur virtuellen Maschine von VisualWorks Smalltalk compilieren

Logilab.org - Aspects documentation - AOP for Python

TVO: The Vim Outliner - an outliner in VIM macro language

Codewalker for Python - A code walker that can make various modifications to code from lambda expressions (specifically early binding etc.)

Xoltar Python Page - diverse functional extensions to Python - curry, lazy expressions, partial evaluation etc.

Python is a weakly typed language, which as any experienced Python programmer knows has both good and bad points - Traits - optionale Typdeklarationen für Attribute in Python

Snurf: a Python-based Blogging System - a nice little blogging system that doesn't require a database

Charming Python: Implementing "weightless threads" with Python generators - Very interesting concept on how to build extremely resource-efficient threads in Python using generators - cooperative multitasking in 100% Python

Contracts for Python - Programming by Contract in Python based on descriptive metaclasses

ReportLab - PyRXP - Very fast validating XML parser for Python - built on RXP

GNU Development Tools for the Renesas H8/300[HS] Series - Documentation on how to build a cross-compiler for the RCX

Lego-Mindstorms Simulator - Simulation of LeJOS programmed RCXs in Java

GadflyB5: SQL Relational Database in Python - 100% pure Python SQL database

Barebones pure-Python PostgreSQL client - PostgreSQL client in pure Python - no C compiler required, therefore very portable, but also less feature-rich

REgurgitate - Example of how to tokenize Python code and rebuild it

StupidSheet - Another example for tokenize - a small pure-Python spreadsheet

Dive Into Accessibility - Oldy but Goldy - still one of the best introductions to web accessibility

PyX - Python graphics package - Generate 2D and 3D graphics suitable for presentations in Python

Durus - Compact object database for Python - fast, but designed for read-heavy systems

Statement coverage for Python - Primitive code coverage analysis for Python

xmltramp: Make XML documents easily accessible. - small compact XML parser and generator library for Python - nicely integrated into the syntax

RDFLib 2.0.4 Readme - Library for working with RDF in Python

Language-Independent Types for YAML - type tags for YAML sources

Pixelog - Very nicely made picture blog with pleasant layout and good photos

ASPN : Python Cookbook : Spreadsheet - a few ideas for controlled eval in Python