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 #143 - February 2018

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

Bob Schmidt

16 November 2018 23:11:56 +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 143 PDF

Bob Schmidt

09 February 2018 17:14:48 +00:00

Hapaxes, Singletons and Anomalies
Description : Programmers can be odd. Frances Buontempo celebrates many manifold peculiarities.
Category: [ Journal Editorial ]
A Wider Vision of Software Development
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.
Category: [ Design of applications and programs ]
An MWSR Queue with Minimalist Locking
Description : Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue.
Category: [ Design of applications and programs ]
Testing: Choose the Right Level
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right.
Category: [ Design of applications and programs ]
CTAD – What Is This New Acronym All About?
Description : What is class template argument deduction? Roger Orr elucidates this new C++17 feature.
Category: [ Programming Topics ]
C++ with Meta-classes?
Description : Meta-classes will allow us to detail class requirements. Francis Glassborow compares them to developments of C++ in the 1990s.
Category: [ Design of applications and programs ]
Practical Scale Testing
Description : Everyone wants scalable systems. Arun Saha explores methods for testing scalability.
Category: [ Design of applications and programs ]
Functional Error-Handling with Optional and Expected
Description : Exceptions should be exceptional. Simon Brand shows modern alternatives from the standard library and ways to improve them.
Category: [ Programming Topics ]
Afterwood
Description : Can you code on paper in an interview? Chris Oldwood recounts his attempts to write a calendar.
Category: [ Process Topics ]