Archive for October 2011
Exploring Programming Language Architecture in Perl
By Bill Hails
Read Full Post | Make a Comment ( None so far )Working with FreeBSD’s ports
Fetch and update your ports collection: portsnap fetch portsnap extract # first time only portsnap update # subsequently (this takes some time) Find the packages you want to install/upgrade: Find out-of-date packages: pkg_version -v Find a new package: whereis port-i-want Change to the directory for the port you want to install: cd /usr/ports/path-to/port-i-want Install it: […]
Read Full Post | Make a Comment ( None so far )William’s miscellaneous git tools
git-wtf and other tools
Read Full Post | Make a Comment ( None so far )A shared perlbrew root for multiple users
2010-12-07 by gugod
Read Full Post | Make a Comment ( None so far )Flow chart for cleaning up git messes
http://justinhileman.info/article/git-pretty/
Read Full Post | Make a Comment ( None so far )Design Patterns 03-16-2011
http://www.bryanesmith.com/documents/a2pm/design-patterns-03-16-2011.pdf
Read Full Post | Make a Comment ( None so far )Relational Algebra in Javascript
http://pdehaan.com/RAJS/
Read Full Post | Make a Comment ( None so far )« Previous Entries