[ja] Update 1 book & Add 10 books

[ja] Add 10books; C, C++, Julia*3, Pl, Py, R*3
This commit is contained in:
Luminous Spice 2016-02-21 23:44:36 +09:00
parent ed0af491ec
commit d5bc647795
1 changed files with 16 additions and 1 deletions

View File

@ -42,6 +42,7 @@
* [D3.js](#d3js)
* [jQuery](#jquery)
* [Node.js](#nodejs)
* [Julia](#julia)
* [LaTeX](#latex)
* [Linux](#linux)
* [Lua](#lua)
@ -226,6 +227,7 @@
* [Cプログラミング診断室](http://www.pro.or.jp/~fuji/mybooks/cdiag/index.html) - 藤原博文
* [C言語](https://ja.wikibooks.org/wiki/C%E8%A8%80%E8%AA%9E) - Wikibooks
* [C言語プログラミング入門](http://densan-labs.net/tech/clang/) - @nishio_dens
* [お気楽C言語プログラミング超入門](http://www.geocities.jp/m_hiroi/linux/clang.html) - 広井誠
* [ゲーム作りで学ぶ実践的C言語プログラミング](http://densan-labs.net/tech/game/) - @nishio_dens
* [猫でもわかるプログラミング](http://kumei.ne.jp/c_lang/) - 粂井康孝
* [計算物理のためのC/C++言語入門](http://www-cms.phys.s.u-tokyo.ac.jp/~naoki/CIPINTRO/) - 渡辺尚貴
@ -238,6 +240,7 @@
* [cpprefjp - C++ Reference Site in Japanese](https://cpprefjp.github.io)
* [Google C++スタイルガイド 日本語訳](http://www.textdrop.net/google-styleguide-ja/cppguide.xml) - Benjy Weinberger, Craig Silverstein, Gregory Eitzmann, Mark Mentovai, Tashana Landray, Takashi Sasai(翻訳)
* [Standard Template Library プログラミング](http://episteme.wankuma.com/stlprog/) - επιστημη
* [お気楽C++プログラミング超入門](http://www.geocities.jp/m_hiroi/linux/cpp.html) - 広井誠
* [ロベールのC++教室](http://www7b.biglobe.ne.jp/~robe/cpphtml/) - ロベール
@ -408,6 +411,13 @@
* [Nodeビギナーズブック](http://www.nodebeginner.org/index-jp.html) - Manuel Kiessling, Yuki Kawashima(翻訳)
### Julia
* [Julia 0.3.8](http://stat.biopapyrus.net/julia/) - 孫建強
* [Julia Language Programming](http://www.geocities.jp/m_hiroi/light/julia.html) - 広井誠
* [実例で学ぶ Julia-0.4.1](https://www.dropbox.com/s/lk7y8lifjcr1vf2/JuliaBook-20151201.pdf) - Yuichi Motoyama (PDF)
### LaTeX
* [TeX/LaTeX入門](https://ja.wikibooks.org/wiki/TeX/LaTeX%E5%85%A5%E9%96%80) - Wikibooks
@ -484,6 +494,7 @@
* [Perl のコアドキュメント](http://perldoc.jp/index/core) - 一般社団法人 Japan Perl Association (JPA)
* [Perl を使ったテストの書き方](https://github.com/hatena/Hatena-Textbook/blob/master/test-for-perl.md) - はてな教科書
* [Perl 基礎文法最速マスター](http://d.hatena.ne.jp/perlcodesample/20091226/1264257759) - 木本裕紀
* [お気楽 Perl プログラミング超入門](http://www.geocities.jp/m_hiroi/linux/perl.html) - 広井誠
### PHP
@ -522,7 +533,8 @@
* [Notes on scientific computing with python](http://japanichaos.appspot.com) - 花田康高
* [php プログラマのための Python チュートリアル](http://phpy.readthedocs.org/en/latest/) - INADA Naoki
* [Python 2.7.2 ドキュメント日本語訳](http://docs.python.jp/2.7/) - Python Software Foundation
* [Python Scientific Lecture Notes (一部翻訳)](http://turbare.net/transl/scipy-lecture-notes/) - 打田旭宏(翻訳)
* [Python 3.4 / NumPy / SciPy](http://stat.biopapyrus.net/python/) - 孫建強
* [Python Scientific Lecture Notes](http://turbare.net/transl/scipy-lecture-notes/) - 打田旭宏(翻訳)
* [python で心理実験](http://www.s12600.net/psy/python/) - 十河宏行
* [Python で音声信号処理](http://aidiary.hatenablog.com/entry/20110514/1305377659) - id:aidiary
* [Python による日本語自然言語処理](http://www.nltk.org/book-jp/ch12.html) - Steven Bird, Ewan Klein, Edward Loper, 萩原正人(翻訳), 中山敬広(翻訳), 水野貴明(翻訳)
@ -547,6 +559,9 @@
* [Google's R Style Guide](http://www.okada.jp.org/RWiki/?Google%27s%20R%20Style%20Guide) - Google, 岡田昌史(翻訳)
* [R-Tips](http://cse.naro.affrc.go.jp/takezawa/r-tips/r2.html) - 舟尾暢男
* [R グラフィックス](http://stat.biopapyrus.net/graph/) - 孫建強
* [R プログラミング](http://stat.biopapyrus.net/r/) - 孫建強
* [R プログラミング / 発展編](http://stat.biopapyrus.net/dev/) - 孫建強
* [R 入門](http://cran.r-project.org/doc/contrib/manuals-jp/R-intro-170.jp.pdf) - W. N. Venables, D. M. Smith and the R Development Core Team, 間瀬茂(翻訳) (PDF)
* [R 基本統計関数マニュアル](http://cran.r-project.org/doc/contrib/manuals-jp/Mase-Rstatman.pdf) - 間瀬茂 (PDF)
* [R 言語定義](http://cran.r-project.org/doc/contrib/manuals-jp/R-lang.jp.v110.pdf) - R Development Core Team, 間瀬茂(翻訳) (PDF)