Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs or Overload Journal #145 - June 2018
Browse in : |
All
> Topics
> Design All > Journals > Overload > o145 All of these categories |
- Options:
- View Article Map
- View Archives
Description : SAT solvers can quickly find solutions to Boolean Logic problems. Martin Hořeňovský demonstrates how this can be used to solve arbitrary Sudoku puzzles.
Category: [ Design of applications and programs | Overload Journal #150 - April 2019 ]
Description : Pete Goodliffe urges us to keep code simple.
Category: [ Design of applications and programs | CVu Journal Vol 31, #1 - March 2019 ]
Description : Mutable shared state in multithreaded code is often protected by mutexes. Sergey Ignatchenko reminds us that Re-Actors can avoid many of the problems.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Description : Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Description : Writing a programming language is a hot topic. Deák Ferenc shows us how he wrote a compiler for bytecode callable from C++.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Description : What is a distributed system, and why is it so complicated? Stanislav Kozlovski explains.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Description : How do you add a new line in C++? Chris Sharpe suggests std::endl is a tiny utility that’s more trouble than it’s worth.
Category: [ Design of applications and programs | Overload Journal #149 - February 2019 ]
Description : Silas Brown is sceptical about an education initiative.
Category: [ Design of applications and programs | CVu Journal Vol 30, #6 - January 2019 ]
Description : Bigger is not always better. Allan Kelly considers when smaller is more productive.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : Publishing dynamic, complex data to many clients in a threadsafe manner is challenging. Daniele Pallastrelli presents the Flip model pattern to overcome the challenges.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : There are many memory management patterns. Sergey Ignatchenko considers these from an application level.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : A compile time map of values allows code to be tested more easily. Bronek Kozicki demonstrates how to avoid a central repository of values.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
Description : How do you measure throughput? Richard Reich and Wesley Maness investigate suitable metrics.
Category: [ Design of applications and programs | Overload Journal #148 - December 2018 ]
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.
Description : Much ado about nothing. Chris Oldwood considers what we have when we have nothing.
Category: [ Design of applications and programs | Overload Journal #146 - August 2018 ]
Description : Pete Goodliffe helps us avoid unnecessary lines of code.
Category: [ Design of applications and programs | CVu Journal Vol 30, #3 - July 2018 ]
Description : Chris Oldwood presents a pattern for abstracting client-side proxies for testing.
Category: [ Design of applications and programs | CVu Journal Vol 30, #3 - July 2018 ]
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.
Description : Automation can speed things up. Frances Buontempo considers how it can make things worse.
Category: [ Overload Journal #145 - June 2018 | Journal Editorial ]
Description : Writing a programming language might sound very difficult. Andy Balaam starts his series with a lexer.
Category: [ Design of applications and programs | Overload Journal #145 - June 2018 ]