提交 ae0d8638 编写于 作者: U Uriy Efremochkin

Added a few books (RU)

上级 d985849f
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* [Assembly](#assembly) * [Assembly](#assembly)
* [Bash](#bash) * [Bash](#bash)
* [C](#c) * [C](#c)
* [C++](#c-1)
* [CoffeeScript](#coffeescript) * [CoffeeScript](#coffeescript)
* [Git](#git) * [Git](#git)
* [Erlang](#erlang) * [Erlang](#erlang)
...@@ -18,6 +19,7 @@ ...@@ -18,6 +19,7 @@
* [Node.js](#nodejs) * [Node.js](#nodejs)
* [NoSQL](#nosql) * [NoSQL](#nosql)
* [Perl](#perl) * [Perl](#perl)
* [PHP](#php)
* [Python](#python) * [Python](#python)
* [PostgreSQL](#postgresql) * [PostgreSQL](#postgresql)
* [R](#r) * [R](#r)
...@@ -54,15 +56,26 @@ ...@@ -54,15 +56,26 @@
* [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf) * [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf)
* [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm) * [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm)
* [Ассемблер в Linux для программистов C](http://ru.wikibooks.org/wiki/Ассемблер_в_Linux_для_программистов_C)
###Bash ###Bash
* [Advanced Bash-Scripting Guide](http://rus-linux.net/MyLDP/BOOKS/abs-guide/flat/abs-book.html) * [Advanced Bash-Scripting Guide](http://rus-linux.net/MyLDP/BOOKS/abs-guide/flat/abs-book.html)
###C ###C
* [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf) * [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf)
* [Си/Си++. От дилетанта до профессионала](http://ermak.cs.nstu.ru/cprog/html/) - Романов Е.Л. * [Си/Си++. От дилетанта до профессионала](http://ermak.cs.nstu.ru/cprog/html/) - Романов Е.Л.
* [Язык Си в примерах](http://ru.wikibooks.org/wiki/Язык_Си_в_примерах)
###C++
* [Введение в язык программирования С++](http://lib.ru/CPPHB/cpptut.txt_with-big-pictures.html) - Бьерн Страуструп
* [Справочное руководство по C++](http://lib.ru/CPPHB/cppref.txt_with-big-pictures.html) - Бьерн Страуструп
* [Вводный курс по объектно-ориентированному программированию на языке Си++](http://ru.wikibooks.org/wiki/Си-плюс-плюс)
###CoffeeScript ###CoffeeScript
...@@ -74,12 +87,14 @@ ...@@ -74,12 +87,14 @@
* [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain * [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain
###JavaScript ###JavaScript
* [Современный учебник JavaScript](http://learn.javascript.ru) * [Современный учебник JavaScript](http://learn.javascript.ru)
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель
* [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи * [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи
###Git ###Git
* [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/) * [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/)
...@@ -93,6 +108,7 @@ ...@@ -93,6 +108,7 @@
###Haskell ###Haskell
* [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен * [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен
###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)
...@@ -124,6 +140,11 @@ ...@@ -124,6 +140,11 @@
* [Pragmatic Perl (журнал)](http://pragmaticperl.com) * [Pragmatic Perl (журнал)](http://pragmaticperl.com)
###PHP
* [Руководство по PHP](http://docs.php.net/manual/ru/)
* [Самоучитель (учебник) по PHP](http://www.php-s.ru/self-teacher/)
###Python ###Python
* [Вглубь языка Python](http://ru.diveintopython.net/toc.html) * [Вглубь языка Python](http://ru.diveintopython.net/toc.html)
...@@ -142,36 +163,45 @@ ...@@ -142,36 +163,45 @@
* [Анализ данных с R](http://www.inp.nsk.su/~baldin/DataAnalysis/index.html) * [Анализ данных с R](http://www.inp.nsk.su/~baldin/DataAnalysis/index.html)
* [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием R.](http://www.ievbras.ru/ecostat/Kiril/Article/A32/Starb.pdf) (PDF) * [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием R.](http://www.ievbras.ru/ecostat/Kiril/Article/A32/Starb.pdf) (PDF)
###Reverse engineering ###Reverse engineering
* [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners) * [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners)
###Ruby ###Ruby
* [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book) * [Ruby](https://github.com/Krugloff/rus_ruby_book) - Круглов А.
* [Ruby](http://ru.wikibooks.org/wiki/Ruby) - Викиучебник
###RSpec ###RSpec
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru) * [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru)
###Ruby on Rails ###Ruby on Rails
* [Ruby on Rails Guides](http://rusrails.ru) * [Ruby on Rails Guides](http://rusrails.ru)
* [Ruby on Rails Tutorial](http://railstutorial.ru) * [Ruby on Rails Tutorial](http://railstutorial.ru)
###Scala ###Scala
* [Effective Scala](http://twitter.github.io/effectivescala/index-ru.html) - Marius Eriksen * [Effective Scala](http://twitter.github.io/effectivescala/index-ru.html) - Marius Eriksen
* [Scala Школа!](http://twitter.github.io/scala_school/ru/) - Twitter * [Scala Школа!](http://twitter.github.io/scala_school/ru/) - Twitter
###Scilab ###Scilab
* [Введение в Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) * [Введение в Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/)
* [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/) * [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/)
###Smalltalk ###Smalltalk
* [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak/) - Адэль Голдберг, Дэвид Робсон * [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak/) - Адэль Голдберг, Дэвид Робсон
###Unix ###Unix
* [Архитектура операционной системы Unix](http://lib.ru/BACH/) * [Архитектура операционной системы Unix](http://lib.ru/BACH/)
...@@ -179,10 +209,12 @@ ...@@ -179,10 +209,12 @@
* [Linux From Scratch (version 6.8)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru/lfs-6.8-ru-index.html) * [Linux From Scratch (version 6.8)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru/lfs-6.8-ru-index.html)
* [Beyond Linux From Scratch (version 2011-12-30)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-ru-index.html) * [Beyond Linux From Scratch (version 2011-12-30)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-ru-index.html)
###Vim ###Vim
* [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf) * [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf)
###Parallel ###Parallel
* [Параллельные технологии](http://www.inp.nsk.su/~baldin/Parallel/index.html) * [Параллельные технологии](http://www.inp.nsk.su/~baldin/Parallel/index.html)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册