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 #99 - October 2010


99
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 99 PDF

webeditor

10 October 2010 14:17:16 +01:00

Lies, Damn Lies, and Statistics
Description : Making a good decision is vital. Ric Parkin looks at what information we use.
Category: [ Journal Editorial ]
You're Going To Have To Think!
Description : Numerical computing has many pitfalls. Richard Harris starts looking for a silver bullet.
Category: [ Programming Topics | Design of applications and programs ]
What motivates software developers: a workshop report
Description : Keeping your team happy should be more than guesswork. Helen Sharp went and asked you.
Category: [ Project Management ]
To DLL or Not To DLL
Description : Shared libraries provide both benefits and problems. Sergey Ignatchenko introduces a rabbit's-eye view.
Category: [ Programming Topics | Design of applications and programs ]
Making String ReTRIEval Fast
Description : Sometimes you really do have to optimize your code. Björn Fahller looks at a string lookup data structure.
Category: [ Programming Topics ]
Quality Matters #6: Exceptions for Practically-Unrecoverable Conditions
Description : Being robust is harder than you think. Matthew Wilson analyses a classic program.
Category: [ Programming Topics ]