Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #141 - October 2017
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o141 All of these categories |
- Options:
- View Article Map
- View Archives
Afterwood
Description : Tabs are controversial. Chris Oldwood reminds us of their many guises.
Category: [ Programming Topics | Overload Journal #142 - December 2017 ]
Description : Tabs are controversial. Chris Oldwood reminds us of their many guises.
Category: [ Programming Topics | Overload Journal #142 - December 2017 ]
Code Aesthetics
Description : Pete Goodliffe implores us to care (enough) about code beauty.
Category: [ Programming Topics | CVu Journal Vol 29, #5 - November 2017 | Professionalism in Programming, from CVu journal ]
Description : Pete Goodliffe implores us to care (enough) about code beauty.
Category: [ Programming Topics | CVu Journal Vol 29, #5 - November 2017 | Professionalism in Programming, from CVu journal ]
A Brief Introduction to Docker
Description : Silas S. Brown shares his experiences of setting up a virtual appliance.
Category: [ Programming Topics | CVu Journal Vol 29, #5 - November 2017 ]
Description : Silas S. Brown shares his experiences of setting up a virtual appliance.
Category: [ Programming Topics | CVu Journal Vol 29, #5 - November 2017 ]
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
This way up!
Description : Directions in computing can be very confusing. Frances Buontempo wonders if we know our right from left.
Category: [ Overload Journal #141 - October 2017 | Journal Editorial ]
Description : Directions in computing can be very confusing. Frances Buontempo wonders if we know our right from left.
Category: [ Overload Journal #141 - October 2017 | Journal Editorial ]
Letters to the Editor
Description : Silas has some comments on Deák Ferenc’s recent article:
Category: [ Overload Journal #141 - October 2017 | Letters to the Editor ]
Description : Silas has some comments on Deák Ferenc’s recent article:
Category: [ Overload Journal #141 - October 2017 | Letters to the Editor ]
Marking Benches
Description : Too slow! Russel Winder reminds us that benchmarking code performance is a complicated issue.
Category: [ Design of applications and programs | Overload Journal #141 - October 2017 ]
Description : Too slow! Russel Winder reminds us that benchmarking code performance is a complicated issue.
Category: [ Design of applications and programs | Overload Journal #141 - October 2017 ]
The Historical Context of Technology
Description : Certainty is elusive. Charles Tolman provides a historical context for foundational thinking.
Category: [ Overload Journal #141 - October 2017 ]
Description : Certainty is elusive. Charles Tolman provides a historical context for foundational thinking.
Category: [ Overload Journal #141 - October 2017 ]
‘Speedy Gonzales’ Serializing (Re)Actors via Allocators
Description : More speed! Sergey Ignatchenko completes his (Re)Actor allocator series with Part III.
Category: [ Programming Topics | Overload Journal #141 - October 2017 ]
Description : More speed! Sergey Ignatchenko completes his (Re)Actor allocator series with Part III.
Category: [ Programming Topics | Overload Journal #141 - October 2017 ]
Polymorphism in C++ – A Type Compatibility View
Description : Polymorphism can happen in many ways. Satprem Pamudurthy compiles an exhaustive matrix of approaches.
Category: [ Programming Topics | Overload Journal #141 - October 2017 ]
Description : Polymorphism can happen in many ways. Satprem Pamudurthy compiles an exhaustive matrix of approaches.
Category: [ Programming Topics | Overload Journal #141 - October 2017 ]
Open Source – And Still Deceiving Programmers
Description : Malware can hijack the normal flow of your program. Deák Ferenc walks through the ELF format to avoid malicious code injection.
Category: [ Internet Topics | Overload Journal #141 - October 2017 ]
Description : Malware can hijack the normal flow of your program. Deák Ferenc walks through the ELF format to avoid malicious code injection.
Category: [ Internet Topics | Overload Journal #141 - October 2017 ]
C++11 (and beyond) Exception Support
Description : C++11 introduced many new exception related features. Ralph McArdell gives a comprehensive overview.
Category: [ Programming Topics | Overload Journal #141 - October 2017 ]
Description : C++11 introduced many new exception related features. Ralph McArdell gives a comprehensive overview.
Category: [ Programming Topics | Overload Journal #141 - October 2017 ]
Afterwood
Description : Too soon! Chris Oldwood reviews optimisation in the development process.
Category: [ Process Topics | Overload Journal #141 - October 2017 ]
Description : Too soon! Chris Oldwood reviews optimisation in the development process.
Category: [ Process Topics | Overload Journal #141 - October 2017 ]
Thonny: Python IDE for Beginners
Description : Silas S. Brown introduces a new Python IDE.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]
Description : Silas S. Brown introduces a new Python IDE.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]
A Glint of Ruby
Description : Pete Cordell shares his experiences with learning a new scripting language.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]
Description : Pete Cordell shares his experiences with learning a new scripting language.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]
Why I Avoid PHP
Description : Silas S. Brown shares a war story.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]
Description : Silas S. Brown shares a war story.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]
Code Critique Competition 107
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 | Student Code Critiques from CVu journal. ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 | Student Code Critiques from CVu journal. ]
A C++ Developer Sees Rustlang for the First Time
Description : Rust claims to run blazingly fast, prevents segfaults, and guarantees thread safety. Katarzyna Macias provides an introduction for a C++ developer.
Category: [ Programming Topics | Overload Journal #140 - August 2017 ]
Description : Rust claims to run blazingly fast, prevents segfaults, and guarantees thread safety. Katarzyna Macias provides an introduction for a C++ developer.
Category: [ Programming Topics | Overload Journal #140 - August 2017 ]
Portable Console I/O via iostreams
Description : Portable streaming is challenging. Alf Steinbach describes how his library fixes problems with non-ASCII characters.
Category: [ Programming Topics | Overload Journal #140 - August 2017 ]
Description : Portable streaming is challenging. Alf Steinbach describes how his library fixes problems with non-ASCII characters.
Category: [ Programming Topics | Overload Journal #140 - August 2017 ]
Afterwood
Description : Chris Oldwood reminds us to fix the problem, not to blame.
Category: [ Programming Topics | Overload Journal #140 - August 2017 ]
Description : Chris Oldwood reminds us to fix the problem, not to blame.
Category: [ Programming Topics | Overload Journal #140 - August 2017 ]