Skip to content

Instantly share code, notes, and snippets.

View tuttinator's full-sized avatar

Caleb Tutty tuttinator

  • Jakarta, Indonesia
  • 05:35 (UTC +07:00)
View GitHub Profile
@fogonwater
fogonwater / README.md
Last active May 15, 2019 18:29
Hexagonal cartogram of electorate results from 2011 New Zealand election.
everything i write on medium is a lie
xoxo j$
@misshie
misshie / viterbi.rb
Created September 18, 2011 12:05
A Ruby implementation of the Viterbi algorithm based on the hidden Markov model (HMM)
# A Ruby implementation of
# the Viterbi algorithm based on the hidden Markov model (HMM)
#
# An original Python code: a Wikipedia page "Viterbi algorithm" at
# http://en.wikipedia.org/wiki/Viterbi_algorithm
#
# Author: MISHIMA, Hiroyuki
#
require 'pp'