From 0f32fff632307a7d61b72a9312e73239bbb7db4a Mon Sep 17 00:00:00 2001 From: Boris Egorov Date: Thu, 17 Oct 2013 14:36:02 +0700 Subject: [PATCH] Books from hackershelf; created Russian list I also fixed line with 'mod_perl', because underscore in Markdown means emphasis and it continues at the rest of the file (at least in vim). --- free-programming-books-ru.md | 45 ++++++++++++++++++++++++++++++++++++ free-programming-books.md | 6 ++++- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 free-programming-books-ru.md diff --git a/free-programming-books-ru.md b/free-programming-books-ru.md new file mode 100644 index 00000000..29f87df5 --- /dev/null +++ b/free-programming-books-ru.md @@ -0,0 +1,45 @@ +###Index +* [JavaScript](#javascript) +* [LaTeX](#latex) +* [MetaPost](#metapost) +* [Perl](#perl) +* [R](#r) +* [Ruby](#ruby) +* [SQL](#sql) + + +###JavaScript + +* [Современный учебник JavaScript](http://learn.javascript.ru/) + + +###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 + +* [Ruby](https://github.com/Krugloff/rus_ruby_book) + + +###SQL + +*[Работа с PostgreSQL: настройка и масштабирование](http://postgresql.leopard.in.ua/) +*[История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html) diff --git a/free-programming-books.md b/free-programming-books.md index f9e87ded..a5f8145d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -341,6 +341,7 @@ ###C +* [A Tutorial on Pointers and Arrays in C](http://home.netcom.com/~tjensen/ptr/pointers.htm) * [Beej's Guide to C Programming](http://beej.us/guide/bgc/) * [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/) * [The C book](http://publications.gbdirect.co.uk/c_book/) @@ -486,6 +487,7 @@ * [Yet Another Haskell Tutorial](http://hal3.name/docs/daume02yaht.pdf) (PDF) * [Haskell no panic](http://lisperati.com/haskell/) * [A Gentle Introduction to Haskell](http://www.haskell.org/tutorial/) (HTML/PDF) +* [Speeding Through Haskell](http://www.sthaskell.com/) (PDF) ###HTML / CSS @@ -720,7 +722,7 @@ See also [TeX](#tex) * [Perl for the Web](http://www.globalspin.com/thebook/) * [Perl Free Online EBooks](http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles) (meta-list) * [Learning Perl The Hard Way](http://www.greenteapress.com/perl/) -* [Practical mod_perl](http://modperlbook.org/) +* [Practical mod\_perl](http://modperlbook.org/) * [Web Client Programming with Perl](http://oreilly.com/openbook/webclient/) @@ -817,6 +819,7 @@ See also [TeX](#tex) * [Advanced R Programming](http://adv-r.had.co.nz/) * [R practicals](http://www.columbia.edu/~cjd11/charles_dimaggio/DIRE/resources/R/practicalsBookNoAns.pdf) * [R for spatial analysis](http://www.columbia.edu/~cjd11/charles_dimaggio/DIRE/resources/spatialEpiBook.pdf) +* [Learning Statistics with R](http://health.adelaide.edu.au/psychology/ccs/teaching/lsr/) ###Racket @@ -888,6 +891,7 @@ See also [TeX](#tex) * [Dynamic Web Development with Seaside](http://book.seaside.st/book/table-of-contents) * [Free Online Smalltalk Books](http://stephane.ducasse.free.fr/FreeBooks.html) (meta-list) +* [Pharo by Example](http://pharobyexample.org/) (Smalltalk DE) * [Squeak By Example](http://www.squeakbyexample.org/) (Smalltalk IDE) -- GitLab