barcamp.org
BarCamp / BarCampJohannesburg
http://barcamp.org/BarCampJohannesburg
To edit this page. Last edited by ramon@ramonthomas.com. 4 years, 10 months ago. Theme for BarCampJozi 2011 - Beyond 2012. BarCamp Johannesburg is an ad-hoc gathering born from the desire for people to share and learn in an open environment. It is an intense event with discussions, demos, and interaction from attendees. The theme is Beyond 2012 and a look at what the future brings. Please use the tag #barcampjozi. For content related to this event. Subscribe to BarCamp Johannesburg mailing list. Add your...
blog.danieroux.com
Small programming challenge | Danie Roux
http://blog.danieroux.com/2009/09/18/small-programming-challenge-haskell-and-erlang
People person, change agent. Journeyer through problem and solution space. Interested in being interested. Larr; Dynamic tasks with Rake namespaces. Declaring Crocker’s Rules. September 18th, 2009 · 9 Comments. A friend sent me a small programming challenge. Problem: Given a list of numbers, get the sum of the overlapping pairs. Thus: [1, 2, 3, 4, 5] reduces. ZipWith x (tail x). Sumpairs([X,Y T]) - [X Y sumpairs([Y T])];. 9 responses so far ↓. Sep 18, 2009 at 10:12. Sep 18, 2009 at 14:36. I will be suit...