Grep duplicate JSON keys
If you have large JSON files with application settings in, you need to be sure that the settings only appear…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
If you have large JSON files with application settings in, you need to be sure that the settings only appear…
GZIP and TAR are two different utilities bound by the same cause. Compressing files and making file catalogs. To compress…
I always end up leaving debug code in my pages for one reason or another. One of which is console.log()…
When using a CLI script with options, I like to use the Zend_Console. If my options are as follows: $console…