Further than the universe
When love overcomes parallel worlds❤️

seen from United Kingdom
seen from Germany

seen from Italy
seen from Singapore

seen from Indonesia
seen from Poland
seen from Poland
seen from Germany
seen from United States
seen from Philippines
seen from United Kingdom
seen from China
seen from United Kingdom
seen from Switzerland
seen from Malaysia

seen from United States

seen from Singapore

seen from Malaysia

seen from United States
seen from T1
Further than the universe
When love overcomes parallel worlds❤️
Posting Twin Peaks reminds me of X-Files and of course Scully #gilliananderson #scully #xfiles #docco #twinpeaks #moody #dark #deep #portrait #tvseries #scifiseries #mulderandscully #ufos #mysteries #culttv #thetruthisoutthere #mystery #painterly #design #pattern #actress #agentscully #favoriteshow #goodmemories https://www.instagram.com/p/CpMs2sov15O/?igshid=NGJjMDIxMWI=
This article contains major spoilers.
W37
JS Dev Setup
Here is it. Short description of my basic JS development environment setup for super small JS projects:
Thank you gulp.js, thank you QUnit, thank you JSHint, thank you Docco!
I just really love docco's on animals.. especially when david attenborough is involved.. Oh boy! I would watch that shit all day.
docco.coffee
Like the annotated version of Backbone.js?
Annotated your own source code using docco.coffee (created, not surprisingly, by Jeremy Ashkenas).
docco-huskyでプロジェクト全体にdoccoをかけてみた
現在、docco( https://github.com/jashkenas/docco )でドキュメント生成をしています。 1枚1枚のソースコードでは現時点ではベストな選択だと思っていますが、 プロジェクト全体のドキュメント化となると、ちょっと色々不足気味です。
特に、階層的なディレクトリ構成になっているコードが少し面倒だったので、docco-husky( https://github.com/mbrevoort/docco-husky )を導入してみました。
実行例は下記の図です。 右側にフォルダ付きでindexが表示されます。。
正直ファイル数が多くなってくると、少し微妙です。。 別のツールを探してみようかな。
叩いたコマンド
$ sudo npm install docco-husky -g $ cd project_folder $ docco-husky js/
doccoの別言語版
## docco coffeescript版 http://jashkenas.github.com/docco/ ## shocco shell版 http://rtomayko.github.com/shocco/ ## rocco ruby版 http://rtomayko.github.com/rocco/ ## pycco pyshon版 http://fitzgen.github.com/pycco/ ## lucco lua版 http://rgieseke.github.com/locco/ ## marginalia clojure版 http://fogus.me/fun/marginalia/ ## nocco C#版 http://dontangg.github.com/nocco/