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 #136 - December 2016

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 136 ePub

Bob Schmidt

14 December 2018 22:06:02 +00:00

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

Martin Moene

10 December 2016 20:53:21 +00:00

Editorial: The Font of Wisdom
Description : The choice of typeface can convey a tone. Frances Buontempo considers the plethora of dilemmas this presents.
Category: [ Journal Editorial ]
The MirAL Story
Description : The X-Windows system is all-pervasive but struggles with security and performance graphics. Alan Griffiths introduces Mir Abstraction Layer to deal with these issues.
Category: [ Programming Topics ]
Overloading with Concepts
Description : Concepts can play a role in function overloading. Andrew Sutton shows us how.
Category: [ Programming Topics ]
Ultra-fast Serialization of C++ Objects
Description : Serialising and de-serialising is a common problem. Sergey Ignatchenko and Dmytro Ivanchykhin demonstrate one way to do this quickly.
Category: [ Programming Topics ]
Modern C++ Features: User-Defined Literals
Description : User-defined literals were introduced in C++11. Arne Mertz walks us through their use.
Category: [ Programming Topics ]
Python Streams vs Unix Pipes
Description : Dealing with an infinite sequence requires some thought. Thomas Guest presents various ways to approach such a problem.
Category: [ Programming Topics ]
Letter
Description : Silas S. Brown comments on Steve Love's recent article.
Category: [ Letters to the Editor ]
Hello World in Go
Description : Go provides a way to write efficient concurrent programs in a C-like language. Eleanor McHugh shares a "Hello, world!" tutorial.
Category: [ Programming Topics ]
Afterwood
Description : One JavaScript module was removed and every Node.js build was knocked for six. Chris Oldwood fictionalises the tale.
Category: [ Programming Topics ]