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

35 36 37
###Language Agnostic

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

S
SuperStas 已提交
42 43 44 45
####Networking

* [TCP/IP Крупным планом](http://www.soslan.ru/tcp/)

46

47
####Programming Paradigms
S
SuperStas 已提交
48

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


S
SuperStas 已提交
53 54 55 56 57
###Assembly

* [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf)
* [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm)

D
Doz Nix 已提交
58 59 60 61
###Bash

* [Advanced Bash-Scripting Guide](http://rus-linux.net/MyLDP/BOOKS/abs-guide/flat/abs-book.html)

S
SuperStas 已提交
62 63 64
###C

* [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf)
S
SuperStas 已提交
65
* [Си/Си++. От дилетанта до профессионала](http://ermak.cs.nstu.ru/cprog/html/) - Романов Е.Л.
S
SuperStas 已提交
66

67

68 69 70 71 72
###CoffeeScript

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


73 74 75 76
###Java

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

77 78
###JavaScript

79 80 81
* [Современный учебник JavaScript](http://learn.javascript.ru)
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель
* [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи
82

S
Sam Sky 已提交
83 84
###Git

85
* [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/)
S
Sam Sky 已提交
86
* [Pro Git](http://git-scm.com/book/ru)
87

S
Sam Sky 已提交
88

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


93 94 95
###Haskell
* [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен

96 97 98 99 100
###LaTeX

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


101 102 103 104 105
###Lisp

* [Lisp In Small Pieces (translation)](https://github.com/ilammy/lisp)


106 107 108 109 110
###MetaPost

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


P
ProDmic 已提交
111 112 113 114 115
###Node.js

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


M
mobi-soft 已提交
116 117 118 119 120 121
###NoSQL

* [Маленькая книга о MongoDB](http://jsman.ru/mongo-book/index.html)
* [Маленькая книга о Redis](https://github.com/kondratovich/the-little-redis-book/blob/master/ru/redis.md)


122 123
###Perl

124
* [Pragmatic Perl (журнал)](http://pragmaticperl.com)
125 126


C
Casual Passer 已提交
127 128 129
###Python

* [Вглубь языка Python](http://ru.diveintopython.net/toc.html)
130
* [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H
131
* [Учебник Python 2.6](http://ru.wikibooks.org/wiki/Учебник_Python_2.6)
C
Casual Passer 已提交
132 133


K
Kindrat 已提交
134 135
###PostgreSQL

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


140 141 142 143 144
###R

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

S
SuperStas 已提交
145 146 147
###Reverse engineering

* [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners)
148 149 150

###Ruby

151 152
* [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book)

153 154
###RSpec
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru)
155 156 157 158

###Ruby on Rails

* [Ruby on Rails Guides](http://rusrails.ru)
159
* [Ruby on Rails Tutorial](http://railstutorial.ru)
160

A
Alexander Fefelov 已提交
161 162
###Scala

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

166 167 168
###Scilab

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

171 172 173 174
###Smalltalk

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

S
SuperStas 已提交
175 176 177
###Unix

* [Архитектура операционной системы Unix](http://lib.ru/BACH/)
S
SuperStas 已提交
178
* [Введение в системное администрирование UNIX](http://lib.ru/unixhelp/) - Мошков. М
D
Dmitriy Corpsee 已提交
179 180
* [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)
S
SuperStas 已提交
181 182 183 184 185

###Vim

* [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf)

B
Boris Egorov 已提交
186 187 188
###Parallel

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