Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #89 - February 2009
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 89 All of these categories |
- Options:
- View Article Map
- View Archives
Through The Looking Glass
Description : What's happening in the next room? Stuart Golodetz has to find the door first!
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
Description : What's happening in the next room? Stuart Golodetz has to find the door first!
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
Orderly Termination of Programs
Description : Ensuring a clean shutdown is important. Omar Bashir presents some techniques.
Category: [ Programming Topics | Overload Journal #89 - February 2009 ]
Description : Ensuring a clean shutdown is important. Omar Bashir presents some techniques.
Category: [ Programming Topics | Overload Journal #89 - February 2009 ]
On Management: Caveat Emptor
Description : There are many theories and practices of management. Allan Kelly offers some warnings.
Category: [ Project Management | Overload Journal #89 - February 2009 ]
Description : There are many theories and practices of management. Allan Kelly offers some warnings.
Category: [ Project Management | Overload Journal #89 - February 2009 ]
The Model Student: A Rube-ish Square (Part 1)
Description : We all have nostalgia for favourite childhood toys. Richard Harris looks at the maths behind a classic.
Category: [ Design of applications and programs | Overload Journal #89 - February 2009 ]
Description : We all have nostalgia for favourite childhood toys. Richard Harris looks at the maths behind a classic.
Category: [ Design of applications and programs | Overload Journal #89 - February 2009 ]
An Introduction to Fast Format (Part 1): The State of the Art
Description : Writing a good library is hard. Matthew Wilson compares some existing formatting libraries, and promises to do better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
Description : Writing a good library is hard. Matthew Wilson compares some existing formatting libraries, and promises to do better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
The Model Student: Can Chance Make Fine Things? (Part 2)
Description : How well does evolution find solutions? Richard Harris models population change.
Category: [ Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : How well does evolution find solutions? Richard Harris models population change.
Category: [ Design of applications and programs | Overload Journal #88 - December 2008 ]
Model View Controller with Java Swing
Description : It's recommended to keep user interface and data model separate. Paul Grenyer looks a common solution.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : It's recommended to keep user interface and data model separate. Paul Grenyer looks a common solution.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
The Legion's Revolting!
Description : 3D meshes can be too large to deal with efficiently. Stuart Golodetz applies some ancient discipline.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : 3D meshes can be too large to deal with efficiently. Stuart Golodetz applies some ancient discipline.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Iterators and Memberspaces
Description : Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Generics without Templates - Revisited
Description : Can you use the STL if your compiler lacks templates? Robert Jones implements iterators and alogorithms.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Description : Can you use the STL if your compiler lacks templates? Robert Jones implements iterators and alogorithms.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #88 - December 2008 ]
Seeing Things Differently
Description : The Multiple Material Marching Cubes (M3C) algorithm builds 3D models from 2D slices. Stuart Golodetz introduces it and provides a C++ implementation.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]
Description : The Multiple Material Marching Cubes (M3C) algorithm builds 3D models from 2D slices. Stuart Golodetz introduces it and provides a C++ implementation.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]
DynamicAny (Part 2)
Description : Alex Fabijanic uncovers the internals of DynamicAny with some performance and size tests.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]
Description : Alex Fabijanic uncovers the internals of DynamicAny with some performance and size tests.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #87 - October 2008 ]
The Model Student: Can Chance Make Fine Things? (Part 1)
Description : Evolution involves a random process. Richard Harris compares the mathematics to that of blind chance.
Category: [ Design of applications and programs | Overload Journal #87 - October 2008 ]
Description : Evolution involves a random process. Richard Harris compares the mathematics to that of blind chance.
Category: [ Design of applications and programs | Overload Journal #87 - October 2008 ]
DynamicAny, Part I
Description : Alex Fabijanic presents a class hierarchy providing dynamic typing in standard C++.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #86 - August 2008 ]
Description : Alex Fabijanic presents a class hierarchy providing dynamic typing in standard C++.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #86 - August 2008 ]
Performitis - Part 2
Description : Software problems have much in common with diseases. Klaus Marquardt has a diagnosis and offers some treatments.
Category: [ Design of applications and programs | Overload Journal #86 - August 2008 ]
Description : Software problems have much in common with diseases. Klaus Marquardt has a diagnosis and offers some treatments.
Category: [ Design of applications and programs | Overload Journal #86 - August 2008 ]
Globals, Singletons and Parameters
Description : One size rarely fits all. Bill Clare considers different approaches to parameterization.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #86 - August 2008 ]
Description : One size rarely fits all. Bill Clare considers different approaches to parameterization.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #86 - August 2008 ]
Exceptions Make for Elegant Code
Description : Anything that can go wrong, will go wrong. Anthony Williams compares ways of dealing with errors.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #86 - August 2008 ]
Description : Anything that can go wrong, will go wrong. Anthony Williams compares ways of dealing with errors.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #86 - August 2008 ]
Divide and Conquer: Partition Trees and Their Uses
Description : The world is a complex place. Stuart Golodetz introduces a powerful technique to describe it.
Category: [ Design of applications and programs | Overload Journal #86 - August 2008 ]
Description : The world is a complex place. Stuart Golodetz introduces a powerful technique to describe it.
Category: [ Design of applications and programs | Overload Journal #86 - August 2008 ]
Performitis
Description : Patterns try to solve problems. Klaus Marquardt looks at one from a medical perspective.
Category: [ Design of applications and programs | Overload Journal #85 - June 2008 ]
Description : Patterns try to solve problems. Klaus Marquardt looks at one from a medical perspective.
Category: [ Design of applications and programs | Overload Journal #85 - June 2008 ]