Advertisement
Membership
Login
ACCU Buttons
The ACCU Overload journals
Browse in : |
All
> Journals
> Overload
|
![]() |
![]() o101 |
![]() o100 |
![]() 99 |
![]() 98 |
![]() 97 |
![]() 96 |
![]() 95 |
![]() 94 |
![]() 93 |
![]() 92 |
![]() 91 |
![]() 90 |
![]() 89 |
![]() 88 |
![]() 87 |
![]() 86 |
![]() 85 |
![]() 84 |
![]() 83 |
![]() 82 |
![]() 81 |
![]() 80 |
![]() 79 |
![]() 78 |
![]() 77 |
![]() 76 |
![]() 75 |
![]() 74 |
![]() 73 |
![]() 72 |
![]() 71 |
![]() 70 |
![]() 69 |
![]() 68 |
![]() 67 |
![]() 66 |
![]() 65 |
![]() 64 |
![]() 63 |
![]() 62 |
![]() 61 |
![]() 60 |
![]() 59 |
![]() 58 |
![]() 57 |
![]() 56 |
![]() 55 |
![]() 54 |
![]() 53 |
![]() 52 |
![]() 51 |
![]() 50 |
![]() 49 |
![]() 48 |
![]() 47 |
![]() 46 |
![]() 45 |
![]() 44 |
![]() 43 |
![]() 42 |
![]() 41 |
![]() 40 |
![]() 39 |
![]() 38 |
![]() 37 |
![]() 36 |
![]() 35 |
![]() 34 |
![]() 33 |
![]() 32 |
![]() 31 |
![]() 30 |
![]() 29 |
![]() 28 |
![]() 27 |
![]() 26 |
![]() 25 |
![]() 24 |
![]() 23 |
![]() 22 |
![]() 21 |
![]() 20 |
![]() 19 |
![]() 1718 |
![]() 16 |
![]() 15 |
![]() 14 |
![]() 13 |
![]() 12 |
![]() 11 |
![]() 10 |
![]() 09 |
![]() 08 |
![]() 07 |
![]() 06 |
![]() 04 |
![]() 03 |
![]() 02 |
![]() 01 |
|
|
- Options:
- View Article Map
- View Archives
Description : Frances Buontempo considers history, predictions about the future and how to shirk off writing an editorial.
Category: [ Overload Journal #112 - December 2012 | Journal Editorial ]
Description : Annotating text automatically requires word disambiguation. Silas Brown introduces the Yarowsky algorithm to help.
Category: [ Programming Topics | Internet Topics | Overload Journal #112 - December 2012 ]
Description : The syntactic form of the member initialiser list restricts the logic that it contains. Cassio Neri presents some techniques to overcome these constraints.
Category: [ Programming Topics | Overload Journal #112 - December 2012 ]
Description : How fast can computers get? Sergey Ignatchenko provides us with some upper limits.
Category: [ Programming Topics | Overload Journal #112 - December 2012 ]
Description : Tracking history can be done in a variety of ways. Andy Balaam describes one technique with many advantages.
Category: [ Programming Topics | Overload Journal #112 - December 2012 ]
Description : Poor performance can be caused by memory usage. Paul Floyd introduces Valgrind’s heap memory profiling tool Massif.
Category: [ Programming Topics | Overload Journal #112 - December 2012 ]
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 : Overload usually has an editorial. Frances Buontempo explains why she hasn’t had time to write one for this issue.
Category: [ Overload Journal #111 - October 2012 | Journal Editorial ]
Description : When your application is slow, you need a profiler. Paul Floyd shows us how callgrind and cachegrind can help.
Category: [ Programming Topics | Overload Journal #111 - October 2012 ]
Description : C++11 provides a new reference syntax, T&&. Scott Meyers explains that it doesn’t always mean ‘rvalue reference’.
Category: [ Programming Topics | Overload Journal #111 - October 2012 ]
Description : Programming parallel algorithms correctly is hard. Jason McGuiness and Colin Egan demonstrate how a C++ DESEL can make it simpler.
Category: [ Programming Topics | Overload Journal #111 - October 2012 ]
Description : Naïve assumptions sound like a bad idea. Sergey Ignatchenko discusses how to spot good assumptions in the face of changing requirements.
Category: [ Programming Topics | Overload Journal #111 - October 2012 ]
Description : Patterns can be applied to business as well as software. Allan Kelly shows us how.
Category: [ Project Management | Process Topics | Overload Journal #111 - October 2012 ]
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 : Using data mining techniques to write an editorial.
Category: [ Overload Journal #110 - August 2012 | Journal Editorial ]
Description : Valgrind provides several mechanisms to locate memory problems in your code. Paul Floyd shows us how to use them.
Category: [ Programming Topics | Overload Journal #110 - August 2012 ]
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 | Overload Journal #110 - August 2012 ]
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 | Overload Journal #110 - August 2012 ]
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 | Overload Journal #110 - August 2012 ]
Description : Arrays can cause memory issues in .Net. Frances Buontempo shows how iterator blocks can help to relieve the pressure.
Category: [ Programming Topics | Overload Journal #110 - August 2012 ]