Journal Articles

Overload Journal #156 - April 2020 and Programming Topics
Browse in : All > Journals > Overload > o156 (8)
All > Topics > Programming (877)
Any of these categories
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.

Pass the Parcel

Bob Schmidt

07 April 2020 20:39:24 +01:00

Python’s module and package system has many features. Steve Love explores some more advanced ones.

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.

Using Compile Time Maps for Sorting

Bob Schmidt

04 April 2020 18:51:45 +01:00

Compile time sorting can be interesting. Norman Wilson shows how to sort a map.

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.

Profiting from the Folly of Others

Bob Schmidt

03 April 2020 21:01:39 +01:00

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