Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #84 - April 2008
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 84 All of these categories |
- Options:
- View Article Map
- View Archives
The Model Student: A Knotty Problem, Part 1
Description : Richard Harris explores more of the mathematics of modelling problems with computers.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #84 - April 2008 ]
Description : Richard Harris explores more of the mathematics of modelling problems with computers.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #84 - April 2008 ]
The Way of the Consultant
Description : Effective communication is a challenging reponsibility of the communicator - Teedy Deigh offers some observations on how consultants can meet this challenge.
Category: [ Overload Journal #84 - April 2008 ]
Description : Effective communication is a challenging reponsibility of the communicator - Teedy Deigh offers some observations on how consultants can meet this challenge.
Category: [ Overload Journal #84 - April 2008 ]
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.
Watersheds and Waterfalls
Description : An introductory look at segmenting images into regions using a landscape analogy.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #83 - Feb 2008 ]
Description : An introductory look at segmenting images into regions using a landscape analogy.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #83 - Feb 2008 ]
The PfA Papers: Deglobalisation
Description : More history of Parameterise from Above as Kevlin Henney looks at Simpletons and the Borg.
Category: [ Design of applications and programs | Overload Journal #83 - Feb 2008 ]
Description : More history of Parameterise from Above as Kevlin Henney looks at Simpletons and the Borg.
Category: [ Design of applications and programs | Overload Journal #83 - Feb 2008 ]
The Regular Travelling Salesman, Part 2
Description : Richard Harris explores more of the mathematics of modelling problems with computers.
Category: [ Design of applications and programs | Overload Journal #83 - Feb 2008 ]
Description : Richard Harris explores more of the mathematics of modelling problems with computers.
Category: [ Design of applications and programs | Overload Journal #83 - Feb 2008 ]
Testing Visiting Files and Directories in C#
Description : Testing code that accesses the file system is not straightforward. Paul Grenyer looks at what is involved.
Category: [ Programming Topics | Overload Journal #83 - Feb 2008 ]
Description : Testing code that accesses the file system is not straightforward. Paul Grenyer looks at what is involved.
Category: [ Programming Topics | Overload Journal #83 - Feb 2008 ]
Generics Without Templates
Description : Robert Jones presents an alternative implementation of C++'s std::vector that can be used the absence of templates and exceptions.
Category: [ Programming Topics | Overload Journal #83 - Feb 2008 ]
Description : Robert Jones presents an alternative implementation of C++'s std::vector that can be used the absence of templates and exceptions.
Category: [ Programming Topics | Overload Journal #83 - Feb 2008 ]
[
C and C++
| Programming
]
C++0x An Overview
Description : Bjarne Stroustrup talks and answers questions about the next version of C++.
Added on : 23 January 2008 16:35:18 +00:00
Description : Bjarne Stroustrup talks and answers questions about the next version of C++.
Added on : 23 January 2008 16:35:18 +00:00
The PfA Papers: Context Matters
Description : Continuing his history of Parameterise from Above, Kevlin Henny looks at Singletons and Context Objects.
Category: [ Design of applications and programs | Overload Journal #82 - Dec 2007 ]
Description : Continuing his history of Parameterise from Above, Kevlin Henny looks at Singletons and Context Objects.
Category: [ Design of applications and programs | Overload Journal #82 - Dec 2007 ]
The Model Student
Description : Richard Harris begins a series of articles exploring some of the mathematics of interest to those modelling problems with computers. Part 1: The Regular Travelling Salesman.
Category: [ Design of applications and programs | Overload Journal #82 - Dec 2007 ]
Description : Richard Harris begins a series of articles exploring some of the mathematics of interest to those modelling problems with computers. Part 1: The Regular Travelling Salesman.
Category: [ Design of applications and programs | Overload Journal #82 - Dec 2007 ]
Functional Programming Using C++ Templates (Part 2)
Description : Continuing his exploration of functional programming and template metaprogramming, Stuart Golodetz looks at some data structures.
Category: [ Programming Topics | Overload Journal #82 - Dec 2007 ]
Description : Continuing his exploration of functional programming and template metaprogramming, Stuart Golodetz looks at some data structures.
Category: [ Programming Topics | Overload Journal #82 - Dec 2007 ]
Java Protocol Handlers
Description : Roger Orr demonstrates the use of Java's URL handling to make code independent of the source of data.
Category: [ Programming Topics | Overload Journal #82 - Dec 2007 ]
Description : Roger Orr demonstrates the use of Java's URL handling to make code independent of the source of data.
Category: [ Programming Topics | Overload Journal #82 - Dec 2007 ]
Upgrading Legacy Software in Data Communications Systems
Description : Changing operational software is a risky business. Omar Bashir offers a case study in matching risk with reward.
Category: [ Design of applications and programs | Overload Journal #82 - Dec 2007 ]
Description : Changing operational software is a risky business. Omar Bashir offers a case study in matching risk with reward.
Category: [ Design of applications and programs | Overload Journal #82 - Dec 2007 ]
[
References
| Development Techniques
| Programming
| Process
]
Software Product Lines
Description :
Added on : 21 October 2007 13:36:01 +01:00
Description :
Added on : 21 October 2007 13:36:01 +01:00
[
References
| Paradigms
| Programming
]
Code Generation Network
Description : This has a database of code generation tools and also articles and interviews on CG approaches.
Added on : 21 October 2007 13:34:24 +01:00
Description : This has a database of code generation tools and also articles and interviews on CG approaches.
Added on : 21 October 2007 13:34:24 +01:00
The PfA Papers: The Clean Dozen
Description : Patterns are social animals and are often found in the company of others. This issue, Kevlin Henney looks at where 'Parameterise from Above' has been hanging out.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
Description : Patterns are social animals and are often found in the company of others. This issue, Kevlin Henney looks at where 'Parameterise from Above' has been hanging out.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
Functional Programming Using C++ Templates (Part 1)
Description : Template metaprogramming can initially seem baffling, but exploring its link to functional programming helps shed some light on things.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
Description : Template metaprogramming can initially seem baffling, but exploring its link to functional programming helps shed some light on things.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
auto_value: Transfer Semantics for Value Types
Description : In his quest to pass around values efficiently, Richard Harris concludes by looking at ways of transferring ownership, now and in the future.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
Description : In his quest to pass around values efficiently, Richard Harris concludes by looking at ways of transferring ownership, now and in the future.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
He Sells Shell Scripts to Intersect Sets
Description : Graphical User Interfaces are in great demand but for some tasks there are better tools. Thomas Guest demonstrates the capabilities of command shells.
Category: [ Programming Topics | Overload Journal #80 - Aug 2007 ]
Description : Graphical User Interfaces are in great demand but for some tasks there are better tools. Thomas Guest demonstrates the capabilities of command shells.
Category: [ Programming Topics | Overload Journal #80 - Aug 2007 ]