Advertisement
Membership
Login
ACCU Buttons
Programming Topics or CVu Journal Vol 32, #2 - May 2020
Browse in : |
All
> Topics
> Programming All > Journals > CVu > 322 All of these categories |
- Options:
- View Article Map
- View Archives
On the Defensive
Description : Pete Goodliffe demonstrates defensive programming techniques for robust code.
Category: [ Programming Topics | CVu Journal Vol 29, #1 - March 2017 ]
Description : Pete Goodliffe demonstrates defensive programming techniques for robust code.
Category: [ Programming Topics | CVu Journal Vol 29, #1 - March 2017 ]
Beyond Functional Programming: Manipulate Functions with the J Language
Description : Adam Tornhill explores a different kind of programming language.
Category: [ Programming Topics | CVu Journal Vol 29, #1 - March 2017 ]
Description : Adam Tornhill explores a different kind of programming language.
Category: [ Programming Topics | CVu Journal Vol 29, #1 - March 2017 ]
Mean Properties
Description : Property based testing is all the rage. Russel Winder walks us through an example of properties an arithmetic mean function should have.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Description : Property based testing is all the rage. Russel Winder walks us through an example of properties an arithmetic mean function should have.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
The Importance of Back-of-Envelope Estimates
Description : Guestimate questions make many people grumble. Sergey Ignatchenko reminds us why they matter.
Category: [ Programming Topics | Process Topics | Overload Journal #137 - February 2017 ]
Description : Guestimate questions make many people grumble. Sergey Ignatchenko reminds us why they matter.
Category: [ Programming Topics | Process Topics | Overload Journal #137 - February 2017 ]
Multiprocessing and Clusters in Python
Description : Multiprocessing is possible in Python. Silas S. Brown shows us various ways.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Description : Multiprocessing is possible in Python. Silas S. Brown shows us various ways.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
doctest – the Lightest C++ Unit Testing Framewor
Description : C++ has many unit testing frameworks. Viktor Kirilov introduces doctest.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Description : C++ has many unit testing frameworks. Viktor Kirilov introduces doctest.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Correct Integer Operations with Minimal Runtime Penalties
Description : Results of C++ integer operations are not guaranteed to be arithmetically correct. Robert Ramey introduces a library to enforce correct behaviour.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Description : Results of C++ integer operations are not guaranteed to be arithmetically correct. Robert Ramey introduces a library to enforce correct behaviour.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Afterwood
Description : Trying to find a good candidate for a role is hard. Chris Oldwood reminisces on various factors that influence interviewers.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
Description : Trying to find a good candidate for a role is hard. Chris Oldwood reminisces on various factors that influence interviewers.
Category: [ Programming Topics | Overload Journal #137 - February 2017 ]
A Case of Mistaken Identity
Description : Chris Oldwood puts values to the test.
Category: [ Programming Topics | Process Topics | CVu Journal Vol 28, #6 - January 2017 ]
Description : Chris Oldwood puts values to the test.
Category: [ Programming Topics | Process Topics | CVu Journal Vol 28, #6 - January 2017 ]
Turnabout is Fair Play
Description : Baron M is still game for a wager.
Category: [ Programming Topics | CVu Journal Vol 28, #6 - January 2017 ]
Description : Baron M is still game for a wager.
Category: [ Programming Topics | CVu Journal Vol 28, #6 - January 2017 ]
A Class What I Wrote
Description : Paul Grenyer reduces the boilerplate with simple abstraction.
Category: [ Programming Topics | CVu Journal Vol 28, #6 - January 2017 ]
Description : Paul Grenyer reduces the boilerplate with simple abstraction.
Category: [ Programming Topics | CVu Journal Vol 28, #6 - January 2017 ]
Kate Gregory: An Interview
Description : Emyr Williams returns with a new interview from the world of programming.
Category: [ Programming Topics | CVu Journal Vol 28, #6 - January 2017 ]
Description : Emyr Williams returns with a new interview from the world of programming.
Category: [ Programming Topics | CVu Journal Vol 28, #6 - January 2017 ]
Code Critique Competition 103
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 28, #6 - January 2017 ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 28, #6 - January 2017 ]
The MirAL Story
Description : The X-Windows system is all-pervasive but struggles with security and performance graphics. Alan Griffiths introduces Mir Abstraction Layer to deal with these issues.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Description : The X-Windows system is all-pervasive but struggles with security and performance graphics. Alan Griffiths introduces Mir Abstraction Layer to deal with these issues.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Overloading with Concepts
Description : Concepts can play a role in function overloading. Andrew Sutton shows us how.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Description : Concepts can play a role in function overloading. Andrew Sutton shows us how.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Ultra-fast Serialization of C++ Objects
Description : Serialising and de-serialising is a common problem. Sergey Ignatchenko and Dmytro Ivanchykhin demonstrate one way to do this quickly.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Description : Serialising and de-serialising is a common problem. Sergey Ignatchenko and Dmytro Ivanchykhin demonstrate one way to do this quickly.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Modern C++ Features: User-Defined Literals
Description : User-defined literals were introduced in C++11. Arne Mertz walks us through their use.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Description : User-defined literals were introduced in C++11. Arne Mertz walks us through their use.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Python Streams vs Unix Pipes
Description : Dealing with an infinite sequence requires some thought. Thomas Guest presents various ways to approach such a problem.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Description : Dealing with an infinite sequence requires some thought. Thomas Guest presents various ways to approach such a problem.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Hello World in Go
Description : Go provides a way to write efficient concurrent programs in a C-like language. Eleanor McHugh shares a "Hello, world!" tutorial.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Description : Go provides a way to write efficient concurrent programs in a C-like language. Eleanor McHugh shares a "Hello, world!" tutorial.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Afterwood
Description : One JavaScript module was removed and every Node.js build was knocked for six. Chris Oldwood fictionalises the tale.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]
Description : One JavaScript module was removed and every Node.js build was knocked for six. Chris Oldwood fictionalises the tale.
Category: [ Programming Topics | Overload Journal #136 - December 2016 ]