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 #145 - June 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 145 ePub

Bob Schmidt

21 August 2018 01:11:27 +01: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 145 PDF

Bob Schmidt

08 June 2018 17:24:07 +01:00

Automate all the things
Description : Automation can speed things up. Frances Buontempo considers how it can make things worse.
Category: [ Journal Editorial ]
How to Write a Programming Language: Part 1, The Lexer
Description : Writing a programming language might sound very difficult. Andy Balaam starts his series with a lexer.
Category: [ Design of applications and programs ]
Type-agnostic Tracing Using {fmt}
Description : Tracing compound and custom types is a challenge. Mike Crowe demonstrates how {fmt} provides a safe alternative to printf.
Category: [ Programming Topics ]
A Short Overview of Object Oriented Software Design
Description : Object oriented design has many principles. Stanislav Kozlovski demonstrates good design through a role playing game.
Category: [ Programming Topics ]
Afterwood
Description : The curse of Agile. Chris Oldwood outlines how it affects his day at work.
Category: [ Process Topics ]