Sean O'Donnell

Software and Systems Engineering

February, 2012

Recursive PHP File Syntax Check

php-logo

If you want to quickly check your PHP code tree for Syntax Errors (using bash), you can run the following command(s): find ~/workspace/myproject -iname “*.php” -exec php -l {} \; | grep -i “Errors.parsing” The command above will perform a syntax check on all .php files (recursively) within the ‘~/workspace/myproject’ directory. This can be handy [...]

Harbanero Cajun Black Bean Ghost Pepper Bacon Chili

I’ve been trying to perfect this recipe now for a few weeks. Recently, I picked-up some Cajun Seasoning and Ghost Peppers from Nicole’s Gourmet Foods, here in South Pasadena, CA. These (2) items were just what was lacking from my previous attempts to signify my recipe. Since it is “Super Bowl Sunday” tomorrow, and I [...]

, ,