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 : Agile processes can have an impact on QA departments. Greg Law considers how they can adapt to survive and even thrive.
Category: [ Process Topics | Overload Journal #132 - April 2016 ]
Description : Diffusion models can be used in many areas. Frances Buontempo applies them to paper bag escapology.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : How do you quickly transfer data from one machine to another? Ian Bruntlett shows us the bash script he uses.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Never-ending loop constructs can confound user and compiler in subtle ways. Matthew Wilson offers advice to maximise portability and transparency.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Most of us have heard of the twelve step program. Teedy Deigh introduces a 9.7 step plan for programmers.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
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 : Do you consider yourself unlucky? Frances Buontempo wonders what we can do to avoid disasters.
Category: [ Overload Journal #131 - February 2016 | Journal Editorial ]
Description : Concepts provide a new way of constraining code. Andrew Sutton shows us how to define and use them.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : Functional programming is alien to many programmers. Sergey Ignatchenko considers parallels between actors and finite state machines.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : Functional style frequently uses sequences. Nick Weatherhead applies these ideas to combinations in C++.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : C++ lacks direct support for reflection. Russell Standish brings an automated reflection system for C++, Classdesc, up to date.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : C++11 introduced override as a contextual keyword. Matthew Wilson encourages us to use it.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : Spock testing in a Java environment is all the rage. Russel Winder talks through the history of testing on the JVM and demonstrates why Spock is so groovy.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
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 introduction of a carrier bag tax has caused a little fuss. Frances Buontempo considers if it has lessons for programmers.
Category: [ Overload Journal #130 - December 2015 | Journal Editorial ]
Description : TCP and UDP have different properties. Sergey Ignatchenko weighs up their pros and cons.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : If several classes need to work together lots of boilerplate code is often needed. Nicolas Bouillot introduces type mosaicing to avoid this.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : Folding is a highly generic operation available through std::accumulate. Paul Keir goes beyond reduction, with the help of C++14’s polymorphic lambdas.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : Boolean parameters are tempting but make life difficult. Matthew Wilson advises us to avoid them (almost) all the time.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]