Programming Topics or Design of applications and programs or Overload Journal #95 - February 2010
Browse in : All > Topics > Programming
All > Topics > Design
All > Journals > Overload > 95
All 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.

Static Analysis in GCC and Clang

Bob Schmidt

05 July 2020 17:27:42 +01:00

Silas S. Brown shares some experiences of analysing code.

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.

Some Objects Are More Equal Than Others

Bob Schmidt

01 June 2020 19:09:00 +01:00

Comparing objects is a fundamental operation. Steve Love and Roger Orr consider different language approaches.

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.

Static C library and GNU Make

Bob Schmidt

05 January 2020 17:28:31 +00:00

Ian Bruntlett shares his experiences with using ‘make’ to build a small test project.

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.

Scenarios Using Custom DSLs

Bob Schmidt

05 October 2019 22:05:39 +01:00

Natural-language BDD can be hard to maintain. Liz Keogh demonstrates a simple code-based alternative.

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.

Space invaders in Elm

Martin Moene

06 April 2017 18:55:05 +01:00

Elm is a functional language which compiles to JavaScript. Ossi Hanhinen provides an overview.

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.

Single Module Builds – The Fastest Heresy in Town

Martin Moene

05 April 2017 18:57:27 +01:00

Unity builds can be controversial. Andy Thomason shows how much difference they can make to build times.

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.

Smarter, Not Harder

Martin Moene

07 September 2016 16:15:20 +01:00

Pete Goodliffe tries to solve the right problems the right way.

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.

Standards Report

Martin Moene

02 September 2016 16:38:11 +01:00

Jonathan Wakely brings the latest news.

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.

Some Big-Os are Bigger Than Others

Martin Moene

06 August 2016 22:08:48 +01:00

Big-O notation is often used to compare algorithms. Sergey Ignatchenko reminds us that asymptotic limits might not be generally applicable.

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.

Standards Report

Martin Moene

04 May 2016 09:40:28 +01:00

Jonathan Wakely reports from the latest C and C++ meetings.

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.

Stufftar

Martin Moene

04 April 2016 21:36:05 +01:00

How do you quickly transfer data from one machine to another? Ian Bruntlett shows us the bash script he uses.

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.

Sliding Window Filters : A Set-based Implementation

Martin Moene

11 March 2016 14:37:22 +00:00

Omar Bashir presents an implementation using pre-sorted data to reduce CPU load.

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.

Software Development Is...

Martin Moene

06 March 2016 20:31:06 +00:00

Pete Goodliffe defines the art, science, craft (and child’s play) of software development.

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.

So Why is Spock Such a Big Deal?

Martin Moene

01 February 2016 18:55:20 +00:00

Spock testing in a Java environment is all the rage. Russel Winder talks through the history of testing on the JVM and demonstrates why Spock is so groovy.

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.

Standards Report

Martin Moene

05 September 2015 07:17:16 +01:00

Jonathan Wakely reports the latest on C++17 and beyond.

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.

Split and Merge Revisited

Martin Moene

07 July 2015 21:49:04 +01:00

Vassili Kaplan makes improvements to the Expression Parser.

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.

Split and Merge – Another Algorithm for Parsing Mathematical Expressions

Martin Moene

05 May 2015 16:53:19 +01:00

Vassili Kaplan presents an alternative to Dijkstra’s algorithm.

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.

Standards Report

Martin Moene

02 May 2015 17:18:48 +01:00

Mark Radford reports the latest from the C++ Standards meetings.

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.

Seeing the Wood for the Trees

Martin Moene

01 April 2015 20:13:53 +01:00

The outdoors is fabled to be great. Teedy Deigh suggests your code reflects your environment without ever having to look out of the window.

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.

Simple Android programming with WebKit

Martin Moene

05 March 2015 21:06:26 +00:00

Silas S. Brown shares his trials with developing for mobile devices.


  |<   <   1   2   3   4   5   >   >|
Sort by Date Title