Zorba the Greek
Fri 29 Feb 2008 at 7:07 AM

Coding Horror: A Pragmatic Quick Reference
Mon 25 Feb 2008 at 12:28 PM
Notes on The Pragmatic Programmer
seo
Seems like a decent, no-BS tutorial.
Interesting case study of optimizing a text file parsing program for performance.
Sunshine
Fri 15 Feb 2008 at 7:40 AM

import BaseHTTPServer class WebRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): def do_GET(self): if self.path == '/foo': self.send_response(200) self.do_something() else: self.send_error(404) def do_something(self): print 'hello world' server = Bas
Video Disk Recorder
Mon 11 Feb 2008 at 2:18 PM

Data Sources

Activity By Date

Other