-
-
Follow me on Google+
Tags
airports android Apple banks markets failure learning Barcamp BarcampNE BSI Cloud Complexity TaaD Conference Disney FreeRunner Free Software git gmail mail Google GPL heathrow INTP iPad ISO Liberty Life linkedin Linux LUG MBTI Microsoft OOXML Open Data OpenMoko Open Source Prison Privacy Proprietary Semantic Web Silo Standards subversion T5 TDC Travel unconference USA version controlFebruary 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Twitter: ajkavanagh
- @lrnn I've used tools.tooltip and tools.overlay to quite good effect. about 12 hours ago from web in reply to lrnn ReplyRetweetFavorite
- I've just signed up for VIP access to Blooie and you can join me! http://t.co/vTgETa1a via @Bloo_ie about 13 hours ago from Tweet Button ReplyRetweetFavorite
- @jtruk @onion2k Yes, we're trying to sort a room out and a date for the first meeting. Should know something 'real soon'. about 13 hours ago from web in reply to jtruk ReplyRetweetFavorite
- @jtruk @onion2k I really like the coffee script syntax. It works brilliantly with the continuation style passing thing going on in node. about 13 hours ago from web in reply to jtruk ReplyRetweetFavorite
- EU votes Thurs on #tarsands and UK is blocking - act now to stop the flow of Canada's dirty oil into Europe #FQD http://t.co/X8fGw3W8 about 14 hours ago from Tweet Button ReplyRetweetFavorite
Categories
CC license

Differential Progression by Alex Kavanagh is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Category Archives: Software
Exploring Python @decorators
Today I’ve been using Python decorators to factor out common functionality in test cases. I ran into the slightly (!) interesting problem of how to define a @decorator(like_this). That is, a decorator that takes a parameter. It’s fairly trivial to … Continue reading