Advertisement
Membership
Login
ACCU Buttons
Overload Journal #128 - August 2015
Browse in : |
All
> Journals
> Overload
> o128 |
- 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.
Semi-automatic Weapons
Description : Automating work can save time and avoid mistakes. But Frances Buontempo doesn’t think you should script everything.
Category: [ Journal Editorial ]
Description : Automating work can save time and avoid mistakes. But Frances Buontempo doesn’t think you should script everything.
Category: [ Journal Editorial ]
Multi-threading at Business-logic Level is Considered Harmful
Description : Multi-threaded code promises potential speed-up. Sergey Ignatchenko considers how it often slows things down instead.
Category: [ Programming Topics ]
Description : Multi-threaded code promises potential speed-up. Sergey Ignatchenko considers how it often slows things down instead.
Category: [ Programming Topics ]
Two Daemons
Description : Most people have come across C++11’s forwarding references. Dietmar Kühl explains what && really means.
Category: [ Programming Topics ]
Description : Most people have come across C++11’s forwarding references. Dietmar Kühl explains what && really means.
Category: [ Programming Topics ]
Don’t Design for Performance Until It’s Too Late
Description : People claim optimisation can cause unreadable code. Andy Balaam argues good performance should be at the core of code design.
Category: [ Programming Topics ]
Description : People claim optimisation can cause unreadable code. Andy Balaam argues good performance should be at the core of code design.
Category: [ Programming Topics ]
Template Programming Compile Time String Functions
Description : Practising old exercises in new ways can keep you sharp. Nick Weatherhead demonstrates some well-known code katas using C++ compile time tricks.
Category: [ Programming Topics ]
Description : Practising old exercises in new ways can keep you sharp. Nick Weatherhead demonstrates some well-known code katas using C++ compile time tricks.
Category: [ Programming Topics ]
Numbers in JavaScript
Description : JavaScript floating point numbers can confuse C++ programmers. Anthony Williams draws our attention to some surprising behaviour.
Category: [ Programming Topics ]
Description : JavaScript floating point numbers can confuse C++ programmers. Anthony Williams draws our attention to some surprising behaviour.
Category: [ Programming Topics ]