Mark Mzyk October 23, 2008
On a project I’ve been working on, I’ve recently seen several ADOdb cache write errors being thrown. When searching Google for a possible cause I didn’t find anything, so I thought I’d put this bread crumb out there for any others who might be experiencing the same problem. ADOdb is a database abstraction library for […]
Mark Mzyk August 26, 2008
I’ve mentioned before that I think programming languages should have a REPL (Read-Eval-Print-Loop). Unfortunately, PHP does not have one natively. However, I just discovered that Facebook has opened sourced a REPL for PHP – so now you can test out your PHP code without needing to write and run a script. Working in Python, I’ve […]
Mark Mzyk December 3, 2007
I’m trying an experiment. I want to try and branch out and learn another language. My experience is mostly in Java, PHP, and a bit of C/C++ (and a small dab of C# for good measure – which is a whole lot like Java). So I figured I’d give Python a try. I’ve signed up […]