Shadow Tutorial Up

Plumbling Life's Depths

Calendar

Back February '10 Forward
Mo Tu We Th Fr Sa Su
Mon February 8 2010
4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28

Quicksearch

Blog Administration

Comments

Jacob Oscarson about Best pattern for "captive" servers in testing?
2010-02-04 09:16
A somewhat heavy-handed approa ch (requires a Posix'y system) : Let the server processes be handled bySupervisor [...]


Nick Barendt about Best pattern for "captive" servers in testing?
2010-02-04 08:50
I often have the same problem. I've resorted to subproces s, as well, with the tearDown( ) calling a platform-spe [...]


Jean-Paul Calderone about Best pattern for "captive" servers in testing?
2010-02-03 22:42
I haven't had to write a test like this in quite a while, so this isn't how I do it, but ... If you run a chil [...]


Richard Jones about Specs can really suck the life out of you...
2010-01-31 18:17
I feel your pain. I'm banging my head against the GSM 09.02 spec at the moment.


Tobu about Linux is kinda fun...
2010-01-27 16:17
What kind of spam is that ^^ I like socat for this stuff (also my netfilter-fu is weak) . socat TCP-LISTE [...]


Jason R. Coombs about Linux is kinda fun...
2010-01-27 13:28
In case you weren't aware - St artCom (www.startssl.com) is a great place to get free, trus ted certificates.


Mike C. Fletcher about Making your Twisted resource(s) a url sub-tree of your WSGI resource...
2010-01-25 16:56
I based the rewriting on the t wisted.web rewriting-rule code : http://twistedmatrix.com/tra c/browser/tags/releases/ [...]


Alex Clemesha about Making your Twisted resource(s) a url sub-tree of your WSGI resource...
2010-01-25 16:32
Did you independently think up this way of doing things, or were you inspired by other cod e you found on the inter [...]


Tobu about SQLAlchemy orm join against subquery
2010-01-24 18:27
It did help. Though I'm still tempted to use raw SQL. Thanks , serendipity!


Mike Fletcher about Form Handling, is there a better path?
2010-01-22 17:43
Hmm, hard to tell if this is a spam post or not (the use of the search terms for the name makes me suspect it is, [...]


Web templates about Form Handling, is there a better path?
2010-01-22 15:39
Wow, thank you for so informat ive post. I am just a beginner in programming and now tried to run a similar type of [...]


Peter Shinners about Need to find some PyOpenGL time
2010-01-22 12:21
PyOpenGL sprint would be tempt ing. I'll only be there for th e first day of sprinting. I've just been waiting for a [...]


Kevin Horn about TurboGears as a Twisted WSGI Application (in 125 seconds)
2010-01-21 12:46
I love this post. LOVE. IT .


Mike Fletcher about Things I'd like to play with (given enough time)
2010-01-16 22:10
Oh, I know about the start/end key support for pagination, bu t it's like saying that with o ffset and limit SQL has [...]


Myles Braithwaite about Things I'd like to play with (given enough time)
2010-01-16 17:41
CouchDB already has support fo r pagination using the start_k ey and count get data. What li brary are you using?