ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Overload Journal #156 - April 2020

Options:
View Article Map
View Archives

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.

Overload 156 ePub

Bob Schmidt

22 April 2020 17:59:36 +01:00

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.

Overload 156 PDF

Bob Schmidt

10 April 2020 21:17:57 +01:00

R.E.S.P.E.C.T.
Description : Respect can mean many different things. Frances Buontempo muses on its myriad meanings.
Category: [ Journal Editorial ]
Pass the Parcel
Description : Python’s module and package system has many features. Steve Love explores some more advanced ones.
Category: [ Programming Topics ]
Quick Modular Calculations (Part 3)
Description : This article concludes the 3-part series. Cassio Neri presents a new algorithm that also works for 64-bit operands.
Category: [ Design of applications and programs ]
Deconstructing Inheritance
Description : Inheritance can be overused. Lucian Radu Teodorescu considers how it can go wrong and the alternatives.
Category: [ Design of applications and programs ]
Using Compile Time Maps for Sorting
Description : Compile time sorting can be interesting. Norman Wilson shows how to sort a map.
Category: [ Programming Topics ]
Profiting from the Folly of Others
Description : Code referred to as a hack can raise an eyebrow. Alastair Harrison learns about accessing private members of C++ classes by investigating a header called UninitializedMemoryHacks.h
Category: [ Programming Topics ]
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 ]
A Day in the Life of a Full-Stack Developer
Description : Many roles claim to be full stack. Teedy Deigh shares a day in the life of a full stack developer.
Category: [ Process Topics ]