Lint for JavaScript
- eslint
- jscs
- jshint
- jslint
- Closure Linter
- coffeelint
- tslint
Lint for JavaScript
aaa |
``` | |
$ bundle | |
Fetching gem metadata from https://rubygems.org/....... | |
Fetching git://github.com/lsegal/yard | |
Installing rake 10.1.0 | |
Installing RedCloth 4.2.9 | |
Installing i18n 0.6.5 | |
Installing minitest 4.7.5 | |
Installing multi_json 1.7.9 | |
Installing atomic 1.1.13 |
PYTHON_CFLAGS=$(python-config --includes) PYTHON_LIBS=$(python-config --libs) brew install fontforge |
# fluentd | |
curl -L http://packages.treasure-data.com/debian/RPM-GPG-KEY-td-agent | sudo apt-key add - | |
sudo apt-add-repository 'deb http://packages.treasuredata.com/2/ubuntu/trusty/ trusty contrib' | |
sudo apt-get -yq update | |
sudo apt-get -yq install td-agent |
$ s3fs --version | |
Amazon Simple Storage Service File System 1.76 |
プログラマの考え方がおもしろいほど身につく本 | |
アカマイ | |
氷菓 | |
シェルスクリプト高速開発手法入門 | |
RDG レッドデータガール | |
プログラミング言語Dart | |
実践的TypeScript入門 | |
鹿の王 | |
紅殻のパンドラ | |
Google Compute Engine入門 |
RUN apt-get install -y libcurl4-gnutls-dev re2c m4 libmcrypt-dev libtidy-dev | |
RUN curl -O http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb | |
RUN curl -O http://launchpadlibrarian.net/140087282/bison_2.7.1.dfsg-1_amd64.deb | |
RUN dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb | |
RUN dpkg -i bison_2.7.1.dfsg-1_amd64.deb | |
RUN apt-mark hold libbison-dev | |
RUN apt-mark hold bison | |
# http://ubuntuserverguide.com/2014/06/how-to-install-lamp-in-ubuntu-server-14-04-lts.html | |
RUN apt-get install php5 php5-mysql php-pear php5-gd php5-mcrypt php5-curl | |
RUN php5enmod mcrypt |