- 肥大化したActiveRecordモデルをリファクタリングする7つの方法(翻訳) | TechRacho http://techracho.bpsinc.jp/hachi8833/2013_11_19/14738
- Service だの、Policy だの、色んな層に分解する・・・(DDD的?
sudo yum update
sudo yum -y install gcc gcc-c++ g++ openssl-devel git tmux gem lv ruby-devel libxml2-devel libxslt-devel
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash
sudo gem install bundle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Oncen | |
* Music Audio Sequencer | |
* 音(on)泉(sen=cen), or center | |
* | |
* Otogen | |
* Otodasu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# This sample is carrying out the loop of the result of the `ls` command. | |
for param in $(ls); do | |
echo "$param" | |
done |
NewerOlder