I recently had a recruiter ask me for some PHP code samples. After doing some digging, I realized that I didn't have much to show. Most of the cool stuff that I wrote was proprietary, so I couldn't just expose it. The stuff that I've written for myself has been …
A few weeks ago I submitted a proposal to speak at CPOSC. I recently received an email notifying me that my proposal was selected! I'll be speaking at Harrisburg University on Saturday, October 16th. I'll be talking about open source Geographic Information Systems (GIS) and my traffic research project. If …
I've been coding in PHP for a few years, but I've never been exposed to any of the PHP frameworks. I've been curious about Code Igniter and Symfony for a while, but I haven't had time to play with either of them. Until now.
I decided to pick up Symfony …
Yeah, yeah, I know what you're thinking: Why PHP?
Well, I have a fairly small graph (< 650 nodes), so trying to get a C or Java to interact with my preexisting PHP software isn't worth the boost in performance. The implementation I found can read my graph from my database …