free-programming-books-ru.md 2.6 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 11 12 13
* [MetaPost](#metapost)
* [Perl](#perl)
* [R](#r)
* [Ruby](#ruby)
14
  * [RSpec](#rspec)
15
* [Ruby on Rails](#ruby-on-rails)
16
* [Scilab](#scilab)
17
* [SQL](#sql)
B
Boris Egorov 已提交
18
* [Параллельные технологии](#parallel)
19

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

23 24 25
###Language Agnostic

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

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

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

31

32 33 34 35 36
###CoffeeScript

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


37 38 39
###JavaScript

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

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

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

S
Sam Sky 已提交
46

47 48 49 50 51
###LaTeX

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


52 53 54 55 56
###Lisp

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


57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
###MetaPost

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


###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

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

77 78
###RSpec
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru)
79 80 81 82 83

###Ruby on Rails

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

85 86 87
###Scilab

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

###SQL

B
Boris Egorov 已提交
92 93
* [Работа с PostgreSQL: настройка и масштабирование](http://postgresql.leopard.in.ua/)
* [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html)
B
Boris Egorov 已提交
94 95 96 97

###Parallel

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