mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-29 06:33:54 +00:00
markdown formatting to make url parsing easier
BAD : (http://www.jsoftware.com/books/pdf/calculus.pdf)(PDF) GOOD: (http://www.jsoftware.com/books/pdf/calculus.pdf) (PDF) BAD : ([PDF](http://www.kamishima.net/archive/mlmpyja.pdf), [EPUB](http://www.kamishima.net/archive/mlmpyja.epub))- 神嶌敏弘 GOOD: [PDF](http://www.kamishima.net/archive/mlmpyja.pdf), [EPUB](http://www.kamishima.net/archive/mlmpyja.epub) - 神嶌敏弘 BAD : (http://introcs.cs.princeton.edu/java/home/)- Robert GOOD: (http://introcs.cs.princeton.edu/java/home/) - Robert
This commit is contained in:
parent
21723a24a7
commit
654620e4b8
@ -381,7 +381,7 @@
|
||||
* [Python 2.7.2 ドキュメント日本語訳](http://docs.python.jp/2.7/) - Python Software Foundation
|
||||
* [Python の学習](http://skitazaki.github.io/python-school-ja/index.html) - KITAZAKI Shigeru
|
||||
* [Google Python スタイルガイド](http://works.surgo.jp/translation/pyguide.html) - Amit Patel, Antoine Picard, Eugene Jhong, Jeremy Hylton, Matt Smart, Mike Shields, Kosei Kitahara(翻訳)
|
||||
* [機械学習の Python との出会い (Machine Learning Meets Python)](http://www.kamishima.net/mlmpyja/) ([PDF](http://www.kamishima.net/archive/mlmpyja.pdf), [EPUB](http://www.kamishima.net/archive/mlmpyja.epub))- 神嶌敏弘
|
||||
* [機械学習の Python との出会い (Machine Learning Meets Python)](http://www.kamishima.net/mlmpyja/) [PDF](http://www.kamishima.net/archive/mlmpyja.pdf), [EPUB](http://www.kamishima.net/archive/mlmpyja.epub) - 神嶌敏弘
|
||||
* [The Programming Historian](https://sites.google.com/site/theprogramminghistorianja/) - William J. Turkel, Alan MacEachern, @moroshigeki(翻訳), @historyanddigi(翻訳), @Say\_no(翻訳), @knagasaki(翻訳), @mak\_goto(翻訳)
|
||||
* [Python Scientific Lecture Notes (一部翻訳)](http://turbare.net/transl/scipy-lecture-notes/) - 打田旭宏(翻訳)
|
||||
* [Notes on scientific computing with python](http://japanichaos.appspot.com/) - 花田康高
|
||||
|
@ -909,7 +909,7 @@
|
||||
* [Hibernate 4 Example Programs](https://leanpub.com/hibernate4-example-programs) - L. Mohan Arun
|
||||
* [HTTP Programming Recipes for Java Bots](http://www.heatonresearch.com/articles/series/16)
|
||||
* [Introduction to Computer science using Java](http://chortle.ccsu.edu/java5/index.html)
|
||||
* [Introduction to Neural Networks with Java](http://www.heatonresearch.com/articles/series/1) -
|
||||
* [Introduction to Neural Networks with Java](http://www.heatonresearch.com/articles/series/1)
|
||||
* [Introduction to Programming in Java](http://introcs.cs.princeton.edu/java/home/) - Robert Sedgewick and Kevin Wayne
|
||||
* [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck
|
||||
* [JAAS in Action](http://www.jaasbook.com/)
|
||||
|
Loading…
Reference in New Issue
Block a user