SamuraiT
61a3a7a24c
Merge branch 'master' of https://github.com/vhf/free-programming-books
2014-05-06 14:20:40 +09:00
Tatsuro Yasukawa
e51c288f72
add think python
...
think pythonとはAllen Downey氏が書いているthinkシリーズの1つである.
他のThinkシリーズは[こちら](http://greenteapress.com/ )からご覧になれます.
2014-05-06 14:16:51 +09:00
Kiwamu Okabe
1afba0c21c
Add ATS language (like ML) manual in Japanese
2014-04-15 20:19:48 +09:00
borgified
654620e4b8
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
2014-02-22 21:50:08 -08:00
Mojtahedi
1317862146
Fixes #637
2014-01-26 19:04:34 +03:30
matysanchez
5db348c64a
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
free-programming-books-es.md
free-programming-books-ru.md
free-programming-interactive-tutorials-en.md
2014-01-18 14:23:50 -03:00
matysanchez
5ea0a6bb2b
Adding CONTRIBUTING.md. Using the new format for all the lists.
2014-01-18 09:28:57 -03:00
Robert Alm Nilsson
f2192fbabf
Fix two index links
2013-12-28 20:16:22 +01:00
Eric Guirbal
328c1c474f
Add japanese translation of "Scrum and XP from the Trenches", Kniberg
2013-12-11 05:54:22 +01:00
Luminous Spice
c5568672e7
[ja] +1 Python book
2013-12-10 17:42:07 +09:00
Luminous Spice
6716250cba
[ja] +1 Flask sub-section w/2 books, +2 Python books
2013-12-08 18:58:53 +09:00
Yoichi Hirai
421270e111
++Coq
2013-11-27 04:27:05 +01:00
Luminous Spice
a38bb8d59d
[ja] +4 Security Books
2013-11-25 01:09:31 +09:00
Luminous Spice
78336f2527
[ja] +1 Python book
2013-11-23 16:50:24 +09:00
Luminous Spice
a4469f397f
[ja] +2 Python books, +1 Misc book
2013-11-23 16:49:15 +09:00
Luminous Spice
a0c1b6a945
[ja] +1 TypeScript Section
2013-11-22 00:44:18 +09:00
Luminous Spice
76845540fc
[ja] Update style aligned with en version
2013-11-16 00:06:32 +09:00
Luminous Spice
a9a08ef593
[ja] Add Parallel Programming section & 3 Python books
2013-11-15 23:50:16 +09:00
Luminous Spice
b032ad06fb
[ja] Add 3 books: Python*2, JavaScript
2013-11-14 15:20:51 +09:00
Luminous Spice
2b8d5d137e
[ja] Fix escape underscore for md
2013-11-13 14:13:29 +09:00
Luminous Spice
959ac4c964
[ja] Add 5books: C*2, Python*2, Scheme
2013-11-13 14:13:10 +09:00
Luminous Spice
8d7a60b263
[JA] Update credits of 2 books
2013-11-10 21:17:33 +09:00
Luminous Spice
a9506dbafc
[JA] Add an Android Secure Coding book
2013-11-10 20:10:02 +09:00
Luminous Spice
6de0618920
[JA] Add Clojure section with 3 books
2013-11-10 20:08:11 +09:00
Luminous Spice
d36cdfa4fc
[JA] Add Sections: Linux, Maven, Mercurial, SQL
2013-11-09 23:56:11 +09:00
Luminous Spice
6717d11497
[JA] Add Smalltalk, sed, Sather Section
2013-11-08 14:26:56 +09:00
Luminous Spice
1588b5c7a4
[JA] Fix Formatting
2013-11-08 10:04:30 +09:00
Luminous Spice
73b42789e3
[JA] Add Hatena Textbook Series
2013-11-06 01:43:08 +09:00
Victor Felder
f9c80cbcec
Merge branch 'patch-1' of github.com:sasezaki/free-programming-books into sasezaki-patch-1
...
Conflicts:
free-programming-books-ja.md
2013-11-04 10:48:56 +01:00
kazusuke sasezaki
2809bc88e3
add into PHP section on Japanese
2013-11-04 13:17:12 +09:00
Luminous Spice
b246dc111e
[JA] Added sections for Security, Software Quality, Embedded into Jpn list
2013-11-03 23:17:18 +09:00
yuuki
ea7007d741
Update free-programming-books-ja.md
2013-11-02 22:29:08 +09:00
rhysd
bbc5a7ff2a
Add 'C++11: Syntax and Feature', a C++11 reference book for Japanese
...
'C++11: Syntax and Feature' is a C++11 reference book based on the
latest C++ specification, ISO/IEC 14882:2011. It is written by Ezoe
Ryo, who is a member of C++ standard committee. This book is fantastic
because the words used in this book is the same ones in C++
specification, so readers can look up them in specification easily.
It is published with GFDL license today.
2013-10-26 17:38:59 +09:00
rhysd
8bf883b60b
Add cpprefjp, C++ Reference Site in Japanese
...
https://sites.google.com/site/cpprefjp/
cpprefjp is C++ reference for Japanese. This site is written by many
C++ experts including C++ starndard committee members and updated lively.
References are based on latest C++ specification known as C++11
(ISO/IEC14882:2011). And there are many samples to understand C++ and
C++ STL library quickly.
It's very helpful for Japanese C++ Programmers.
2013-10-24 09:51:45 +09:00
Luminous Spice
1764a9a7c5
Add Japanese book list
2013-10-20 17:39:43 +09:00