Posts
-
Grid Capture
Aug 3, 2014 • data-disqus->View CommentsA few days ago I built a simple game called Grid capture. It was more of an excuse for me to begin tinkering with HTMl5 and javascript, since I’ve never really used either before.
-
Welcome to Jekyll!
Jul 29, 2014 • data-disqus->View CommentsYou’ll find this post in your
_posts
directory - edit this post and re-build (or run with the-w
switch) to see your changes! To add new posts, simply add a file in the_posts
directory that follows the convention: YYYY-MM-DD-name-of-post.ext. -
Huffman Encoding Implementation
Jul 24, 2014 • data-disqus->View CommentsThere was a fun little challenge on Reddit that I decided to partake in. I’m going to copy the challenge from there for completion.
-
Squatting!
Jul 22, 2014 • data-disqus->View CommentsI’ve been doing the SL 5x5 for a few weeks now and I’m really enjoying it (especially since it’s Ramadan right now).
-
Autocomplete / Word Predictor / Simple Trie
Jul 22, 2014 • data-disqus->View CommentsDecided to code up a Simple Trie for kicks. The code is still in the works, but can be accessed on git here.
I had never coded something of nature before, so this was a fun exercise in recursion. A description of a Trie was on wiki, but I found the description described in this site more comprehensible.
subscribe via RSS