Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Topics |
• Blogs
- ACCU magic
The Path of Least Resistance
Description : Python’s modules and imports can be overwhelming. Steve Love attempts to de-mystify the process. by Steve Love
Category: [ Overload Journal #155 - February 2020 | Design of applications and programs ]
Description : Python’s modules and imports can be overwhelming. Steve Love attempts to de-mystify the process. by Steve Love
Category: [ Overload Journal #155 - February 2020 | Design of applications and programs ]
Quick Modular Calculations(Part 2)
Description : The minverse algorithm previously seen is fast but has limitations. Cassio Neri presents two alternatives. by Cassio Neri
Category: [ Overload Journal #155 - February 2020 | Programming Topics ]
Description : The minverse algorithm previously seen is fast but has limitations. Cassio Neri presents two alternatives. by Cassio Neri
Category: [ Overload Journal #155 - February 2020 | Programming Topics ]
A Secure Environment for Running Apps?
Description : Getting apps from the app store is easy. Alan Griffiths considers this from a security perspective. by Alan Griffiths
Category: [ Overload Journal #155 - February 2020 | Design of applications and programs ]
Description : Getting apps from the app store is easy. Alan Griffiths considers this from a security perspective. by Alan Griffiths
Category: [ Overload Journal #155 - February 2020 | Design of applications and programs ]
Afterwood
Description : The centre half is more than a sporting term. Chris Oldwood shows us why. by Chris Oldwood
Category: [ Overload Journal #155 - February 2020 | Process Topics ]
Description : The centre half is more than a sporting term. Chris Oldwood shows us why. by Chris Oldwood
Category: [ Overload Journal #155 - February 2020 | Process Topics ]
Restaurant C++ and Pidgin Python
Description : Pete Goodliffe looks at the idioms of language. by Pete Goodliffe
Category: [ CVu Journal Vol 31, #6 - January 2020 | Programming Topics ]
Description : Pete Goodliffe looks at the idioms of language. by Pete Goodliffe
Category: [ CVu Journal Vol 31, #6 - January 2020 | Programming Topics ]
Why I Don’t Develop for iOS
Description : Silas S. Brown tells a cautionary tale of the App Store business model. by Silas S. Brown
Category: [ CVu Journal Vol 31, #6 - January 2020 | Internet Topics ]
Description : Silas S. Brown tells a cautionary tale of the App Store business model. by Silas S. Brown
Category: [ CVu Journal Vol 31, #6 - January 2020 | Internet Topics ]
The Refactor Part of TDD – Reducing to the Min with FizzBuzz
Description : Simon Sebright considers whether de-duplication in refactoring can be too aggressive. by Simon Sebright
Category: [ CVu Journal Vol 31, #6 - January 2020 | Process Topics ]
Description : Simon Sebright considers whether de-duplication in refactoring can be too aggressive. by Simon Sebright
Category: [ CVu Journal Vol 31, #6 - January 2020 | Process Topics ]
Python has setdefault
Description : Silas S. Brown shares a quick tip on Python. by Silas S. Brown
Category: [ CVu Journal Vol 31, #6 - January 2020 | Programming Topics ]
Description : Silas S. Brown shares a quick tip on Python. by Silas S. Brown
Category: [ CVu Journal Vol 31, #6 - January 2020 | Programming Topics ]
Static C library and GNU Make
Description : Ian Bruntlett shares his experiences with using ‘make’ to build a small test project. by Ian Bruntlett
Category: [ CVu Journal Vol 31, #6 - January 2020 | Programming Topics ]
Description : Ian Bruntlett shares his experiences with using ‘make’ to build a small test project. by Ian Bruntlett
Category: [ CVu Journal Vol 31, #6 - January 2020 | Programming Topics ]
How to Stay Out of a Webmaster’s Bad Books
Description : Silas S. Brown demonstrates how not all online resources are created equal. by Silas S. Brown
Category: [ CVu Journal Vol 31, #6 - January 2020 | Internet Topics ]
Description : Silas S. Brown demonstrates how not all online resources are created equal. by Silas S. Brown
Category: [ CVu Journal Vol 31, #6 - January 2020 | Internet Topics ]
Reviews
Description : The latest roundup of reviews. by Ian Bruntlett
Category: [ CVu Journal Vol 31, #6 - January 2020 | Programming Topics ]
Description : The latest roundup of reviews. by Ian Bruntlett
Category: [ CVu Journal Vol 31, #6 - January 2020 | Programming Topics ]
Non-Recursive Compile Time Sort
Description : Compile time sorting usually uses recursion. Norman Wilson shows how C++14 features make this easier. by Norman Wilson
Category: [ Overload Journal #154 - December 2019 | Programming Topics ]
Description : Compile time sorting usually uses recursion. Norman Wilson shows how C++14 features make this easier. by Norman Wilson
Category: [ Overload Journal #154 - December 2019 | Programming Topics ]
Quick Modular Calculations (Part 1)
Description : Compilers are good at optimising modular calculations. Can we they do better? Cassio Neri shows they can. by Cassio Neri
Category: [ Overload Journal #154 - December 2019 | Programming Topics ]
Description : Compilers are good at optimising modular calculations. Can we they do better? Cassio Neri shows they can. by Cassio Neri
Category: [ Overload Journal #154 - December 2019 | Programming Topics ]
Afterwood
Description : We are aware of the film Get Carter. Chris Oldwood asks if it should be called Acquire Carter instead. by Chris Oldwood
Category: [ Overload Journal #154 - December 2019 | Design of applications and programs ]
Description : We are aware of the film Get Carter. Chris Oldwood asks if it should be called Acquire Carter instead. by Chris Oldwood
Category: [ Overload Journal #154 - December 2019 | Design of applications and programs ]
Coding Accountability
Description : Pete Goodliffe looks at how we ensure we’re living up to our own standards. by Pete Goodliffe
Category: [ CVu Journal Vol 31, #5 - November 2019 | Project Management ]
Description : Pete Goodliffe looks at how we ensure we’re living up to our own standards. by Pete Goodliffe
Category: [ CVu Journal Vol 31, #5 - November 2019 | Project Management ]
Exodep : A Simple External Dependency Refresher
Description : Pete Cordell introduces a library dependency tool for C++ projects. by Pete Cordell
Category: [ CVu Journal Vol 31, #5 - November 2019 | Programming Topics ]
Description : Pete Cordell introduces a library dependency tool for C++ projects. by Pete Cordell
Category: [ CVu Journal Vol 31, #5 - November 2019 | Programming Topics ]
Making a Linux Desktop: Painting Some Wallpaper
Description : Alan Griffiths continues his series on coding with the Mir library. by Alan Griffiths
Category: [ CVu Journal Vol 31, #5 - November 2019 | Design of applications and programs ]
Description : Alan Griffiths continues his series on coding with the Mir library. by Alan Griffiths
Category: [ CVu Journal Vol 31, #5 - November 2019 | Design of applications and programs ]
The Standard Report
Description : Guy Davidson reports from the C++ Standards Committee. by Guy Davidson
Category: [ CVu Journal Vol 31, #5 - November 2019 | Programming Topics ]
Description : Guy Davidson reports from the C++ Standards Committee. by Guy Davidson
Category: [ CVu Journal Vol 31, #5 - November 2019 | Programming Topics ]
Scenarios Using Custom DSLs
Description : Natural-language BDD can be hard to maintain. Liz Keogh demonstrates a simple code-based alternative. by Liz Keogh
Category: [ Overload Journal #153 - October 2019 | Programming Topics ]
Description : Natural-language BDD can be hard to maintain. Liz Keogh demonstrates a simple code-based alternative. by Liz Keogh
Category: [ Overload Journal #153 - October 2019 | Programming Topics ]
OOP Is not Essential
Description : People tend to love or hate Object Oriented Programming. Lucian Teodorescu considers a recent OOP claim.
Category: [ Overload Journal #153 - October 2019 | Design of applications and programs ]
Description : People tend to love or hate Object Oriented Programming. Lucian Teodorescu considers a recent OOP claim.
Category: [ Overload Journal #153 - October 2019 | Design of applications and programs ]