Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #99 - October 2010
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 99 All of these categories |
- Options:
- View Article Map
- View Archives
Quality Matters: Diagnostic Measures (Listings)
Description : Program listings for Quality Matters: Diagnostic Measures
Category: [ Programming Topics | Design of applications and programs | Overload Journal #95 - February 2010 ]
Description : Program listings for Quality Matters: Diagnostic Measures
Category: [ Programming Topics | Design of applications and programs | Overload Journal #95 - February 2010 ]
Shadow Data Types
Description : Hiding implementation details is a good idea. Jon Jagger shows a technique in C that avoids some of the common problems.
Category: [ Programming Topics | Overload Journal #94 - December 2009 ]
Description : Hiding implementation details is a good idea. Jon Jagger shows a technique in C that avoids some of the common problems.
Category: [ Programming Topics | Overload Journal #94 - December 2009 ]
Creating a Framework for the iPhone
Description : Apple's iPhone SDK doesn't allow you to create a Framework. Pete Goodliffe explains how to build one manually.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #94 - December 2009 ]
Description : Apple's iPhone SDK doesn't allow you to create a Framework. Pete Goodliffe explains how to build one manually.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #94 - December 2009 ]
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 ]
Project-Specific Language Dialects
Description : Today's languages force a one-size-fits-all approach on projects. Yaakov Belch, Sergey Ignatchenko and Dmytro Ivanchykhin suggest a more flexible solution.
Category: [ Design of applications and programs | Overload Journal #94 - December 2009 ]
Description : Today's languages force a one-size-fits-all approach on projects. Yaakov Belch, Sergey Ignatchenko and Dmytro Ivanchykhin suggest a more flexible solution.
Category: [ Design of applications and programs | 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 ]
Multi-threading in C++0x
Description : Threading support is being added to C++. Anthony Williams introduces us to the new facilities.
Category: [ Programming Topics | Overload Journal #93 - October 2009 ]
Description : Threading support is being added to C++. Anthony Williams introduces us to the new facilities.
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 ]
I Think I'll Parse
Description : A parser is a fundamental tool in software development. Stuart Golodetz looks at how you might tackle writing one.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #92 - August 2009 ]
Description : A parser is a fundamental tool in software development. Stuart Golodetz looks at how you might tackle writing one.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #92 - August 2009 ]
Quality Matters: Introductions, and Nomenclature
Description : There are many aspects of Software Quality. Matthew Wilson introduces us to some of the concepts.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #92 - August 2009 ]
Description : There are many aspects of Software Quality. Matthew Wilson introduces us to some of the concepts.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #92 - August 2009 ]
Code Rot
Description : Maintaining code is vital to keep it working. Tom Guest explores what happens when you neglect it.
Category: [ Programming Topics | Overload Journal #92 - August 2009 ]
Description : Maintaining code is vital to keep it working. Tom Guest explores what happens when you neglect it.
Category: [ Programming Topics | Overload Journal #92 - August 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 ]
Floating Point Fun and Frolics
Description : Representing numbers in computers is a non-trivial problem. Frances Buontempo finds using them is hard, too.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Description : Representing numbers in computers is a non-trivial problem. Frances Buontempo finds using them is hard, too.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Complexity, Requirement and Modules
Description : Programs can be unnecessarily complex. Rafael Jay examines a technique for doing better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
Description : Programs can be unnecessarily complex. Rafael Jay examines a technique for doing better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
An Introduction to FastFormat (Part 3): Solving Real Problems, Quickly
Description : A good library must be useful in practice. Matthew Wilson looks at usability and extendability.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
Description : A good library must be useful in practice. Matthew Wilson looks at usability and extendability.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
Boiler Plating Database Resource Cleanup (Part 2)
Description : Timely disposal of resources is important. Paul Grenyer applies this to database access in Java.
Category: [ Programming Topics | Overload Journal #91 - June 2009 ]
Description : Timely disposal of resources is important. Paul Grenyer applies this to database access in Java.
Category: [ Programming Topics | Overload Journal #91 - June 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 ]
If You Can't See Me, I Can't See You
Description : Knowing where the doors are is only the start. Stuart Golodetz works out what he can see through them.
Category: [ Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : Knowing where the doors are is only the start. Stuart Golodetz works out what he can see through them.
Category: [ 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 ]