1 min read 0 Free Software General Gist of the Day Hacking Perl Gist of the Day: Re-Inventing Hashes… In Perl. manchicken 2013-09-12 Before you begin the well-deserved flaming, please understand that I do not intend on submitting this to CPAN. This is purely…
1 min read 0 Free Software General Gist of the Day Hacking Perl Gist of the Day: Process Control with fork(), exec(), and kill() manchicken 2013-09-11 I feel really bad for leaving you all high and dry yesterday… really bad… okay, you’re right, I don’t really…
1 min read 0 Free Software Gist of the Day Hacking Gist of the Day: Simple Tree in Python manchicken 2013-09-09 I biked a bunch tonight, and worked a bit late, and then watched Torchwood on Netflix… so, sorry for slacking.…
1 min read 0 Free Software Gist of the Day Hacking Gist of the Day: Threading in Python with All the Trimmings manchicken 2013-09-08 Today I took on a rather ambitious Gist, and as a result the write-up is going to be rather minimal…
1 min read 3 Free Software Gist of the Day Hacking Perl Gist of the Day: Ends in Four manchicken 2013-09-07 Sometimes we have a simple task to do and we over-think it. Such was the case when someone asked me…
1 min read 0 Free Software General Gist of the Day Hacking Perl Gist of the Day: Analyzing Performance with Benchmark.pm manchicken 2013-09-06 In my post on Inline::C a few days ago I mentioned The Rules of Optimization Club, and then I ranted a little…
1 min read 0 Free Software General Gist of the Day Gist of the Day: Some convenience macros for use with Perl C internals manchicken 2013-09-05 I feel awful. Like, really awful. The baby is sick, my partner is sick, I am sick. You still want…
1 min read 0 Free Software Gist of the Day Hacking Gist of the Day: Inline::C in Perl manchicken 2013-09-04 I like Perl and I like C (most of the time), and sometimes I like to mix the two. The…
1 min read 0 Free Software Gist of the Day Hacking Gist of the Day: Simple Threading in Perl manchicken 2013-08-26 So today’s gist is a simple example of how to do two different things with two separate threads. Threading in…