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 #138 - April 2017

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

Bob Schmidt

14 December 2018 22:04:27 +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 138 PDF

Martin Moene

08 April 2017 11:49:43 +01:00

Breadth First, Depth First, Test First
Description : You can approach a problem top-down or bottom-up. Frances Buontempo wonders if algorithms can help us choose the most appropriate direction.
Category: [ Journal Editorial ]
Space invaders in Elm
Description : Elm is a functional language which compiles to JavaScript. Ossi Hanhinen provides an overview.
Category: [ Programming Topics ]
Single Module Builds – The Fastest Heresy in Town
Description : Unity builds can be controversial. Andy Thomason shows how much difference they can make to build times.
Category: [ Programming Topics ]
An Interview: Emyr Williams
Description : CVu has been running a series of interviews. Frances Buontempo interviews the interviewer, Emyr Williams.

(Not Really So) New Niche for C++: Browser!?
Description : How do you run C++ in a browser? Sergey Ignatchenko demonstrates how to use Emscripten.
Category: [ Programming Topics ]
Contractual Loopholes
Description : Compilers can optimise away functions you may want to time. Deák Ferenc explores ways to stop this happening.
Category: [ Programming Topics ]
All About the Base
Description : Representing numbers presents many choices. Teedy Deigh counts the ways.