Advertisement
Membership
Login
ACCU Buttons
Programming Topics or CVu Journal Vol 29, #4 - September 2017
Browse in : |
All
> Topics
> Programming All > Journals > CVu > 294 All of these categories |
- Options:
- View Article Map
- View Archives
9.7 Things Every Programmer Really, Really Should Know
Description : Most of us have heard of the twelve step program. Teedy Deigh introduces a 9.7 step plan for programmers.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Most of us have heard of the twelve step program. Teedy Deigh introduces a 9.7 step plan for programmers.
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 ]
An Open Question (or How I Learned To Stop Worrying And Love Public Wi-Fi)
Description : Vertices examines some of the dangers of using other people’s networks.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Description : Vertices examines some of the dangers of using other people’s networks.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Groovy and Grails eXchange 2015
Description : Ralph McArdell reports on his conference experiences.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Description : Ralph McArdell reports on his conference experiences.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Fifteen Love
Description : Baron M sets a new puzzle for students of curious conundrums.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Description : Baron M sets a new puzzle for students of curious conundrums.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Using Clara to Parse Command Lines in C++
Description : Malcolm Noyes demonstrates how to get up and running.
Category: [ Programming Topics | CVu Journal Vol 28, #1 - March 2016 ]
Description : Malcolm Noyes demonstrates how to get up and running.
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 ]
Defining Concepts
Description : Concepts provide a new way of constraining code. Andrew Sutton shows us how to define and use them.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : Concepts provide a new way of constraining code. Andrew Sutton shows us how to define and use them.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
On Zero-Side-Effect Interactive Programming, Actors, and FSMs
Description : Functional programming is alien to many programmers. Sergey Ignatchenko considers parallels between actors and finite state machines.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : Functional programming is alien to many programmers. Sergey Ignatchenko considers parallels between actors and finite state machines.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Template Programming Compile Time Combinations & Sieves
Description : Functional style frequently uses sequences. Nick Weatherhead applies these ideas to combinations in C++.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : Functional style frequently uses sequences. Nick Weatherhead applies these ideas to combinations in C++.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Classdesc: A Reflection System for C++11
Description : C++ lacks direct support for reflection. Russell Standish brings an automated reflection system for C++, Classdesc, up to date.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : C++ lacks direct support for reflection. Russell Standish brings an automated reflection system for C++, Classdesc, up to date.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
QM Bites : Maximising Discoverability of Virtual Methods
Description : C++11 introduced override as a contextual keyword. Matthew Wilson encourages us to use it.
Category: [ Programming Topics | Overload Journal #131 - February 2016 ]
Description : C++11 introduced override as a contextual keyword. Matthew Wilson encourages us to use it.
Category: [ Programming Topics | Overload Journal #131 - February 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 ]
Bug Hunting
Description : Pete Goodliffe continues the hunt for software faults.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Description : Pete Goodliffe continues the hunt for software faults.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Finding Text
Description : Chris Oldwood hunts for the right tool to search text files.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Description : Chris Oldwood hunts for the right tool to search text files.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
in vivo, in vitro, in silico
Description : Frances Buontempo examines the idea of software vivisection.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Description : Frances Buontempo examines the idea of software vivisection.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
"HTTPS Everywhere" considered harmful
Description : Silas S. Brown considers an unintended cost of security.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Description : Silas S. Brown considers an unintended cost of security.
Category: [ Programming Topics | CVu Journal Vol 27, #6 - January 2016 ]
Once Again on TCP vs UDP
Description : TCP and UDP have different properties. Sergey Ignatchenko weighs up their pros and cons.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : TCP and UDP have different properties. Sergey Ignatchenko weighs up their pros and cons.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Type Mosaicing with Consultables and Delegates
Description : If several classes need to work together lots of boilerplate code is often needed. Nicolas Bouillot introduces type mosaicing to avoid this.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : If several classes need to work together lots of boilerplate code is often needed. Nicolas Bouillot introduces type mosaicing to avoid this.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
The Universality and Expressiveness of std::accumulate
Description : Folding is a highly generic operation available through std::accumulate. Paul Keir goes beyond reduction, with the help of C++14’s polymorphic lambdas.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]
Description : Folding is a highly generic operation available through std::accumulate. Paul Keir goes beyond reduction, with the help of C++14’s polymorphic lambdas.
Category: [ Programming Topics | Overload Journal #130 - December 2015 ]