The new version of the rambling-trie
gem is out!
As I said on my previous post, the rambling-trie
is an implementation of the Trie data structure in Ruby.
February 2012
-
Rambling Trie 0.3.3 has been released!
-
Rambling Trie: A custom Trie data structure implementation in Ruby
We're proud to announce that our first gem is here!
Continue Reading » -
Migrating your blog posts to Markdown with Upmark and Nokogiri
As I said in my last post, for our new site, we changed our blog engine from WordPress to the Postmarkdown gem. At the end of that post, I mentioned that we had to migrate the old posts from WordPress to Markdown.
Continue Reading » -
Writing your blog posts in Markdown with Postmarkdown
Another thing we added to our new site, uploaded back at the end of December, was the ability to write our blog posts in Markdown, which is a text-to-html tool that allows you to write formatted text without actually having to write all the corresponding HTML. Markdown is used for the project wiki pages on GitHub, and can also be used for the project's readme file.
Continue Reading »