Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #145 - June 2018
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o145 All of these categories |
- Options:
- View Article Map
- View Archives
Code Critique Competition 106
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 29, #3 - July 2017 ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 29, #3 - July 2017 ]
Allocator for (Re)Actors with Optional Kinda-Safety and Relocation
Description : How do you deal with memory for (Re)Actors? Sergey Ignatchenko proposes an allocation scheme.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Description : How do you deal with memory for (Re)Actors? Sergey Ignatchenko proposes an allocation scheme.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Initialization in C++ is Bonkers
Description : Uninitialised variables can cause problems. Simon Brand reminds us how complicated it can get.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Description : Uninitialised variables can cause problems. Simon Brand reminds us how complicated it can get.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Vulkan and you – Khronos’ successor to OpenGL
Description : Various graphics APIs exist. Andy Thomason unravels the mysteries of Vulkan, the latest 3D Graphics API from Khronos, the custodians of OpenGL.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Description : Various graphics APIs exist. Andy Thomason unravels the mysteries of Vulkan, the latest 3D Graphics API from Khronos, the custodians of OpenGL.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Kotlin for C++ Developers
Description : What could a language the originated on the JVM possibly offer C or C++ devs? Hadi Hariri tells us.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Description : What could a language the originated on the JVM possibly offer C or C++ devs? Hadi Hariri tells us.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Getting Tuple Elements with a Runtime Index
Description : Accessing a tuple with a runtime index is a challenge. Anthony Williams shows us his approach.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Description : Accessing a tuple with a runtime index is a challenge. Anthony Williams shows us his approach.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
An Ode to Code
Description : Pete Goodliffe shares his annual programming practice poem.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
Description : Pete Goodliffe shares his annual programming practice poem.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
Myths about ‘Big Data’
Description : Reginald Garnepudi dispels some of the hype around one popular technology.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
Description : Reginald Garnepudi dispels some of the hype around one popular technology.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
On Turnabout is Fair Play
Description : A student responds to the Baron’s latest challenge.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
Description : A student responds to the Baron’s latest challenge.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
A Hollywood Take on Dangling Pointers?
Description : Silas S. Brown tells a fable about read-only variables.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
Description : Silas S. Brown tells a fable about read-only variables.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
Code Critique Competition 105
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 29, #2 - May 2017 ]
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 ]
(Not Really So) New Niche for C++: Browser!?
Description : How do you run C++ in a browser? Sergey Ignatchenko demonstrates how to use Emscripten.
Category: [ Programming Topics | Overload Journal #138 - April 2017 ]
Description : How do you run C++ in a browser? Sergey Ignatchenko demonstrates how to use Emscripten.
Category: [ Programming Topics | Overload Journal #138 - April 2017 ]
Contractual Loopholes
Description : Compilers can optimise away functions you may want to time. Deák Ferenc explores ways to stop this happening.
Category: [ Programming Topics | Overload Journal #138 - April 2017 ]
Description : Compilers can optimise away functions you may want to time. Deák Ferenc explores ways to stop this happening.
Category: [ Programming Topics | Overload Journal #138 - April 2017 ]
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 ]