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)
V
Victor Felder 已提交
5 6 7 8
  * [Cloud Computing](#cloud-computing)
  * [Networking](#networking)
  * [Open Source Ecosystem](#open-source-ecosystem)
  * [Programming Paradigms](#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

S
SuperStas 已提交
47
* [E-maxx.ru: Сборник алгоритмов с примерами на C++](http://e-maxx.ru/upload/e-maxx_algo.pdf)
48
* [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.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)
A
Afanasiev Stanislav 已提交
56
* [TCP/IP Крупным планом](http://www.soslan.ru/tcp/)
S
SuperStas 已提交
57

58

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

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


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

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


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

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


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

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

S
SuperStas 已提交
82

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

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

U
Uriy Efremochkin 已提交
87

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

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


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

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

101

102
### Clojure
103

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

106

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

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


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

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

U
Uriy Efremochkin 已提交
116

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

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

U
Uriy Efremochkin 已提交
124

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

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

S
Sam Sky 已提交
129

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

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

S
Sam Sky 已提交
136

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

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


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

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


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

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

U
Uriy Efremochkin 已提交
153

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

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


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

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


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

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

169

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

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

174

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

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

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


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

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


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

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


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

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


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

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

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

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

U
Uriy Efremochkin 已提交
219

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

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

227

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

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

U
Uriy Efremochkin 已提交
232

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

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

U
Uriy Efremochkin 已提交
238

F
funkill 已提交
239
### Rust
240

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


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

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

U
Uriy Efremochkin 已提交
249

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

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

U
Uriy Efremochkin 已提交
255

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

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

U
Uriy Efremochkin 已提交
260

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

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

U
Uriy Efremochkin 已提交
268

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

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

274

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

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