Tuesday, December 13, 2016
Heap's Algorithm and Generating Perl Code From Pseudocode
›
I've been researching recursion lately and in particular, permutations algorithms. This interest was spurred by a real-life case where ...
2 comments:
Monday, September 26, 2016
Tattletale Variables
›
Sometimes you might be faced with a huge program that, somewhere , is changing a variable's value to something undesired. use Data::Du...
Monday, September 12, 2016
Build Your Memory Palace
›
Earlier this year, I gave a talk, "Building Your Memory Palace." Here are a few notes about the presentation: The presentation...
Wednesday, August 26, 2015
Using Dispatch Tables To Improve Application Security
›
Update: I have changed the title to "Using Dispatch Tables To Improve Application Security" for clarity. At a previous job, I saw...
4 comments:
Friday, August 07, 2015
Accepting Input from Multiple Sources
›
One of the corners I often paint myself into when developing a tool is only accepting one type of input, usually STDIN, the standard input s...
5 comments:
Sunday, April 26, 2015
Please ignore, just testing styles
›
The Comments Section of a Blog is Important Some people still don't read a blog's comments. I encourage you to do so if the topic ...
Sunday, April 05, 2015
Saving Vertical Space
›
I was reviewing some code I had written for a simple RPG dice algorithm (although there's already a good module for this, Game::Dice ) a...
11 comments:
›
Home
View web version