Skip to content

Instantly share code, notes, and snippets.

@HaraShun
HaraShun / biz_handson.md
Created October 2, 2016 10:34 — forked from kosukeobata/biz_handson.md
【プログラミング初心者向け】Railsを使って90分で0からアプリを作ってみるハンズオン の当日資料です。

環境構築

コマンドラインツールのインストール

xcode-select --install

brew

  • brewをインストールする
@HaraShun
HaraShun / 0_reuse_code.js
Created September 29, 2015 03:42
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console