提交 0f4c26a0 编写于 作者: B brannx 提交者: eshellman

Update free-programming-books-ru.md (#2707)

* Add 4 books

* Alphabetic order and 2 more books

* Update free-programming-books-ru.md

* Update free-podcasts-screencasts-ru.md

* Update free-podcasts-screencasts-ru.md

* Update free-programming-books-ru.md

* Update free-programming-books-ru.md

* add required space, add clojure to index

* add pdf indication

* remove trailing slashed, fix "alphabetical" order

The thing that was confusing us is that the С was capitalized, so its code point was before lower case п, but the sorting is case insensitive. Oh my. This is why we need a robot that fixes these things.

* trailing slash
上级 714354f6
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* [Bash](#bash) * [Bash](#bash)
* [C](#c) * [C](#c)
* [Clojure](#closure)
* [Golang](#golang) * [Golang](#golang)
* [Java](#java) * [Java](#java)
* [Javascript](#javascript) * [Javascript](#javascript)
...@@ -12,14 +13,19 @@ ...@@ -12,14 +13,19 @@
* [Webpack](#webpack) * [Webpack](#webpack)
### Bash
* [Screencast] - [Bash: Основы командной строки](https://ru.hexlet.io/courses/bash) - Hexlet
### C ### C
* [Screencast] - [Введение в Си](https://ru.hexlet.io/courses/introduction_to_c) - Hexlet * [Screencast] - [Введение в Си](https://ru.hexlet.io/courses/introduction_to_c) - Hexlet
### Bash ### Clojure
* [Screencast] - [Bash: Основы командной строки](https://ru.hexlet.io/courses/bash) - Hexlet * [Screencast] - [Курс Clojure](https://clojurecourse.by)
### Golang ### Golang
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
* [Python](#python) * [Python](#python)
* [Django](#django) * [Django](#django)
* [R](#r) * [R](#r)
* [Redis](#redis)
* [Reverse engineering](#reverse-engineering) * [Reverse engineering](#reverse-engineering)
* [Ruby](#ruby) * [Ruby](#ruby)
* [RSpec](#rspec) * [RSpec](#rspec)
...@@ -48,6 +49,7 @@ ...@@ -48,6 +49,7 @@
* [E-maxx.ru: Сборник алгоритмов с примерами на C++](http://e-maxx.ru/upload/e-maxx_algo.pdf) (PDF) * [E-maxx.ru: Сборник алгоритмов с примерами на C++](http://e-maxx.ru/upload/e-maxx_algo.pdf) (PDF)
* [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf) (PDF) * [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf) (PDF)
* [Введение в структуры и алгоритмы обработки данных](http://dsabook.mkurnosov.net) (PDF)
* [Занимательное программирование. Самоучитель](http://padabum.com/x.php?id=35055) - Мозговой М.В. (PDF) * [Занимательное программирование. Самоучитель](http://padabum.com/x.php?id=35055) - Мозговой М.В. (PDF)
* [Программирование: введение в профессию](http://stolyarov.info/books/programming_intro) - Столяров Андрей Викторович (:construction:) (PDF) * [Программирование: введение в профессию](http://stolyarov.info/books/programming_intro) - Столяров Андрей Викторович (:construction:) (PDF)
* [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Кузюрин Н.Н., Фомин С.А. * [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Кузюрин Н.Н., Фомин С.А.
...@@ -91,6 +93,7 @@ ...@@ -91,6 +93,7 @@
### C ### C
* [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf) (PDF) * [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf) (PDF)
* [Разработка сетевых приложений](http://zed.karelia.ru/mmedia/docs/nets.pdf) (PDF)
* [Си/Си++. От дилетанта до профессионала](http://ermak.cs.nstu.ru/cprog/html/) - Романов Е.Л. * [Си/Си++. От дилетанта до профессионала](http://ermak.cs.nstu.ru/cprog/html/) - Романов Е.Л.
* [Язык Си в примерах](http://ru.wikibooks.org/wiki/Язык_Си_в_примерах) * [Язык Си в примерах](http://ru.wikibooks.org/wiki/Язык_Си_в_примерах)
...@@ -98,6 +101,7 @@ ...@@ -98,6 +101,7 @@
### C++ ### C++
* [Введение в язык программирования С++](http://lib.ru/CPPHB/cpptut.txt_with-big-pictures.html) - Бьерн Страуструп * [Введение в язык программирования С++](http://lib.ru/CPPHB/cpptut.txt_with-big-pictures.html) - Бьерн Страуструп
* [Введение в язык Си++](http://www.stolyarov.info/books/pdf/cppintro3.pdf) (PDF)
* [Вводный курс по объектно-ориентированному программированию на языке Си++](http://ru.wikibooks.org/wiki/Си-плюс-плюс) * [Вводный курс по объектно-ориентированному программированию на языке Си++](http://ru.wikibooks.org/wiki/Си-плюс-плюс)
* [Справочное руководство по C++](http://lib.ru/CPPHB/cppref.txt_with-big-pictures.html) - Бьерн Страуструп * [Справочное руководство по C++](http://lib.ru/CPPHB/cppref.txt_with-big-pictures.html) - Бьерн Страуструп
...@@ -145,7 +149,10 @@ ...@@ -145,7 +149,10 @@
### Go ### Go
* [Go в примерах](https://gobyexample.ru)
* [The Little Go Book (перевод)](https://sefus.ru/little-go-book/)
* [Введение в программирование на Go](http://golang-book.ru) - Калеб Докси * [Введение в программирование на Go](http://golang-book.ru) - Калеб Докси
* [Эффективный Go](https://github.com/Konstantin8105/Effective_Go_RU)
### Erlang ### Erlang
...@@ -163,11 +170,13 @@ ...@@ -163,11 +170,13 @@
### LaTeX ### LaTeX
* [LaTeX, GNU/Linux и русский стиль (сборник статей)](http://www.inp.nsk.su/~baldin/LaTeX/index.html) * [LaTeX, GNU/Linux и русский стиль (сборник статей)](http://www.inp.nsk.su/~baldin/LaTeX/index.html)
* [LaTeX за три дня](http://www.stolyarov.info/books/pdf/latex3days.pdf) (PDF)
### Lisp ### Lisp
* [Lisp In Small Pieces (translation)](https://github.com/ilammy/lisp) * [Lisp In Small Pieces (translation)](https://github.com/ilammy/lisp)
* [Practical Common Lisp (перевод)](http://lisper.ru/pcl/) (PDF)
### MetaPost ### MetaPost
...@@ -219,6 +228,7 @@ ...@@ -219,6 +228,7 @@
### PostgreSQL ### PostgreSQL
* [PostgreSQL: Документация](https://postgrespro.ru/docs/postgresql) (PDF)
* [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html) * [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html)
* [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua) * [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua)
...@@ -229,6 +239,11 @@ ...@@ -229,6 +239,11 @@
* [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием R.](http://www.ievbras.ru/ecostat/Kiril/Article/A32/Starb.pdf) (PDF) * [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием R.](http://www.ievbras.ru/ecostat/Kiril/Article/A32/Starb.pdf) (PDF)
### Redis
* [The Little Redis Book (перевод)](https://github.com/kondratovich/the-little-redis-book/blob/master/ru/redis-ru.pdf) (PDF)
### Reverse engineering ### Reverse engineering
* [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners) * [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册