Journal Articles

Programming Topics or Design of applications and programs
Browse in : All > Topics > Programming (877)
All > Topics > Design (236)
All of these categories
Options:
View Article Map
View Archives

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

webeditor

12 February 2008 08:58:00 +00:00

An introductory look at segmenting images into regions using a landscape analogy.

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 PfA Papers: Deglobalisation

webeditor

12 February 2008 08:57:00 +00:00

More history of Parameterise from Above as Kevlin Henney looks at Simpletons and the Borg.

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 Regular Travelling Salesman, Part 2

webeditor

12 February 2008 08:56:00 +00:00

Richard Harris explores more of the mathematics of modelling problems with computers.

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.

Testing Visiting Files and Directories in C#

webeditor

12 February 2008 08:55:00 +00:00

Testing code that accesses the file system is not straightforward. Paul Grenyer looks at what is involved.

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.

Generics Without Templates

webeditor

12 February 2008 08:54:00 +00:00

Robert Jones presents an alternative implementation of C++'s std::vector that can be used the absence of templates and exceptions.

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 PfA Papers: Context Matters

webeditor

08 December 2007 11:59:00 +00:00

Continuing his history of Parameterise from Above, Kevlin Henny looks at Singletons and Context Objects.

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

webeditor

08 December 2007 11:58:00 +00:00

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.

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.

Functional Programming Using C++ Templates (Part 2)

webeditor

08 December 2007 11:57:30 +00:00

Continuing his exploration of functional programming and template metaprogramming, Stuart Golodetz looks at some data structures.

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.

Java Protocol Handlers

webeditor

08 December 2007 11:57:00 +00:00

Roger Orr demonstrates the use of Java's URL handling to make code independent of the source of data.

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.

Upgrading Legacy Software in Data Communications Systems

webeditor

08 December 2007 11:56:00 +00:00

Changing operational software is a risky business. Omar Bashir offers a case study in matching risk with reward.

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 PfA Papers: The Clean Dozen

webeditor

07 October 2007 11:59:00 +01:00

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.

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.

Functional Programming Using C++ Templates (Part 1)

webeditor

07 October 2007 11:57:00 +01:00

Template metaprogramming can initially seem baffling, but exploring its link to functional programming helps shed some light on things.

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.

auto_value: Transfer Semantics for Value Types

webeditor

07 October 2007 11:56:00 +01:00

In his quest to pass around values efficiently, Richard Harris concludes by looking at ways of transferring ownership, now and in the future.

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.

He Sells Shell Scripts to Intersect Sets

webeditor

12 August 2007 11:58:00 +01:00

Graphical User Interfaces are in great demand but for some tasks there are better tools. Thomas Guest demonstrates the capabilities of command shells.

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 PfA Papers: From the Top

webeditor

12 August 2007 11:57:00 +01:00

A characteristic of patterns is that experienced developers often experience a moment of recognition upon reading the write up. Sometimes the write up isn't even needed...

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.

Release Mode Debugging

webeditor

12 August 2007 11:56:00 +01:00

Although we try not to put bugs into software, sometimes we must track them down to remove them. Roger Orr considers the difficulties when they can only be seen in release builds.

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.

auto_value: Transfer Semantics for Value Types

webeditor

12 August 2007 11:55:00 +01:00

"Copy On Write" (COW) sounds like an ideal idiom for avoiding expensive copies. But care must be taken to avoid producing a "mad cow".

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 Policy Bridge Design Pattern

webeditor

04 June 2007 11:59:00 +01:00

Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components.

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.

Continuous Integration with CruiseControl.Net

webeditor

04 June 2007 11:57:00 +01:00

Is CC any good? How could it be better? Did it make a real difference where it was installed? Should we all give it a go?

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.

Working with GNU Export Maps

webeditor

04 June 2007 11:56:00 +01:00

Taking control over the symbols exported from shared libraries built with the GNU toolchain.


  |<   <<   21   22   23   24   25   26   27   28   29   30   >>   >|
Sort by Date Title