Advertisement
Membership
Login
ACCU Buttons
Overload Journal #149 - February 2019
Browse in : |
All
> Journals
> Overload
> o149 |
- 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.
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.
Description : Some things can be resurrected, others cannot. Frances Buontempo wonders when we need to repent and start over.
Category: [ Journal Editorial ]
Description : Mutable shared state in multithreaded code is often protected by mutexes. Sergey Ignatchenko reminds us that Re-Actors can avoid many of the problems.
Category: [ Design of applications and programs ]
Description : Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++.
Category: [ Design of applications and programs ]
Description : Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++.
Category: [ Design of applications and programs ]
Description : Quality matters and bite sized articles help. Matthew Wilson returns with a QM Bites.
Category: [ Programming Topics ]
Description : What is a distributed system, and why is it so complicated? Stanislav Kozlovski explains.
Category: [ Design of applications and programs ]
Description : How do you add a new line in C++? Chris Sharpe suggests std::endl is a tiny utility that’s more trouble than it’s worth.
Category: [ Design of applications and programs ]
Description : Good workers tidy up after themselves – it avoids accidents and makes them more productive. Chris Oldwood argues that good software developers should do the same.
Category: [ Process Topics ]