Journal Articles
Browse in : |
All
> Journals
> Overload
|
o101 (6) |
o100 (7) |
99 (6) |
98 (7) |
97 (6) |
96 (5) |
95 (6) |
94 (6) |
93 (5) |
92 (7) |
91 (8) |
90 (8) |
89 (7) |
88 (7) |
87 (6) |
86 (7) |
85 (5) |
84 (4) |
83 (8) |
82 (7) |
81 (5) |
80 (7) |
79 (6) |
78 (8) |
77 (7) |
76 (5) |
75 (6) |
74 (7) |
73 (8) |
72 (6) |
71 (6) |
70 (7) |
69 (6) |
68 (6) |
67 (8) |
66 (7) |
65 (9) |
64 (5) |
63 (6) |
62 (8) |
61 (10) |
60 (8) |
59 (7) |
58 (8) |
57 (12) |
56 (6) |
55 (6) |
54 (10) |
53 (9) |
52 (7) |
51 (8) |
50 (7) |
49 (8) |
48 (7) |
47 (8) |
46 (5) |
45 (5) |
44 (7) |
43 (7) |
42 (9) |
41 (7) |
40 (5) |
39 (5) |
38 (6) |
37 (7) |
36 (7) |
35 (8) |
34 (11) |
33 (8) |
32 (11) |
31 (10) |
30 (11) |
29 (12) |
28 (10) |
27 (10) |
26 |
25 |
24 |
23 |
22 |
21 |
20 |
19 |
1718 (9) |
16 |
15 |
14 |
13 |
12 |
11 |
10 |
09 |
08 |
07 |
06 (8) |
04 (11) |
03 (13) |
02 (9) |
01 (12) |
|
|
- 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.
Designing Observers in C++11
Martin Moene
04 December 2014 19:07:40 +00:00
The observer pattern is over two decades old. Alan Griffiths fits a venerable design pattern into a contemporary context.
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.
Editorial: Finding your muse
Martin Moene
04 December 2014 19:00:25 +00:00
Lack of ideas and confidence can freeze an author. Frances Buontempo considers how to warm up.
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.
Order Notation in Practice
Martin Moene
03 December 2014 19:18:12 +00:00
What does complexity measurement mean? Roger Orr reminds us of the academic definition and looks at some real life situations.
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.
People of the .Doc
Martin Moene
02 December 2014 19:26:07 +00:00
Technical communication is often misunderstood by the world at large. Andrew Peck breaks down the rhetoric from a technical author’s perspective.
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 Drives the Need for Flexible Configuration
Martin Moene
01 December 2014 19:28:31 +00:00
Inflexible configuration will cause problems. Chris Oldwood demonstrates how to support multiple configurations flexibly.
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.
Editorial: Peer Reviewed
Martin Moene
08 October 2014 21:32:05 +01:00
Nobody gets it right first time. Frances Buontempo considers the importance of the review team.
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.
Debug Complexity: How Assertions Affect Debugging Time
Martin Moene
07 October 2014 21:41:16 +01:00
Debugging any program can be time consuming. Sergey Ignatchenko and Dmytro Ivanchykhin extend their mathematical model to consider the effect of assertions.
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.
Alternative Overloads
Martin Moene
06 October 2014 21:50:13 +01:00
How do you return a default value given a condition? Malcolm Noyes presents solutions using older and newer C++ techniques.
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.
Everyone Hates build.xml
Martin Moene
05 October 2014 21:52:51 +01:00
Using Ant build tool can be tricky. Andy Balaam shows how to structure and test the build code.
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.
Defining Visitors Inline in Modern C++
Martin Moene
04 October 2014 21:56:17 +01:00
The Visitor pattern can involve non-local boilerplate code. Robert Mill and Jonathan Coe present an inline Visitor in C++.
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.
A Scheduling Technique for Small Software Projects and Teams
Martin Moene
03 October 2014 22:05:58 +01:00
Despite myriad scheduling tools, projects still overrun. Bob Schmidt presents some tips for accurate scheduling.
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.
Paper Bag Escapology Using Particle Swarm Optimisation
Martin Moene
02 October 2014 22:20:39 +01:00
Some attempts at programming one’s way out of a paper bag need an upfront model. Frances Buontempo simplifies things using particle swarm optimisation.
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.
Feeding Back
Martin Moene
01 October 2014 22:25:06 +01:00
Feedback can be positive and negative. Kevlin Henney contemplates how to make feedback useful.
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.
Editorial: Shop ’til you Drop
Martin Moene
06 August 2014 15:52:11 +01:00
Deciding which tools to acquire can be a difficult decision. Frances Buontempo muses on a failed shopping trip.
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.
Does Test-Driven Development Harm Clarity?
Martin Moene
05 August 2014 16:05:50 +01:00
Is clarity the key thing to aim for when writing software? Andy Balaam considers if TDD harms clarity and if this matters.
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.
Musings on Python – by a C++ Developer
Martin Moene
04 August 2014 16:10:10 +01:00
Python and C++ are very different languages. Sergey Ignatchenko walks through things in Python that can confuse a C++ programmer.
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.
Activatable Object
Martin Moene
03 August 2014 19:30:42 +01:00
Using locks will slow down threaded code. Len Holgate demonstrates how an Activatable Object can reduce the time spent blocked.
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.
KISSing SOLID Goodbye
Martin Moene
02 August 2014 19:38:51 +01:00
Can you remember what SOLID stands for? Chris Oldwood distills it down to two easy to remember principles.
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.
TDD Discussions and Disagreements
Martin Moene
01 August 2014 19:47:09 +01:00
Recently people have been arguing about the benefits and pitfalls if TDD. Seb Rose summarises the differing standpoints and presents his own.
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.
Editorial: Very small or very far away:A sense of perspective
Martin Moene
06 June 2014 06:44:59 +01:00
A tension exists between being immersed in something and stepping back. Frances Buontempo considers the importance of taking a break.