free-programming-books-ru.md 9.6 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)
14
* [Erlang](#erlang)
15
* [Haskell](#haskell)
16
* [Java](#java)
17
* [JavaScript](#javascript)
18
    * [Node.js](#nodejs)
19
* [LaTeX](#latex)
20
* [Lisp](#lisp)
21
* [MetaPost](#metapost)
S
SuperStas 已提交
22
* [Misc](#misc)
M
mobi-soft 已提交
23
* [NoSQL](#nosql)
24
* [Perl](#perl)
U
Uriy Efremochkin 已提交
25
* [PHP](#php)
C
Casual Passer 已提交
26
* [Python](#python)
K
Kindrat 已提交
27
* [PostgreSQL](#postgresql)
28
* [R](#r)
S
SuperStas 已提交
29
* [Reverse engineering](#reverse-engineering)
30
* [Ruby](#ruby)
31
  * [RSpec](#rspec)
32
* [Ruby on Rails](#ruby-on-rails)
A
Alexander Fefelov 已提交
33
* [Scala](#scala)
34
* [Scilab](#scilab)
35
* [Smalltalk](#smalltalk)
S
SuperStas 已提交
36 37
* [Unix](#unix)
* [Vim](#vim)
B
Boris Egorov 已提交
38
* [Параллельные технологии](#parallel)
39

40

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

S
SuperStas 已提交
47

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

51

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


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


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


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


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

S
SuperStas 已提交
75

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

U
Uriy Efremochkin 已提交
79

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


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

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

92

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


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

U
Uriy Efremochkin 已提交
100

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

U
Uriy Efremochkin 已提交
106

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

S
Sam Sky 已提交
110

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

S
Sam Sky 已提交
116

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


C
Christoph Uschkrat 已提交
121
### Haskell
122
* [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен
V
Victor Sergeyev 已提交
123
* [О Haskell по-человечески](http://ohaskell.ru/) - Денис Шевченко
124

U
Uriy Efremochkin 已提交
125

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


C
Christoph Uschkrat 已提交
130
### Lisp
131 132 133
* [Lisp In Small Pieces (translation)](https://github.com/ilammy/lisp)


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

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

C
Christoph Uschkrat 已提交
140
### NoSQL
M
mobi-soft 已提交
141 142 143 144
* [Маленькая книга о 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 已提交
145
### Perl
146
* [Pragmatic Perl](http://pragmaticperl.com) - журнал
147 148
* [Введение в Perl](http://www.opennet.ru/docs/RUS/perl-maslov/) - Маслов Владимир Викторович
* [Краткий экскурс в Perl-программирование](http://www.opennet.ru/docs/RUS/perl_help/) - Докучаев Дмитрий
149 150


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


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


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


C
Christoph Uschkrat 已提交
169
### R
170 171 172
* [Анализ данных с 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 已提交
173

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

U
Uriy Efremochkin 已提交
177

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

184

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

U
Uriy Efremochkin 已提交
188

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

U
Uriy Efremochkin 已提交
193

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

U
Uriy Efremochkin 已提交
198

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

U
Uriy Efremochkin 已提交
203

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

U
Uriy Efremochkin 已提交
207

C
Christoph Uschkrat 已提交
208
### Unix
209 210
* [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 已提交
211
* [Архитектура операционной системы Unix](http://lib.ru/BACH/)
S
SuperStas 已提交
212
* [Введение в системное администрирование UNIX](http://lib.ru/unixhelp/) - Мошков. М
S
SuperStas 已提交
213

U
Uriy Efremochkin 已提交
214

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

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