Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #123 - October 2014
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o123 All of these categories |
- Options:
- View Article Map
- View Archives
Encryption
Description : Kevin Highley implements a common technique for secure communication.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : Kevin Highley implements a common technique for secure communication.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Come Code With Me
Description : Alan Griffiths outlines an Open Source project and invites contributions.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : Alan Griffiths outlines an Open Source project and invites contributions.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
On Fifteen Love
Description : A student demystifies the Baron’s game of cards.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : A student demystifies the Baron’s game of cards.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Standards Report
Description : Jonathan Wakely reports from the latest C and C++ meetings.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : Jonathan Wakely reports from the latest C and C++ meetings.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Code Critique Competition 99
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : Set and collated by Roger Orr. A book prize is awarded for the best entry.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
The Tao of Scratch
Description : Scratch is an environment designed to help young people learn to code. Patrick Martin walks us through it.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Scratch is an environment designed to help young people learn to code. Patrick Martin walks us through it.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Knowledge-Sharing Architects As An Alternative to Coding Architects
Description : Should architects write code? Sergy Ignatchenko explores this controversial subject.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Should architects write code? Sergy Ignatchenko explores this controversial subject.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
QM Bites: Understand Windows OS Identification Preprocessor Macros
Description : There’s confusion between user-defined and predefined Windows 32/64-bit operating-system identification macros. Matthew Wilson shines light on the issue.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : There’s confusion between user-defined and predefined Windows 32/64-bit operating-system identification macros. Matthew Wilson shines light on the issue.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
How to Diffuse Your Way Out of a Paper Bag
Description : Diffusion models can be used in many areas. Frances Buontempo applies them to paper bag escapology.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Diffusion models can be used in many areas. Frances Buontempo applies them to paper bag escapology.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Stufftar
Description : How do you quickly transfer data from one machine to another? Ian Bruntlett shows us the bash script he uses.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : How do you quickly transfer data from one machine to another? Ian Bruntlett shows us the bash script he uses.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
QM Bites: looping for-ever
Description : Never-ending loop constructs can confound user and compiler in subtle ways. Matthew Wilson offers advice to maximise portability and transparency.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Never-ending loop constructs can confound user and compiler in subtle ways. Matthew Wilson offers advice to maximise portability and transparency.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Using Enum Classes as Bitfields
Description : Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
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 ]