Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs or Overload Journal #144 - April 2018
Browse in : |
All
> Topics
> Design All > Journals > Overload > o144 All of these categories |
- Options:
- View Article Map
- View Archives
Deeds not words
Description : Women’s suffrage used the motto “Deeds not Words". Frances Buontempo applies this to programming.
Category: [ Overload Journal #144 - April 2018 | Journal Editorial ]
Description : Women’s suffrage used the motto “Deeds not Words". Frances Buontempo applies this to programming.
Category: [ Overload Journal #144 - April 2018 | Journal Editorial ]
No News is Good News
Description : Using ‘new’ without care can be slow. Paul Floyd uses Godbolt’s compiler explorer to see what happens when you do.
Category: [ Programming Topics | Overload Journal #144 - April 2018 ]
Description : Using ‘new’ without care can be slow. Paul Floyd uses Godbolt’s compiler explorer to see what happens when you do.
Category: [ Programming Topics | Overload Journal #144 - April 2018 ]
Monitoring: Turning Noise into Signal
Description : Creating useful logging is a constant challenge. Chris Oldwood shows us how structured logging helps.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
Description : Creating useful logging is a constant challenge. Chris Oldwood shows us how structured logging helps.
Category: [ Design of applications and programs | Overload Journal #144 - April 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 ]
5 Reasons NOT to Use std::ostream for Human-Readable Output
Description : C++’s ostream can be hard to use. Sergey Ignatchenko suggests we use the {fmt} library instead.
Category: [ Programming Topics | Overload Journal #144 - April 2018 ]
Description : C++’s ostream can be hard to use. Sergey Ignatchenko suggests we use the {fmt} library instead.
Category: [ Programming Topics | Overload Journal #144 - April 2018 ]
Practical Cryptographical Theory for Programmers
Description : Cryptography is a daunting subject. Deák Ferenc helps you get started.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
Description : Cryptography is a daunting subject. Deák Ferenc helps you get started.
Category: [ Design of applications and programs | Overload Journal #144 - April 2018 ]
Ex Hackina
Description : Machine Learning and AI are popular at the moment. Teedy Deigh takes the Turing test.
Category: [ Overload Journal #144 - April 2018 ]
Description : Machine Learning and AI are popular at the moment. Teedy Deigh takes the Turing test.
Category: [ Overload Journal #144 - April 2018 ]
A Wider Vision of Software Development
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
An MWSR Queue with Minimalist Locking
Description : Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue.
Category: [ Design of applications and programs | Overload Journal #143 - February 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 ]
C++ with Meta-classes?
Description : Meta-classes will allow us to detail class requirements. Francis Glassborow compares them to developments of C++ in the 1990s.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Meta-classes will allow us to detail class requirements. Francis Glassborow compares them to developments of C++ in the 1990s.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Practical Scale Testing
Description : Everyone wants scalable systems. Arun Saha explores methods for testing scalability.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Description : Everyone wants scalable systems. Arun Saha explores methods for testing scalability.
Category: [ Design of applications and programs | Overload Journal #143 - February 2018 ]
Visualisation of Multidimensional Data
Description : Frances Buontempo considers how to represent large data sets.
Category: [ Design of applications and programs | CVu Journal Vol 29, #6 - January 2018 ]
Description : Frances Buontempo considers how to represent large data sets.
Category: [ Design of applications and programs | CVu Journal Vol 29, #6 - January 2018 ]
Programmers’ Puzzles
Description : Francis Glassborow reviews his last challenge and presents a new one.
Category: [ Design of applications and programs | CVu Journal Vol 29, #6 - January 2018 ]
Description : Francis Glassborow reviews his last challenge and presents a new one.
Category: [ Design of applications and programs | CVu Journal Vol 29, #6 - January 2018 ]
CAS (Re)Actor for Non-Blocking Multithreaded Primitives
Description : Lock free programming can be difficult. Sergey Ignatchenko shows how copy and swap can work for reactors.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Description : Lock free programming can be difficult. Sergey Ignatchenko shows how copy and swap can work for reactors.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
A Design Example
Description : Design issues cause problems. Charles Tolman considers an organising principle to get to the heart of the matter.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Description : Design issues cause problems. Charles Tolman considers an organising principle to get to the heart of the matter.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Evolutionary Computing Frameworks for Optimisation
Description : Evolutionary algorithms can find optimal solutions to problems. Aurora RamÃrez and Chris Simons give us an overview.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Description : Evolutionary algorithms can find optimal solutions to problems. Aurora RamÃrez and Chris Simons give us an overview.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Marking Benches
Description : Too slow! Russel Winder reminds us that benchmarking code performance is a complicated issue.
Category: [ Design of applications and programs | Overload Journal #141 - October 2017 ]
Description : Too slow! Russel Winder reminds us that benchmarking code performance is a complicated issue.
Category: [ Design of applications and programs | Overload Journal #141 - October 2017 ]
A New Competition
Description : Francis Glassborow presents a new challenge for CVu readers.
Category: [ Design of applications and programs | CVu Journal Vol 29, #4 - September 2017 ]
Description : Francis Glassborow presents a new challenge for CVu readers.
Category: [ Design of applications and programs | CVu Journal Vol 29, #4 - September 2017 ]
A Usable C++ Dialect that is Safe Against Memory Corruption
Description : Suitable allocators for (Re)Actors can speed things up. Sergey Ignatchenko continues his investigation in Allocator for (Re)Actors (Part 2).
Category: [ Design of applications and programs | Overload Journal #140 - August 2017 ]
Description : Suitable allocators for (Re)Actors can speed things up. Sergey Ignatchenko continues his investigation in Allocator for (Re)Actors (Part 2).
Category: [ Design of applications and programs | Overload Journal #140 - August 2017 ]