Programming
-
Dec 4, 2013
First
The very first post on the old site, with a small code and math test.
-
Dec 4, 2013
Migrating to github.io
Notes from moving the original site to GitHub Pages and Jekyll.
-
Jan 4, 2014
JavaScript Image Processing (1) - Getting Started
Getting started with image processing in JavaScript, from pixels to image loaders.
-
Jan 5, 2014
JavaScript Image Processing (2) - The Image Class
Building the core image class for pixel access, sampling, and image operations.
-
Feb 24, 2014
JavaScript Image Processing (3) - Brightness/Contrast Adjustment
Applying basic brightness and contrast filters with the ImageProcJS toolkit.
-
Feb 26, 2014
JavaScript Image Processing (4) - Histogram Equalization
A walkthrough of histograms, cumulative distributions, and histogram equalization.
-
Nov 5, 2015
Boost Graph Library - A Primer
A quick introduction to BGL data structures, graph operations, and traversal.
-
Jan 10, 2024
Programming Async (1): Wrapping Functions with Callbacks as Promises
Some notes on writing async programs.