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
The Global Lockdown of Locks
Description : Locks can be replaced with tasks. Lucian Radu Teodorescu shows us how.
Category: [ Programming Topics | Overload Journal #158 - August 2020 ]
Description : Locks can be replaced with tasks. Lucian Radu Teodorescu shows us how.
Category: [ Programming Topics | Overload Journal #158 - August 2020 ]
The Standard Report
Description : Guy Davidson reports on the latest developments.
Category: [ Design of applications and programs | CVu Journal Vol 32, #3 - July 2020 ]
Description : Guy Davidson reports on the latest developments.
Category: [ Design of applications and programs | CVu Journal Vol 32, #3 - July 2020 ]
The Standard Report
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Design of applications and programs | CVu Journal Vol 32, #1 - March 2020 ]
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Design of applications and programs | CVu Journal Vol 32, #1 - March 2020 ]
The Path of Least Resistance
Description : Python’s modules and imports can be overwhelming. Steve Love attempts to de-mystify the process.
Category: [ Design of applications and programs | Overload Journal #155 - February 2020 ]
Description : Python’s modules and imports can be overwhelming. Steve Love attempts to de-mystify the process.
Category: [ Design of applications and programs | Overload Journal #155 - February 2020 ]
The Standard Report
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
The Duality…
Description : Genetic algorithms can find solutions that other algorithms might miss. Anders Modén discusses their use in conjunction with back-propagation for finding better solutions.
Category: [ Programming Topics | Overload Journal #150 - April 2019 ]
Description : Genetic algorithms can find solutions that other algorithms might miss. Anders Modén discusses their use in conjunction with back-propagation for finding better solutions.
Category: [ Programming Topics | Overload Journal #150 - April 2019 ]
The Simple Life
Description : Pete Goodliffe urges us to keep code simple.
Category: [ Design of applications and programs | CVu Journal Vol 31, #1 - March 2019 ]
Description : Pete Goodliffe urges us to keep code simple.
Category: [ Design of applications and programs | CVu Journal Vol 31, #1 - March 2019 ]
The Ghost of a Codebase Past
Description : Pete Goodliffe learns lessons by reviewing his own old code.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 ]
Description : Pete Goodliffe learns lessons by reviewing his own old code.
Category: [ Programming Topics | CVu Journal Vol 30, #4 - September 2018 ]
The Half-Domain/Half-Primitive Proxy
Description : Chris Oldwood presents a pattern for abstracting client-side proxies for testing.
Category: [ Design of applications and programs | CVu Journal Vol 30, #3 - July 2018 ]
Description : Chris Oldwood presents a pattern for abstracting client-side proxies for testing.
Category: [ Design of applications and programs | CVu Journal Vol 30, #3 - July 2018 ]
Type-agnostic Tracing Using {fmt}
Description : Tracing compound and custom types is a challenge. Mike Crowe demonstrates how {fmt} provides a safe alternative to printf.
Category: [ Programming Topics | Overload Journal #145 - June 2018 ]
Description : Tracing compound and custom types is a challenge. Mike Crowe demonstrates how {fmt} provides a safe alternative to printf.
Category: [ Programming Topics | Overload Journal #145 - June 2018 ]
The New C++ Interview
Description : Pete Goodliffe introduces a new way to test programming skills.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 ]
Description : Pete Goodliffe introduces a new way to test programming skills.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 ]
The Interface to Component Pattern and DynaMix
Description : Dynamic Polymorphism is hard in C++. Borislav Stanimirov demonstrates how the DynaMix library helps.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
Description : Dynamic Polymorphism is hard in C++. Borislav Stanimirov demonstrates how the DynaMix library helps.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
The Expressive C++ Coding Challenge in D
Description : Sebastian Wilzbach presents a D language solution to a C++ problem.
Category: [ Programming Topics | CVu Journal Vol 30, #1 - March 2018 ]
Description : Sebastian Wilzbach presents a D language solution to a C++ problem.
Category: [ Programming Topics | CVu Journal Vol 30, #1 - March 2018 ]
Testing: Choose the Right Level
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Testing Times (Part 1)
Description : Pete Goodliffe explores how to test code to ensure it works as expected.
Category: [ Programming Topics | CVu Journal Vol 29, #6 - January 2018 ]
Description : Pete Goodliffe explores how to test code to ensure it works as expected.
Category: [ Programming Topics | CVu Journal Vol 29, #6 - January 2018 ]
The Last Word in Patterns
Description : What can you do in a single transaction in a database? Paul Grenyer writes us his Single CrUD pattern.
Category: [ Programming Topics | Overload Journal #142 - December 2017 ]
Description : What can you do in a single transaction in a database? Paul Grenyer writes us his Single CrUD pattern.
Category: [ Programming Topics | Overload Journal #142 - December 2017 ]
Thonny: Python IDE for Beginners
Description : Silas S. Brown introduces a new Python IDE.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]
Description : Silas S. Brown introduces a new Python IDE.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]
The Importance of Back-of-Envelope Estimates
Description : Guestimate questions make many people grumble. Sergey Ignatchenko reminds us why they matter.
Category: [ Programming Topics | Process Topics | Overload Journal #137 - February 2017 ]
Description : Guestimate questions make many people grumble. Sergey Ignatchenko reminds us why they matter.
Category: [ Programming Topics | Process Topics | Overload Journal #137 - February 2017 ]
Turnabout is Fair Play
Description : Baron M is still game for a wager.
Category: [ Programming Topics | CVu Journal Vol 28, #6 - January 2017 ]
Description : Baron M is still game for a wager.
Category: [ Programming Topics | CVu Journal Vol 28, #6 - January 2017 ]
The MirAL Story
Description : The X-Windows system is all-pervasive but struggles with security and performance graphics. Alan Griffiths introduces Mir Abstraction Layer to deal with these issues.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Description : The X-Windows system is all-pervasive but struggles with security and performance graphics. Alan Griffiths introduces Mir Abstraction Layer to deal with these issues.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]