Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #118 - December 2013
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > o118 All of these categories |
- Options:
- View Article Map
- View Archives
Refocusing Amdahl’s Law
Description : Parallelising code can make it faster. Lucian Radu Teodorescu explores how to get the most out of multi-threaded code.
Category: [ Design of applications and programs | Overload Journal #157 - June 2020 ]
Description : Parallelising code can make it faster. Lucian Radu Teodorescu explores how to get the most out of multi-threaded code.
Category: [ Design of applications and programs | Overload Journal #157 - June 2020 ]
Reviews
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 32, #2 - May 2020 ]
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 32, #2 - May 2020 ]
Reviews
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Restaurant C++ and Pidgin Python
Description : Pete Goodliffe looks at the idioms of language.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Description : Pete Goodliffe looks at the idioms of language.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Reviews
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Report on Challenge 5
Description : Francis Glassborow comments on his previous challenge, and provides a new puzzle.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 ]
Description : Francis Glassborow comments on his previous challenge, and provides a new puzzle.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 ]
Rip It Up and Start Again
Description : Jez Higgins shares a tale of re-implementing a software system.
Category: [ Design of applications and programs | CVu Journal Vol 29, #3 - July 2017 ]
Description : Jez Higgins shares a tale of re-implementing a software system.
Category: [ Design of applications and programs | CVu Journal Vol 29, #3 - July 2017 ]
Random Confusion
Description : Silas S. Brown tries to clear up a muddle about Standard C’s rand().
Category: [ Programming Topics | CVu Journal Vol 28, #4 - September 2016 ]
Description : Silas S. Brown tries to clear up a muddle about Standard C’s rand().
Category: [ Programming Topics | CVu Journal Vol 28, #4 - September 2016 ]
Raspberry Pi Linux User Mode GPIO in C++ (Part 3)
Description : Ralph McArdell demonstrates the library with two peripherals on the Pi.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Description : Ralph McArdell demonstrates the library with two peripherals on the Pi.
Category: [ Programming Topics | CVu Journal Vol 27, #5 - November 2015 ]
Refactoring Guided by Duplo
Description : Thaddaeus Frogley gets to grips with duplicated code.
Category: [ Programming Topics | CVu Journal Vol 27, #4 - September2015 ]
Description : Thaddaeus Frogley gets to grips with duplicated code.
Category: [ Programming Topics | CVu Journal Vol 27, #4 - September2015 ]
Raspberry Pi Linux User Mode GPIO in C++ (Part 2)
Description : Ralph McArdell continues developing a C++ library for Raspberry Pi expansions.
Category: [ Programming Topics | CVu Journal Vol 27, #4 - September2015 ]
Description : Ralph McArdell continues developing a C++ library for Raspberry Pi expansions.
Category: [ Programming Topics | CVu Journal Vol 27, #4 - September2015 ]
Raspberry Pi Linux User Mode GPIO in C++ – Part 1
Description : Ralph McArdell expands the Raspberry Pi with a C++ library.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Description : Ralph McArdell expands the Raspberry Pi with a C++ library.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Resource Management with Explicit Template Specializations
Description : RAII is a useful idiom. Pavel Frolov presents a powerful extension using explicit template specialization.
Category: [ Programming Topics | Overload Journal #126 - April 2015 ]
Description : RAII is a useful idiom. Pavel Frolov presents a powerful extension using explicit template specialization.
Category: [ Programming Topics | Overload Journal #126 - April 2015 ]
Raspberry Pi Linux User Mode GPIO in Python
Description : Ralph McArdell finds stream based input/output to be more convenient.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Description : Ralph McArdell finds stream based input/output to be more convenient.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
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 | 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 ]
Refactoring Towards Seams in C++
Description : Breaking dependencies in existing code is hard. Michael Rüegg explains how seams can help and provides new automated refactorings for C++ to achieve them.
Category: [ Programming Topics | Overload Journal #108 - April 2012 ]
Description : Breaking dependencies in existing code is hard. Michael Rüegg explains how seams can help and provides new automated refactorings for C++ to achieve them.
Category: [ Programming Topics | Overload Journal #108 - April 2012 ]
RAII is not Garbage
Description : Many think that Garbage Collection frees the programmer from cleanup tasks. Paul Grenyer compares and contrasts it with a classic C++ idiom.
Category: [ Programming Topics | Overload Journal #106 - December 2011 ]
Description : Many think that Garbage Collection frees the programmer from cleanup tasks. Paul Grenyer compares and contrasts it with a classic C++ idiom.
Category: [ Programming Topics | Overload Journal #106 - December 2011 ]
Refactoring and Software Complexity Variability
Description : Most code bases could have their complexity improved. Alex Yakyma presents a model that suggests how to do this.
Category: [ Programming Topics | Overload Journal #102 - April 2011 ]
Description : Most code bases could have their complexity improved. Alex Yakyma presents a model that suggests how to do this.
Category: [ Programming Topics | Overload Journal #102 - April 2011 ]
Rise of the Machines
Description : Sometimes the world really is out to get you. Kevlin Henney identifies some culprits.
Category: [ Design of applications and programs | Overload Journal #101 - February 2011 ]
Description : Sometimes the world really is out to get you. Kevlin Henney identifies some culprits.
Category: [ Design of applications and programs | Overload Journal #101 - February 2011 ]
Renovating a Legacy C++ Project
Description : Over time projects tend to become hard to maintain. Alan Griffiths describes how one was improved.
Category: [ Project Management | Design of applications and programs | Overload Journal #98 - August 2010 ]
Description : Over time projects tend to become hard to maintain. Alan Griffiths describes how one was improved.
Category: [ Project Management | Design of applications and programs | Overload Journal #98 - August 2010 ]