free-programming-books-ru.md 10.2 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### Index
2

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

44

C
Christoph Uschkrat 已提交
45
### Language Agnostic
46

47 48
* [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)
49
* [Занимательное программирование. Самоучитель](http://padabum.com/x.php?id=35055) - Мозговой М.В.
50
* [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Н. Н. Кузюрин, С. А. Фомин
51

S
SuperStas 已提交
52

C
Christoph Uschkrat 已提交
53
#### Networking
54 55

* [Разъяснение HTTP2](https://github.com/vlet/http2-explained/blob/master/http2.ru.pdf?raw=true) - Даниэль Штенберг (PDF)
S
SuperStas 已提交
56

57

C
Christoph Uschkrat 已提交
58
#### Open Source Ecosytem
59

B
Boris Egorov 已提交
60 61 62
* [Архитектура приложений с открытым исходным кодом](http://rus-linux.net/MyLDP/BOOKS/Architecture-Open-Source-Applications/index.html)


C
Christoph Uschkrat 已提交
63
#### Cloud Computing
64

M
Mojtahedi 已提交
65 66 67
* [Разработка мультитенантных приложений для облака, издание 3-е](http://www.microsoft.com/ru-ru/download/details.aspx?id=29263)


C
Christoph Uschkrat 已提交
68
#### Programming Paradigms
69

70
* [Введение в функциональное программирование](https://code.google.com/p/funprog-ru/) - John Harrison
71
* [Практика функционального программирования](http://fprog.ru) - журнал
72 73


C
Christoph Uschkrat 已提交
74
### Assembly
75

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

S
SuperStas 已提交
81

C
Christoph Uschkrat 已提交
82
### Bash
83

D
Doz Nix 已提交
84 85
* [Advanced Bash-Scripting Guide](http://rus-linux.net/MyLDP/BOOKS/abs-guide/flat/abs-book.html)

U
Uriy Efremochkin 已提交
86

C
Christoph Uschkrat 已提交
87
### C
88

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


C
Christoph Uschkrat 已提交
94
### C++
U
Uriy Efremochkin 已提交
95 96 97

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

100

101
### Clojure
102

103
* [Введение в Clojure](http://alexott.net/ru/clojure/clojure-intro/)
104

105

C
Christoph Uschkrat 已提交
106
### CoffeeScript
107

108 109 110
* [Документация CoffeeScript](http://cidocs.ru/coffeescript/)


C
Christoph Uschkrat 已提交
111
### Java
112

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

U
Uriy Efremochkin 已提交
115

C
Christoph Uschkrat 已提交
116
### JavaScript
117

118
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель
S
Stanislav 已提交
119
* [Выразительный JavaScript](https://github.com/karmazzin/eloquentjavascript_ru) - Marijn Haverbeke
120
* [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи
S
Stanislav 已提交
121
* [Современный учебник JavaScript](http://learn.javascript.ru) - Илья Кантор
122

U
Uriy Efremochkin 已提交
123

C
Christoph Uschkrat 已提交
124
#### Node.js
125

126 127
* [Node.js для начинающих](http://nodebeginner.ru)

S
Sam Sky 已提交
128

C
Christoph Uschkrat 已提交
129
### Git
130

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

S
Sam Sky 已提交
135

M
Maxim Poletaev 已提交
136
### Go
137

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


C
Christoph Uschkrat 已提交
141
### Erlang
142

143 144 145
* [Программирование на Эрланге](https://github.com/dyp2000/Russian-Armstrong-Erlang) - Джо Армстронг


C
Christoph Uschkrat 已提交
146
### Haskell
147

148
* [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен
149
* [О Haskell по-человечески](http://ohaskell.dshevchenko.biz/ru/index.html) - Денис Шевченко
A
Abbath 已提交
150
* [Учебник по Haskell](http://anton-k.github.io/ru-haskell-book/book/home.html) - Антон Холомьёв
151

U
Uriy Efremochkin 已提交
152

C
Christoph Uschkrat 已提交
153
### LaTeX
154

155 156 157
* [LaTeX, GNU/Linux и русский стиль (сборник статей)](http://www.inp.nsk.su/~baldin/LaTeX/index.html)


C
Christoph Uschkrat 已提交
158
### Lisp
159

160
* [Lisp In Small Pieces (translation)](https://github.com/ilammy/lisp)
G
Grom 已提交
161
* [Practical Common Lisp(translation)](http://lisper.ru/pcl/)
162 163


C
Christoph Uschkrat 已提交
164
### MetaPost
165

166 167
* [Создание иллюстраций в MetaPost](http://www.inp.nsk.su/~baldin/mpost/index.html)

168

C
Christoph Uschkrat 已提交
169
### Misc
170

S
SuperStas 已提交
171
* [Не мешайте мне работать!](http://motivateme.ru/book/) - Стас Давыдов
172

173

C
Christoph Uschkrat 已提交
174
### NoSQL
175

M
mobi-soft 已提交
176 177 178 179
* [Маленькая книга о 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 已提交
180
### Perl
181

182
* [Pragmatic Perl](http://pragmaticperl.com) - журнал
183 184
* [Введение в Perl](http://www.opennet.ru/docs/RUS/perl-maslov/) - Маслов Владимир Викторович
* [Краткий экскурс в Perl-программирование](http://www.opennet.ru/docs/RUS/perl_help/) - Докучаев Дмитрий
185 186


C
Christoph Uschkrat 已提交
187
### PHP
188

A
AveVlad 已提交
189
* [PHP: Правильный Путь](http://getjump.github.io/ru-php-the-right-way/)
190
* [Руководство по PHP](http://docs.php.net/manual/ru/)
U
Uriy Efremochkin 已提交
191 192 193
* [Самоучитель (учебник) по PHP](http://www.php-s.ru/self-teacher/)


C
Christoph Uschkrat 已提交
194
### Python
195

C
Casual Passer 已提交
196
* [Вглубь языка Python](http://ru.diveintopython.net/toc.html)
197
* [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H
198
* [Учебник Python 2.6](http://ru.wikibooks.org/wiki/Учебник_Python_2.6)
199
* [Problem Solving with Algorithms and Data Structures](http://aliev.me/runestone/)
C
Casual Passer 已提交
200 201


C
Christoph Uschkrat 已提交
202
### PostgreSQL
203

204
* [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html)
205
* [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua)
K
Kindrat 已提交
206 207


C
Christoph Uschkrat 已提交
208
### R
209

210 211 212
* [Анализ данных с 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 已提交
213

C
Christoph Uschkrat 已提交
214
### Reverse engineering
215

S
SuperStas 已提交
216
* [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners)
217

U
Uriy Efremochkin 已提交
218

C
Christoph Uschkrat 已提交
219
### Ruby
220

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

226

C
Christoph Uschkrat 已提交
227
### RSpec
228

229
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru)
230

U
Uriy Efremochkin 已提交
231

C
Christoph Uschkrat 已提交
232
### Ruby on Rails
233

234 235
* [Ruby on Rails Tutorial. Изучение Rails на Примерах](http://railstutorial.ru/chapters/4_0/beginning) Майкл Хартл
* [Ruby on Rails по-русски](http://rusrails.ru)
236

U
Uriy Efremochkin 已提交
237

F
funkill 已提交
238
### Rust
239

F
funkill 已提交
240 241 242
* [Язык программирования Rust](http://kgv.github.io/rust_book_ru/)


C
Christoph Uschkrat 已提交
243
### Scala
244

245
* [Effective Scala](http://twitter.github.io/effectivescala/index-ru.html) - Marius Eriksen
A
Alexander Fefelov 已提交
246 247
* [Scala Школа!](http://twitter.github.io/scala_school/ru/) - Twitter

U
Uriy Efremochkin 已提交
248

C
Christoph Uschkrat 已提交
249
### Scilab
250

251
* [Введение в Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/)
252
* [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/)
253

U
Uriy Efremochkin 已提交
254

C
Christoph Uschkrat 已提交
255
### Smalltalk
256

257 258
* [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak/) - Адэль Голдберг, Дэвид Робсон

U
Uriy Efremochkin 已提交
259

C
Christoph Uschkrat 已提交
260
### Unix
261

262 263
* [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 已提交
264
* [Архитектура операционной системы Unix](http://lib.ru/BACH/)
S
SuperStas 已提交
265
* [Введение в системное администрирование UNIX](http://lib.ru/unixhelp/) - Мошков. М
S
SuperStas 已提交
266

U
Uriy Efremochkin 已提交
267

C
Christoph Uschkrat 已提交
268
### Vim
269

270
* [Поваренная Книга Vim](http://www.opennet.ru/docs/RUS/vim_cookbook/) - Steve Oualline
271
* [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf) (PDF)
U
Uriy Efremochkin 已提交
272

273

C
Christoph Uschkrat 已提交
274
### Parallel
275

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