A little fun with gource

Every year my employer has a holiday party. This past year I rendered out all the projects we had worked on and put them in…

PHP str_word_count’s and validating base64 strings…

PHP
Recently I had to validate a string that is was indeed a base64 string and it was indeed an encoded allowable image type. Between str_word_count’s…