Journal Articles

Overload Journal #99 - October 2010 and Programming Topics
Browse in : All > Journals > Overload > 99 (6)
All > Topics > Programming (877)
Any of these categories
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.

You're Going To Have To Think!

webeditor

10 October 2010 13:59:00 +01:00

Numerical computing has many pitfalls. Richard Harris starts looking for a silver bullet.

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.

To DLL or Not To DLL

webeditor

10 October 2010 13:57:00 +01:00

Shared libraries provide both benefits and problems. Sergey Ignatchenko introduces a rabbit's-eye view.

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.

Making String ReTRIEval Fast

webeditor

10 October 2010 13:56:00 +01:00

Sometimes you really do have to optimize your code. Björn Fahller looks at a string lookup data structure.

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.

Quality Matters #6: Exceptions for Practically-Unrecoverable Conditions

webeditor

10 October 2010 13:55:00 +01:00

Being robust is harder than you think. Matthew Wilson analyses a classic program.