- Scott Chacon on the Interwebs(リンク切れ)
- Scott Chacon on the Interwebs
- GitHub Flow - The best way to use Git and GitHub
31 Aug 2011
| # Setting up a local solr instance on a mac | |
| # install solr with homebrew | |
| brew install solr | |
| # create the base solr index directory | |
| mkdir -p /data/solr | |
| # make sure you can write to the solr logs | |
| sudo chown -R `whoami` /usr/local/Cellar/solr/ |
| # 少し凝った zshrc | |
| # License : MIT | |
| # http://mollifier.mit-license.org/ | |
| ######################################## | |
| # 環境変数 | |
| export LANG=ja_JP.UTF-8 | |
| # 色を使用出来るようにする |
| *.cbor | |
| *.log | |
| *.xml | |
| *.yaml | |
| *.json | |
| *.msgpack | |
| *.html | |
| *.marshal | |
| *.pickle | |
| .tox |
| const DashButton = require( 'dash-button' ); | |
| const Request = require( 'request' ); | |
| const Fs = require( 'fs' ); | |
| const Iconv = require( 'iconv-lite' ); | |
| const PushBullet = require( 'pushbullet' ); | |
| const D_BUTTON_MAC = 'xx:xx:xx:xx:xx:xx'; | |
| const EMPLOYEE_NO = 'にゃ〜ん'; | |
| const PASSWORD = 'にゃ〜ん'; | |
| const PUSH_ACCOUNT = 'にゃ〜ん'; |