Ruby mruby JavaScript
Posted on Dec 22
Building mruby is not just about compiling C sources and linking objects together but also contains some nontrivial steps like invocation of mrbc that is also built with the mruby build system. The Rakefiles of mruby are not easy read. To get a better grasp of what the task dependency structure looks like, I had to create a visual aid below.
Ruby Snippet BinData
Posted on Aug 5
BinData is a Ruby Gem that can be used to parse and write binary data in a declarative way. Unlike structs in C language, which can only define static binary structures where sizes of fields are fixed, BinData provides a way to define a variable sized...
Read MoreRuby AWS Ubuntu rbenv
Posted on Jun 16
Below are some excerpts of my command history when I set up the rbenv to install ruby and some gems.
Ruby Middleman
Posted on Jun 3
Blogging with a static site generator seemed easy to me, but there were a couple of steps just to start blogging. I selected Middleman as the blogging framework and wrote rough notes below of the steps required to generate this page. The following procedures are of course very specific to this site.
2015 My gh-pages