1 min read 0 Gist of the Day Uncategorized Shell command of the day manchicken 2016-06-01 This command will look for the ID value XXXXX in your log files ending in either *.log or *.log-YYYYMMDD. It…
1 min read 4 Free Software General Gist of the Day Perl Gist of the Day: Named Capture in Perl Regular Expressions (Briefly) manchicken 2014-01-17 One of the largest critiques I see about regular expressions is that they lack readability. Well, in Perl 5.10 named…
1 min read 0 Free Software Gist of the Day Perl Gist of the Day: Playing with Forks manchicken 2014-01-16 Parallel processing is all the rage these days, and life has me at a point where I’m needing to use…
1 min read 0 Gist of the Day Hacking Perl Gist of the Day: Test::MockModule for Repeatable Tests! manchicken 2013-10-27 I like repeatable tests. The #1 benefit of repeatable tests is that they’re repeatable. This also means they’re less vulnerable…
1 min read 0 Gist of the Day Hacking Perl Gist of the Day: How to Test a File You Wrote! manchicken 2013-09-25 First, I suppose I should apologize for two days of silence. I am currently going through a major life transition,…
2 min read 0 Gist of the Day Hacking Perl Gist of the Day: There's More Than One Way to Switch Your Class! manchicken 2013-09-22 In programming you will commonly see abstraction layers. Say, for instance, you wanted to have a program to take some…
1 min read 1 Gist of the Day Hacking Perl Gist of the Day: Mojo Merging Hashes manchicken 2013-09-21 Mojolicious is a fun module/framework/thing for me. How do I love Mojolicious? Let me count the ways (sorry Shakespeare): Mojo…
1 min read 1 Gist of the Day Hacking Perl Gist of the Day: Using Mojo, Mongo, and SL4A to send SMS Messages (2 of 2) manchicken 2013-09-20 I am very sorry that I missed posting this yesterday, I kinda got crazy sleepy and went to bed shortly…
1 min read 1 Free Software General Gist of the Day Hacking Perl Gist of the Day: Using Mojo, Mongo, and SL4A to send SMS Messages (1 of 2) manchicken 2013-09-18 I got a little bored with what I had been posting (I suspect you did, too), so I’m doing something…
1 min read 0 Gist of the Day Hacking Perl Gist of the Day: Old SL4A Example! manchicken 2013-09-17 So I’m on very little sleep after a long three days of travel which is not yet done. Nonetheless, the…