From 0f4c26a0583aef4fcb94079b029defb552bf3b8e Mon Sep 17 00:00:00 2001 From: brannx <31779415+brannx@users.noreply.github.com> Date: Mon, 5 Feb 2018 19:15:13 +0300 Subject: [PATCH] Update free-programming-books-ru.md (#2707) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- free-podcasts-screencasts-ru.md | 10 ++++++++-- free-programming-books-ru.md | 15 +++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/free-podcasts-screencasts-ru.md b/free-podcasts-screencasts-ru.md index be96d231..2eb62274 100644 --- a/free-podcasts-screencasts-ru.md +++ b/free-podcasts-screencasts-ru.md @@ -2,6 +2,7 @@ * [Bash](#bash) * [C](#c) +* [Clojure](#closure) * [Golang](#golang) * [Java](#java) * [Javascript](#javascript) @@ -12,14 +13,19 @@ * [Webpack](#webpack) +### Bash + +* [Screencast] - [Bash: Основы командной строки](https://ru.hexlet.io/courses/bash) - Hexlet + + ### C * [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 diff --git a/free-programming-books-ru.md b/free-programming-books-ru.md index 645980c5..5f13c00b 100644 --- a/free-programming-books-ru.md +++ b/free-programming-books-ru.md @@ -31,6 +31,7 @@ * [Python](#python) * [Django](#django) * [R](#r) +* [Redis](#redis) * [Reverse engineering](#reverse-engineering) * [Ruby](#ruby) * [RSpec](#rspec) @@ -48,6 +49,7 @@ * [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) +* [Введение в структуры и алгоритмы обработки данных](http://dsabook.mkurnosov.net) (PDF) * [Занимательное программирование. Самоучитель](http://padabum.com/x.php?id=35055) - Мозговой М.В. (PDF) * [Программирование: введение в профессию](http://stolyarov.info/books/programming_intro) - Столяров Андрей Викторович (:construction:) (PDF) * [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Кузюрин Н.Н., Фомин С.А. @@ -91,6 +93,7 @@ ### C * [Особенности языка 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://ru.wikibooks.org/wiki/Язык_Си_в_примерах) @@ -98,6 +101,7 @@ ### C++ * [Введение в язык программирования С++](http://lib.ru/CPPHB/cpptut.txt_with-big-pictures.html) - Бьерн Страуструп +* [Введение в язык Си++](http://www.stolyarov.info/books/pdf/cppintro3.pdf) (PDF) * [Вводный курс по объектно-ориентированному программированию на языке Си++](http://ru.wikibooks.org/wiki/Си-плюс-плюс) * [Справочное руководство по C++](http://lib.ru/CPPHB/cppref.txt_with-big-pictures.html) - Бьерн Страуструп @@ -145,7 +149,10 @@ ### Go +* [Go в примерах](https://gobyexample.ru) +* [The Little Go Book (перевод)](https://sefus.ru/little-go-book/) * [Введение в программирование на Go](http://golang-book.ru) - Калеб Докси +* [Эффективный Go](https://github.com/Konstantin8105/Effective_Go_RU) ### Erlang @@ -163,11 +170,13 @@ ### LaTeX * [LaTeX, GNU/Linux и русский стиль (сборник статей)](http://www.inp.nsk.su/~baldin/LaTeX/index.html) +* [LaTeX за три дня](http://www.stolyarov.info/books/pdf/latex3days.pdf) (PDF) ### Lisp * [Lisp In Small Pieces (translation)](https://github.com/ilammy/lisp) +* [Practical Common Lisp (перевод)](http://lisper.ru/pcl/) (PDF) ### MetaPost @@ -219,6 +228,7 @@ ### PostgreSQL +* [PostgreSQL: Документация](https://postgrespro.ru/docs/postgresql) (PDF) * [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html) * [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua) @@ -229,6 +239,11 @@ * [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием 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 для начинающих](https://github.com/dennis714/RE-for-beginners) -- GitLab