Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update free-programming-books-ru.md #2770

Merged
merged 1 commit into from Mar 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion free-programming-books-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* [Git](#git)
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Bootstrap](#bootstrap)
* [Java](#java)
* [Hibernate](#hibernate)
* [Maven](#maven)
Expand Down Expand Up @@ -69,7 +71,6 @@
* [Операционные системы](https://vseloved.github.io/pdf/os-ru.pdf) - Всеволод Дёмкин (PDF)
* [Параллельные технологии](http://www.inp.nsk.su/~baldin/Parallel/index.html)
* [Программирование: введение в профессию](http://stolyarov.info/books/programming_intro) - Столяров Андрей Викторович (:construction:) (PDF)
* [Руководство по HTML5 и CSS3](https://metanit.com/web/html5) - Евгений Попов
* [Руководство по HTTP](http://proselyte.net/tutorials/http-tutorial) - Евгений Сулейманов
* [Руководство по SOAP](http://proselyte.net/tutorials/soap-tutorial) - Евгений Сулейманов
* [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Кузюрин Н.Н., Фомин С.А.
Expand Down Expand Up @@ -199,6 +200,18 @@
* [Учебник по Haskell](http://anton-k.github.io/ru-haskell-book/book/home.html) - Антон Холомьёв


### HTML / CSS

* [Руководство по HTML5 и CSS3](https://metanit.com/web/html5) - Евгений Попов
* [Справочник CSS](http://htmlbook.ru/css) - Влад Мержевич
* [Справочник по HTML](http://htmlbook.ru/html) - Влад Мержевич


#### Bootstrap

* [Bootstrap 4](http://getbootstrap.ru/docs/v4-alpha)


### Java

* [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain
Expand Down