Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #47 - Feb 2002
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > 47 All of these categories |
- Options:
- View Article Map
- View Archives
It’s About Time
Description : How easy is it to make code wait for a time period before doing something? Mike Crowe looks at ways to avoid problems when a system clock changes.
Category: [ Design of applications and programs | Overload Journal #156 - April 2020 ]
Description : How easy is it to make code wait for a time period before doing something? Mike Crowe looks at ways to avoid problems when a system clock changes.
Category: [ Design of applications and programs | Overload Journal #156 - April 2020 ]
Adding Python 3 Compatibility to Python 2 Code
Description : Silas S. Brown explains how to cope with the differences.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Description : Silas S. Brown explains how to cope with the differences.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Making a Linux Desktop – Launching Applications
Description : Alan Griffiths continues his series on the Mir desktop.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Description : Alan Griffiths continues his series on the Mir desktop.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
The Standard Report
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Design of applications and programs | CVu Journal Vol 32, #1 - March 2020 ]
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Design of applications and programs | CVu Journal Vol 32, #1 - March 2020 ]
Reviews
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 32, #1 - March 2020 ]
A line-to-line conversion from Node.js to Node.cpp
Description : Dmytro Ivanchykhin, Sergey Ignatchenko and Maxim Blashchuk show how we can get a 5x improvement in speed.
Category: [ Programming Topics | Overload Journal #155 - February 2020 ]
Description : Dmytro Ivanchykhin, Sergey Ignatchenko and Maxim Blashchuk show how we can get a 5x improvement in speed.
Category: [ Programming Topics | Overload Journal #155 - February 2020 ]
The Path of Least Resistance
Description : Python’s modules and imports can be overwhelming. Steve Love attempts to de-mystify the process.
Category: [ Design of applications and programs | Overload Journal #155 - February 2020 ]
Description : Python’s modules and imports can be overwhelming. Steve Love attempts to de-mystify the process.
Category: [ Design of applications and programs | Overload Journal #155 - February 2020 ]
Quick Modular Calculations(Part 2)
Description : The minverse algorithm previously seen is fast but has limitations. Cassio Neri presents two alternatives.
Category: [ Programming Topics | Overload Journal #155 - February 2020 ]
Description : The minverse algorithm previously seen is fast but has limitations. Cassio Neri presents two alternatives.
Category: [ Programming Topics | Overload Journal #155 - February 2020 ]
A Secure Environment for Running Apps?
Description : Getting apps from the app store is easy. Alan Griffiths considers this from a security perspective.
Category: [ Design of applications and programs | Overload Journal #155 - February 2020 ]
Description : Getting apps from the app store is easy. Alan Griffiths considers this from a security perspective.
Category: [ Design of applications and programs | Overload Journal #155 - February 2020 ]
Restaurant C++ and Pidgin Python
Description : Pete Goodliffe looks at the idioms of language.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Description : Pete Goodliffe looks at the idioms of language.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Python has setdefault
Description : Silas S. Brown shares a quick tip on Python.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Description : Silas S. Brown shares a quick tip on Python.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Static C library and GNU Make
Description : Ian Bruntlett shares his experiences with using ‘make’ to build a small test project.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Description : Ian Bruntlett shares his experiences with using ‘make’ to build a small test project.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Reviews
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Description : The latest roundup of reviews.
Category: [ Programming Topics | CVu Journal Vol 31, #6 - January 2020 ]
Non-Recursive Compile Time Sort
Description : Compile time sorting usually uses recursion. Norman Wilson shows how C++14 features make this easier.
Category: [ Programming Topics | Overload Journal #154 - December 2019 ]
Description : Compile time sorting usually uses recursion. Norman Wilson shows how C++14 features make this easier.
Category: [ Programming Topics | Overload Journal #154 - December 2019 ]
Quick Modular Calculations (Part 1)
Description : Compilers are good at optimising modular calculations. Can we they do better? Cassio Neri shows they can.
Category: [ Programming Topics | Overload Journal #154 - December 2019 ]
Description : Compilers are good at optimising modular calculations. Can we they do better? Cassio Neri shows they can.
Category: [ Programming Topics | Overload Journal #154 - December 2019 ]
Afterwood
Description : We are aware of the film Get Carter. Chris Oldwood asks if it should be called Acquire Carter instead.
Category: [ Design of applications and programs | Overload Journal #154 - December 2019 ]
Description : We are aware of the film Get Carter. Chris Oldwood asks if it should be called Acquire Carter instead.
Category: [ Design of applications and programs | Overload Journal #154 - December 2019 ]
Exodep : A Simple External Dependency Refresher
Description : Pete Cordell introduces a library dependency tool for C++ projects.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
Description : Pete Cordell introduces a library dependency tool for C++ projects.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
Making a Linux Desktop: Painting Some Wallpaper
Description : Alan Griffiths continues his series on coding with the Mir library.
Category: [ Design of applications and programs | CVu Journal Vol 31, #5 - November 2019 ]
Description : Alan Griffiths continues his series on coding with the Mir library.
Category: [ Design of applications and programs | CVu Journal Vol 31, #5 - November 2019 ]
The Standard Report
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
Description : Guy Davidson reports from the C++ Standards Committee.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
Scenarios Using Custom DSLs
Description : Natural-language BDD can be hard to maintain. Liz Keogh demonstrates a simple code-based alternative.
Category: [ Programming Topics | Overload Journal #153 - October 2019 ]
Description : Natural-language BDD can be hard to maintain. Liz Keogh demonstrates a simple code-based alternative.
Category: [ Programming Topics | Overload Journal #153 - October 2019 ]