ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Overload Journal #109 - June 2012

Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Overload 109 PDF

webeditor

08 June 2012 16:54:54 +01:00

Editorial: It’s Not What You Know, It’s Who You Know
Description : Most human endeavours are not solitary pursuits. Ric Parkin looks at the interconnection of everyone.
Category: [ Journal Editorial ]
Programming Darwinism
Description : Have you ever thought your software had a life of its own? Sergey Ignatchenko wonders whether you might be right.
Category: [ Programming Topics ]
What’s a Good Date?
Description : Implementing a data type seems simple at first glance. Björn Fahller investigates why you might choose a representation.
Category: [ Programming Topics ]
Tail Call Optimisation in C++
Description : Stack based languages can be very powerful, but often can’t deal with arbitrary recursion. Andy Balaam finds a way around this limitation.
Category: [ Programming Topics ]
All About XOR
Description : Boolean operators are the bedrock of computer logic. Michael Lewin investigates a common one and shows there’s more to it than meets the eye.
Category: [ Programming Topics ]
Curiously Recursive Template Problems with Aspect Oriented Programming
Description : Hugo Arregui, Carlos Castro and Daniel Gutson work out how to combine two useful techniques.
Category: [ Programming Topics ]
Valgrind Part 2 – Basic memcheck
Description : Learning how to use our tools well is a vital skill. Paul Floyd shows us how to check for memory problems.
Category: [ Programming Topics ]