Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Page Not Found

Page not found. Jasper is too busy to dynamicly find what the server fails to find.

Posts

An Array Builder for Delphi

6 minute read

The design of an array builder in Delphi that holds records. Its purpose is to simplify the growth of an array as new elements are added, while improving spe...

A Successful Object Edit Pattern

4 minute read

A successful Object-Oriented Design Pattern for editing objects. This pattern allows free editing of objects, while allowing cancellation and preservation of...

Notes on Datacamp’s Kaggle R tutorial

11 minute read

Kaggle has a tutorial competition on the survival of the passengers of the Titanic. Datacamp has a handy tutorial on using R to tackle the problem. Here are ...