Tags

By year

  1. 2019 (1)
  2. 2018 (2)
  3. 2017 (4)
  4. 2015 (9)

Articles tagged 'Ruby'

    Browsing Task Dependencies in the Rakefile of mruby using jsTree

    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.

    Read More


    Example of read_until parameter of BinData::Array

    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 More

    Building and Installing Ruby with rbenv on Ubuntu/EC2

    Ruby 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.

    Read More


    Starting a Blog with Middleman

    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.

    Read More



2015 My gh-pages