You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,19 @@ This is not a list of free programming books. This is a curated list of open sou
25
25
*[IOS Development](#ios_development)
26
26
*[etc.](#subject-etc)
27
27
*[Programming Languages](#programming_languages)
28
+
*[C](#language-c)
28
29
*[Coffeescript](#coffeescript)
29
30
*[CSS](#css)
31
+
*[Fortran](#fortran)
30
32
*[Ruby](#ruby)
31
33
*[Clojure](#clojure)
32
34
*[Erlang](#erlang)
33
35
*[Elixir](#elixir)
36
+
*[Forth](#forth)
34
37
*[Go](#go)
35
38
*[Haskell](#haskell)
36
39
*[Javascript](#javascript)
40
+
*[Lisp](#lisp)
37
41
*[Objective-c](#objective-c)
38
42
*[PHP](#php)
39
43
*[Python](#python)
@@ -45,10 +49,11 @@ This is not a list of free programming books. This is a curated list of open sou
45
49
*[Git](#git)
46
50
*[Server](#server)
47
51
*[etc.](#tool-etc)
52
+
*[Library Documentation](#library-docs)
48
53
*[Other Languages](#other_languages)
54
+
*[Korean](#korean)
49
55
*[Chinese](#chinese)
50
56
*[Japanese](#japanese)
51
-
*[Korean](#korean)
52
57
*[License](#license)
53
58
54
59
<aname='subjects'></a>
@@ -262,20 +267,20 @@ This is not a list of free programming books. This is a curated list of open sou
262
267
<aname='writing_and_documentation'></a>
263
268
### Writing and Documentation
264
269
265
-
*[Write the Doc][repo-write-the-doc] ([Site][site-write-the-doc], cc) - A place for Sphinx documentation and general writing of things.
266
-
*[The Hitchhiker's Guide to Documentation!][repo-thgtd] ([Site][site-thgtd], cc-nc-sa) - This Guide exists to provide advices and a best-practice handbook about creating documentation
270
+
*[Write the Docs][repo-write-the-docs] ([Site][site-write-the-docs], cc) - A place for Sphinx documentation and general writing of things.
271
+
*[The Hitchhiker's Guide to Documentation!][repo-thgtd] ([Site][site-thgtd], cc-nc-sa) - This Guide exists to provide advices and a best-practice handbook about creating documentation.
267
272
*[CommonMark Spec][repo-commonmark-spec] ([Site][site-commonmark-spec], cc-sa) - CommonMark is a rationalized version of Markdown syntax, with a spec and BSD-licensed reference implementations in C and JavaScript.
268
273
* reStructuredText Markup Specification ([Site][site-rst-spec], Public Domain)
269
-
*[Prose for Programmers][repo-prose-prog] (cc-nc-nd) - A book to help software developers write better prose
274
+
*[Prose for Programmers][repo-prose-prog] (cc-nc-nd) - A book to help software developers write better prose.
* Introduction to Programming using Fortran 95 ([Site][site-ipufortran], cc-nc-sa) - This text provides an introduction to programming and problem solving using the Fortran 95 programming language.
@@ -438,6 +445,7 @@ This is not a list of free programming books. This is a curated list of open sou
*[Android Development Training Course][repo-and-training] ([Site][site-and-training], Apache 2.0) - Training course repository for android app development
0 commit comments