free-programming-books-ru.md 1.5 KB
Newer Older
1
###Index
2
* [CoffeeScript](#coffeescript)
3 4 5 6 7 8
* [JavaScript](#javascript)
* [LaTeX](#latex)
* [MetaPost](#metapost)
* [Perl](#perl)
* [R](#r)
* [Ruby](#ruby)
9
* [Ruby on Rails](#ruby-on-rails)
10 11 12
* [SQL](#sql)


13 14 15 16 17
###CoffeeScript

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


18 19 20
###JavaScript

* [Современный учебник JavaScript](http://learn.javascript.ru/)
21
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/)
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46


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

47 48 49 50 51 52 53
* [Круглов А. — 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/)
54 55 56 57


###SQL

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