Archive for September 2011

Process Management

Posted on September 16, 2011. Filed under: Uncategorized | Tags: , |

by Greg

Read Full Post | Make a Comment ( None so far )

Extract branch to a new repo using git-format-patch

Posted on September 15, 2011. Filed under: Uncategorized | Tags: , , , , , |

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

Posted on September 13, 2011. Filed under: Uncategorized | Tags: , , , , |

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 )

Emacs Reference Sheet

Posted on September 13, 2011. Filed under: Uncategorized | Tags: , , |

by Aaron Hawley

Read Full Post | Make a Comment ( None so far )

How to display all tags in one page?

Posted on September 13, 2011. Filed under: Uncategorized | Tags: , , |

http://wordpress.org/support/topic/how-to-display-all-tags-in-one-page

Read Full Post | Make a Comment ( 1 so far )

emacs voting system

Posted on September 13, 2011. Filed under: Uncategorized | Tags: , |

emacs.vote-system.com

Read Full Post | Make a Comment ( None so far )

Comparison of regexp syntax

Posted on September 13, 2011. Filed under: Uncategorized | Tags: , , , |

08-01-2008 by Phil

Read Full Post | Make a Comment ( None so far )

The Principles Of OOD

Posted on September 11, 2011. Filed under: Uncategorized | Tags: , , |

2005-05 by UncleBob [martin]

Read Full Post | Make a Comment ( 1 so far )

Shunting Yard Algorithm in C#

Posted on September 11, 2011. Filed under: Uncategorized | Tags: , , , , , |

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

Posted on September 10, 2011. Filed under: Uncategorized | Tags: , , |

2011-04-14 by brian d foy

Read Full Post | Make a Comment ( None so far )

« Previous Entries

Liked it here?
Why not try sites on the blogroll...