Blog Archives

Knowing and Doing

Posted on December 14, 2012. Filed under: Uncategorized | Tags: , |

Reflections of an Academic and Computer Scientist www.cs.uni.edu/~wallingf/blog

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

My first week of Dancer, Xslate and Bootstrap

Posted on December 10, 2012. Filed under: Uncategorized | Tags: , , , , , |

As I mentioned last week, I’ve started working with Dancer in earnest. This week, I climbed three learning curves at the same time: Dancer, Xslate and Bootstrap. 2012-12-10 by dagolden My second week of Dancer, now with queues and transactional email

Read Full Post | Make a Comment ( Comments Off on My first week of Dancer, Xslate and Bootstrap )

TODO

Posted on March 27, 2012. Filed under: Uncategorized | Tags: |

http://www.masteringemacs.org/ http://www.billthelizard.com/2008/12/books-programmers-dont-really-read.html How to test a random number generator

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

The effective perler

Posted on December 18, 2011. Filed under: Uncategorized | Tags: , |

www.effectiveperlprogramming.com by brian d foy

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

Dancer advent calendars 2010-2016

Posted on December 8, 2011. Filed under: Uncategorized | Tags: , , , , , , , , , , |

2010 2011 2012 2013 2014 2016

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

Perl advent calendar 2011

Posted on December 3, 2011. Filed under: Uncategorized | Tags: , , , , , , , , , , , , |

Keeping the Packages Neatly Wrapped Up (local::lib) by Ricardo Signes (rjbs) Keeping up with the Joneses (App::cpanoutdated) by Ricardo Signes (rjbs) Keep it Clean (namespace::autoclean) by Ricardo Signes (rjbs) Warn Different (Carp::Always) by Ricardo Signes (rjbs) Stupid Command Line Tricks (perl -M) by Ricardo Signes (rjbs) Make all the combinations (Set::CrossProduct) by Ricardo Signes (rjbs) […]

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

Simple Made Easy

Posted on October 23, 2011. Filed under: Uncategorized | Tags: , |

here (TODO poor link)

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 )

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 )

« Previous Entries Next Entries »

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