Journal Articles

Overload Journal #110 - August 2012 and Programming Topics
Browse in : All > Journals > Overload > o110 (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.

Valgrind Part 3: Advanced memcheck

Martin Moene

05 August 2012 21:30:11 +01:00

Valgrind provides several mechanisms to locate memory problems in your code. Paul Floyd shows us how to use them.

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.

Black-Scholes in Hardware

Martin Moene

04 August 2012 21:36:49 +01:00

The Black-Scholes model is a financial model. Wei Wang outlines its design and implementation for those who want to understand how algorithms can be implemented in hardware.

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.

Replace User, Strike Any Key?

Martin Moene

03 August 2012 22:40:45 +01:00

There is a common perception in the IT industry that the user is the primary source of all the problems. Sergey Ignatchenko asks if this is true.

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.

Simple Mock Objects for C++11

Martin Moene

02 August 2012 22:44:56 +01:00

New C++11 features can be used to implement mock objects for unit tests. Michael Rüegg shows us how he does this in Mockator.

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.

Large Objects and Iterator Blocks

Martin Moene

01 August 2012 22:49:10 +01:00

Arrays can cause memory issues in .Net. Frances Buontempo shows how iterator blocks can help to relieve the pressure.