free-programming-books-ru.md 2.9 KB
Newer Older
1
###Index
B
Boris Egorov 已提交
2
* [Списки книг](#meta-lists)
E
Eric Guirbal 已提交
3
* [Language Agnostic](#language-agnostic)
D
Doz Nix 已提交
4
* [Bash](#bash)
5
* [CoffeeScript](#coffeescript)
S
Sam Sky 已提交
6
* [Git](#git)
7 8
* [JavaScript](#javascript)
* [LaTeX](#latex)
9
* [Lisp](#lisp)
10
* [MetaPost](#metapost)
M
mobi-soft 已提交
11
* [NoSQL](#nosql)
12 13 14
* [Perl](#perl)
* [R](#r)
* [Ruby](#ruby)
15
  * [RSpec](#rspec)
16
* [Ruby on Rails](#ruby-on-rails)
17
* [Scilab](#scilab)
18
* [SQL](#sql)
B
Boris Egorov 已提交
19
* [Параллельные технологии](#parallel)
20

B
Boris Egorov 已提交
21
###Meta-lists
22 23
* [Книги со свободной ценой](http://www.books.ru/knigi-so-svobodnoi-tsenoi-3129328/)

24 25 26
###Language Agnostic

* [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf)
27

D
Doz Nix 已提交
28 29 30 31
###Bash

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

32

33 34 35 36 37
###CoffeeScript

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


38 39 40
###JavaScript

* [Современный учебник JavaScript](http://learn.javascript.ru/)
41
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/)
42

S
Sam Sky 已提交
43 44 45
###Git

* [Pro Git](http://git-scm.com/book/ru)
46

S
Sam Sky 已提交
47

48 49 50 51 52
###LaTeX

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


53 54 55 56 57
###Lisp

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


58 59 60 61 62
###MetaPost

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


M
mobi-soft 已提交
63 64 65 66 67 68
###NoSQL

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


69 70 71 72 73 74 75 76 77 78 79 80 81
###Perl

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


###R

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


###Ruby

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

84 85
###RSpec
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru)
86 87 88 89 90

###Ruby on Rails

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

92 93 94
###Scilab

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

###SQL

B
Boris Egorov 已提交
99 100
* [Работа с PostgreSQL: настройка и масштабирование](http://postgresql.leopard.in.ua/)
* [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html)
B
Boris Egorov 已提交
101 102 103 104

###Parallel

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