Monthly Archives: September 2010

Gzip Headers in Php Output

Gzip Headers in Php Output I have noticed wierd binary characters being generated after var_dump of ( $_POST, $HTTP_POST_VARS, and $_REQUEST ) when debugging CMS code. Before these characters there were empty array(0){} statements in the output.

Posted in C Programming | Tagged , , , | Leave a comment

Bash Wrapper Script

Bash Wrapper Script If you have evern wanted to customize the way that bash handles each command Recently I was tasked to write a couple of bash scripts that I could not capture the output from in a normal fashion. … Continue reading

Posted in Tech and How To | Tagged , , | Leave a comment