Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

2014-04-28から1日間の記事一覧

TbpgrUtils | 追加要件 MarkdownString#bold 追加

概要 追加要件 MarkdownString#bold 追加 詳細 追加要件 MarkdownString#bold 仕様 ・Markdownのboldを出力します ※より詳細についてはGitHubのREADMEおよびテストケース参照 GitHub https://github.com/tbpgr/tbpgr_utils Rubygems http://rubygems.org/gem…

JavaScript | chart.jsでLine Chartを表示する

概要 chart.jsでLine Chartを表示する 詳細 chart.jsでLine Chartを表示する サンプル <html lang="ja"> <head> <meta charset="UTF-8"> <title>Document</title> <script src="Chart.min.js"></script> <script language="JavaScript"></meta></head></html>

Ruby | Kernel | Float

概要 Kernel#Float 詳細 引数を浮動小数点数(Float)に変換した結果を返します。 文字列の場合は整数や浮動小数点数に変換可能なら結果を返却します。 サンプルコード # encoding: utf-8 require 'tbpgr_utils' bulk_puts_eval binding, <<-EOS Float(5) Floa…