Advertisement
Membership
Login
ACCU Buttons
Overload Journal #134 - August 2016
Browse in : |
All
> Journals
> Overload
> o134 |
- 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 : Constraints can seem like an imposition. Frances Buontempo wonders if banning hesitation, deviation or repetition is a good thing.
Category: [ Journal Editorial ]
Description : Big-O notation is often used to compare algorithms. Sergey Ignatchenko reminds us that asymptotic limits might not be generally applicable.
Category: [ Programming Topics ]
Description : Problems in code can hide in surprising places. Adam Tornhill demonstrates how to detect software clones and uncover hidden dependencies.
Category: [ Programming Topics ]
Description : Almost everyone knows the game Snake! Thaddaeus Frogley shares a diary of how his implementation grew over time.
Category: [ Programming Topics ]
Description : Certain mistakes crop up frequently in C++. Jonathan Wakely offers some pro-tips to help you avoid common errors.
Category: [ Programming Topics ]
Description : Is testing propositions more important than having examples as exemplars? Russel Winder considers this hypothesis.
Category: [ Programming Topics ]
Description : Barriers can cause bottlenecks. Chris Oldwood considers varying approaches to gatekeeping.