Advertisement
Membership
Login
ACCU Buttons
The ACCU Overload journals
Browse in : |
All
> Journals
> Overload
|
![]() |
![]() o101 |
![]() o100 |
![]() 99 |
![]() 98 |
![]() 97 |
![]() 96 |
![]() 95 |
![]() 94 |
![]() 93 |
![]() 92 |
![]() 91 |
![]() 90 |
![]() 89 |
![]() 88 |
![]() 87 |
![]() 86 |
![]() 85 |
![]() 84 |
![]() 83 |
![]() 82 |
![]() 81 |
![]() 80 |
![]() 79 |
![]() 78 |
![]() 77 |
![]() 76 |
![]() 75 |
![]() 74 |
![]() 73 |
![]() 72 |
![]() 71 |
![]() 70 |
![]() 69 |
![]() 68 |
![]() 67 |
![]() 66 |
![]() 65 |
![]() 64 |
![]() 63 |
![]() 62 |
![]() 61 |
![]() 60 |
![]() 59 |
![]() 58 |
![]() 57 |
![]() 56 |
![]() 55 |
![]() 54 |
![]() 53 |
![]() 52 |
![]() 51 |
![]() 50 |
![]() 49 |
![]() 48 |
![]() 47 |
![]() 46 |
![]() 45 |
![]() 44 |
![]() 43 |
![]() 42 |
![]() 41 |
![]() 40 |
![]() 39 |
![]() 38 |
![]() 37 |
![]() 36 |
![]() 35 |
![]() 34 |
![]() 33 |
![]() 32 |
![]() 31 |
![]() 30 |
![]() 29 |
![]() 28 |
![]() 27 |
![]() 26 |
![]() 25 |
![]() 24 |
![]() 23 |
![]() 22 |
![]() 21 |
![]() 20 |
![]() 19 |
![]() 1718 |
![]() 16 |
![]() 15 |
![]() 14 |
![]() 13 |
![]() 12 |
![]() 11 |
![]() 10 |
![]() 09 |
![]() 08 |
![]() 07 |
![]() 06 |
![]() 04 |
![]() 03 |
![]() 02 |
![]() 01 |
|
|
- Options:
- View Article Map
- View Archives
Description : YAGNI can seem vague. Sergey Ignatchenko offers a more precise definition.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Description : Singletons are much maligned. Omar Bashir considers why.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
Description : Walkable 3D environments can be automatically navigated. Stuart Golodetz demonstrates how navigation meshes achieve this.
Category: [ Programming Topics | Overload Journal #117 - October 2013 ]
Description : C++ provides many features for higher-level programming, but lacks some common ones present in other languages.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #117 - October 2013 ]
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.
Description : The last Overload editorial described a Fantasy Language. Now, how do you learn one?
Category: [ Overload Journal #116 - August 2013 | Journal Editorial ]
Description : Achieving very low latency is important. Sergey Ignatchenko asks how low can we go.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Description : Programs often run out of memory or grind to a halt. Chris Oldwood demonstrates how to add instrumentation to your code to track its performance.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Description : How hard can it be to make a file in C++ with international text literals in its name? Alf Steinbach shows us.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Description : Previously we saw how to use some simple dynamic features in C++. Alex Fabijanic and Richard Saunders explore more powerful dynamic tools.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Description : Should you declare (almost) everything auto? Roger Orr considers when auto is appropriate.
Category: [ Programming Topics | Overload Journal #116 - August 2013 ]
Description : Comprehensibility of end-to-end scenarios and quick feedback of unit tests are competing goals. Seb Rose introduces Cucumber with tags to meet both needs. [Hand edited from Test-HTML-1. Last changed: 10 July 2013, Martin Moene]
Source : Hand edited from Test-HTML-1, by Martin Moene.
Category: [ Overload test issue ]
Description : [Byline] This is a sample to see all the styles an Overload article may have as a webpage. Changed: 15, 4, 3 January 2014, 10 July 2013, Martin Moene
Category: [ Overload test issue ]
Description : Comprehensibility of end-to-end scenarios and quick feedback of unit tests are competing goals. Seb Rose introduces Cucumber with tags to meet both needs. [Generated from XML by Martin Moene; old XSL, apparently not matching current XML.]
Category: [ Overload test issue ]
Description : Comprehensibility of end-to-end scenarios and quick feedback of unit tests are competing goals. Seb Rose introduces Cucumber with tags to meet both needs. [HTML generated by Alison Peck. A hand edited version is at Test-HTML-2 by Martin Moene]
Source : HTML generated by Alison Peck.
Category: [ Overload test issue ]
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.
Description : Software is all about describing a solution to a computer. Ric Parkin imagines what his ideal dialect would sound like.
Category: [ Overload Journal #115 - June 2013 | Journal Editorial ]
Description : Superficially simple language features can be surprisingly complicated. Roger Orr explores a new one that is likely to be used widely.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
Description : Nowadays most programmers rely on network connectivity, often without really understanding the details. Sergey Ignatchenko compares and contrasts the two main protocols.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
Description : Language standards give guarantees about valid program behaviour. Olve Maudel discovers what happens if you break your end of the bargain.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]