Archive for September 2011
Extract branch to a new repo using git-format-patch
I know this should probably be done using git-filter-branch, but with format-patch, I don’t need to learn anything new. More importantly, filter-branch would give me more to forget 🙁 Given a git repo with a branch ‘find-ls’ with history like this: * 10c757c (origin/master, master) handle errors better | * 073892b (HEAD, find-ls) don’t allow […]
Read Full Post | Make a Comment ( 1 so far )Moose tips
init_arg – use alternate attribute name in new() # in package Foo has qw(bar is ro init_arg quux); … # elsewhere my $foo = Foo->new( quux => 1 ); Foo has an attribute named “bar”, but we pass “quux” to the constructor. See Moose::Manual::Attributes / Constructor parameters (init_arg) init_arg – ban setting an attribute in […]
Read Full Post | Make a Comment ( None so far )Shunting Yard Algorithm in C#
First of six videos by Brett L. Schuchert See schuchert – Katas
Read Full Post | Make a Comment ( None so far )Use a Task distribution to specify groups of modules
2011-04-14 by brian d foy
Read Full Post | Make a Comment ( None so far )« Previous Entries