Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Journals > Overload |
• Blogs
- ACCU magic
(Not Really So) New Niche for C++: Browser!?
Description : How do you run C++ in a browser? Sergey Ignatchenko demonstrates how to use Emscripten. by Sergey Ignatchenko
Category: [ Overload Journal #138 - April 2017 | Programming Topics ]
Description : How do you run C++ in a browser? Sergey Ignatchenko demonstrates how to use Emscripten. by Sergey Ignatchenko
Category: [ Overload Journal #138 - April 2017 | Programming Topics ]
Contractual Loopholes
Description : Compilers can optimise away functions you may want to time. Deák Ferenc explores ways to stop this happening. by Deák Ferenc
Category: [ Overload Journal #138 - April 2017 | Programming Topics ]
Description : Compilers can optimise away functions you may want to time. Deák Ferenc explores ways to stop this happening. by Deák Ferenc
Category: [ Overload Journal #138 - April 2017 | Programming Topics ]
All About the Base
Description : Representing numbers presents many choices. Teedy Deigh counts the ways. by Teedy Deigh
Category: [ Overload Journal #138 - April 2017 ]
Description : Representing numbers presents many choices. Teedy Deigh counts the ways. by Teedy Deigh
Category: [ Overload Journal #138 - April 2017 ]
Editorial: The Uncertainty Guidelines
Description : Uncertainty can be overwhelming. Frances Buontempo embraces the advantages of ambiguity. by Frances Buontempo
Category: [ Overload Journal #137 - February 2017 | Journal Editorial ]
Description : Uncertainty can be overwhelming. Frances Buontempo embraces the advantages of ambiguity. by Frances Buontempo
Category: [ Overload Journal #137 - February 2017 | Journal Editorial ]
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. by Russel Winder
Category: [ Overload Journal #137 - February 2017 | Programming Topics ]
Description : Property based testing is all the rage. Russel Winder walks us through an example of properties an arithmetic mean function should have. by Russel Winder
Category: [ Overload Journal #137 - February 2017 | Programming Topics ]
The Importance of Back-of-Envelope Estimates
Description : Guestimate questions make many people grumble. Sergey Ignatchenko reminds us why they matter. by Sergey Ignatchenko
Category: [ Overload Journal #137 - February 2017 | Programming Topics | Process Topics ]
Description : Guestimate questions make many people grumble. Sergey Ignatchenko reminds us why they matter. by Sergey Ignatchenko
Category: [ Overload Journal #137 - February 2017 | Programming Topics | Process Topics ]
Multiprocessing and Clusters in Python
Description : Multiprocessing is possible in Python. Silas S. Brown shows us various ways. by Silas S. Brown
Category: [ Overload Journal #137 - February 2017 | Programming Topics ]
Description : Multiprocessing is possible in Python. Silas S. Brown shows us various ways. by Silas S. Brown
Category: [ Overload Journal #137 - February 2017 | Programming Topics ]
doctest – the Lightest C++ Unit Testing Framewor
Description : C++ has many unit testing frameworks. Viktor Kirilov introduces doctest. by Viktor Kirilov
Category: [ Overload Journal #137 - February 2017 | Programming Topics ]
Description : C++ has many unit testing frameworks. Viktor Kirilov introduces doctest. by Viktor Kirilov
Category: [ Overload Journal #137 - February 2017 | Programming Topics ]
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. by Robert Ramey
Category: [ Overload Journal #137 - February 2017 | Programming Topics ]
Description : Results of C++ integer operations are not guaranteed to be arithmetically correct. Robert Ramey introduces a library to enforce correct behaviour. by Robert Ramey
Category: [ Overload Journal #137 - February 2017 | Programming Topics ]
Afterwood
Description : Trying to find a good candidate for a role is hard. Chris Oldwood reminisces on various factors that influence interviewers. by Chris Oldwood
Category: [ Overload Journal #137 - February 2017 | Programming Topics ]
Description : Trying to find a good candidate for a role is hard. Chris Oldwood reminisces on various factors that influence interviewers. by Chris Oldwood
Category: [ Overload Journal #137 - February 2017 | Programming Topics ]
Editorial: The Font of Wisdom
Description : The choice of typeface can convey a tone. Frances Buontempo considers the plethora of dilemmas this presents. by Frances Buontempo
Category: [ Overload Journal #136 - December 2016 | Journal Editorial ]
Description : The choice of typeface can convey a tone. Frances Buontempo considers the plethora of dilemmas this presents. by Frances Buontempo
Category: [ Overload Journal #136 - December 2016 | Journal Editorial ]
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. by Alan Griffiths
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
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. by Alan Griffiths
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Overloading with Concepts
Description : Concepts can play a role in function overloading. Andrew Sutton shows us how. by Andrew Sutton
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Description : Concepts can play a role in function overloading. Andrew Sutton shows us how. by Andrew Sutton
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
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. by Sergey Ignatchenko and Dmytro Ivanchykhin
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Description : Serialising and de-serialising is a common problem. Sergey Ignatchenko and Dmytro Ivanchykhin demonstrate one way to do this quickly. by Sergey Ignatchenko and Dmytro Ivanchykhin
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Modern C++ Features: User-Defined Literals
Description : User-defined literals were introduced in C++11. Arne Mertz walks us through their use. by Arne Mertz
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Description : User-defined literals were introduced in C++11. Arne Mertz walks us through their use. by Arne Mertz
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Python Streams vs Unix Pipes
Description : Dealing with an infinite sequence requires some thought. Thomas Guest presents various ways to approach such a problem. by Thomas Guest
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Description : Dealing with an infinite sequence requires some thought. Thomas Guest presents various ways to approach such a problem. by Thomas Guest
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Letter
Description : Silas S. Brown comments on Steve Love's recent article. by Silas S. Brown
Category: [ Overload Journal #136 - December 2016 | Letters to the Editor ]
Description : Silas S. Brown comments on Steve Love's recent article. by Silas S. Brown
Category: [ Overload Journal #136 - December 2016 | Letters to the Editor ]
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. by Eleanor McHugh
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Description : Go provides a way to write efficient concurrent programs in a C-like language. Eleanor McHugh shares a "Hello, world!" tutorial. by Eleanor McHugh
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Afterwood
Description : One JavaScript module was removed and every Node.js build was knocked for six. Chris Oldwood fictionalises the tale. by Chris Oldwood
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Description : One JavaScript module was removed and every Node.js build was knocked for six. Chris Oldwood fictionalises the tale. by Chris Oldwood
Category: [ Overload Journal #136 - December 2016 | Programming Topics ]
Editorial: Ain’t that the truth?!
Description : Witnesses promise to tell the truth, the whole truth and nothing but the truth. Frances Buontempo wonders what truth actually means. by Frances Buontempo
Category: [ Overload Journal #135 - October 2016 | Journal Editorial ]
Description : Witnesses promise to tell the truth, the whole truth and nothing but the truth. Frances Buontempo wonders what truth actually means. by Frances Buontempo
Category: [ Overload Journal #135 - October 2016 | Journal Editorial ]