Menu

Tag Archives: Scripting

Anagrams Part X: PHP Performance
Somehow while creating the various anagram implementations for the previous entries in this series, I neglected to create one for PHP. This was primarily [...]
Python- Counting Code Lines
It’s a relatively trivial task, really easy to do with the command prompt and GNU wc: [crayon-65f935510fecd365269310/] I executed this within the [...]
BASeBlock, Scripts, and SerializationBinders
So, as mentioned in the previous post, I added a “sort” of scriptability to BASeBlock. I made some tweaks, and refactored the code so it was a [...]