Random Thoughts
Thursday, August 2, 2018
Simplest Quick Sort Algorithm
›
A lot of quicksort implementations are hard to follow, because the indexes are shifted around slightly (+1 or -1). Here's the most intu...
Friday, February 5, 2016
Ubuntu Mate
›
I've been testing out Ubuntu Mate 15.10, and it may be my new favorite Linux distro for the desktop. :-) It's very simple and cl...
Wednesday, December 2, 2015
Edge/Collision Detection in ASCII character templates - Part 2
›
I experimenting with edge detection in ASCII characters, to use for manipulating text data (for example, creating mazes). Here was Part I:...
Saturday, November 28, 2015
Irregular maze generator (from ASCII tessellation) - Part 1
›
I wanted to write a generalized ASCII maze generator which could create a unlimited variety of tessellations. So I first created a parse...
Wednesday, November 25, 2015
Command line tool to create and parse text outlines - revisited
›
A while back I posted a quick script for creating text outlines on the command line (for example, in Vim). I like keeping all my documenta...
Sunday, November 22, 2015
Word Ladder Puzzle Game (and Puzzle Solver)
›
Here's a word ladder puzzle game (and solver) I wrote a while back. A word ladder is a string of words that change one letter at a time....
1 comment:
How to Increase Website Traffic
›
I generally haven't put a lot of time into maintaining this blog, and mostly forgot about it for a couple years. :-) I've n...
1 comment:
‹
›
Home
View web version