Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #77 - Feb 2007
Browse in : |
All
> Topics
> Programming All > Journals > Overload > 77 All of these categories |
- Options:
- View Article Map
- View Archives
The Cat’s Meow
Description : Gail Ollis reports from the App-a-thon World Record attempt.
Category: [ Programming Topics | Process Topics | CVu Journal Vol 27, #4 - September2015 ]
Description : Gail Ollis reports from the App-a-thon World Record attempt.
Category: [ Programming Topics | Process Topics | CVu Journal Vol 27, #4 - September2015 ]
Two Daemons
Description : Most people have come across C++11’s forwarding references. Dietmar Kühl explains what && really means.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Description : Most people have come across C++11’s forwarding references. Dietmar Kühl explains what && really means.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Template Programming Compile Time String Functions
Description : Practising old exercises in new ways can keep you sharp. Nick Weatherhead demonstrates some well-known code katas using C++ compile time tricks.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Description : Practising old exercises in new ways can keep you sharp. Nick Weatherhead demonstrates some well-known code katas using C++ compile time tricks.
Category: [ Programming Topics | Overload Journal #128 - August 2015 ]
Terse Exception Messages
Description : Log files often contain ‘error’ information. Chris Oldwood suggests they rarely contain anything that could be considered helpful.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
Description : Log files often contain ‘error’ information. Chris Oldwood suggests they rarely contain anything that could be considered helpful.
Category: [ Programming Topics | Overload Journal #127 - June 2015 ]
The Developer’s Sandbox
Description : Chris Oldwood wants to be in control.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Description : Chris Oldwood wants to be in control.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Testing Drives the Need for Flexible Configuration
Description : Inflexible configuration will cause problems. Chris Oldwood demonstrates how to support multiple configurations flexibly.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
Description : Inflexible configuration will cause problems. Chris Oldwood demonstrates how to support multiple configurations flexibly.
Category: [ Programming Topics | Overload Journal #124 - December 2014 ]
TDD Discussions and Disagreements
Description : Recently people have been arguing about the benefits and pitfalls if TDD. Seb Rose summarises the differing standpoints and presents his own.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
Description : Recently people have been arguing about the benefits and pitfalls if TDD. Seb Rose summarises the differing standpoints and presents his own.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #122 - August 2014 ]
The Code Is Not the Most Important Thing
Description : Choose the right sort of problem, focus on strategies for solving it, and the code will come easily. Seb Rose teaches kids to code.
Category: [ Programming Topics | Overload Journal #121 - June 2014 ]
Description : Choose the right sort of problem, focus on strategies for solving it, and the code will come easily. Seb Rose teaches kids to code.
Category: [ Programming Topics | Overload Journal #121 - June 2014 ]
TCP/IP Explained. A Bit
Description : Nowadays most programmers rely on network connectivity, often without really understanding the details. Sergey Ignatchenko compares and contrasts the two main protocols.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
Description : Nowadays most programmers rely on network connectivity, often without really understanding the details. Sergey Ignatchenko compares and contrasts the two main protocols.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
The Signs of Trouble: On Patterns, Humbleness and Lisp
Description : Patterns can be a controversial topic. Adam Petersen considers their cognitive and social value.
Category: [ Programming Topics | Overload Journal #113 - February 2013 ]
Description : Patterns can be a controversial topic. Adam Petersen considers their cognitive and social value.
Category: [ Programming Topics | Overload Journal #113 - February 2013 ]
The Open–Closed Principle (OCP)
Description : Changing requirements and environments can require cascading changes through software. Nan Wang demonstrates how the Open-Closed principle can minimise changes.
Category: [ Programming Topics | Overload Journal #113 - February 2013 ]
Description : Changing requirements and environments can require cascading changes through software. Nan Wang demonstrates how the Open-Closed principle can minimise changes.
Category: [ Programming Topics | Overload Journal #113 - February 2013 ]
Tail Call Optimisation in C++
Description : Stack based languages can be very powerful, but often can’t deal with arbitrary recursion. Andy Balaam finds a way around this limitation.
Category: [ Programming Topics | Overload Journal #109 - June 2012 ]
Description : Stack based languages can be very powerful, but often can’t deal with arbitrary recursion. Andy Balaam finds a way around this limitation.
Category: [ Programming Topics | Overload Journal #109 - June 2012 ]
The Virtual Interview
Description : John Max Skaller was interviewed by Sean A. Corfield
Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Process Topics | Overload Journal #5 - Sep 1994 ]
Description : John Max Skaller was interviewed by Sean A. Corfield
Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Process Topics | Overload Journal #5 - Sep 1994 ]
The Casting Vote
Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Overload Journal #5 - Sep 1994 ]
Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Overload Journal #5 - Sep 1994 ]
The Eternal Battle Against Redundancies, Part 2
Description : Repeated information leads to poor quality software. Christoph Knabe continues to see how removing them has influenced language design.
Category: [ Programming Topics | Overload Journal #107 - February 2012 ]
Description : Repeated information leads to poor quality software. Christoph Knabe continues to see how removing them has influenced language design.
Category: [ Programming Topics | Overload Journal #107 - February 2012 ]
The Eternal Battle Against Redundancies, Part I
Description : The drive to remove redundancies is widely seen as a good thing. Christoph Knabe sees how it has influenced programming languages.
Category: [ Programming Topics | Overload Journal #106 - December 2011 ]
Description : The drive to remove redundancies is widely seen as a good thing. Christoph Knabe sees how it has influenced programming languages.
Category: [ Programming Topics | Overload Journal #106 - December 2011 ]
Thread-Safe Access Guards
Description : Ensuring safe access to shared data can be cumbersome and error-prone. Bjørn Reese presents a technique to help.
Category: [ Programming Topics | Overload Journal #104 - August 2011 ]
Description : Ensuring safe access to shared data can be cumbersome and error-prone. Bjørn Reese presents a technique to help.
Category: [ Programming Topics | Overload Journal #104 - August 2011 ]
The ACCU 2011 Crypto Challenge
Description : Ready for the biggest challenge yet? Richard Harris throws down the gauntlet.
Category: [ Programming Topics | Overload Journal #103 - June 2011 ]
Description : Ready for the biggest challenge yet? Richard Harris throws down the gauntlet.
Category: [ Programming Topics | Overload Journal #103 - June 2011 ]
To DLL or Not To DLL
Description : Shared libraries provide both benefits and problems. Sergey Ignatchenko introduces a rabbit's-eye view.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #99 - October 2010 ]
Description : Shared libraries provide both benefits and problems. Sergey Ignatchenko introduces a rabbit's-eye view.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #99 - October 2010 ]
The Model Student: The ACCU 2010 Crypto Challenge
Description : Electronic computers advanced cryptography enormously. Richard Harris sets a challenge, and finds a solution.
Category: [ Programming Topics | Overload Journal #98 - August 2010 ]
Description : Electronic computers advanced cryptography enormously. Richard Harris sets a challenge, and finds a solution.
Category: [ Programming Topics | Overload Journal #98 - August 2010 ]