Advertisement
Membership
Login
ACCU Buttons
Overload Journal #110 - August 2012
Browse in : |
All
> Journals
> Overload
> o110 |
- 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.
Editorial: Allow Me To Introduce Myself
Description : Using data mining techniques to write an editorial.
Category: [ Journal Editorial ]
Description : Using data mining techniques to write an editorial.
Category: [ Journal Editorial ]
Valgrind Part 3: Advanced memcheck
Description : Valgrind provides several mechanisms to locate memory problems in your code. Paul Floyd shows us how to use them.
Category: [ Programming Topics ]
Description : Valgrind provides several mechanisms to locate memory problems in your code. Paul Floyd shows us how to use them.
Category: [ Programming Topics ]
Black-Scholes in Hardware
Description : 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.
Category: [ Programming Topics ]
Description : 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.
Category: [ Programming Topics ]
Replace User, Strike Any Key?
Description : 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.
Category: [ Programming Topics ]
Description : 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.
Category: [ Programming Topics ]
Simple Mock Objects for C++11
Description : 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.
Category: [ Programming Topics ]
Description : 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.
Category: [ Programming Topics ]
Large Objects and Iterator Blocks
Description : Arrays can cause memory issues in .Net. Frances Buontempo shows how iterator blocks can help to relieve the pressure.
Category: [ Programming Topics ]
Description : Arrays can cause memory issues in .Net. Frances Buontempo shows how iterator blocks can help to relieve the pressure.
Category: [ Programming Topics ]