Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs or Overload Journal #142 - December 2017
Browse in : |
All
> Topics
> Design All > Journals > Overload > o142 All of these categories |
- Options:
- View Article Map
- View Archives
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 ]
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 ]
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 ]
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.
Too Fast! Too slow! Too right!!
Description : Many products over-promise. Frances Buontempo muses on how to get things just right.
Category: [ Overload Journal #142 - December 2017 | Journal Editorial ]
Description : Many products over-promise. Frances Buontempo muses on how to get things just right.
Category: [ Overload Journal #142 - December 2017 | Journal Editorial ]
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 ]
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 ]
Implementing Type-Classes as OCaml Modules
Description : Type classes achieve overloading in functional paradigms. Shayne Fletcher implements some as OCaml modules.
Category: [ Programming Topics | Overload Journal #142 - December 2017 ]
Description : Type classes achieve overloading in functional paradigms. Shayne Fletcher implements some as OCaml modules.
Category: [ Programming Topics | 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 ]
Afterwood
Description : Tabs are controversial. Chris Oldwood reminds us of their many guises.
Category: [ Programming Topics | Overload Journal #142 - December 2017 ]
Description : Tabs are controversial. Chris Oldwood reminds us of their many guises.
Category: [ Programming Topics | 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 ]