Monthly Archives: 12月 2016

Ruby と Python と Elixir と。

除算の違い。 [bash] # Ruby puts 3.to_f / 2 #=& … Continue reading

Posted in Elixir, Python, Ruby, 技術情報 | Leave a comment

React 事始め

JavaScriptのフレームワークとして、Angularを利用していたが、Re … Continue reading

Posted in JavaScript, React.js, 技術情報 | Leave a comment

Ruby のclass

いくつも言語をやっていると、記述方法を忘れるので覚え書き。 ■ animal.r … Continue reading

Posted in Ruby, 技術情報 | Leave a comment

bundle install が nokogiri のライブラリ依存で失敗した場合

bundle install が、nokogiri のライブラリ依存で失敗した場 … Continue reading

Posted in Mac, Rails, Ruby, 技術情報 | Leave a comment

JavaScriptで、substrとsubstring

超久しぶりで、JavaScript の文法おさらい。 [javascript] … Continue reading

Posted in JavaScript, 技術情報 | Leave a comment