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

17 18 19 20
###Списки книг
* [Книги со свободной ценой](http://www.books.ru/knigi-so-svobodnoi-tsenoi-3129328/)


D
Doz Nix 已提交
21 22 23 24
###Bash

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

25

26 27 28 29 30
###CoffeeScript

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


31 32 33
###JavaScript

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


S
Sam Sky 已提交
37 38 39 40 41
###Git

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

42 43 44 45 46
###LaTeX

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


47 48 49 50 51
###Lisp

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


52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
###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

70 71 72 73 74 75 76
* [Круглов А. — 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/)
77

78 79 80
###Scilab

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

###SQL

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