free-programming-books-ru.md 9.8 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### Index
B
Boris Egorov 已提交
2
* [Списки книг](#meta-lists)
E
Eric Guirbal 已提交
3
* [Language Agnostic](#language-agnostic)
M
Mojtahedi 已提交
4
    * [Cloud Computing](#cloud-computing)
S
SuperStas 已提交
5
    * [Networking](#networking)
B
Boris Egorov 已提交
6
    * [Open Source Ecosystem](#open-source-ecosystem)
7
    * [Programming Paradigms](#programming-paradigms)
S
SuperStas 已提交
8
* [Assembly](#assembly)
D
Doz Nix 已提交
9
* [Bash](#bash)
S
SuperStas 已提交
10
* [C](#c)
U
Uriy Efremochkin 已提交
11
* [C++](#c-1)
12
* [CoffeeScript](#coffeescript)
S
Sam Sky 已提交
13
* [Git](#git)
M
Maxim Poletaev 已提交
14
* [Go](#go)
15
* [Erlang](#erlang)
16
* [Haskell](#haskell)
17
* [Java](#java)
18
* [JavaScript](#javascript)
19
    * [Node.js](#nodejs)
20
* [LaTeX](#latex)
21
* [Lisp](#lisp)
22
* [MetaPost](#metapost)
S
SuperStas 已提交
23
* [Misc](#misc)
M
mobi-soft 已提交
24
* [NoSQL](#nosql)
25
* [Perl](#perl)
U
Uriy Efremochkin 已提交
26
* [PHP](#php)
C
Casual Passer 已提交
27
* [Python](#python)
K
Kindrat 已提交
28
* [PostgreSQL](#postgresql)
29
* [R](#r)
S
SuperStas 已提交
30
* [Reverse engineering](#reverse-engineering)
31
* [Ruby](#ruby)
32
  * [RSpec](#rspec)
33
* [Ruby on Rails](#ruby-on-rails)
A
Alexander Fefelov 已提交
34
* [Scala](#scala)
35
* [Scilab](#scilab)
36
* [Smalltalk](#smalltalk)
S
SuperStas 已提交
37 38
* [Unix](#unix)
* [Vim](#vim)
B
Boris Egorov 已提交
39
* [Параллельные технологии](#parallel)
40

41

C
Christoph Uschkrat 已提交
42
### Language Agnostic
S
SuperStas 已提交
43
* [E-maxx.ru: Сборник алгоритмов с примерами на C++](http://e-maxx.ru/upload/e-maxx_algo.pdf)
44
* [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf)
45
* [Занимательное программирование. Самоучитель](http://padabum.com/x.php?id=35055) - Мозговой М.В.
46
* [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Н. Н. Кузюрин, С. А. Фомин
47

S
SuperStas 已提交
48

C
Christoph Uschkrat 已提交
49
#### Networking
S
SuperStas 已提交
50 51
* [TCP/IP Крупным планом](http://www.soslan.ru/tcp/)

52

C
Christoph Uschkrat 已提交
53
#### Open Source Ecosytem
B
Boris Egorov 已提交
54 55 56
* [Архитектура приложений с открытым исходным кодом](http://rus-linux.net/MyLDP/BOOKS/Architecture-Open-Source-Applications/index.html)


C
Christoph Uschkrat 已提交
57
#### Cloud Computing
M
Mojtahedi 已提交
58 59 60
* [Разработка мультитенантных приложений для облака, издание 3-е](http://www.microsoft.com/ru-ru/download/details.aspx?id=29263)


S
Sergey Bronnikov 已提交
61
### Project Management
S
Sergey Bronnikov 已提交
62
* [Гибкие методологии разработки](https://dl.dropboxusercontent.com/u/4606839/Гибкие%20методологии%20разработки.pdf) - Вольфсон Борис
S
Sergey Bronnikov 已提交
63 64


C
Christoph Uschkrat 已提交
65
#### Programming Paradigms
66
* [Введение в функциональное программирование](https://code.google.com/p/funprog-ru/) - John Harrison
67
* [Практика функционального программирования](http://fprog.ru) - журнал
68 69


C
Christoph Uschkrat 已提交
70
### Assembly
U
Uriy Efremochkin 已提交
71
* [Ассемблер в Linux для программистов C](http://ru.wikibooks.org/wiki/Ассемблер_в_Linux_для_программистов_C)
72 73
* [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm)
* [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf)
74
* [Микропроцессоры и вычислительные комплексы семейства "Эльбрус"](http://www.mcst.ru/doc/book_121130.pdf)
U
Uriy Efremochkin 已提交
75

S
SuperStas 已提交
76

C
Christoph Uschkrat 已提交
77
### Bash
D
Doz Nix 已提交
78 79
* [Advanced Bash-Scripting Guide](http://rus-linux.net/MyLDP/BOOKS/abs-guide/flat/abs-book.html)

U
Uriy Efremochkin 已提交
80

C
Christoph Uschkrat 已提交
81
### C
S
SuperStas 已提交
82
* [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf)
S
SuperStas 已提交
83
* [Си/Си++. От дилетанта до профессионала](http://ermak.cs.nstu.ru/cprog/html/) - Романов Е.Л.
U
Uriy Efremochkin 已提交
84 85 86
* [Язык Си в примерах](http://ru.wikibooks.org/wiki/Язык_Си_в_примерах)


C
Christoph Uschkrat 已提交
87
### C++
U
Uriy Efremochkin 已提交
88 89 90

* [Введение в язык программирования С++](http://lib.ru/CPPHB/cpptut.txt_with-big-pictures.html) - Бьерн Страуструп
* [Вводный курс по объектно-ориентированному программированию на языке Си++](http://ru.wikibooks.org/wiki/Си-плюс-плюс)
91
* [Справочное руководство по C++](http://lib.ru/CPPHB/cppref.txt_with-big-pictures.html) - Бьерн Страуструп
S
SuperStas 已提交
92

93

C
Christoph Uschkrat 已提交
94
### CoffeeScript
95 96 97
* [Документация CoffeeScript](http://cidocs.ru/coffeescript/)


C
Christoph Uschkrat 已提交
98
### Java
99 100
* [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain

U
Uriy Efremochkin 已提交
101

C
Christoph Uschkrat 已提交
102
### JavaScript
103 104
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель
* [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи
105
* [Современный учебник JavaScript](http://learn.javascript.ru)
106

U
Uriy Efremochkin 已提交
107

C
Christoph Uschkrat 已提交
108
#### Node.js
109 110
* [Node.js для начинающих](http://nodebeginner.ru)

S
Sam Sky 已提交
111

C
Christoph Uschkrat 已提交
112
### Git
S
Sam Sky 已提交
113
* [Pro Git](http://git-scm.com/book/ru)
114 115
* [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/)
* [Простое руководство по работе с Git](http://rogerdudler.github.io/git-guide/index.ru.html)
116

S
Sam Sky 已提交
117

M
Maxim Poletaev 已提交
118 119 120 121
### Go
* [Введение в программирование на Go](http://golang-book.ru) - Калеб Докси


C
Christoph Uschkrat 已提交
122
### Erlang
123 124 125
* [Программирование на Эрланге](https://github.com/dyp2000/Russian-Armstrong-Erlang) - Джо Армстронг


C
Christoph Uschkrat 已提交
126
### Haskell
127
* [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен
V
Victor Sergeyev 已提交
128
* [О Haskell по-человечески](http://ohaskell.ru/) - Денис Шевченко
A
Abbath 已提交
129
* [Учебник по Haskell](http://anton-k.github.io/ru-haskell-book/book/home.html) - Антон Холомьёв
130

U
Uriy Efremochkin 已提交
131

C
Christoph Uschkrat 已提交
132
### LaTeX
133 134 135
* [LaTeX, GNU/Linux и русский стиль (сборник статей)](http://www.inp.nsk.su/~baldin/LaTeX/index.html)


C
Christoph Uschkrat 已提交
136
### Lisp
137 138 139
* [Lisp In Small Pieces (translation)](https://github.com/ilammy/lisp)


C
Christoph Uschkrat 已提交
140
### MetaPost
141 142
* [Создание иллюстраций в MetaPost](http://www.inp.nsk.su/~baldin/mpost/index.html)

C
Christoph Uschkrat 已提交
143
### Misc
S
SuperStas 已提交
144
* [Не мешайте мне работать!](http://motivateme.ru/book/) - Стас Давыдов
145

C
Christoph Uschkrat 已提交
146
### NoSQL
M
mobi-soft 已提交
147 148 149 150
* [Маленькая книга о MongoDB](http://jsman.ru/mongo-book/index.html)
* [Маленькая книга о Redis](https://github.com/kondratovich/the-little-redis-book/blob/master/ru/redis.md)


C
Christoph Uschkrat 已提交
151
### Perl
152
* [Pragmatic Perl](http://pragmaticperl.com) - журнал
153 154
* [Введение в Perl](http://www.opennet.ru/docs/RUS/perl-maslov/) - Маслов Владимир Викторович
* [Краткий экскурс в Perl-программирование](http://www.opennet.ru/docs/RUS/perl_help/) - Докучаев Дмитрий
155 156


C
Christoph Uschkrat 已提交
157
### PHP
A
AveVlad 已提交
158
* [PHP: Правильный Путь](http://getjump.github.io/ru-php-the-right-way/)
159
* [Руководство по PHP](http://docs.php.net/manual/ru/)
U
Uriy Efremochkin 已提交
160 161 162
* [Самоучитель (учебник) по PHP](http://www.php-s.ru/self-teacher/)


C
Christoph Uschkrat 已提交
163
### Python
C
Casual Passer 已提交
164
* [Вглубь языка Python](http://ru.diveintopython.net/toc.html)
165
* [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H
166
* [Учебник Python 2.6](http://ru.wikibooks.org/wiki/Учебник_Python_2.6)
167
* [Problem Solving with Algorithms and Data Structures](http://aliev.me/runestone/)
C
Casual Passer 已提交
168 169


C
Christoph Uschkrat 已提交
170
### PostgreSQL
171
* [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html)
172
* [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua)
K
Kindrat 已提交
173 174


C
Christoph Uschkrat 已提交
175
### R
176 177 178
* [Анализ данных с R](http://www.inp.nsk.su/~baldin/DataAnalysis/index.html)
* [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием R.](http://www.ievbras.ru/ecostat/Kiril/Article/A32/Starb.pdf) (PDF)

U
Uriy Efremochkin 已提交
179

C
Christoph Uschkrat 已提交
180
### Reverse engineering
S
SuperStas 已提交
181
* [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners)
182

U
Uriy Efremochkin 已提交
183

C
Christoph Uschkrat 已提交
184
### Ruby
P
Pavel Timofeev 已提交
185
* [Ruby за двадцать минут](https://www.ruby-lang.org/ru/documentation/quickstart/)
U
Uriy Efremochkin 已提交
186 187
* [Ruby](https://github.com/Krugloff/rus_ruby_book) - Круглов А.
* [Ruby](http://ru.wikibooks.org/wiki/Ruby) - Викиучебник
188
* [Учись программировать](http://www.shokhirev.com/mikhail/ruby/ltp/title.html) - Крис Пайн
U
Uriy Efremochkin 已提交
189

190

C
Christoph Uschkrat 已提交
191
### RSpec
192
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru)
193

U
Uriy Efremochkin 已提交
194

C
Christoph Uschkrat 已提交
195
### Ruby on Rails
196 197
* [Ruby on Rails Tutorial. Изучение Rails на Примерах](http://railstutorial.ru/chapters/4_0/beginning) Майкл Хартл
* [Ruby on Rails по-русски](http://rusrails.ru)
198

U
Uriy Efremochkin 已提交
199

C
Christoph Uschkrat 已提交
200
### Scala
201
* [Effective Scala](http://twitter.github.io/effectivescala/index-ru.html) - Marius Eriksen
A
Alexander Fefelov 已提交
202 203
* [Scala Школа!](http://twitter.github.io/scala_school/ru/) - Twitter

U
Uriy Efremochkin 已提交
204

C
Christoph Uschkrat 已提交
205
### Scilab
206
* [Введение в Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/)
207
* [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/)
208

U
Uriy Efremochkin 已提交
209

C
Christoph Uschkrat 已提交
210
### Smalltalk
211 212
* [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak/) - Адэль Голдберг, Дэвид Робсон

U
Uriy Efremochkin 已提交
213

C
Christoph Uschkrat 已提交
214
### Unix
215 216
* [Beyond Linux From Scratch (version 2011-12-30)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-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)
S
SuperStas 已提交
217
* [Архитектура операционной системы Unix](http://lib.ru/BACH/)
S
SuperStas 已提交
218
* [Введение в системное администрирование UNIX](http://lib.ru/unixhelp/) - Мошков. М
S
SuperStas 已提交
219

U
Uriy Efremochkin 已提交
220

C
Christoph Uschkrat 已提交
221
### Vim
222
* [Поваренная Книга Vim](http://www.opennet.ru/docs/RUS/vim_cookbook/) - Steve Oualline
223
* [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf)
U
Uriy Efremochkin 已提交
224

C
Christoph Uschkrat 已提交
225
### Parallel
B
Boris Egorov 已提交
226
* [Параллельные технологии](http://www.inp.nsk.su/~baldin/Parallel/index.html)