Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #1 - Apr 1993
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 01 All of these categories |
- Options:
- View Article Map
- View Archives
Making a Linux Desktop
Description : Alan Griffiths adds support for shell components to the desktop environment.
Category: [ Design of applications and programs | CVu Journal Vol 32, #4 - September 2020 ]
Description : Alan Griffiths adds support for shell components to the desktop environment.
Category: [ Design of applications and programs | CVu Journal Vol 32, #4 - September 2020 ]
Piping Software for Less
Description : Paul Grenyer continues his mission to build a DevOps pipeline on a budget.
Category: [ Design of applications and programs | CVu Journal Vol 32, #4 - September 2020 ]
Description : Paul Grenyer continues his mission to build a DevOps pipeline on a budget.
Category: [ Design of applications and programs | CVu Journal Vol 32, #4 - September 2020 ]
Jumping around in Emacs
Description : Silas S. Brown shares a tip for navigating code.
Category: [ Programming Topics | CVu Journal Vol 32, #4 - September 2020 ]
Description : Silas S. Brown shares a tip for navigating code.
Category: [ Programming Topics | CVu Journal Vol 32, #4 - September 2020 ]
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 ]
C++20: A Simple Math Module
Description : Modules are one big change introduced by C++20. Rainer Grimm describes how to build a mathematics module.
Category: [ Programming Topics | Overload Journal #158 - August 2020 ]
Description : Modules are one big change introduced by C++20. Rainer Grimm describes how to build a mathematics module.
Category: [ Programming Topics | Overload Journal #158 - August 2020 ]
An Example Confined User Shell
Description : Snap confinement is not just for individual apps but can be applied to a complete GUI environment. Alan Griffiths demonstrates with the Mircade shell.
Category: [ Design of applications and programs | Overload Journal #158 - August 2020 ]
Description : Snap confinement is not just for individual apps but can be applied to a complete GUI environment. Alan Griffiths demonstrates with the Mircade shell.
Category: [ Design of applications and programs | Overload Journal #158 - August 2020 ]
Agile Manchester 2020: Testers Edition
Description : Many tech conferences are still going ahead online. Jit Gosai reports on Agile Manchester from a tester’s perspective.
Category: [ Programming Topics | Overload Journal #158 - August 2020 ]
Description : Many tech conferences are still going ahead online. Jit Gosai reports on Agile Manchester from a tester’s perspective.
Category: [ Programming Topics | Overload Journal #158 - August 2020 ]
Static Analysis in GCC and Clang
Description : Silas S. Brown shares some experiences of analysing code.
Category: [ Programming Topics | CVu Journal Vol 32, #3 - July 2020 ]
Description : Silas S. Brown shares some experiences of analysing code.
Category: [ Programming Topics | CVu Journal Vol 32, #3 - July 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 ]
Comment Only What The Code Cannot Say
Description : Comments can help or hinder. Kevlin Henney assesses when to avoid them.
Category: [ Programming Topics | Overload Journal #157 - June 2020 ]
Description : Comments can help or hinder. Kevlin Henney assesses when to avoid them.
Category: [ Programming Topics | Overload Journal #157 - June 2020 ]
Refocusing Amdahl’s Law
Description : Parallelising code can make it faster. Lucian Radu Teodorescu explores how to get the most out of multi-threaded code.
Category: [ Design of applications and programs | Overload Journal #157 - June 2020 ]
Description : Parallelising code can make it faster. Lucian Radu Teodorescu explores how to get the most out of multi-threaded code.
Category: [ Design of applications and programs | Overload Journal #157 - June 2020 ]
Some Objects Are More Equal Than Others
Description : Comparing objects is a fundamental operation. Steve Love and Roger Orr consider different language approaches.
Category: [ Programming Topics | Overload Journal #157 - June 2020 ]
Description : Comparing objects is a fundamental operation. Steve Love and Roger Orr consider different language approaches.
Category: [ Programming Topics | Overload Journal #157 - June 2020 ]
Expect the Unexpected (Part 1)
Description : Pete Goodliffe looks into dealing with the inevitable.
Category: [ Design of applications and programs | CVu Journal Vol 32, #2 - May 2020 ]
Description : Pete Goodliffe looks into dealing with the inevitable.
Category: [ Design of applications and programs | CVu Journal Vol 32, #2 - May 2020 ]
What Is Your Name?
Description : Simon Sebright considers the importance of names as identification.
Category: [ Design of applications and programs | CVu Journal Vol 32, #2 - May 2020 ]
Description : Simon Sebright considers the importance of names as identification.
Category: [ Design of applications and programs | CVu Journal Vol 32, #2 - May 2020 ]
Reviews
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 32, #2 - May 2020 ]
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 32, #2 - May 2020 ]
Pass the Parcel
Description : Python’s module and package system has many features. Steve Love explores some more advanced ones.
Category: [ Programming Topics | Overload Journal #156 - April 2020 ]
Description : Python’s module and package system has many features. Steve Love explores some more advanced ones.
Category: [ Programming Topics | Overload Journal #156 - April 2020 ]
Quick Modular Calculations (Part 3)
Description : This article concludes the 3-part series. Cassio Neri presents a new algorithm that also works for 64-bit operands.
Category: [ Design of applications and programs | Overload Journal #156 - April 2020 ]
Description : This article concludes the 3-part series. Cassio Neri presents a new algorithm that also works for 64-bit operands.
Category: [ Design of applications and programs | Overload Journal #156 - April 2020 ]
Deconstructing Inheritance
Description : Inheritance can be overused. Lucian Radu Teodorescu considers how it can go wrong and the alternatives.
Category: [ Design of applications and programs | Overload Journal #156 - April 2020 ]
Description : Inheritance can be overused. Lucian Radu Teodorescu considers how it can go wrong and the alternatives.
Category: [ Design of applications and programs | Overload Journal #156 - April 2020 ]
Using Compile Time Maps for Sorting
Description : Compile time sorting can be interesting. Norman Wilson shows how to sort a map.
Category: [ Programming Topics | Overload Journal #156 - April 2020 ]
Description : Compile time sorting can be interesting. Norman Wilson shows how to sort a map.
Category: [ Programming Topics | Overload Journal #156 - April 2020 ]
Profiting from the Folly of Others
Description : Code referred to as a hack can raise an eyebrow. Alastair Harrison learns about accessing private members of C++ classes by investigating a header called UninitializedMemoryHacks.h
Category: [ Programming Topics | Overload Journal #156 - April 2020 ]
Description : Code referred to as a hack can raise an eyebrow. Alastair Harrison learns about accessing private members of C++ classes by investigating a header called UninitializedMemoryHacks.h
Category: [ Programming Topics | Overload Journal #156 - April 2020 ]