Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #97 - June 2010
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 97 All of these categories |
- Options:
- View Article Map
- View Archives
Blockchain-Structured Programming
Description : Coins are a wedge-shaped piece used for some purpose. Teedy Deigh shares her angle on the technology underpinning crypto-currencies.
Category: [ Programming Topics | Overload Journal #150 - April 2019 ]
Description : Coins are a wedge-shaped piece used for some purpose. Teedy Deigh shares her angle on the technology underpinning crypto-currencies.
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 ]
5 Big Fat Reasons Why Mutexes Suck Big Time
Description : Mutable shared state in multithreaded code is often protected by mutexes. Sergey Ignatchenko reminds us that Re-Actors can avoid many of the problems.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Description : Mutable shared state in multithreaded code is often protected by mutexes. Sergey Ignatchenko reminds us that Re-Actors can avoid many of the problems.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
A Small Universe
Description : Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Description : Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
A Small Universe Part II
Description : Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Description : Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
QM Bites: Understand Windows Operating-System Identification Preprocessor Macros
Description : Quality matters and bite sized articles help. Matthew Wilson returns with a QM Bites.
Category: [ Programming Topics | Overload Journal #149 - February 2019 ]
Description : Quality matters and bite sized articles help. Matthew Wilson returns with a QM Bites.
Category: [ Programming Topics | Overload Journal #149 - February 2019 ]
A Thorough Introduction to Distributed Systems
Description : What is a distributed system, and why is it so complicated? Stanislav Kozlovski explains.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Description : What is a distributed system, and why is it so complicated? Stanislav Kozlovski explains.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Don’t Use std::endl
Description : How do you add a new line in C++? Chris Sharpe suggests std::endl is a tiny utility that’s more trouble than it’s worth.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Description : How do you add a new line in C++? Chris Sharpe suggests std::endl is a tiny utility that’s more trouble than it’s worth.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
C++ Tagged Reference Types
Description : Pete Cordell proposes an extension to C++ move syntax.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 ]
Description : Pete Cordell proposes an extension to C++ move syntax.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 ]
When Will Python 2 End?
Description : Silas Brown explains why the days of Python 2, while numbered, may be longer than you think.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 ]
Description : Silas Brown explains why the days of Python 2, while numbered, may be longer than you think.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 ]
China’s New AI School Textbooks
Description : Silas Brown is sceptical about an education initiative.
Category: [ Design of applications and programs | CVu Journal Vol 30, #6 - January 2019 ]
Description : Silas Brown is sceptical about an education initiative.
Category: [ Design of applications and programs | CVu Journal Vol 30, #6 - January 2019 ]
Code Critique Competition 115
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 | Student Code Critiques from CVu journal. ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 30, #6 - January 2019 | Student Code Critiques from CVu journal. ]
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 ]
Diseconomies of Scale
Description : Bigger is not always better. Allan Kelly considers when smaller is more productive.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : Bigger is not always better. Allan Kelly considers when smaller is more productive.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Flip Model: A Design Pattern
Description : Publishing dynamic, complex data to many clients in a threadsafe manner is challenging. Daniele Pallastrelli presents the Flip model pattern to overcome the challenges.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : Publishing dynamic, complex data to many clients in a threadsafe manner is challenging. Daniele Pallastrelli presents the Flip model pattern to overcome the challenges.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Memory Management Patterns in Business-Level Programs
Description : There are many memory management patterns. Sergey Ignatchenko considers these from an application level.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : There are many memory management patterns. Sergey Ignatchenko considers these from an application level.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Compile-time Data Structures in C++17: Part 3, Map of Values
Description : A compile time map of values allows code to be tested more easily. Bronek Kozicki demonstrates how to avoid a central repository of values.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : A compile time map of values allows code to be tested more easily. Bronek Kozicki demonstrates how to avoid a central repository of values.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Algol 68 – A Retrospective
Description : Algol 68 has influenced programming languages in many ways. Daniel James reminds us just how many.
Category: [ Programming Topics | Overload Journal #148 - December 2018 ]
Description : Algol 68 has influenced programming languages in many ways. Daniel James reminds us just how many.
Category: [ Programming Topics | Overload Journal #148 - December 2018 ]
Measuring Throughput and the Impact of Cache-line Awareness
Description : How do you measure throughput? Richard Reich and Wesley Maness investigate suitable metrics.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : How do you measure throughput? Richard Reich and Wesley Maness investigate suitable metrics.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Improve Code by Removing It
Description : Pete Goodliffe takes a scalpel to unnecessary code.
Category: [ Programming Topics | CVu Journal Vol 30, #5 - November 2018 ]
Description : Pete Goodliffe takes a scalpel to unnecessary code.
Category: [ Programming Topics | CVu Journal Vol 30, #5 - November 2018 ]