Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #79 - Jun 2007
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 79 All of these categories |
- Options:
- View Article Map
- View Archives
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 ]
The ANSI Standard For C
Description : A summary of the proposed ANSI extensions to the C Programming Language By Steven W.Palmer
Category: [ Programming Topics | CVu Journal Vol 1, #3 - Feb 1988 ]
Description : A summary of the proposed ANSI extensions to the C Programming Language By Steven W.Palmer
Category: [ Programming Topics | CVu Journal Vol 1, #3 - Feb 1988 ]
The Model Student: A Game of Six Integers (Part 3)
Description : We now have the tools to analyse the Countdown Numbers Game. Richard Harris is ready to play.
Category: [ Design of applications and programs | Overload Journal #97 - June 2010 ]
Description : We now have the tools to analyse the Countdown Numbers Game. Richard Harris is ready to play.
Category: [ Design of applications and programs | Overload Journal #97 - June 2010 ]
The Functional Student: A Game of Six Integers
Description : The Countdown numbers game is a popular challenge. Richard Polton tries a new language to solve it.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #97 - June 2010 ]
Description : The Countdown numbers game is a popular challenge. Richard Polton tries a new language to solve it.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #97 - June 2010 ]
The Model Student: A Game of Six Integers (Part 2)
Description : What are the properties of the Numbers Game? Richard Harris continues his analysis.
Category: [ Design of applications and programs | Overload Journal #96 - April 2010 ]
Description : What are the properties of the Numbers Game? Richard Harris continues his analysis.
Category: [ Design of applications and programs | Overload Journal #96 - April 2010 ]
The Predicate Student: A Game of Six Integers
Description : How easily can you solve puzzles? Nigel Eke applies some logic.
Category: [ Programming Topics | Design of applications and programs ]
Description : How easily can you solve puzzles? Nigel Eke applies some logic.
Category: [ Programming Topics | Design of applications and programs ]
The Model Student: A Game of Six Integers (Part 1)
Description : In how many ways can you combine a set of numbers? Richard Harris gets counting.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #95 - February 2010 ]
Description : In how many ways can you combine a set of numbers? Richard Harris gets counting.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #95 - February 2010 ]
The Model Student: A Primal Skyline (Part 3)
Description : The prime factors of the integers show some repeating patterns. Richard Harris investigates whether they have fractal properties.
Category: [ Programming Topics | Overload Journal #94 - December 2009 ]
Description : The prime factors of the integers show some repeating patterns. Richard Harris investigates whether they have fractal properties.
Category: [ Programming Topics | Overload Journal #94 - December 2009 ]
The Model Student: A Primal Skyline (Part 2)
Description : How do you measure the length of a curve? Richard Harris gets his ruler out.
Category: [ Programming Topics | Overload Journal #93 - October 2009 ]
Description : How do you measure the length of a curve? Richard Harris gets his ruler out.
Category: [ Programming Topics | Overload Journal #93 - October 2009 ]
The Generation, Management and Handling of Errors (Part 2)
Description : Dealing with errors is a vital activity. Andy Longshaw and Eoin Woods conclude their pattern language.
Category: [ Design of applications and programs | Overload Journal #93 - October 2009 ]
Description : Dealing with errors is a vital activity. Andy Longshaw and Eoin Woods conclude their pattern language.
Category: [ Design of applications and programs | Overload Journal #93 - October 2009 ]
The Model Student: A Primal Skyline (Part 1)
Description : Prime numbers are the 'building blocks' of the integers. Richard Harris investigates how they're combined.
Category: [ Design of applications and programs | Overload Journal #92 - August 2009 ]
Description : Prime numbers are the 'building blocks' of the integers. Richard Harris investigates how they're combined.
Category: [ Design of applications and programs | Overload Journal #92 - August 2009 ]
The Generation, Management and Handling of Errors (Part 1)
Description : An error handling strategy is important for robustness. Andy Longshore and Eoin Woods present a pattern language.
Category: [ Design of applications and programs | Overload Journal #92 - August 2009 ]
Description : An error handling strategy is important for robustness. Andy Longshore and Eoin Woods present a pattern language.
Category: [ Design of applications and programs | Overload Journal #92 - August 2009 ]
Testing State Machines
Description : State machines are a common design pattern. Matthew Jones seperates their concerns to make testing easier.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : State machines are a common design pattern. Matthew Jones seperates their concerns to make testing easier.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
The Model Student: A Rube-ish Square (Part 2)
Description : A rube-ish square embodies some simple group theory. Richard Harris explores its properties.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : A rube-ish square embodies some simple group theory. Richard Harris explores its properties.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]