Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Topics |
• Blogs
ACCU Topics
(2)
+
- ACCU magic
Rise of the Machines
Description : Sometimes the world really is out to get you. Kevlin Henney identifies some culprits. by Kevlin Henney
Category: [ Overload Journal #101 - February 2011 | Design of applications and programs ]
Description : Sometimes the world really is out to get you. Kevlin Henney identifies some culprits. by Kevlin Henney
Category: [ Overload Journal #101 - February 2011 | Design of applications and programs ]
Bug Hunting and the Scientific Method
Description : Do you have a proper methodology when fixing bugs? Rafael Jay puts on his lab coat. by Rafael Jay
Category: [ Overload Journal #100 - December 2010 | Process Topics ]
Description : Do you have a proper methodology when fixing bugs? Rafael Jay puts on his lab coat. by Rafael Jay
Category: [ Overload Journal #100 - December 2010 | Process Topics ]
From Occam's Razor to No Bugs' Axe
Description : Designing good APIs that stand the test of time is notoriously hard. Sergey Ignatchenko suggests a radical guideline. by Sergey Ignatchenko
Category: [ Overload Journal #100 - December 2010 | Programming Topics | Process Topics ]
Description : Designing good APIs that stand the test of time is notoriously hard. Sergey Ignatchenko suggests a radical guideline. by Sergey Ignatchenko
Category: [ Overload Journal #100 - December 2010 | Programming Topics | Process Topics ]
Why Fixed Point Won't Cure Your Floating Point Blues
Description : Numeric computing is very difficult to do properly. Richard Harris looks at whether a common technique will help. by Richard Harris
Category: [ Overload Journal #100 - December 2010 | Programming Topics ]
Description : Numeric computing is very difficult to do properly. Richard Harris looks at whether a common technique will help. by Richard Harris
Category: [ Overload Journal #100 - December 2010 | Programming Topics ]
Interface Versioning in C++
Description : Updating a widely used DLL interface is non-trivial. Steve Love presents a practical approach. by Steve Love
Category: [ Overload Journal #100 - December 2010 | Programming Topics ]
Description : Updating a widely used DLL interface is non-trivial. Steve Love presents a practical approach. by Steve Love
Category: [ Overload Journal #100 - December 2010 | Programming Topics ]
Quality Matters Christmas Intermezzo
Description : Sometimes it's good to reflect. Matthew Wilson considers what he's learnt so far. by Matthew Wilson
Category: [ Overload Journal #100 - December 2010 | Programming Topics | Design of applications and programs ]
Description : Sometimes it's good to reflect. Matthew Wilson considers what he's learnt so far. by Matthew Wilson
Category: [ Overload Journal #100 - December 2010 | Programming Topics | Design of applications and programs ]
You're Going To Have To Think!
Description : Numerical computing has many pitfalls. Richard Harris starts looking for a silver bullet. by Richard Harris
Category: [ Overload Journal #99 - October 2010 | Programming Topics | Design of applications and programs ]
Description : Numerical computing has many pitfalls. Richard Harris starts looking for a silver bullet. by Richard Harris
Category: [ Overload Journal #99 - October 2010 | Programming Topics | Design of applications and programs ]
What motivates software developers: a workshop report
Description : Keeping your team happy should be more than guesswork. Helen Sharp went and asked you. by Helen Sharp
Category: [ Overload Journal #99 - October 2010 | Project Management ]
Description : Keeping your team happy should be more than guesswork. Helen Sharp went and asked you. by Helen Sharp
Category: [ Overload Journal #99 - October 2010 | Project Management ]
To DLL or Not To DLL
Description : Shared libraries provide both benefits and problems. Sergey Ignatchenko introduces a rabbit's-eye view. by Sergey Ignatchenko
Category: [ Overload Journal #99 - October 2010 | Programming Topics | Design of applications and programs ]
Description : Shared libraries provide both benefits and problems. Sergey Ignatchenko introduces a rabbit's-eye view. by Sergey Ignatchenko
Category: [ Overload Journal #99 - October 2010 | Programming Topics | Design of applications and programs ]
Making String ReTRIEval Fast
Description : Sometimes you really do have to optimize your code. Björn Fahller looks at a string lookup data structure. by Björn Fahller
Category: [ Overload Journal #99 - October 2010 | Programming Topics ]
Description : Sometimes you really do have to optimize your code. Björn Fahller looks at a string lookup data structure. by Björn Fahller
Category: [ Overload Journal #99 - October 2010 | Programming Topics ]
Quality Matters #6: Exceptions for Practically-Unrecoverable Conditions
Description : Being robust is harder than you think. Matthew Wilson analyses a classic program. by Matthew Wilson
Category: [ Overload Journal #99 - October 2010 | Programming Topics ]
Description : Being robust is harder than you think. Matthew Wilson analyses a classic program. by Matthew Wilson
Category: [ Overload Journal #99 - October 2010 | Programming Topics ]
"I'm a Business Analyst - Get Me Out Of Here"
Description : Some classic roles are omitted by Agile methodologies. Allan Kelly considers how a Business Analyst fits in. by Allan Kelly
Category: [ Overload Journal #98 - August 2010 | Project Management ]
Description : Some classic roles are omitted by Agile methodologies. Allan Kelly considers how a Business Analyst fits in. by Allan Kelly
Category: [ Overload Journal #98 - August 2010 | Project Management ]
The Model Student: The ACCU 2010 Crypto Challenge
Description : Electronic computers advanced cryptography enormously. Richard Harris sets a challenge, and finds a solution. by Richard Harris
Category: [ Overload Journal #98 - August 2010 | Programming Topics ]
Description : Electronic computers advanced cryptography enormously. Richard Harris sets a challenge, and finds a solution. by Richard Harris
Category: [ Overload Journal #98 - August 2010 | Programming Topics ]
Renovating a Legacy C++ Project
Description : Over time projects tend to become hard to maintain. Alan Griffiths describes how one was improved. by Alan Griffiths
Category: [ Overload Journal #98 - August 2010 | Project Management | Design of applications and programs ]
Description : Over time projects tend to become hard to maintain. Alan Griffiths describes how one was improved. by Alan Griffiths
Category: [ Overload Journal #98 - August 2010 | Project Management | Design of applications and programs ]
Single-Threading: Back to the Future? (Part 2)
Description : Multithreading can cause notoriously difficult bugs. Sergey Ignatchenko finds mitigating strategies for programs on servers. by Sergey Ignatchenko
Category: [ Overload Journal #98 - August 2010 | Design of applications and programs ]
Description : Multithreading can cause notoriously difficult bugs. Sergey Ignatchenko finds mitigating strategies for programs on servers. by Sergey Ignatchenko
Category: [ Overload Journal #98 - August 2010 | Design of applications and programs ]
Debugging Run Time Memory Problems
Description : The C++ Standard is often silent on what happens when things go wrong. Matthew Jones looks under the bonnet to take control. by Matthew Jones
Category: [ Overload Journal #98 - August 2010 | Programming Topics ]
Description : The C++ Standard is often silent on what happens when things go wrong. Matthew Jones looks under the bonnet to take control. by Matthew Jones
Category: [ Overload Journal #98 - August 2010 | Programming Topics ]
Quality Matters: The Worst Form of 'Error' Handling Except For All The Others
Description : Dealing with errors is a vital part of good programming. Matthew Wilson specifies a taxonomy. by Matthew Wilson
Category: [ Overload Journal #98 - August 2010 | Design of applications and programs ]
Description : Dealing with errors is a vital part of good programming. Matthew Wilson specifies a taxonomy. by Matthew Wilson
Category: [ Overload Journal #98 - August 2010 | Design of applications and programs ]
The ANSI Standard For C
Description : A summary of the proposed ANSI extensions to the C Programming Language By Steven W.Palmer by Steven W.Palmer
Category: [ CVu Journal Vol 1, #3 - Feb 1988 | Programming Topics ]
Description : A summary of the proposed ANSI extensions to the C Programming Language By Steven W.Palmer by Steven W.Palmer
Category: [ CVu Journal Vol 1, #3 - Feb 1988 | Programming Topics ]
Defining New Data Types In C++
by Steven W.Palmer
Category: [ CVu Journal Vol 1, #3 - Feb 1988 | Programming Topics ]
by Steven W.Palmer
Category: [ CVu Journal Vol 1, #3 - Feb 1988 | Programming Topics ]
Notes from the Ultra-Conservative Right Wing
by Marc J. Rochkind
Category: [ CVu Journal Vol 1, #3 - Feb 1988 | Programming Topics ]
by Marc J. Rochkind
Category: [ CVu Journal Vol 1, #3 - Feb 1988 | Programming Topics ]