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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ This is not a list of free programming books. This is a curated list of open sou
39
39
*[Javascript](#javascript)
40
40
*[Lisp](#lisp)
41
41
*[Objective-c](#objective-c)
42
+
*[Ocaml](#ocaml)
43
+
*[Perl](#perl)
42
44
*[PHP](#php)
43
45
*[Python](#python)
44
46
*[Rust](#rust)
@@ -145,7 +147,13 @@ This is not a list of free programming books. This is a curated list of open sou
145
147
*[CoreOS Documentation][repo-coreos] ([Site][site-coreos], Apache 2.0) - Documentation for CoreOS
146
148
*[Packer Documentation][repo-packer] ([Site][site-packer], MPL) - Documentation for Packer
147
149
*[The Art of Command Line][repo-art-command-line] (cc-sa) - Master the command line, in one page
150
+
*[Command Line Text Processing][repo-cli-text-processing] ([Site][site-cli-text-processing], cc-nc-sa) - From finding text to search and replace, from sorting to beautifying text and more
151
+
*[Linux Command Line][repo-linux-cli] ([Site][site-linux-cli], cc-nc-sa) - Introduction to Linux commands and Shell scripting
* Real World OCaml ([Site][site-real-world-ocaml], cc-nc-nd) - Real World OCaml is aimed at programmers who have some experience with conventional programming languages, but not specifically with statically typed functional programming.
@@ -592,7 +612,13 @@ This is not a list of free programming books. This is a curated list of open sou
592
612
*[A guide to Python's magic methods][repo-magic-methods] ([Site][site-magic-methods], cc-nc-sa) - This guide is the culmination of a few months' worth of blog posts. The subject is magic methods
593
613
* Think Python ([Site][site-think-python], cc-nc) - How to Think Like a Computer Scientist
594
614
* Google's Python Class ([Site][site-google-python], cc) - this is a free class for people with a little bit of programming experience who want to learn Python
615
+
*[Python Basics][repo-python-basics] ([Site][site-python-basics], cc-nc-sa) - Introduction to Python
616
+
*[A Whirlwind Tour of Python][repo-whirlwind-tour] ([Site][site-whirlwind-tour], cc0) - fast-paced introduction to essential components of the Python language for researchers and developers who are already familiar with programming in another language
@@ -690,7 +716,10 @@ This is not a list of free programming books. This is a curated list of open sou
690
716
*[Learn Vimscript the Hard Way][repo-vimscript-hard-way] ([Site][site-vimscript-hard-way], custom license) - Learn Vimscript the Hard Way is a book for users of the Vim editor who want to learn how to customize Vim
691
717
*[The Emacs Lisp Style Guide][repo-elisp-style-guide] (cc) - This Emacs Lisp style guide recommends best practices so that real-world Emacs Lisp programmers can write code that can be maintained by other real-world Emacs Lisp programmers
692
718
* A Byte of Vim ([Site][site-byte-vim], cc-sa) - “A Byte of Vim” is a book which aims to help you to learn how to use the Vim editor (version 7), even if all you know is how to use the computer keyboard
719
+
*[Vim Reference][repo-vim-reference] ([Site][site-vim-reference], cc-nc-sa) - guide for beginner to intermediate users
0 commit comments