Skip to content

Commit 5db348c

Browse files
committed
Merge remote-tracking branch 'upstream/master'
Conflicts: free-programming-books-es.md free-programming-books-ru.md free-programming-interactive-tutorials-en.md
1 parent 5ea0a6b commit 5db348c

6 files changed

+260
-68
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It's [easy](https://github.com/vhf/free-programming-books/wiki/Contribution). Pl
1313
- Read the [TODO](/TODO.md) file(Adding new books is our #1 priority, but things like Alphabetizing are important, too.)
1414
- Edit (we prefer multiple small commits rather than one large change)
1515
- [Send a PR](https://help.github.com/articles/using-pull-requests)
16-
- be part of a project that over 16,000 people starred in 3 months. ;)
16+
- be part of a project that over 17,000 people starred in 4 months. ;)
1717

1818
**Again, unlike other projects, we prefer multiple small commits rather than one large change in a pull request - it's fine to have one PR, but please make sure your title reflects what you're changing**, thanks.
1919

free-programming-books-es.md

+17-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
* [Algoritmos y Estructuras de Datos](#algoritmos)
55
* [Base de Datos](#base-de-datos)
66
* [Ciencia Computacional](#ciencia-computacional)
7-
* [Sistemas Operativos](#sistemas-operativos)
87
* [Metodologías de desarrollo de software](#metodolog%C3%ADas-de-desarrollo-de-software)
9-
* [Misceláneos](#miscelaneos)
8+
* [Misceláneos](#miscel%C3%A1neos)
9+
* [Paradigmas de Programación](#paradigmas-de-programaci%C3%B3n)
10+
* [Sistemas Operativos](#sistemas-operativos)
1011
* [Android](#android)
1112
* [Assembly Language](#assembly-language)
1213
* [CSS](#CSS)
@@ -59,20 +60,32 @@
5960
###Emacs
6061
* [Emacs: Iniciación a la edición](http://www.rpublica.net/emacs/emacs.html)
6162

63+
<<<<<<< HEAD
6264

6365
####Sistemas Operativos
6466
* [Sistemas Operativos, por Dr. David Luis la Red](http://exa.unne.edu.ar/depar/areas/informatica/SistemasOperativos/sistope2.PDF) (PDF)
6567

6668

69+
=======
70+
>>>>>>> upstream/master
6771
####Metodologías de desarrollo de software
6872
* [Scrum y XP desde la trincheras](http://www.proyectalis.com/wp-content/uploads/2008/02/scrum-y-xp-desde-las-trincheras.pdf) (PDF)
6973
* [Diseño Ágil con TDD](http://www.dirigidoportests.com/el-libro)
70-
* [Metodologías Ágiles para el Desarrollo de Software] (http://www.desarrolloweb.com/manuales/metodologias-agil-desarrollo-software.html)
74+
* [Metodologías Ágiles para el Desarrollo de Software](http://www.desarrolloweb.com/manuales/metodologias-agil-desarrollo-software.html)
75+
* [Scrum & Extreme Programming (para programadores)](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-agile.pdf) (PDF)
7176

7277

7378
####Misceláneos
7479
* [97 cosas que todo programador debería saber](http://97cosas.com/programador)
7580

81+
<<<<<<< HEAD
82+
=======
83+
####Sistemas Operativos
84+
* [Sistemas Operativos, por Dr. David Luis la Red](http://exa.unne.edu.ar/depar/areas/informatica/SistemasOperativos/sistope2.PDF) (PDF)
85+
86+
####Paradigmas de Programación
87+
* [Programación Funcional](http://www.staff.science.uu.nl/~fokke101/courses/fp-sp.pdf) (PDF)
88+
>>>>>>> upstream/master
7689
7790
###Android
7891
* [Curso de Programación Android](http://www.sgoliver.net/blog/wp-content/uploads/2011/11/Manual-Programacion-Android-SgoliverNet-v3-muestra.zip) (PDF) by Salvador Gómez Oliver
@@ -155,7 +168,7 @@
155168
* [Python para todos](https://launchpadlibrarian.net/18980633/Python%20para%20todos.pdf) (PDF)
156169
* [Introducción a la programación con Python](http://www.uji.es/bin/publ/edicions/ippython.pdf) (PDF)
157170
* [Doma de Serpientes para Niños](http://code.google.com/p/swfk-es/)
158-
* [Python para principiantes](http://librosweb.es/libro/python/)
171+
* [Python para principiantes (PDF)](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-python.pdf) [(HTML)](http://librosweb.es/libro/python/)
159172

160173

161174
###Ruby

free-programming-books-ja.md

+5
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
* [R](#r)
5353
* [Ruby](#ruby)
5454
* [Sather](#sather)
55+
* [Scala](#scala)
5556
* [Scheme](#scheme)
5657
* [sed](#sed)
5758
* [Smalltalk](#smalltalk)
@@ -425,6 +426,10 @@
425426
* [Sather を試そう](http://www.shido.info/sather/index.html) - 紫藤貴文
426427

427428

429+
###Scala
430+
* [tetrix in Scala](http://eed3si9n.com/tetrix-in-scala-html5-book)
431+
432+
428433
###Scheme
429434
* [Gauche ユーザリファレンス](http://practical-scheme.net/gauche/man/gauche-refj.html) - 川合史朗
430435
* [お気楽 Scheme プログラミング入門](http://www.geocities.jp/m_hiroi/func/scheme.html) - 広井誠

free-programming-books-ru.md

+110-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
###Index
22
* [Списки книг](#meta-lists)
33
* [Language Agnostic](#language-agnostic)
4+
* [Networking](#networking)
45
* [Programming Paradigms](#programming-paradigms)
56
* [Assembly](#assembly)
67
* [Bash](#bash)
78
* [C](#c)
9+
* [C++](#c-1)
810
* [CoffeeScript](#coffeescript)
911
* [Git](#git)
12+
* [Erlang](#erlang)
13+
* [Haskell](#haskell)
1014
* [Java](#java)
1115
* [JavaScript](#javascript)
1216
* [Node.js](#nodejs)
@@ -15,6 +19,7 @@
1519
* [MetaPost](#metapost)
1620
* [NoSQL](#nosql)
1721
* [Perl](#perl)
22+
* [PHP](#php)
1823
* [Python](#python)
1924
* [PostgreSQL](#postgresql)
2025
* [R](#r)
@@ -33,24 +38,49 @@
3338
###Language Agnostic
3439
* [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf)
3540
* [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Н. Н. Кузюрин, С. А. Фомин
41+
* [E-maxx.ru: Сборник алгоритмов с примерами на C++](http://e-maxx.ru/upload/e-maxx_algo.pdf)
42+
* [Занимательное программирование. Самоучитель](http://padabum.com/x.php?id=35055) - Мозговой М.В.
43+
44+
####Networking
45+
46+
* [TCP/IP Крупным планом](http://www.soslan.ru/tcp/)
47+
3648

3749

3850
####Programming Paradigms
51+
3952
* [Введение в функциональное программирование](https://code.google.com/p/funprog-ru/) - John Harrison
40-
* [Практика функционального программирования](http://fprog.ru/) - журнал
53+
* [Практика функционального программирования](http://fprog.ru) - журнал
4154

4255

4356
###Assembly
4457
* [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf)
4558
* [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm)
59+
* [Ассемблер в Linux для программистов C](http://ru.wikibooks.org/wiki/Ассемблер_в_Linux_для_программистов_C)
60+
4661

4762

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

66+
<<<<<<< HEAD
67+
=======
68+
69+
###C
70+
>>>>>>> upstream/master
5171
5272
###C
5373
* [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf)
74+
* [Си/Си++. От дилетанта до профессионала](http://ermak.cs.nstu.ru/cprog/html/) - Романов Е.Л.
75+
* [Язык Си в примерах](http://ru.wikibooks.org/wiki/Язык_Си_в_примерах)
76+
77+
78+
###C++
79+
80+
* [Введение в язык программирования С++](http://lib.ru/CPPHB/cpptut.txt_with-big-pictures.html) - Бьерн Страуструп
81+
* [Справочное руководство по C++](http://lib.ru/CPPHB/cppref.txt_with-big-pictures.html) - Бьерн Страуструп
82+
* [Вводный курс по объектно-ориентированному программированию на языке Си++](http://ru.wikibooks.org/wiki/Си-плюс-плюс)
83+
5484

5585

5686
###CoffeeScript
@@ -60,10 +90,20 @@
6090
###Java
6191
* [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain
6292

93+
<<<<<<< HEAD
6394

6495
###JavaScript
6596
* [Современный учебник JavaScript](http://learn.javascript.ru/)
6697
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/)
98+
=======
99+
100+
###JavaScript
101+
102+
* [Современный учебник JavaScript](http://learn.javascript.ru)
103+
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель
104+
* [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи
105+
106+
>>>>>>> upstream/master
67107
68108

69109
####Node.js
@@ -74,6 +114,14 @@
74114
* [Pro Git](http://git-scm.com/book/ru)
75115

76116

117+
###Erlang
118+
* [Программирование на Эрланге](https://github.com/dyp2000/Russian-Armstrong-Erlang) - Джо Армстронг
119+
120+
121+
###Haskell
122+
* [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен
123+
124+
77125
###LaTeX
78126
* [LaTeX, GNU/Linux и русский стиль (сборник статей)](http://www.inp.nsk.su/~baldin/LaTeX/index.html)
79127

@@ -92,63 +140,122 @@
92140

93141

94142
###Perl
143+
<<<<<<< HEAD
95144
* [Pragmatic Perl (журнал)](http://pragmaticperl.com/)
145+
=======
146+
147+
* [Pragmatic Perl (журнал)](http://pragmaticperl.com)
148+
149+
150+
###PHP
151+
* [Руководство по PHP](http://docs.php.net/manual/ru/)
152+
* [Самоучитель (учебник) по PHP](http://www.php-s.ru/self-teacher/)
153+
>>>>>>> upstream/master
96154
97155

98156
###Python
99157
* [Вглубь языка Python](http://ru.diveintopython.net/toc.html)
100158
* [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H
101-
* [Учебник Python 2.6](http://ru.wikibooks.org/wiki/%D0%A3%D1%87%D0%B5%D0%B1%D0%BD%D0%B8%D0%BA_Python_2.6)
159+
* [Учебник Python 2.6](http://ru.wikibooks.org/wiki/Учебник_Python_2.6)
102160

103161

104162
###PostgreSQL
163+
<<<<<<< HEAD
105164
* [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua/)
165+
=======
166+
167+
* [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua)
168+
>>>>>>> upstream/master
106169
* [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html)
107170

108171

109172
###R
110173
* [Анализ данных с R](http://www.inp.nsk.su/~baldin/DataAnalysis/index.html)
111174
* [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием R.](http://www.ievbras.ru/ecostat/Kiril/Article/A32/Starb.pdf) (PDF)
112175

176+
<<<<<<< HEAD
177+
=======
178+
179+
###Reverse engineering
180+
>>>>>>> upstream/master
113181
114182
###Reverse engineering
115183
* [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners)
116184

185+
<<<<<<< HEAD
117186

118187
###Ruby
119188
* [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book)
189+
=======
190+
191+
###Ruby
192+
193+
* [Ruby](https://github.com/Krugloff/rus_ruby_book) - Круглов А.
194+
* [Ruby](http://ru.wikibooks.org/wiki/Ruby) - Викиучебник
195+
196+
>>>>>>> upstream/master
120197
121198

122199
###RSpec
123200
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru)
124201

202+
<<<<<<< HEAD
203+
=======
204+
205+
###Ruby on Rails
206+
>>>>>>> upstream/master
125207
126208
###Ruby on Rails
127209
* [Ruby on Rails Guides](http://rusrails.ru)
128-
* [Ruby on Rails Tutorial](http://railstutorial.ru/)
210+
* [Ruby on Rails Tutorial](http://railstutorial.ru)
211+
129212

130213

131214
###Scala
132215
* [Effective Scala](http://twitter.github.io/effectivescala/index-ru.html) - Marius Eriksen
133216
* [Scala Школа!](http://twitter.github.io/scala_school/ru/) - Twitter
134217

218+
<<<<<<< HEAD
219+
=======
220+
221+
###Scilab
222+
>>>>>>> upstream/master
135223
136224
###Scilab
137225
* [Введение в Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/)
138226
* [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/)
139227

228+
<<<<<<< HEAD
229+
=======
230+
231+
###Smalltalk
232+
>>>>>>> upstream/master
140233
141234
###Smalltalk
142235
* [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak/) - Адэль Голдберг, Дэвид Робсон
143236

237+
<<<<<<< HEAD
238+
=======
239+
240+
###Unix
241+
>>>>>>> upstream/master
144242
145243
###Unix
146244
* [Архитектура операционной системы Unix](http://lib.ru/BACH/)
245+
* [Введение в системное администрирование UNIX](http://lib.ru/unixhelp/) - Мошков. М
246+
* [Linux From Scratch (version 6.8)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru/lfs-6.8-ru-index.html)
247+
* [Beyond Linux From Scratch (version 2011-12-30)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-ru-index.html)
248+
147249

148250

149251
###Vim
150252
* [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf)
151253

254+
<<<<<<< HEAD
255+
=======
256+
257+
###Parallel
258+
>>>>>>> upstream/master
152259
153260
###Parallel
154261
* [Параллельные технологии](http://www.inp.nsk.su/~baldin/Parallel/index.html)

0 commit comments

Comments
 (0)