Journal Articles

Overload Journal #129 - October 2015 and Programming Topics
Browse in : All > Journals > Overload > o129 (5)
All > Topics > Programming (877)
Any of these categories
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.

Introducing Concepts

Martin Moene

04 October 2015 22:19:14 +01:00

Concepts in C++11 had many false starts. Andrew Sutton show why they are a big deal now they are with us.

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.

Building and Running Software on an Ubuntu Phone

Martin Moene

03 October 2015 22:20:50 +01:00

Many of us has a smartphone. Alan Griffiths shows us how to hack an Ubuntu Touch phone.

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.

Password Hashing: Why and How

Martin Moene

02 October 2015 22:22:01 +01:00

Password hashing is important. Sergey Ignatchenko explains how to do it properly.

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.

An Inline-variant-visitor with C++ Concepts

Martin Moene

01 October 2015 22:22:58 +01:00

Concepts are abstract. Jonathan Coe and Andrew Sutton provide us with a concrete example of their use.