Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #151 - June 2019
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o151 All of these categories |
- Options:
- View Article Map
- View Archives
The Model Student: A Primal Skyline (Part 3)
Description : The prime factors of the integers show some repeating patterns. Richard Harris investigates whether they have fractal properties.
Category: [ Programming Topics | Overload Journal #94 - December 2009 ]
Description : The prime factors of the integers show some repeating patterns. Richard Harris investigates whether they have fractal properties.
Category: [ Programming Topics | Overload Journal #94 - December 2009 ]
The Model Student: A Rube-ish Square (Part 2)
Description : A rube-ish square embodies some simple group theory. Richard Harris explores its properties.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
Description : A rube-ish square embodies some simple group theory. Richard Harris explores its properties.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
The Model Student: The ACCU 2010 Crypto Challenge
Description : Electronic computers advanced cryptography enormously. Richard Harris sets a challenge, and finds a solution.
Category: [ Programming Topics | Overload Journal #98 - August 2010 ]
Description : Electronic computers advanced cryptography enormously. Richard Harris sets a challenge, and finds a solution.
Category: [ Programming Topics | Overload Journal #98 - August 2010 ]
The New C++ Interview
Description : Pete Goodliffe introduces a new way to test programming skills.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 ]
Description : Pete Goodliffe introduces a new way to test programming skills.
Category: [ Programming Topics | CVu Journal Vol 30, #2 - May 2018 ]
The Open–Closed Principle (OCP)
Description : Changing requirements and environments can require cascading changes through software. Nan Wang demonstrates how the Open-Closed principle can minimise changes.
Category: [ Programming Topics | Overload Journal #113 - February 2013 ]
Description : Changing requirements and environments can require cascading changes through software. Nan Wang demonstrates how the Open-Closed principle can minimise changes.
Category: [ Programming Topics | Overload Journal #113 - February 2013 ]
The PfA Papers: The Clean Dozen
Description : 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.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
Description : 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.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
The Policy Bridge Design Pattern
Description : Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #79 - Jun 2007 ]
Description : Matthieu Gilson offers some thoughts on using a policy based mechanism to build efficient classes from loosely coupled components.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #79 - Jun 2007 ]
[
Learning
| Development Techniques
| Programming
]
The Practise of Programming
Description : A classic book on programming by Kernighan and Pike. Site contains book details, errata and additional information.
Source : Old site
Added on : 10 February 2006 21:39:54 +00:00
Description : A classic book on programming by Kernighan and Pike. Site contains book details, errata and additional information.
Source : Old site
Added on : 10 February 2006 21:39:54 +00:00
The Predicate Student: A Game of Six Integers
Description : How easily can you solve puzzles? Nigel Eke applies some logic.
Category: [ Programming Topics | Design of applications and programs ]
Description : How easily can you solve puzzles? Nigel Eke applies some logic.
Category: [ Programming Topics | Design of applications and programs ]
The Rise and Fall of Singleton Threaded
Description : Steve Love explores how 'Singletons' in design can seem a good idea at the time, why they are generally a mistake, and what to do if you have them.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #73 - Jun 2006 ]
Description : Steve Love explores how 'Singletons' in design can seem a good idea at the time, why they are generally a mistake, and what to do if you have them.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #73 - Jun 2006 ]
The Signs of Trouble: On Patterns, Humbleness and Lisp
Description : Patterns can be a controversial topic. Adam Petersen considers their cognitive and social value.
Category: [ Programming Topics | Overload Journal #113 - February 2013 ]
Description : Patterns can be a controversial topic. Adam Petersen considers their cognitive and social value.
Category: [ Programming Topics | Overload Journal #113 - February 2013 ]
The Singleton in C++ - A force for good?
Description : Alexander Nasonov addresses some problems that arise when using Singleton in C++.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #76 - Dec 2006 ]
Description : Alexander Nasonov addresses some problems that arise when using Singleton in C++.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #76 - Dec 2006 ]
The Standard Report
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
The Tale of a Struggling Template Programmer
Category: [ Programming Topics | Overload Journal #61 - Jun 2004 ]
Category: [ Programming Topics | Overload Journal #61 - Jun 2004 ]
The Tao of Scratch
Description : Scratch is an environment designed to help young people learn to code. Patrick Martin walks us through it.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Scratch is an environment designed to help young people learn to code. Patrick Martin walks us through it.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
The Universality and Expressiveness of std::accumulate
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 : 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 ]
The uses and abuses of inheritence
Category: [ Programming Topics | Overload Journal #17/18 - Jan 1997 ]
Category: [ Programming Topics | Overload Journal #17/18 - Jan 1997 ]
The Virtual Interview
Description : John Max Skaller was interviewed by Sean A. Corfield
Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Process Topics | Overload Journal #5 - Sep 1994 ]
Description : John Max Skaller was interviewed by Sean A. Corfield
Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Process Topics | Overload Journal #5 - Sep 1994 ]
Thonny: Python IDE for Beginners
Description : Silas S. Brown introduces a new Python IDE.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]
Description : Silas S. Brown introduces a new Python IDE.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]