free-programming-books-ru.md 1.9 KB
Newer Older
1
###Index
D
Doz Nix 已提交
2
* [Bash](#bash)
3
* [CoffeeScript](#coffeescript)
S
Sam Sky 已提交
4
* [Git](#git)
5 6 7 8 9 10
* [JavaScript](#javascript)
* [LaTeX](#latex)
* [MetaPost](#metapost)
* [Perl](#perl)
* [R](#r)
* [Ruby](#ruby)
11
* [Ruby on Rails](#ruby-on-rails)
12
* [Scilab](#scilab)
13 14
* [SQL](#sql)

D
Doz Nix 已提交
15 16 17 18
###Bash

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

19

20 21 22 23 24
###CoffeeScript

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


25 26 27
###JavaScript

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


S
Sam Sky 已提交
31 32 33 34 35
###Git

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

36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
###LaTeX

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


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

59 60 61 62 63 64 65
* [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book)


###Ruby on Rails

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

67 68 69
###Scilab

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

###SQL

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