Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

October 07 2009

I like Unicorn because it's Unix

Eric Wong’s mostly pure-Ruby HTTP backend, Unicorn, is an inspiration. I've studied this file for a couple of days now and it’s undoubtedly one of the best, most densely packed examples of Unix programming in Ruby I've come across.

September 28 2009

Pyccuracy - Home

a python Behavior-Driven Development Acceptance Testing framework.

August 17 2009

ReMate

ReMate is a TextMate plugin which can be used to disable the automatic project tree refresh when the application regains focus.

July 29 2009

July 03 2009

Concurrency with Python, Twisted, and Flex

The system you see here is only a framework for creating concurrent programs. There are various ways to implement your particular solution, but what I show here solves all the hard problems of wiring things up.

Stackless

Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that Stackless adds to Python are a cheap and lightweight convenience which can if used properly, give the following benefits: Improved program structure. More readable code. Increased programmer productivity.

Kamaelia

In Kamaelia you build systems from simple components that talk to each other. This speeds development, massively aids maintenance and also means you build naturally concurrent software. It's intended to be accessible by any developer, including novices. It also makes it fun :)

June 17 2009

May 24 2009

LamsonProject: Lamson The Python SMTP Server

We've all been there, mucking around in the sendmail m4 macros trying one more time to get the damn mailing list to update for the new users. Every time we say, "This sucks, I want to rewrite this stupid thing." Yet, when we're done, we simply crawl back to our caves covered in our sendmail wounds.

May 11 2009

Functional Javascript

Functional is a library for functional programming in JavaScript. It defines the standard higher-order functions such as map, reduce (aka foldl), and select (aka filter). It also defines functions such as curry, rcurry, and partial for partial function application

May 04 2009

Finding and fixing memory leaks in Python

Finding and fixing memory leaks can be a real challenge, but luckily Python has some pretty good tools for spotting these things

Hg-Git Mercurial Plugin

Seemless Mecurial to Git integration - allowing you to use hg push and pull without any data loss.

March 16 2009

Concurrence

Concurrence is a framework for creating massively concurrent network applications in Python

March 10 2009

BOO - Boo Primer

like an awesome version of !python + cli with type casting

March 09 2009

March 01 2009

February 05 2009

ScrumNinja

ScrumNinja will help you: * Plan and estimate projects with ease. * Keep your developers focused and productive. * Track progress and who's working on what. * Deliver high-level business value to your clients. * Manage feature delivery and acceptance.

January 31 2009

January 02 2009

NOOP.NL: 10 Principles of Agile Project Time Management

Over the past couple of weeks I have been trying to find out what the main principles of time management are in the case of agile software development. I was able to distinguish 10 principles so far

December 29 2008

Ioke

About Ioke Guide Download Project page Reference Ioke is a dynamic language targeted at the Java Virtual Machine. It's been designed from scratch to be a highly flexible general purpose language. It is a prototype-based programming language that is inspired by Io, Smalltalk, Lisp and Ruby.
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.