zsh #既にzsh環境の方は不要
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
chsh -s /bin/zsh #既にzsh環境の方は不要
This file contains hidden or 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
http://grapee.jp/181642 |
This file contains hidden or 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
JavaScript のBoolean は下記のように変換される。言語によって異なるため、非常に重要なポイントだと思う。 | |
0,-0,null,false,NaN,undefined, '' (空文字列) は false に変換される。 | |
それ以外は、 true になる。 | |
出典 | |
開眼!JavaScript | |
- 言語仕様から学ぶJavaScript の本質 |
This file contains hidden or 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
http://www.cockos.com/licecap/ | |
http://www.gigafree.net/media/recording/licecap.html |
http://d.hatena.ne.jp/hyuki/20130731/calc
$ open -a Calculator
This file contains hidden or 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
http://www.headsupenglish.com/index.php/upper-intermediate-students/upper-intermediate-news-lessons/upper-intermediate-business-lessons/244-vacations-and-mini-retirements |
This file contains hidden or 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
Aspell | |
https://miyazakikenji.wordpress.com/2013/06/01/emacs%E3%81%A7%E3%82%B9%E3%83%9A%E3%83%AB%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF/ | |
http://qiita.com/catatsuy/items/ae9875706769d4f02317 | |
http://keisanbutsuriya.hateblo.jp/entry/2015/02/10/152543 |
This file contains hidden or 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
https://atom.io/packages/atom-react-native-css |
This file contains hidden or 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
http://bunlog.d-s-b.jp/2014/07/22/autoupdate-package_json/ |
This file contains hidden or 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
curl -X POST -H "Authorization: Token token= ~Here is token~ " https://example.com?value=100 |