Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #95 - February 2010
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 95 All of these categories |
- Options:
- View Article Map
- View Archives
Static Analysis in GCC and Clang
Description : Silas S. Brown shares some experiences of analysing code.
Category: [ Programming Topics | CVu Journal Vol 32, #3 - July 2020 ]
Description : Silas S. Brown shares some experiences of analysing code.
Category: [ Programming Topics | CVu Journal Vol 32, #3 - July 2020 ]
Some Objects Are More Equal Than Others
Description : Comparing objects is a fundamental operation. Steve Love and Roger Orr consider different language approaches.
Category: [ Programming Topics | Overload Journal #157 - June 2020 ]
Description : Comparing objects is a fundamental operation. Steve Love and Roger Orr consider different language approaches.
Category: [ Programming Topics | Overload Journal #157 - June 2020 ]
Static C library and GNU Make
Description : Ian Bruntlett shares his experiences with using ‘make’ to build a small test project.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Description : Ian Bruntlett shares his experiences with using ‘make’ to build a small test project.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Scenarios Using Custom DSLs
Description : Natural-language BDD can be hard to maintain. Liz Keogh demonstrates a simple code-based alternative.
Category: [ Programming Topics | Overload Journal #153 - October 2019 ]
Description : Natural-language BDD can be hard to maintain. Liz Keogh demonstrates a simple code-based alternative.
Category: [ Programming Topics | Overload Journal #153 - October 2019 ]
Space invaders in Elm
Description : Elm is a functional language which compiles to JavaScript. Ossi Hanhinen provides an overview.
Category: [ Programming Topics | Overload Journal #138 - April 2017 ]
Description : Elm is a functional language which compiles to JavaScript. Ossi Hanhinen provides an overview.
Category: [ Programming Topics | Overload Journal #138 - April 2017 ]
Single Module Builds – The Fastest Heresy in Town
Description : Unity builds can be controversial. Andy Thomason shows how much difference they can make to build times.
Category: [ Programming Topics | Overload Journal #138 - April 2017 ]
Description : Unity builds can be controversial. Andy Thomason shows how much difference they can make to build times.
Category: [ Programming Topics | Overload Journal #138 - April 2017 ]
Smarter, Not Harder
Description : Pete Goodliffe tries to solve the right problems the right way.
Category: [ Programming Topics | Process Topics | CVu Journal Vol 28, #4 - September 2016 ]
Description : Pete Goodliffe tries to solve the right problems the right way.
Category: [ Programming Topics | Process Topics | CVu Journal Vol 28, #4 - September 2016 ]
Standards Report
Description : Jonathan Wakely brings the latest news.
Category: [ Programming Topics | CVu Journal Vol 28, #4 - September 2016 ]
Description : Jonathan Wakely brings the latest news.
Category: [ Programming Topics | CVu Journal Vol 28, #4 - September 2016 ]
Some Big-Os are Bigger Than Others
Description : Big-O notation is often used to compare algorithms. Sergey Ignatchenko reminds us that asymptotic limits might not be generally applicable.
Category: [ Programming Topics | Overload Journal #134 - August 2016 ]
Description : Big-O notation is often used to compare algorithms. Sergey Ignatchenko reminds us that asymptotic limits might not be generally applicable.
Category: [ Programming Topics | Overload Journal #134 - August 2016 ]
Standards Report
Description : Jonathan Wakely reports from the latest C and C++ meetings.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : Jonathan Wakely reports from the latest C and C++ meetings.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Stufftar
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 : 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 ]
Sliding Window Filters : A Set-based Implementation
Description : Omar Bashir presents an implementation using pre-sorted data to reduce CPU load.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Description : Omar Bashir presents an implementation using pre-sorted data to reduce CPU load.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Software Development Is...
Description : Pete Goodliffe defines the art, science, craft (and child’s play) of software development.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Description : Pete Goodliffe defines the art, science, craft (and child’s play) of software development.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
So Why is Spock Such a Big Deal?
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 ]
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 ]
Standards Report
Description : Jonathan Wakely reports the latest on C++17 and beyond.
Category: [ Programming Topics | CVu Journal Vol 27, #4 - September2015 ]
Description : Jonathan Wakely reports the latest on C++17 and beyond.
Category: [ Programming Topics | CVu Journal Vol 27, #4 - September2015 ]
Split and Merge Revisited
Description : Vassili Kaplan makes improvements to the Expression Parser.
Category: [ Programming Topics | CVu Journal Vol 27, #3 - July 2015 ]
Description : Vassili Kaplan makes improvements to the Expression Parser.
Category: [ Programming Topics | CVu Journal Vol 27, #3 - July 2015 ]
Split and Merge – Another Algorithm for Parsing Mathematical Expressions
Description : Vassili Kaplan presents an alternative to Dijkstra’s algorithm.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Description : Vassili Kaplan presents an alternative to Dijkstra’s algorithm.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Standards Report
Description : Mark Radford reports the latest from the C++ Standards meetings.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Description : Mark Radford reports the latest from the C++ Standards meetings.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Seeing the Wood for the Trees
Description : The outdoors is fabled to be great. Teedy Deigh suggests your code reflects your environment without ever having to look out of the window.
Category: [ Programming Topics | Overload Journal #126 - April 2015 ]
Description : The outdoors is fabled to be great. Teedy Deigh suggests your code reflects your environment without ever having to look out of the window.
Category: [ Programming Topics | Overload Journal #126 - April 2015 ]
Simple Android programming with WebKit
Description : Silas S. Brown shares his trials with developing for mobile devices.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]
Description : Silas S. Brown shares his trials with developing for mobile devices.
Category: [ Programming Topics | CVu Journal Vol 27, #1 - March 2015 ]