Advertisement
Membership
Login
ACCU Buttons
ACCU Topics
Browse in : |
All
> Topics
|
|
- Options:
- View Article Map
- View Archives
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 ]
Thoughts on ‘Computational Thinking’
Description : Silas S. Brown considers the drawbacks of skill assessments.
Category: [ Process Topics | CVu Journal Vol 32, #2 - May 2020 ]
Description : Silas S. Brown considers the drawbacks of skill assessments.
Category: [ Process Topics | CVu Journal Vol 32, #2 - May 2020 ]
Diving into the ACCU Website
Description : Matthew Jones gives us an insight into the paddling going on under the water beneath the swan that is our website.
Category: [ Internet Topics | CVu Journal Vol 32, #2 - May 2020 ]
Description : Matthew Jones gives us an insight into the paddling going on under the water beneath the swan that is our website.
Category: [ Internet Topics | CVu Journal Vol 32, #2 - May 2020 ]
The Standard Report
Description : Guy Davidson reports on the changes that have been brought about as a result of the CoViD-19 pandemic.
Category: [ Process Topics | CVu Journal Vol 32, #2 - May 2020 ]
Description : Guy Davidson reports on the changes that have been brought about as a result of the CoViD-19 pandemic.
Category: [ Process Topics | 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 ]
It’s About Time
Description : How easy is it to make code wait for a time period before doing something? Mike Crowe looks at ways to avoid problems when a system clock changes.
Category: [ Design of applications and programs | Overload Journal #156 - April 2020 ]
Description : How easy is it to make code wait for a time period before doing something? Mike Crowe looks at ways to avoid problems when a system clock changes.
Category: [ Design of applications and programs | Overload Journal #156 - April 2020 ]
A Day in the Life of a Full-Stack Developer
Description : Many roles claim to be full stack. Teedy Deigh shares a day in the life of a full stack developer.
Category: [ Process Topics | Overload Journal #156 - April 2020 ]
Description : Many roles claim to be full stack. Teedy Deigh shares a day in the life of a full stack developer.
Category: [ Process Topics | Overload Journal #156 - April 2020 ]
The Ethical Programmer
Description : Pete Goodliffe considers an ethical approach to programming.
Category: [ Project Management | CVu Journal Vol 32, #1 - March 2020 ]
Description : Pete Goodliffe considers an ethical approach to programming.
Category: [ Project Management | CVu Journal Vol 32, #1 - March 2020 ]
‘HTTPS Everywhere’ Less Harmful Now
Description : Silas S. Brown takes another look at web security.
Category: [ Internet Topics | CVu Journal Vol 32, #1 - March 2020 ]
Description : Silas S. Brown takes another look at web security.
Category: [ Internet Topics | CVu Journal Vol 32, #1 - March 2020 ]
Adding Python 3 Compatibility to Python 2 Code
Description : Silas S. Brown explains how to cope with the differences.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Description : Silas S. Brown explains how to cope with the differences.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Making a Linux Desktop – Launching Applications
Description : Alan Griffiths continues his series on the Mir desktop.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Description : Alan Griffiths continues his series on the Mir desktop.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
The Standard Report
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Design of applications and programs | CVu Journal Vol 32, #1 - March 2020 ]
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Design of applications and programs | CVu Journal Vol 32, #1 - March 2020 ]
Reviews
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
A line-to-line conversion from Node.js to Node.cpp
Description : Dmytro Ivanchykhin, Sergey Ignatchenko and Maxim Blashchuk show how we can get a 5x improvement in speed.
Category: [ Programming Topics | Overload Journal #155 - February 2020 ]
Description : Dmytro Ivanchykhin, Sergey Ignatchenko and Maxim Blashchuk show how we can get a 5x improvement in speed.
Category: [ Programming Topics | Overload Journal #155 - February 2020 ]