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 #129 - October 2015

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 129 PDF

Martin Moene

11 October 2015 08:43:40 +01:00

Failure is an option
Description : Motivational speeches and aphorisms are clichés. Frances Buontempo wonders if they sometimes do more harm than good.
Category: [ Journal Editorial ]
Introducing Concepts
Description : Concepts in C++11 had many false starts. Andrew Sutton show why they are a big deal now they are with us.
Category: [ Programming Topics ]
Building and Running Software on an Ubuntu Phone
Description : Many of us has a smartphone. Alan Griffiths shows us how to hack an Ubuntu Touch phone.
Category: [ Programming Topics ]
Password Hashing: Why and How
Description : Password hashing is important. Sergey Ignatchenko explains how to do it properly.
Category: [ Programming Topics ]
An Inline-variant-visitor with C++ Concepts
Description : Concepts are abstract. Jonathan Coe and Andrew Sutton provide us with a concrete example of their use.
Category: [ Programming Topics ]