Entries Tagged as 'Programming'

Tuesday, April 8th, 2008

QotW

Quote of the Week:
Python is the new BASIC.
- Dave Winer

I think I’d say that it’s the new (Turbo) Pascal, but I agree with Dave. Fast (enough), available, and easy (enough) to learn. There’s no excuse not to get out and start programming if you’ve got any thought at all of doing so.

Sunday, March 30th, 2008

A Python-MySQL Project

I assigned myself a project for the weekend, writing a little program that I could use to disable comments on blog posts based on their age. Python’s already installed on the Mac, so I figured it’d be pretty easy to use that to make updates to my Wordpress database.
The first thing needed is the […]

Wednesday, August 9th, 2006

Turbo’s Comin’ Back

Add that to my ever growing list of “things-that-would-be-nice-to-learn-when-I-have -he-time-to-actually-learn-something-new.

You said it, Rob.

Friday, April 15th, 2005

Setting Unix File Ownership from Perl

Here’s a little bit of Perl code from a module we use. These functions are used by our cron-driven Perl scripts to (re-)set file ownership after they’ve
finished working their magic. They’re probably nowhere near perfect
and I welcome any suggestions you may have to improve upon them.
Feel free to use this code in your own project […]