Just what you need to know to write a CouchDB reduce function
Lets say you have the CouchDB classes (located here) all compiled together and included into your test.php script. Lets also…
Lets say you have the CouchDB classes (located here) all compiled together and included into your test.php script. Lets also…
If you’re like me you have an OSX computer or 3 at home, and a debian file server. If you’re…
I do a lot of things for Automattic, and many of the things I do are quite esoteric (for a…
This is a simplistic use of the pattern that I wrote about in my last post to wait on multiple…
You know that you can run something in the background in a bash script with ( command )&, but a…
I’ve been working, gradually, on a project using an sqlite3 database (for its convenience) and found myself missing the clean…
If you’re running any moderately busy mail server you’re probably using spamassassins spamc/spamd to check for spam because its tons…
I’ve always wanted to write my own simple shell in php. Call me a glutin for punishment, but it seems…
This is something that has always annoyed me about bash scripts… The fact that it’s difficult to run /path/to/script.sh --foo=bar…
We use dirname() a lot in php to make relative paths work from multiple locations like so. The advantages are…