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.
Replace User, Strike Any Key?
Martin Moene
03 August 2012 22:40:45 +01:00
There is a common perception in the IT industry that the user is the primary source of all the problems. Sergey Ignatchenko asks if this is true.
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.
Simple Mock Objects for C++11
Martin Moene
02 August 2012 22:44:56 +01:00
New C++11 features can be used to implement mock objects for unit tests. Michael Rüegg shows us how he does this in Mockator.
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.
Large Objects and Iterator Blocks
Martin Moene
01 August 2012 22:49:10 +01:00
Arrays can cause memory issues in .Net. Frances Buontempo shows how iterator blocks can help to relieve the pressure.
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: It’s Not What You Know, It’s Who You Know
Martin Moene
07 June 2012 22:04:58 +01:00
Most human endeavours are not solitary pursuits. Ric Parkin looks at the interconnection of everyone.
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.
Programming Darwinism
Martin Moene
06 June 2012 18:15:23 +01:00
Have you ever thought your software had a life of its own? Sergey Ignatchenko wonders whether you might be right.
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.
What’s a Good Date?
Martin Moene
05 June 2012 18:18:01 +01:00
Implementing a data type seems simple at first glance. Björn Fahller investigates why you might choose a representation.
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.
Tail Call Optimisation in C++
Martin Moene
04 June 2012 18:26:55 +01:00
Stack based languages can be very powerful, but often can’t deal with arbitrary recursion. Andy Balaam finds a way around this limitation.
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.
All About XOR
Martin Moene
03 June 2012 18:32:50 +01:00
Boolean operators are the bedrock of computer logic. Michael Lewin investigates a common one and shows there’s more to it than meets the eye.
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.
Curiously Recursive Template Problems with Aspect Oriented Programming
Martin Moene
02 June 2012 19:12:49 +01:00
Hugo Arregui, Carlos Castro and Daniel Gutson work out how to combine two useful 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.
Valgrind Part 2 – Basic memcheck
Martin Moene
01 June 2012 18:22:10 +01:00
Learning how to use our tools well is a vital skill. Paul Floyd shows us how to check for memory problems.
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 Virtual Interview
Martin Moene
16 May 2012 21:42:00 +01:00
John Max Skaller was interviewed by Sean A. Corfield
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.
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.
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.
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.
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.
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.
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.
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.
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.