ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Browse in : > Journals > Overload > o125
• Programming +

• LettersEditor +

• o125 +
  • Overload 26 PDF
  • Overload 25 PDF
  • Overload 24 PDF
  • Overload 23 PDF
  • Overload 22 PDF
  • Overload 21 PDF
  • Overload 20 PDF
  • Overload 19 PDF
  • Overload 16 PDF
  • Overload 15 PDF
  • Overload 14 PDF
  • Overload 13 PDF
  • Overload 12 PDF
  • Overload 11 PDF
  • Overload 10 PDF
  • Overload 9 PDF
  • Overload 8 PDF
  • Overload 7 PDF

Valgrind Part 1 – Introduction
Description : Good analysis tools can really help track down problems. Paul Floyd investigates the facilities from a suite of tools. by Paul Floyd
Category: [ Overload Journal #108 - April 2012 | Programming Topics ]
Mutation Testing
Description : We all know that testing improves our code, guarding against errors. Filip van Laenen asks how we know that the tests are comprehensive? by Filip van Laenen
Category: [ Overload Journal #108 - April 2012 | Programming Topics ]
Unit Testing Compilation Failure
Description : We usually test that our code does what we expect. Pete Barber tries to prove that his code fails to compile. by Pete Barber
Category: [ Overload Journal #108 - April 2012 | Programming Topics ]
Refactoring Towards Seams in C++
Description : Breaking dependencies in existing code is hard. Michael Rüegg explains how seams can help and provides new automated refactorings for C++ to achieve them. by Michael Rüegg
Category: [ Overload Journal #108 - April 2012 | Programming Topics ]
Compiling a Static Web Site Using the C Preprocessor
Description : Sometimes the obvious way is still too complex. Sergey Ignatchenko relates how ‘No Bugs’ Bunny found an unexpectedly simple approach to creating a web site. by Sergey Ignatchenko
Category: [ Overload Journal #108 - April 2012 | Programming Topics ]
Memory Leaks and Memory Leaks
Description : Correct use of memory is a major occupation of software development. Sergey Ignatchenko considers what we mean by ‘correct’. by Sergey Ignatchenko
Category: [ Overload Journal #107 - February 2012 | Programming Topics ]
Many Slices of π
Description : Many numberic estimation techniques are easily parallelisable. Steve Love employs multi-threading, message passing, and more in search of π. by Steve Love
Category: [ Overload Journal #107 - February 2012 | Programming Topics ]
Why Computer Algebra Won’t Cure Your Calculus Blues
Description : We still haven’t found how to accurately do calculus. Richard Harris revisits an algebraic technique. by Richard Harris
Category: [ Overload Journal #107 - February 2012 | Programming Topics ]
The Eternal Battle Against Redundancies, Part 2
Description : Repeated information leads to poor quality software. Christoph Knabe continues to see how removing them has influenced language design. by Christoph Knabe
Category: [ Overload Journal #107 - February 2012 | Programming Topics ]
A Practical Introduction to Erlang
Description : The future of massively parallel hardware will need good language support. Alexander Demin takes a look at an unexpected approach. by Alexander Demin
Category: [ Overload Journal #107 - February 2012 | Programming Topics ]
The Eternal Battle Against Redundancies, Part I
Description : The drive to remove redundancies is widely seen as a good thing. Christoph Knabe sees how it has influenced programming languages. by Christoph Knabe
Category: [ Overload Journal #106 - December 2011 | Programming Topics ]
RAII is not Garbage
Description : Many think that Garbage Collection frees the programmer from cleanup tasks. Paul Grenyer compares and contrasts it with a classic C++ idiom. by Paul Grenyer
Category: [ Overload Journal #106 - December 2011 | Programming Topics ]
Why Polynomial Approximation Won't Cure Your Calculus Blues
Description : We’re still trying to find a good way to approach numerical computing. Richard Harris tries to get as close as possible. by Richard Harris
Category: [ Overload Journal #106 - December 2011 | Programming Topics ]
Concurrent Programming with Go
Description : Concurrency is becoming ever more important. Mark Summerfield looks at the approach of the new language Go. by Mark Summerfield
Category: [ Overload Journal #106 - December 2011 | Programming Topics ]
Why Finite Differences Won’t Cure Your Calculus Blues
Description : Now we know our problem in depth. Richard Harris analyses if a common technique will work adequately. by Richard Harris
Category: [ Overload Journal #105 - October 2011 | Programming Topics ]
Outsource Your Self-Discipline
Description : It’s all too easy to skip those tedious but vital steps towards code quality. Filip van Laenen suggests getting someone else to do them. by Filip van Laenen
Category: [ Overload Journal #105 - October 2011 | Programming Topics ]
Picking Patterns for Parallel Programs (Part 1)
Description : Designing programs for multi-core systems can be extremely complex. Anthony Williams suggests some patterns to keep things under control. by Anthony Williams
Category: [ Overload Journal #105 - October 2011 | Programming Topics ]
Intellectual Property – a Crash Course for Developers
Description : Interpreting law is a tricky business. Sergey Ignatchenko introduces someone who can help you avoid expensive mistakes. by Sergey Ignatchenko
Category: [ Overload Journal #105 - October 2011 | Programming Topics ]
Over-Generic Use of Abstractons as a Major Cause of Wasting Resources
Description : We often find ways to hide complexity. Sergey Ignatchenko looks at how this can be sub-optimal. by Sergey Ignatchenko
Category: [ Overload Journal #104 - August 2011 | Programming Topics ]
Thread-Safe Access Guards
Description : Ensuring safe access to shared data can be cumbersome and error-prone. Bjørn Reese presents a technique to help. by Bjørn Reese
Category: [ Overload Journal #104 - August 2011 | Programming Topics ]
  |<   <<   11   12   13   14   15   16   17   18   19   20   >>   >|