Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs or CVu Journal Vol 31, #4 - September 2019
Browse in : |
All
> Topics
> Design All > Journals > CVu > 314 All of these categories |
- Options:
- View Article Map
- View Archives
Making a Linux Desktop
Description : Alan Griffiths illustrates how to get started with Mir.
Category: [ Design of applications and programs | CVu Journal Vol 31, #4 - September 2019 ]
Description : Alan Griffiths illustrates how to get started with Mir.
Category: [ Design of applications and programs | CVu Journal Vol 31, #4 - September 2019 ]
Attitude, Accomplishment, Artistry
Description : Pete Goodliffe looks at our attitude to the code we write.
Category: [ Programming Topics | CVu Journal Vol 31, #4 - September 2019 ]
Description : Pete Goodliffe looks at our attitude to the code we write.
Category: [ Programming Topics | CVu Journal Vol 31, #4 - September 2019 ]
A Case Against the Use of Code ‘Smells’
Description : Simon Sebright asks if we’re using the term correctly.
Category: [ Process Topics | CVu Journal Vol 31, #4 - September 2019 ]
Description : Simon Sebright asks if we’re using the term correctly.
Category: [ Process Topics | CVu Journal Vol 31, #4 - September 2019 ]
The Standards Report
Description : Guy Davidson provides his latest report.
Category: [ CVu Journal Vol 31, #4 - September 2019 ]
Description : Guy Davidson provides his latest report.
Category: [ CVu Journal Vol 31, #4 - September 2019 ]
Code Critique Competition 119
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ CVu Journal Vol 31, #4 - September 2019 | Student Code Critiques from CVu journal. ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ CVu Journal Vol 31, #4 - September 2019 | Student Code Critiques from CVu journal. ]
Reviews
Description : The latest roundup of reviews.
Category: [ CVu Journal Vol 31, #4 - September 2019 ]
Description : The latest roundup of reviews.
Category: [ CVu Journal Vol 31, #4 - September 2019 ]
View from the Chair
Description : Bob Schmidt, chair@accu.org
Category: [ CVu Journal Vol 31, #4 - September 2019 ]
Description : Bob Schmidt, chair@accu.org
Category: [ CVu Journal Vol 31, #4 - September 2019 ]
A Low-Latency Logging Framework
Description : Logging can be a bottleneck in systems. Wesley Maness and Richard Reich demonstrate a low-latency logging framework that avoids common problems.
Category: [ Design of applications and programs | Overload Journal #152 - August 2019 ]
Description : Logging can be a bottleneck in systems. Wesley Maness and Richard Reich demonstrate a low-latency logging framework that avoids common problems.
Category: [ Design of applications and programs | Overload Journal #152 - August 2019 ]
On IT and... CO2 Footprints
Description : Recent headlines declare a climate emergency. Sergey Ignatchenko considers how we can make an impact on IT’s carbon footprint.
Category: [ Design of applications and programs | Overload Journal #151 - June 2019 ]
Description : Recent headlines declare a climate emergency. Sergey Ignatchenko considers how we can make an impact on IT’s carbon footprint.
Category: [ Design of applications and programs | Overload Journal #151 - June 2019 ]
Modern SAT solvers: fast, neat and underused (part 1 of N)
Description : SAT solvers can quickly find solutions to Boolean Logic problems. Martin Hořeňovský demonstrates how this can be used to solve arbitrary Sudoku puzzles.
Category: [ Design of applications and programs | Overload Journal #150 - April 2019 ]
Description : SAT solvers can quickly find solutions to Boolean Logic problems. Martin Hořeňovský demonstrates how this can be used to solve arbitrary Sudoku puzzles.
Category: [ Design of applications and programs | 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 ]
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 ]
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 ]
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 ]