Posts by Category

Algorithms

Bash on Ubuntu on Windows

Data Science

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 ...

Data Transmission

Design Patterns

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...

Memory Management

Utilities

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...