Show-off with GitHub and Docco
August 07, 2013I was experimenting with some documentation styles today and discovered two bits of gold: gh-pages and docco: Creating a site for your…
I was experimenting with some documentation styles today and discovered two bits of gold: gh-pages and docco: Creating a site for your…
In my last look at the UnionFind algorithm I made a quick-find implementation — finding if two elements were connected was fast but…
I was scraping the rust off my data-structures synapses last week, and found that there was still some functionality underneath. UnionFind…
I was trying to add a database to my JSGames app — it is a basic sinatra app with a few goodies already in place — and I was having some…
or, How to mine for cherries with Git When I work on an experimental feature in a project branch, I have often found that I will have a…
Sinatra does not have a default console like rails does. If you are writing in a rails environment and need to test out a helper method, or…
I am building a code breaking game along the lines of Mastermind and I encountered a block. The problem I have a javascript that generates a…
What is Mass Assignment? Mass assignment is using a ruby-esque shortcut to interact with models: This is NOT mass assignment. Each param is…
Learning how to contribute to open source projects has been really exciting. Adding value to existing projects, getting social in the coding…
Having just discovered the magic of using partials to refactor html in rails, imagine my delight when I found it to be even easier in…