1 min read 2 Free Software General Gist of the Day Hacking Perl Gist of the Day: Find All Paths for an Undirected Graph manchicken 2013-09-14 I’ve been doing a lot of stuff lately with data structures and algorithms. This is one that seemed remarkably complicated…
1 min read 2 Gist of the Day Kubuntu Perl Gist of the Day: Find Which List Items Make Up a Given Sum manchicken 2013-09-13 Here’s the scenario: you have two lists of integers, and you have a sum. Write an algorithm – in Perl,…
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: 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 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…