├── .travis.yml ├── free-podcasts-screencasts-se.md ├── free-podcasts-screencasts-cs.md ├── free-programming-books-sk.md ├── .editorconfig ├── LICENSE ├── free-programming-books-se.md ├── free-podcasts-screencasts-pt_BR.md ├── free-programming-books-ua.md ├── free-programming-books-az.md ├── free-programming-books-ro.md ├── free-programming-books-fi.md ├── free-programming-books-bg.md ├── free-programming-books-pt_PT.md ├── free-programming-books-gr.md ├── free-programming-books-id.md ├── free-programming-playgrounds.md ├── free-programming-books-fa_IR.md ├── free-podcasts-screencasts-ru.md ├── CODE_OF_CONDUCT.md ├── free-programming-books-ar.md ├── problem-sets-competitive-programming.md ├── javascript-frameworks-resources-pt_BR.md ├── free-programming-books-ko.md ├── README.md ├── free-programming-books-pl.md ├── free-programming-books-tr.md ├── free-programming-books-cs.md ├── free-programming-books-it.md ├── free-programming-books-hu.md ├── free-programming-interactive-tutorials-en.md ├── CONTRIBUTING.md ├── free-programming-books-de.md ├── javascript-frameworks-resources.md ├── free-programming-books-pt_BR.md ├── free-programming-books-ru.md ├── free-programming-books-fr.md ├── free-podcasts-screencasts-en.md ├── free-courses-en.md ├── free-programming-books-es.md ├── free-programming-books-zh.md └── free-programming-books-ja.md /.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | sudo: false 3 | node_js: 4 | - "4.1" 5 | before_script: 6 | - npm install -g free-programming-books-lint 7 | script: fpb-lint . 8 | -------------------------------------------------------------------------------- /free-podcasts-screencasts-se.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Language Agnostic](#language-agnostic) 4 | 5 | 6 | ### Language Agnostic 7 | 8 | * [Podcast] - [Kodsnack](http://kodsnack.se) 9 | -------------------------------------------------------------------------------- /free-podcasts-screencasts-cs.md: -------------------------------------------------------------------------------- 1 | ### Podcasty 2 | 3 | * [Brus kódu](http://bruskodu.cz) - pro frontend vývojáře 4 | * [CZpodcast](http://java.cz/article/czpodcast) 5 | * [DevMinutes](http://devminutes.cz) 6 | * [Kafemlejnek.TV](https://kafemlejnek.tv) 7 | -------------------------------------------------------------------------------- /free-programming-books-sk.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Language Agnostic](#language-agnostic) 4 | * [Právo](#pravo) 5 | 6 | 7 | ### Language Agnostic 8 | 9 | #### Právo 10 | 11 | * [Zodpovednosť na internete](https://knihy.nic.cz) - Zodpovednosť na internete (PDF) 12 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # editorconfig.org 2 | root = true 3 | 4 | [*] 5 | indent_style = space 6 | indent_size = 4 7 | end_of_line = lf 8 | charset = utf-8 9 | trim_trailing_whitespace = true 10 | insert_final_newline = true 11 | 12 | [*.md] 13 | trim_trailing_whitespace = false 14 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This work, "free-programming-books", is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. 2 | 3 | It is attributed to Victor Felder. 4 | -------------------------------------------------------------------------------- /free-programming-books-se.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [C](#c) 4 | * [C++](#c-1) 5 | * [MATLAB](#matlab) 6 | * [PHP](#php) 7 | 8 | 9 | ### C 10 | 11 | * [C-programmering](https://sv.wikibooks.org/wiki/C-programmering) 12 | 13 | 14 | ### C++ 15 | 16 | * [Programmera spel i C++ för nybörjare](https://sv.wikibooks.org/wiki/Programmera_spel_i_C%2B%2B_f%C3%B6r_nyb%C3%B6rjare) 17 | 18 | 19 | ### MATLAB 20 | 21 | * [Introduktion till MATLAB](https://www.liber.se/plus/E470523401.pdf) (PDF) 22 | 23 | 24 | ### PHP 25 | 26 | * [Programmera i PHP](https://sv.wikibooks.org/wiki/Programmera_i_PHP) 27 | -------------------------------------------------------------------------------- /free-podcasts-screencasts-pt_BR.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Databases](#databases) 4 | * [iOS](#ios) 5 | * [Language Agnostic](#language-agnostic) 6 | 7 | 8 | ### Databases 9 | 10 | * [Podcast] - [DatabaseCast](http://databasecast.com.br) 11 | 12 | 13 | ### iOS 14 | 15 | * [Podcast] - [CocoaHeads](http://www.cocoaheads.com.br/podcasts) 16 | 17 | 18 | ### Language Agnostic 19 | 20 | * [Podcast] - [DevNaEstrada](http://devnaestrada.com.br) 21 | * [Podcast] - [Grok Podcast](http://www.grokpodcast.com) 22 | * [Podcast] - [Hipsters Ponto Tech](http://hipsters.tech) 23 | * [Podcast] - [Lambda3](https://blog.lambda3.com.br/category/podcast/) 24 | * [Podcast] - [PODebug](http://www.podebug.com) 25 | -------------------------------------------------------------------------------- /free-programming-books-ua.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Haskell](#haskell) 4 | * [Java](#java) 5 | * [Language Agnostic](#language-agnostic) 6 | * [Python](#python) 7 | 8 | 9 | ### Haskell 10 | 11 | * [Вивчить собі Хаскела на велике щастя!](http://haskell.trygub.com) - Міран Ліповача 12 | 13 | 14 | ### Java 15 | 16 | * [Програмування мовою Java для дітей, батьків, дідусів та бабусь](http://myflex.org/books/java4kids/java4kids.htm) - Яків Файн 17 | 18 | 19 | ### Language Agnostic 20 | 21 | * [Дизайн патерни - просто, як двері](http://designpatterns.andriybuday.com) - А. Будай 22 | 23 | 24 | ### Python 25 | 26 | * [Пориньте у Python 3](https://uk.wikibooks.org/wiki/Пориньте_у_Python_3) - Марк Пілігрим 27 | -------------------------------------------------------------------------------- /free-programming-books-az.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [C](#c) 4 | * [CSS](#css) 5 | * [HTML](#html) 6 | * [JavaScript](#javascript) 7 | * [Linux](#Linux) 8 | * [PHP](#php) 9 | 10 | 11 | ### C 12 | 13 | * [C Proqramlaşdırma Dilinə Giriş](http://ilkaddimlar.com/C-Proqramlasdirma-dili/428/Giris) 14 | 15 | 16 | ### CSS 17 | 18 | * [CSS](http://ilkaddimlar.com/kateqoriya12/CSS) 19 | 20 | 21 | ### HTML 22 | 23 | * [HTML](http://ilkaddimlar.com/HTML/36/Esas-aletler-El-ile-islemeyi-oyrenirik) 24 | 25 | 26 | ### JavaScript 27 | 28 | * [JavaScript Garden](http://ilkaddimlar.com/JavaScript/182/Obyekt-anlayisi) 29 | 30 | 31 | ### Linux 32 | 33 | * [Linux](http://ilkaddimlar.com/Linux/Linux/18/Linux) 34 | 35 | 36 | ### PHP 37 | 38 | * [PHP](http://ilkaddimlar.com/PHP/PHP/17/PHP) 39 | -------------------------------------------------------------------------------- /free-programming-books-ro.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Ajax](#ajax) 4 | * [CSS](#css) 5 | * [HTML](#hmtl) 6 | * [JavaScript](#javascript) 7 | * [MySQL](#mysql) 8 | * [PHP](#php) 9 | * [XHTML](#xhtml) 10 | 11 | 12 | ### Ajax 13 | 14 | * [Ajax](http://etutoriale.ro/articles/1483/1/Tutorial-Ajax/) 15 | 16 | 17 | ### CSS 18 | 19 | * [CSS](http://www.tutorialeweb.net/css/) 20 | 21 | 22 | ### HMTL 23 | 24 | * [HTML](http://tutorialehtml.com/ro/introducere-in-html/) 25 | 26 | 27 | ### JavaScript 28 | 29 | * [JavaScript](http://www.tutorialeweb.net/javascript/) 30 | 31 | 32 | ### MySQL 33 | 34 | * [MySQL](http://profs.info.uaic.ro/~busaco/teach/courses/net/docs/mysql-ro.pdf) (PDF) 35 | 36 | 37 | ### PHP 38 | 39 | * [PHP](http://www.tutorialeweb.net/php/) 40 | * [PHP](http://php.punctsivirgula.ro) 41 | 42 | 43 | ### XHTML 44 | 45 | * [XHTML](http://www.tutorialeweb.net/xhtml/) 46 | -------------------------------------------------------------------------------- /free-programming-books-fi.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [C](#c) 4 | * [C++](#c-1) 5 | * [JavaScript](#javascript) 6 | * [PHP](#php) 7 | * [Python](#python) 8 | * [Ruby](#ruby) 9 | 10 | 11 | ### C 12 | 13 | * [C](https://fi.wikibooks.org/wiki/C) 14 | * [C-ohjelmointi](http://www.ohjelmointiputka.net/oppaat/opas.php?tunnus=c_esittaja) 15 | 16 | 17 | ### C++ 18 | 19 | * [C++](https://fi.wikibooks.org/wiki/C%2B%2B) 20 | 21 | 22 | ### JavaScript 23 | 24 | * [JavaScript](https://fi.wikibooks.org/wiki/JavaScript) 25 | 26 | 27 | ### PHP 28 | 29 | * [PHP](https://fi.wikibooks.org/wiki/PHP) 30 | * [PHP-ohjelmointi](http://www.ohjelmointiputka.net/oppaat/opas.php?tunnus=php_01) 31 | 32 | 33 | ### Python 34 | 35 | * [Python 2](https://fi.wikibooks.org/wiki/Python_2) 36 | * [Python 3](https://fi.wikibooks.org/wiki/Python_3) 37 | * [Python-ohjelmointi](http://www.ohjelmointiputka.net/oppaat/opas.php?tunnus=python3_01) 38 | 39 | 40 | ### Ruby 41 | 42 | * [Ruby](https://fi.wikibooks.org/wiki/Ruby) 43 | -------------------------------------------------------------------------------- /free-programming-books-bg.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [C](#c) 4 | * [C#](#c-sharp) 5 | * [Java](#java) 6 | * [LaTeX](#latex) 7 | 8 | 9 | ### C 10 | 11 | * [Програмиране = ++ Алгоритми](http://www.programirane.org/2013/02/free-download-algo-book-nakov-dobrikov/) - Преслав Наков и Панайот Добриков 12 | 13 | 14 | ### C Sharp 15 | 16 | * [Въведение в програмирането със С#](http://www.introprogramming.info/wp-content/uploads/2011/07/Intro-CSharp-Book-1.00.pdf) - Светлин Наков, Веселин Колев и колектив (PDF) 17 | * [Програмиране за .NET Framework](http://www.devbg.org/dotnetbook/) - Светлин Наков и колектив 18 | 19 | 20 | ### Java 21 | 22 | * [Въведение в програмирането с Java](http://www.introprogramming.info/intro-java-book/read-online/) - Светлин Наков 23 | * [Интернет програмиране с Java](http://www.nakov.com/books/inetjava/index.html) - Светлин Наков 24 | 25 | 26 | ### LaTeX 27 | 28 | * [Кратко въведение в LaTeX2ε](http://www.ctan.org/tex-archive/info/lshort/bulgarian) - Стефка Караколева 29 | -------------------------------------------------------------------------------- /free-programming-books-pt_PT.md: -------------------------------------------------------------------------------- 1 | ### Indice 2 | 3 | * [C/C++](#cc) 4 | * [CSS](#css) 5 | * [Haskell](#haskell) 6 | * [LaTeX](#latex) 7 | * [Prolog](#prolog) 8 | 9 | 10 | ### C/C++ 11 | 12 | * [Apontamentos de Programação em C/C++](http://www.dei.isep.ipp.pt/~pbsousa/aulas/ano_0/2006_07/c/Sebenta-cpp-03-2006.pdf) - Paulo Baltarejo e Jorge Santos (PDF) 13 | * [Aprenda a Programar - Uma Breve Introdução](https://henriquedias.com/downloads/aprenda_a_programar.pdf) - Henrique Dias, 2015 (PDF) 14 | 15 | 16 | ### CSS 17 | 18 | * [Aprenda o layout de CSS](http://pt-pt.learnlayout.com) 19 | 20 | 21 | ### Haskell 22 | 23 | * [Programação Funcional CC](http://www4.di.uminho.pt/~mjf/pub/PF-Haskell.pdf) - Maria João Frade (PDF) 24 | 25 | 26 | ### LaTeX 27 | 28 | * [Uma não tão pequena introdução ao LaTeX](http://alfarrabio.di.uminho.pt/~albie/lshort/pt-lshort.pdf) - Tradução de Alberto Simões (PDF) 29 | * [Uma não tão pequena introdução ao LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/portuguese) 30 | 31 | 32 | ### Prolog 33 | 34 | * [Lógica Computacional (com Prolog)](http://www4.di.uminho.pt/~mjf/pub/LC-Prolog.pdf) - Maria João Frade (PDF) 35 | -------------------------------------------------------------------------------- /free-programming-books-gr.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [C++](#c++) 4 | * [Java](#java) 5 | * [Python](#python) 6 | * [SQL](#sql) 7 | 8 | 9 | ### C++ 10 | 11 | * [Εισαγωγή στη C++](http://www.ebooks4greeks.gr/2011.Download_free-ebooks/Pliroforikis/glossa_programmatismoy_C++__eBooks4Greeks.gr.pdf) (PDF) 12 | 13 | 14 | ### Java 15 | 16 | * [Εισαγωγή στη Java](http://www.ebooks4greeks.gr/wp-content/uploads/2013/03/Java-free-book.pdf) (PDF) 17 | * [Εισαγωγή στη γλώσσα προγραμματισμού JAVA](http://www.ebooks4greeks.gr/dowloads/Pliroforiki/Glosses.program./Java__Downloaded_from_eBooks4Greeks.gr.pdf) (PDF) 18 | * [Ηλεκτρονικό εγχειρίδιο της JAVA](http://www.ebooks4greeks.gr/wp-content/uploads/2013/04/java-2012-eBooks4Greeks.gr_.pdf) (PDF) 19 | * [Σημειώσεις Java](http://www.ebooks4greeks.gr/wp-content/uploads/2013/03/shmeiwseis-Java-eBooks4Greeks.gr_.pdf) (PDF) 20 | 21 | 22 | ### Python 23 | 24 | * [Ένα byte της Python](https://archive.org/details/AByteOfPythonEl) 25 | 26 | 27 | ### SQL 28 | 29 | * [Συστήματα Βάσεων Δεδομένων - Θεωρία και πρακτική εφαρμογή](http://studentguru.gr/cfs-file/__key/telligent-evolution-components-attachments/13-1200-00-00-00-13-46-27/vaseis_5F00_dedomenwn.pdf) (PDF) 30 | -------------------------------------------------------------------------------- /free-programming-books-id.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Android](#android) 4 | * [Git](#git) 5 | * [HTML & CSS](#html-css) 6 | * [JavaScript](#javascript) 7 | * [PHP](#php) 8 | * [Python](#python) 9 | 10 | 11 | ### Android 12 | 13 | * [Tutorial Membuat Aplikasi Android **Special Edition**](http://www.slideshare.net/creatorb/tutorial-lengkap-cara-membuat-aplikasi-android-sederhana) 14 | * [Tutorial Membuat Aplikasi Galeri Foto Android](https://www.smashwords.com/books/view/533096) 15 | 16 | 17 | ### Git 18 | 19 | * [Kontrol Versi dengan Git](https://leanpub.com/kontrol-versi-git) 20 | * [Pro Git 1st Edition](https://git-scm.com/book/id/v1) 21 | 22 | 23 | ### HTML CSS 24 | 25 | * [Belajar HTML dan CSS](http://www.ariona.net/ebook-belajar-html-dan-css/) 26 | 27 | 28 | ### JavaScript 29 | 30 | * [Mengenal JavaScript](http://masputih.com/2013/01/ebook-gratis-mengenal-javascript) 31 | * [Otomatisasi dengan gulp.js](https://kristories.gitbooks.io/otomatisasi-dengan-gulp-js/content/) 32 | 33 | 34 | ### Node.js 35 | 36 | * [Belajar Node.js](http://idjs.github.io/belajar-nodejs/) 37 | 38 | 39 | ### NoSQL 40 | 41 | * [MongoDB Untuk Indonesia](https://kristories.gitbooks.io/pengantar-mongodb/content/) 42 | 43 | 44 | ### PHP 45 | 46 | * [Tutorial Ebook PHP](http://www.ilmuwebsite.com/ebook-php-free-download) 47 | 48 | 49 | ### Python 50 | 51 | * [Workshop Python 101](http://sakti.github.io/python101/) 52 | -------------------------------------------------------------------------------- /free-programming-playgrounds.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Angular](#angular) 4 | * [CSS](#css) 5 | * [FlexBox](#flexbox) 6 | * [JavaScript](#javascript) 7 | * [Node.js](#nodejs) 8 | * [PHP](#php) 9 | * [Python](#python) 10 | * [Ruby](#ruby) 11 | * [SQL](#sql) 12 | 13 | 14 | ### Angular 15 | 16 | * [Plunker](http://plnkr.co) 17 | 18 | 19 | ### CSS 20 | 21 | * [CodePen](http://codepen.io) 22 | * [CSSdeck](http://cssdeck.com) 23 | * [CSSdesk](http://cssdesk.com) 24 | * [Dabblet](http://dabblet.com) 25 | 26 | 27 | ### FlexBox 28 | 29 | * [Echoplex](http://the-echoplex.net/flexyboxes/) 30 | 31 | 32 | ### JavaScript 33 | 34 | * [CodePen](http://codepen.io) 35 | * [JSFiddle](http://jsfiddle.net) 36 | * [Plunker](http://plnkr.co) 37 | * [Sololearn](https://code.sololearn.com/#html) 38 | 39 | 40 | ### NodeJS 41 | 42 | * [Ideone](http://ideone.com) 43 | * [Runnable](http://code.runnable.com) 44 | 45 | 46 | ### PHP 47 | 48 | * [Codepad](http://codepad.org) 49 | * [PHPFiddle](http://phpfiddle.org) 50 | * [PHPTester](http://phptester.net) 51 | 52 | 53 | ### Python 54 | 55 | * [Codepad](http://codepad.org) 56 | 57 | 58 | ### Ruby 59 | 60 | * [Codepad](http://codepad.org) 61 | * [Runnable](http://code.runnable.com) 62 | 63 | 64 | ### Rust 65 | 66 | * [Rust Playground](http://play.integer32.com) 67 | 68 | 69 | ### SQL 70 | 71 | * [SQLFiddle](http://sqlfiddle.com) 72 | 73 | 74 | ### Scala 75 | 76 | * [ScalaFiddle.io](https://scalafiddle.io) 77 | * [ScalaFiddle.net](http://scalafiddle.net) 78 | 79 | 80 | -------------------------------------------------------------------------------- /free-programming-books-fa_IR.md: -------------------------------------------------------------------------------- 1 | ### فهرست 2 | 3 | * [C#](#c-sharp) 4 | * [CSS](#css) 5 | * [LaTeX](#latex) 6 | * [PHP](#php) 7 | * [Python](#python) 8 | * [R](#r) 9 | * [رایانش ابری](#%D8%B1%D8%A7%DB%8C%D8%A7%D9%86%D8%B4-%D8%A7%D8%A8%D8%B1%DB%8C) 10 | * [گنو/لینوکس](#%DA%AF%D9%86%D9%88%D9%84%DB%8C%D9%86%D9%88%DA%A9%D8%B3) 11 | * [آرچ لینوکس](#%D8%A2%D8%B1%DA%86-%D9%84%DB%8C%D9%86%D9%88%DA%A9%D8%B3) 12 | * [اوبونتو](#%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88) 13 | * [مهندسی نرم‌افزار](#%D9%85%D9%87%D9%86%D8%AF%D8%B3%DB%8C-%D9%86%D8%B1%D9%85%E2%80%8C%D8%A7%D9%81%D8%B2%D8%A7%D8%B1) 14 | 15 | 16 | ### C Sharp 17 | 18 | * [توسعه چابک در C#](http://agiledevelopment.ir/ebook/) 19 | 20 | 21 | ### CSS 22 | 23 | * [یادگیری پیکربندی با CSS](http://fa.learnlayout.com) 24 | 25 | 26 | ### LaTeX 27 | 28 | * [مقدمه ای نه چندان کوتاه بر LaTeX](http://www.ctan.org/tex-archive/info/lshort/persian) 29 | 30 | 31 | ### Python 32 | 33 | * [از این پس پایتون](http://www.aviny.com/learning/pdf-learning/92-04-05/from-now-python/from-now-python.pdf) (PDF) 34 | * [کتاب آزاد آموزش پایتون](http://python.coderz.ir) 35 | 36 | 37 | ### R 38 | 39 | * [تحلیل شبکه‌های اجتماعی در R](http://cran.r-project.org/doc/contrib/Raeesi-SNA_in_R_in_Farsi.pdf) (PDF) 40 | * [راهنمای زبان R](http://cran.r-project.org/doc/contrib/Mousavi-R-lang_in_Farsi.pdf) (PDF) 41 | * [موضعات ویژه در R](http://cran.r-project.org/doc/contrib/Mousavi-R_topics_in_Farsi.pdf) (PDF) 42 | 43 | 44 | ### رایانش ابری 45 | 46 | * [رایانش ابری](http://docs.occc.ir/books/Main%20Book-20110110_2.pdf) (PDF) 47 | 48 | 49 | ### گنو/لینوکس 50 | 51 | #### آرچ لینوکس 52 | 53 | * [آرچ بوک](http://linuxreview.ir/archbook/ArchBook-2012-1.pdf) (PDF) 54 | 55 | 56 | #### اوبونتو 57 | 58 | * [اوبونتو برای تازه واردها](http://ubuntu-book.org) 59 | 60 | 61 | ### مهندسی نرم‌افزار 62 | 63 | * [الگوهای طراحی در برنامه‌نویسی شیء‌گرا](https://github.com/khajavi/Practical-Design-Patterns) 64 | -------------------------------------------------------------------------------- /free-podcasts-screencasts-ru.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Bash](#bash) 4 | * [C](#c) 5 | * [Golang](#golang) 6 | * [Java](#java) 7 | * [Javascript](#javascript) 8 | * [Node.js](#nodejs) 9 | * [Python](#python) 10 | * [Ruby](#ruby) 11 | * [Rails](#rails) 12 | * [Webpack](#webpack) 13 | 14 | 15 | ### C 16 | 17 | * [Screencast] - [Введение в Си](https://ru.hexlet.io/courses/introduction_to_c) - Hexlet 18 | 19 | 20 | ### Bash 21 | 22 | * [Screencast] - [Bash: Основы командной строки](https://ru.hexlet.io/courses/bash) - Hexlet 23 | 24 | 25 | ### Golang 26 | 27 | * [Podcast] - [GolangShow](https://golangshow.com) 28 | 29 | 30 | ### Java 31 | 32 | * [Screencast] - [Введение в программирование на языке Java и с Java EE](https://www.youtube.com/playlist?list=PLkKunJj_bZefB1_hhS68092rbF4HFtKjW) - Yakov Fain 33 | * [Screencast] - [Java. Базовый курс - Stepic](https://stepic.org/course/Java-%D0%91%D0%B0%D0%B7%D0%BE%D0%B2%D1%8B%D0%B9-%D0%BA%D1%83%D1%80%D1%81-187) 34 | 35 | 36 | ### Javascript 37 | 38 | * [Podcast] - [Frontflip Podcast](http://frontflip.me) 39 | * [Podcast] - [RadioJS Podcast](http://radiojs.ru) 40 | * [Screencast] - [Javascript для начинающих](http://www.magisters.org/education/course/js-for-beginners) 41 | 42 | 43 | #### Node.js 44 | 45 | * [Screencast] - [Скринкаст Node.JS](https://learn.javascript.ru/screencast/nodejs) - Илья Кантор 46 | 47 | 48 | ### Python 49 | 50 | * [Screencast] - [Программирование на Python - Stepic](https://stepic.org/course/%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BD%D0%B0-Python-67) 51 | 52 | 53 | ### Ruby 54 | 55 | * [Podcast] - [RWPod Podcast](http://rwpod.com) 56 | * [Podcast] - [RubyNoName Podcast](http://rubynoname.ru) 57 | * [Screencast] - [Ruby](http://ruby.hasbrains.org) - hasBrains 58 | * [Screencast] - [RubySchool (Ruby, Rails)](http://rubyschool.us) - Роман Пушкин 59 | 60 | 61 | #### Rails 62 | 63 | * [Screencast] - [Rails](http://rails.hasbrains.org) - hasBrains 64 | 65 | 66 | ### Webpack 67 | 68 | * [Screencast] - [Скринкаст Webpack](https://learn.javascript.ru/screencast/webpack) - Илья Кантор 69 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Code of Conduct 2 | 3 | As contributors and maintainers of this project, and in the interest of 4 | fostering an open and welcoming community, we pledge to respect all people who 5 | contribute through reporting issues, posting feature requests, updating 6 | documentation, submitting pull requests or patches, and other activities. 7 | 8 | We are committed to making participation in this project a harassment-free 9 | experience for everyone, regardless of level of experience, gender, gender 10 | identity and expression, sexual orientation, disability, personal appearance, 11 | body size, race, ethnicity, age, religion, or nationality. 12 | 13 | Examples of unacceptable behavior by participants include: 14 | 15 | * The use of sexualized language or imagery 16 | * Personal attacks 17 | * Trolling or insulting/derogatory comments 18 | * Public or private harassment 19 | * Publishing other's private information, such as physical or electronic 20 | addresses, without explicit permission 21 | * Other unethical or unprofessional conduct 22 | 23 | Project maintainers have the right and responsibility to remove, edit, or 24 | reject comments, commits, code, wiki edits, issues, and other contributions 25 | that are not aligned to this Code of Conduct, or to ban temporarily or 26 | permanently any contributor for other behaviors that they deem inappropriate, 27 | threatening, offensive, or harmful. 28 | 29 | By adopting this Code of Conduct, project maintainers commit themselves to 30 | fairly and consistently applying these principles to every aspect of managing 31 | this project. Project maintainers who do not follow or enforce the Code of 32 | Conduct may be permanently removed from the project team. 33 | 34 | This code of conduct applies both within project spaces and in public spaces 35 | when an individual is representing the project or its community. 36 | 37 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 38 | reported by contacting a project maintainer at victorfelder at gmail.com. All 39 | complaints will be reviewed and investigated and will result in a response that 40 | is deemed necessary and appropriate to the circumstances. Maintainers are 41 | obligated to maintain confidentiality with regard to the reporter of an 42 | incident. 43 | 44 | 45 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], 46 | version 1.3.0, available at 47 | [http://contributor-covenant.org/version/1/3/0/][version] 48 | 49 | [homepage]: http://contributor-covenant.org 50 | [version]: http://contributor-covenant.org/version/1/3/0/ 51 | -------------------------------------------------------------------------------- /free-programming-books-ar.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Arduino](#arduino) 4 | * [GIT](#git) 5 | * [Introduction to programming in Arabic](#introduction) 6 | * [Linux](#linux) 7 | * [Open source software](#oss) 8 | * [Operating system](#os) 9 | * [PHP](#php) 10 | * [Programming in Scratch](#scratch) 11 | * [Raspberry Pi](#raspberry-pi) 12 | * [RUBY](#ruby) 13 | * [SECURITY](#security) 14 | * [SEO](#seo) 15 | * [UI/UX](#ui-ux) 16 | 17 | 18 | ### Arduino 19 | 20 | * [اردوينو ببساطة](http://librebooks.org/simply-arduino/) 21 | * [كتاب احترف الأردوينو](http://www.ev-center.com/uploads/2/1/2/6/21261678/arduino.pdf) (PDF) 22 | 23 | 24 | ### Git 25 | 26 | * [GIT](http://blog.algorithmers.com/git/) 27 | 28 | 29 | ### Introduction to programming in Arabic 30 | 31 | * [مختصر دليل لغات البرمجة ](http://alyassen.com/books/Brief-guide-to-programming-languages-v1.2.4.pdf) (PDF) 32 | 33 | 34 | ### Linux 35 | 36 | * [أوبنتو ببساطة](http://librebooks.org/simply-ubuntu/) 37 | * [الإدارة المتقدمة لجنو/لينكس ](http://librebooks.org/gnu-linux-advanced-administration/) 38 | * [دفتر مدير دبيان](http://librebooks.org/debian-handbook-arabic/) 39 | * [دليل إدارة خواديم أوبنتو ](http://librebooks.org/ubuntu-server-guide-arabic/) 40 | 41 | 42 | ### open source software 43 | 44 | * [الأبعاد الاستراتيجية للبرمجيات الحرة مفتوحة المصدر ](http://librebooks.org/strategic-dimensions-of-free-and-open-source-software/) 45 | * [الحريات الرقمية - المفاهيم الرئيسية ](http://librebooks.org/digital-freedoms-main-concepts/) 46 | * [المصادر المفتوحة خيارات بلا حدود ](http://librebooks.org/opensource-ultimate-options/) 47 | * [تعرف على البرمجيات الحرة ](http://librebooks.org/know-free-software/) 48 | * [دليل البرمجيات الحرة مفتوحة ](http://librebooks.org/free-opensource-guide/) 49 | * [نبذة عن رخص البرمجيات الحرة ](http://librebooks.org/bref-about-foss-licenses/) 50 | 51 | 52 | ### Operating Systems 53 | 54 | * [المقدمة في تحليل وتصميم أنظمة ](http://librebooks.org/intro-to-os-analysis-and-design/) 55 | 56 | 57 | ### php 58 | 59 | * [تعلم البرمجة بلغة PHP](http://librebooks.org/learn-programming-with-php/) 60 | 61 | 62 | ### Programming in Scratch 63 | 64 | * [كتاب احترف سكراتش](http://www.ev-center.com/uploads/2/1/2/6/21261678/scratch.pdf) (PDF) 65 | 66 | 67 | ### raspberry-pi 68 | 69 | * [راسبيري باي ببساطة ](http://librebooks.org/simply-raspberry-pi/) 70 | 71 | 72 | ### ruby 73 | 74 | * [مقدمة في روبي ](http://librebooks.org/intro-to-ruby/) 75 | 76 | 77 | ### Security 78 | 79 | * [تأمين الشبكات اللاسلكية للمستخدم المنزلي ](http://librebooks.org/secure-wireless-networks-for-home-users/) 80 | * [تقنيات الاختراق المادي ](http://librebooks.org/physical-hacking-techniques/) 81 | * [عُدَّة الأمان الرقمي ](http://librebooks.org/security-in-a-box/) 82 | 83 | 84 | ### seo 85 | 86 | * [تحسين محركات البحث SEO - دليل المبتدئين](http://librebooks.org/search-engine-optimization-seo-starter-guide-ar/) 87 | 88 | 89 | ### UI/UX 90 | 91 | * [مدخل إلى تجربة المستخدم ](https://sourceforge.net/projects/omlx/files/open%20books/1.0/Intro-to-UX-Arabic-v1.0.pdf/download) (PDF) 92 | -------------------------------------------------------------------------------- /problem-sets-competitive-programming.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Competitive Programming](#competitive-programming) 4 | * [Data science](#data-science) 5 | * [Problem Sets](#problem-sets) 6 | 7 | 8 | ### Competitive Programming 9 | 10 | * [4Clojure](http://www.4clojure.com) 11 | * [A2 Online Judge](https://a2oj.com) 12 | * [Codeabbey](http://www.codeabbey.com) 13 | * [Codechef](https://www.codechef.com/contests) 14 | * [Codecombat](https://codecombat.com) 15 | * [Codeeval](https://www.codeeval.com) 16 | * [CodeFights](https://codefights.com) 17 | * [Codeforces](http://codeforces.com/contests) 18 | * [Coderbyte](https://coderbyte.com) 19 | * [Codewars](http://www.codewars.com) 20 | * [Codingame](https://www.codingame.com/start) 21 | * [Facebook Hackercup](https://www.facebook.com/hackercup) 22 | * [HackerEarth](https://www.hackerearth.com) 23 | * [Hackerrank](https://www.hackerrank.com) 24 | * [Hello World Open](https://helloworldopen.com) 25 | * [Internet Problem Solving Contest](http://ipsc.ksp.sk) 26 | * [Just another Golf Coding](http://jagc.org) 27 | * [Kattis](https://open.kattis.com) 28 | * [Microcorruption](https://microcorruption.com/login) 29 | * [Saratov State University](http://acm.sgu.ru/index.php) 30 | * [Sphere Online Judge](http://www.spoj.com/contests) 31 | * [Topcoder](https://www.topcoder.com) 32 | 33 | 34 | ### Data science 35 | 36 | * [Kaggle](https://www.kaggle.com) 37 | 38 | 39 | ### Problem Sets 40 | 41 | * [A2 Online Judge](https://a2oj.com/ps) 42 | * [Advent Of Code](http://adventofcode.com) 43 | * [Anarchy Golf](http://golf.shinh.org) 44 | * [CareerCup](http://www.careercup.com) 45 | * [CheckIO](http://www.checkio.org) 46 | * [Codeforces](http://codeforces.com/problemset) 47 | * [CodeHunt](https://www.codehunt.com) 48 | * [Codility](https://codility.com/programmers/) 49 | * [Coding Bat](http://codingbat.com/java) 50 | * [Exercism](http://exercism.io) 51 | * [Geeks For Geeks](http://www.geeksforgeeks.org) 52 | * [Google Code Jam - Practise](https://code.google.com/codejam/contests.html) 53 | * [Hacker.org](http://www.hacker.org) 54 | * [HackerEarth](https://www.hackerearth.com) 55 | * [HDU Online Judge](http://acm.hdu.edu.cn) 56 | * [InterviewBit](https://www.interviewbit.com) 57 | * [Kattis](https://open.kattis.com) 58 | * [Leetcode](https://leetcode.com) 59 | * [Mathproblem of the Month - Bilkent University](http://www.fen.bilkent.edu.tr/~cvmath/prob-month.html) 60 | * [PEG Judge](http://wcipeg.com) 61 | * [PKU Online Judge](http://poj.org) 62 | * [Ponder This!](https://www.research.ibm.com/haifa/ponderthis/index.shtml) 63 | * [ProblemBook.NET](http://problembook.net/content/en/index.html) 64 | * [Project Euler](https://projecteuler.net) 65 | * [Python Practice Projects](http://pythonpracticeprojects.com) 66 | * [Rosalind](http://rosalind.info/problems/locations/) 67 | * [Sphere Online Judge](http://www.spoj.com/problems/classical) 68 | * [TalentBuddy](http://www.talentbuddy.co/blog/) 69 | * [Timus Online Judge](http://acm.timus.ru) 70 | * [URI Online Judge](https://www.urionlinejudge.com.br/judge/login) 71 | * [UVa Online Judge](https://uva.onlinejudge.org/index.php?Itemid=8&option=com_onlinejudge) 72 | -------------------------------------------------------------------------------- /javascript-frameworks-resources-pt_BR.md: -------------------------------------------------------------------------------- 1 | ### Vue.js 2 | 3 | * [Adicionar Bootstrap e Font-awesome no projeto criado com o Vue Cli](http://www.vedovelli.com.br/frontend/adicionar-bootstrap-e-font-awesome-no-projeto-criado-com-o-vue-cli/) 4 | * [VueJS: Filtro para criar URL’s amigáveis](http://web.archive.org/web/20160331162636/http://carlosgartner.com.br/vuejs-filtro-para-criar-urls-amigaveis/) 5 | 6 | 7 | ### Angular.js 8 | 9 | * [Criando uma aplicação simples com AngularJS](http://tableless.com.br/criando-uma-aplicacao-simples-com-angularjs/) 10 | * [Criando uma aplicação Single Page com AngularJS](http://tableless.com.br/criando-uma-aplicacao-single-page-com-angularjs/) 11 | * [Entendendo as diretivas e fazendo abas com AngularJS](http://tableless.com.br/diretivas-angularjs-abas/) 12 | 13 | 14 | ### Backbone.js 15 | 16 | * [Série Backbone.js](http://blog.fernandomantoan.com/serie-backbone-js-parte-1-introducao/) 17 | 18 | 19 | ### Ember.js 20 | 21 | * [Conceitos basicos do Ember.js ](http://fabriciotav.org/blog/2013/02/20/conceitos-basicos-do-emberjs.html) 22 | * [Desmistificando um pouco do ember.js](https://medium.com/@marciojunior_me/desmistificando-um-pouco-do-ember-js-71b92f9ab9f0#.axkvq1se3) 23 | * [Ember JS … Actions e Controllers](https://medium.com/@andersondecastro/ember-js-actions-e-controllers-1b12b588d1f3#.trfmw9iz2) 24 | * [Ember JS … Carregando conteúdo no Template](https://medium.com/@andersondecastro/ember-carregando-conteudo-no-template-63652962fc5#.eks92v6kq) 25 | * [Ember JS … Do Zero!](https://medium.com/@andersondecastro/ember-js-do-zero-9150ec2fc22c#.jdlrdp4iw) 26 | * [Ember JS … Roteando](https://medium.com/@andersondecastro/ember-js-roteando-8a7469e3c88c#.urpjya430) 27 | * [Handlebars Helpers com Ember.js](http://fabriciotav.org/blog/2013/02/20/handlebars-helpers-com-emberjs.html) 28 | 29 | 30 | ### Express.js 31 | 32 | * [Primeiros passos com Express em Node.js](http://nodebr.com/primeiros-passos-com-express-em-node-js/) 33 | 34 | 35 | ### Gulp 36 | 37 | * [Gulp - O novo automatizador](http://tableless.com.br/gulp-o-novo-automatizador/) 38 | 39 | 40 | ### Grunt 41 | 42 | * [Grunt - Por onde começar](http://www.voltsdigital.com.br/labs/gruntjs-por-onde-comecar/) 43 | * [Grunt - Voce deveria estar usando](http://tableless.com.br/grunt-voce-deveria-estar-usando/) 44 | * [Grunt | Automatizando tarefas](http://woliveiras.com.br/posts/grunt-automatizando-tarefas/) 45 | 46 | 47 | ### jQuery 48 | 49 | * [Artigos sobre jQuery](http://tableless.com.br/code/javascript/jquery/) 50 | 51 | 52 | ### Knockout.js 53 | 54 | * [Documentação](https://github.com/alexhiroshi/knockoutjs-brasil) 55 | 56 | 57 | ### Livros 58 | 59 | * [Eloquent Javascript PT-BR](https://github.com/braziljs/eloquente-javascript) 60 | * [Guia Rápido de Desenvolvimento para Firefox OS](https://leanpub.com/guiarapidofirefoxos) 61 | 62 | 63 | ### Meteor 64 | 65 | * [Tudo sobre Meteor](http://udgwebdev.com/meteor/) 66 | 67 | 68 | ### Node.js 69 | 70 | * [Corrigindo as permissões de usuário para o NPM no Linux](http://woliveiras.com.br/posts/corrigindo-permissoes-de-usuario-linux-npm/) 71 | * [Node.js para Leigos](http://udgwebdev.com/nodejs/) 72 | * [Primeiros passos com Node.js](http://tableless.com.br/o-que-nodejs-primeiros-passos-com-node-js/) 73 | * [Raspagem de dados com Node.js](http://tableless.com.br/raspagem-de-dados-com-node-js/) 74 | * [Utilizando versões antigas do Nodejs - Funciona no Windows](http://woliveiras.com.br/posts/utilizando-versoes-antigas-do-nodejs/) 75 | 76 | 77 | ### React 78 | 79 | * [React: JavaScript reativo](http://tableless.com.br/react-javascript-reativo/) 80 | -------------------------------------------------------------------------------- /free-programming-books-ko.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Amazon Web Service](#amazon-web-service) 4 | * [Assembly Language](#assembly-language) 5 | * [Docker](#docker) 6 | * [GIT](#git) 7 | * [Go](#go) 8 | * [HTML5](#html5) 9 | * [JavaScript](#javascript) 10 | * [Node.js](#nodejs) 11 | * [LaTeX](#latex) 12 | * [Linux](#linux) 13 | * [Perl](#perl) 14 | * [PHP](#php) 15 | * [Laravel](#laravel) 16 | * [Python](#python) 17 | * [R](#r) 18 | * [Ruby](#ruby) 19 | * [Swift](#swift) 20 | 21 | 22 | ### Amazon Web Service 23 | 24 | * [아마존 웹 서비스를 다루는 기술](http://www.pyrasis.com/private/2014/09/30/publish-the-art-of-amazon-web-services-book) 25 | 26 | 27 | ### Assembly Language 28 | 29 | * [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter 30 | 31 | 32 | ### Docker 33 | 34 | * [가장 빨리 만나는 Docker](http://www.pyrasis.com/private/2014/11/30/publish-docker-for-the-really-impatient-book) 35 | 36 | 37 | ### GIT 38 | 39 | * [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html) 40 | * [Pro Git 한글 번역](http://git-scm.com/book/ko/) 41 | * [깃허브 치트 시트](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ko.md) 42 | 43 | 44 | ### Go 45 | 46 | * [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역](http://www.codingnuri.com/golang-book/index.html) 47 | * [Go Tour 한글 번역](http://go-tour-kr.appspot.com) 48 | * [Go 언어 웹 프로그래밍 철저 입문](https://thebook.io/006806/) 49 | * [가장 빨리 만나는 Go 언어](http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book) 50 | 51 | 52 | ### HTML5 53 | 54 | * [HTML5, CSS and Javascript](http://fromyou.tistory.com/581) 55 | 56 | 57 | ### JavaScript 58 | 59 | * [Backbone.js API 한글 번역 v0.9.2](http://iwidgets.kr/document/backbonejs.html) 60 | * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ko) 61 | * Meteor 62 | * [Discover Meteor](http://kr.discovermeteor.com) 63 | 64 | 65 | #### Node.js 66 | 67 | * [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/) 68 | 69 | 70 | ### LaTeX 71 | 72 | * [The Not So short Introduction to LaTeX 2ε](http://www.ctan.org/tex-archive/info/lshort/korean) 73 | 74 | 75 | ### Linux 76 | 77 | * [리눅스 서버를 다루는 기술](https://thebook.io/006718/) 78 | 79 | 80 | ### Perl 81 | 82 | * [2시간 반만에 펄 익히기](http://qntm.org/files/perl/perl_kr.html) 83 | * [Perl : GyparkWiki](http://gypark.pe.kr/wiki/Perl) 84 | * [Perl 객체지향프로그래밍(OOP)](https://github.com/aero/perl_docs/blob/master/hatena_perl_oop.md) : Hatena-TextBook의 oop-for-perl 문서 한역 by aero 85 | * [Seoul.pm 펄 크리스마스 달력 #2014 | Seoul.pm Perl Advent Calendar 2014](http://advent.perl.kr/2014/) 86 | 87 | 88 | ### PHP 89 | 90 | * [PHP5 의 주요 기능](https://www.lesstif.com/pages/viewpage.action?pageId=24445740) 91 | 92 | 93 | #### Laravel 94 | 95 | * [라라벨 (Laravel) 5 입문 및 실전 강좌](http://l5.appkr.kr) 96 | * [쉽게 배우는 라라벨 5 프로그래밍](https://www.lesstif.com/display/laravelprog) 97 | 98 | 99 | ### Python 100 | 101 | * [A Byte of Python 한글 번역 by Jeongbin Park](http://byteofpython-korean.sourceforge.net/byte_of_python.pdf) (PDF) 102 | * [모두의 파이썬: 20일 만에 배우는 프로그래밍 기초](https://thebook.io/006855/) 103 | * [왕초보를 위한 Python 2.7](https://wikidocs.net/book/2) 104 | * [점프 투 파이썬 - Python 3](https://wikidocs.net/book/1) 105 | 106 | 107 | ### R 108 | 109 | * [R을 이용한 데이터 처리 & 분석 실무](http://r4pda.co.kr) - 서민구 (HTML, PDF - 이전 버젼) 110 | * [The R Manuals (translated in Korean)](http://www.openstatistics.net) 111 | 112 | 113 | ### Ruby 114 | 115 | * [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md) 116 | 117 | 118 | ### Swift 119 | 120 | * [Swift 언어 개발문서](http://swift.leantra.kr) - 이전 버젼 121 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # List of Free Learning Resources [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | [View the English list](/free-programming-books.md) 4 | 5 | ## Intro 6 | This list initially was a clone of [stackoverflow - List of Freely Available Programming Books](http://web.archive.org/web/20130824154208/http://stackoverflow.com/a/392926) by George Stocker. Now updated, with dead links gone and new content. 7 | 8 | Moved to GitHub for collaborative updating. 9 | 10 | ### How To Contribute 11 | 12 | Please read [CONTRIBUTING](/CONTRIBUTING.md). 13 | 14 | ### How to Share 15 | + [Share on Twitter](http://twitter.com/home?status=https://github.com/vhf/free-programming-books%0AFree%20Programming%20Books) 16 | + [Share on Facebook](http://www.facebook.com/sharer/sharer.php?s=100&p[url]=https://github.com/vhf/free-programming-books&p[images][0]=&p[title]=Free%20Programming%20Books&p[summary]=) 17 | + [Share on Google Plus](https://plus.google.com/share?url=https://github.com/vhf/free-programming-books) 18 | + [Share on LinkedIn](http://www.linkedin.com/shareArticle?mini=true&url=https://github.com/vhf/free-programming-books&title=Free%20Programming%20Books&summary=&source=) 19 | 20 | 21 | ### In Other Spoken Languages 22 | + Arabic: [github](/free-programming-books-ar.md) 23 | + Azerbaijan: [github](/free-programming-books-az.md) 24 | + Bulgarian: [github](/free-programming-books-bg.md) 25 | + Chinese: [github](/free-programming-books-zh.md) 26 | + Czech: [github](/free-programming-books-cs.md) 27 | + English: [github](/free-programming-books.md) 28 | + French: [github](/free-programming-books-fr.md) 29 | + German: [github](/free-programming-books-de.md) 30 | + Greek: [github](/free-programming-books-gr.md) 31 | + Hungarian: [github](/free-programming-books-hu.md) 32 | + Indonesian: [github](/free-programming-books-id.md) 33 | + Italian: [github](/free-programming-books-it.md) 34 | + Japanese: [github](/free-programming-books-ja.md) 35 | + Korean: [github](/free-programming-books-ko.md) 36 | + Persian/Farsi (Iran): [github](/free-programming-books-fa_IR.md) 37 | + Polish: [github](/free-programming-books-pl.md) 38 | + Portuguese (Brazil): [github](/free-programming-books-pt_BR.md) 39 | + Portuguese (Portugal): [github](/free-programming-books-pt_PT.md) 40 | + Romanian (Romania): [github](/free-programming-books-ro.md) 41 | + Russian: [github](/free-programming-books-ru.md) 42 | + Slovak: [github](/free-programming-books-sk.md) 43 | + Spanish: [github](/free-programming-books-es.md) 44 | + Swedish: [github](/free-programming-books-se.md) 45 | + Turkish: [github](/free-programming-books-tr.md) 46 | + Ukrainian: [github](/free-programming-books-ua.md) 47 | 48 | 49 | ### Free Online Courses 50 | + [Free Online Courses](/free-courses-en.md) 51 | 52 | 53 | ### Interactive Programming Resources 54 | + [Free interactive programming tutorials](/free-programming-interactive-tutorials-en.md) 55 | 56 | 57 | ### JavaScript Frameworks and Resources 58 | + [Free JavaScript frameworks resources and tutorials - English](/javascript-frameworks-resources.md) 59 | + [Free JavaScript frameworks resources and tutorials - Portuguese (Brazil)](/javascript-frameworks-resources-pt_BR.md) 60 | 61 | 62 | ### Problem Sets and Competitive Programming 63 | + [Problem Sets](/problem-sets-competitive-programming.md) 64 | 65 | 66 | ### Podcast - Screencast 67 | Free Podcasts and Screencasts: 68 | 69 | + Czech: [github](/free-podcasts-screencasts-cs.md) 70 | + English: [github](/free-podcasts-screencasts-en.md) 71 | + Portuguese (Brazil): [github](/free-podcasts-screencasts-pt_BR.md) 72 | + Russian: [github](/free-podcasts-screencasts-ru.md) 73 | 74 | 75 | ### Programming Playgrounds 76 | + [Free Programming Playgrounds](/free-programming-playgrounds.md) 77 | -------------------------------------------------------------------------------- /free-programming-books-pl.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [0 - Niezależne od języka programowania](#0---niezale%C5%BCne-od-j%C4%99zyka-programowania) 4 | * [Android](#android) 5 | * [C](#c) 6 | * [C++](#c-1) 7 | * [Common Lisp](#common-lisp) 8 | * [CSS](#css) 9 | * [Haskell](#haskell) 10 | * [HTML](#html) 11 | * [Java](#java) 12 | * [JavaScript](#javascript) 13 | * [LaTeX](#latex) 14 | * [Perl](#perl) 15 | * [PHP](#php) 16 | * [Prolog](#prolog) 17 | * [Python](#python) 18 | * [Ruby](#ruby) 19 | * [Scala](#scala) 20 | * [SQL](#sql) 21 | 22 | 23 | ### 0 - Niezależne od języka programowania 24 | 25 | * [Git](https://pl.wikibooks.org/wiki/Git) 26 | * [Pisanie OS](https://pl.wikibooks.org/wiki/Pisanie_OS) 27 | * [Pro Git](http://git-scm.com/book/pl/) 28 | * [SVN](https://pl.wikibooks.org/wiki/Subversion) 29 | * [System kontroli wersji Subversion](http://www.gajdaw.pl/varia/subversion-system-kontroli-wersji-tutorial/) 30 | 31 | 32 | ### Android 33 | 34 | * [O Androidzie ludzkim głosem](http://jsystems.pl/storage/kurs_android/ebook/ebook-android.pdf) (PDF) 35 | * [Przybornik pragmatycznego programisty Android](http://soldiersofmobile.com/przybornik/przybornik_8_02.pdf) (PDF) 36 | 37 | 38 | ### C 39 | 40 | * [Podstawy programowania Unixa/Linuxa](http://www.opcode.eu.org/programing/c_cpp/) 41 | * [Programowanie w C](https://upload.wikimedia.org/wikibooks/pl/6/6a/C.pdf) (PDF) 42 | * [Wgłąb języka C](http://helion.pl/online/wglab/wglab.zip) (ZIP) 43 | 44 | 45 | ### C++ 46 | 47 | * [Kurs C++](http://cpp0x.pl/kursy/Kurs-C++/1) 48 | * [Megatutorial "Od zera do gier kodera"](http://xion.org.pl/productions/texts/coding/megatutorial/) 49 | * [Zaawansowane C++](http://wazniak.mimuw.edu.pl/index.php?title=Zaawansowane_CPP) 50 | 51 | 52 | ### Common Lisp 53 | 54 | * [Kurs programowania w języku Common Lisp](http://jcubic.pl/lisp_tutorial.php) 55 | 56 | 57 | ### CSS 58 | 59 | * [Moja pierwsza strona internetowa w HTML5 i CSS3](http://ferrante.pl/books/html/) 60 | 61 | 62 | ### Haskell 63 | 64 | * [Haskell](https://pl.wikibooks.org/wiki/Haskell) 65 | 66 | 67 | ### HTML 68 | 69 | * [KURS HTML](http://www.kurshtml.edu.pl) 70 | * [Moja pierwsza strona internetowa w HTML5 i CSS3](http://ferrante.pl/books/html/) 71 | 72 | 73 | ### Java 74 | 75 | * [Java start](http://javastart.pl) 76 | 77 | 78 | ### JavaScript 79 | 80 | * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/pl) 81 | * [JavaScript. I wszystko jasne](http://shebang.pl/kursy/wszystko-jasne/) 82 | 83 | 84 | ### LaTeX 85 | 86 | * [LaTeX. Książka kucharska](http://www.ptm.org.pl/latex-ksiazka-kucharska), Marcin Borkowski, Bartłomiej Przybylski 87 | * [Nie za krótkie wprowadzeniedo systemu LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/polish) 88 | 89 | 90 | ### Perl 91 | 92 | * [Wikibooks Perl](https://pl.wikibooks.org/wiki/Perl) 93 | 94 | 95 | ### PHP 96 | 97 | * [Kurs PHP](http://phpkurs.pl) 98 | * [PHP](https://pl.wikibooks.org/wiki/PHP) 99 | * [PHP: The Right Way](http://pl.phptherightway.com) 100 | 101 | 102 | ### Prolog 103 | 104 | * [Programowanie w logice z ograniczeniami: Łagodne wprowadzenie dla platformy ECLiPSe](http://www.pwlzo.pl) 105 | 106 | 107 | ### Python 108 | 109 | * [Biblioteka Pythona](http://www.python.rk.edu.pl) 110 | * [Zanurkuj w Pythonie](https://pl.wikibooks.org/wiki/Zanurkuj_w_Pythonie) 111 | 112 | 113 | ### Ruby 114 | 115 | * [Ruby](https://pl.wikibooks.org/wiki/Ruby) 116 | 117 | 118 | ### Scala 119 | 120 | * [Język programowania Scala](http://www.grzegorzbalcerek.net/jps2/index.html) 121 | 122 | 123 | ### SQL 124 | 125 | * [PL/SQL - podstawy (na stronie)](http://andrzejklusiewicz.blogspot.com/2010/11/kurs-oracle-plsql.html) 126 | * [SQL - podstawy (na stronie)](http://andrzejklusiewicz.blogspot.com/2010/11/kurs-oracle-sql.html) 127 | -------------------------------------------------------------------------------- /free-programming-books-tr.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Android](#android) 4 | * [AspectJ](#aspectj) 5 | * [C](#c) 6 | * [CSS](#css) 7 | * [D](#d) 8 | * [Dart](#dart) 9 | * [Fortran](#fortran) 10 | * [Git](#git) 11 | * [Go](#go) 12 | * [Html](#html) 13 | * [iOS](#ios) 14 | * [Java](#java) 15 | * [JavaScript](#javascript) 16 | * [Kriptoloji](#kriptoloji) 17 | * [LaTeX](#latex) 18 | * [Linux](#linux) 19 | * [Matlab](#matlab) 20 | * [PHP](#php) 21 | * [Python](#python) 22 | * [R](#r) 23 | * [Ruby](#ruby) 24 | * [Rust](#rust) 25 | * [Swift](#swift) 26 | 27 | 28 | ### Android 29 | 30 | * [Android Geleceği Yazanlar](https://gelecegiyazanlar.turkcell.com.tr/konu/android) 31 | 32 | 33 | ### AspectJ 34 | 35 | * [AspectJ Kitabı](http://kodcu.com/aspectj-ebook/) 36 | 37 | 38 | ### C 39 | 40 | * [C Programlama Diline Giriş](http://www1.gantep.edu.tr/~bingul/c/index.php) 41 | * [C Programlamaya Giriş](https://www.inonu.edu.tr/uploads/old/16/735/c-programlamaya-giris.pdf) (PDF) 42 | * [Programlamaya Giriş Ders Notları, H. Turgut Uyar](http://web.itu.edu.tr/uyar/programlama/) 43 | * [Sistem Programlama ve İleri C Uygulamaları Kurs Notları - Uyarlama 1](http://www.kaanaslan.com/resource/course_note/download_file.php?file_id=16) 44 | 45 | 46 | ### CSS 47 | 48 | * [CSS Dersleri](http://fatihhayrioglu.com/css-dersleri/) 49 | 50 | 51 | ### D 52 | 53 | * [D Programlama Dili](http://ddili.org/ders/d/D_Programlama_Dili.pdf) (PDF) 54 | 55 | 56 | ### Dart 57 | 58 | * [Dart - Merhaba Dünya](http://dartogreniyorum.blogspot.com.tr/2013/03/yeniden-dart.html?view=sidebar) 59 | 60 | 61 | ### Fortran 62 | 63 | * [Fortran Programlama Dili](http://www1.gantep.edu.tr/~bingul/f95/index.php) 64 | 65 | 66 | ### Git 67 | 68 | * [git - basit rehber](http://rogerdudler.github.io/git-guide/index.tr.html) 69 | 70 | 71 | ### Go 72 | 73 | * [Go Turu](https://go-tour-turkish.appspot.com/welcome/1) 74 | 75 | 76 | ### Html 77 | 78 | * [Html'e Giriş](http://www.htmldersleri.org) 79 | * [Html'e Yolculuk](https://github.com/paufsc/journey-to-html) 80 | 81 | 82 | ### iOS 83 | 84 | * [iOS Geleceği Yazanlar](https://gelecegiyazanlar.turkcell.com.tr/konu/ios) 85 | 86 | 87 | ### Java 88 | 89 | * [Java 8 Kitabı](http://kodcu.com/java-8-ebook/) 90 | 91 | 92 | ### JavaScript 93 | 94 | * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/tr) 95 | 96 | 97 | ### Kriptoloji 98 | 99 | * [Kriptolojiye Giris](http://iam.metu.edu.tr/sites/iam.metu.edu.tr/files/UYGULAMALI%20MATEMAT_Kriptolojiye%20giris%20ders%20notlar%C4%B1.pdf) (PDF) 100 | 101 | 102 | ### LaTeX 103 | 104 | * [İnce bir LaTeX2ε Elkitabı](http://www.ctan.org/tex-archive/info/lshort/turkish) 105 | 106 | 107 | ### Linux 108 | 109 | * [GNU Bash Başvuru Kılavuzu](http://belgeler.org/bashref/bashref.html) 110 | * [Linux Belgeleri](http://belgeler.org/howto/howtos.html) 111 | * [Linux Sistem Yöneticisinin Kılavuzu](http://belgeler.org/sag/sag.html) 112 | * [UNIX/Linux Sistem Programlama Kurs Notları](http://www.kaanaslan.com/resource/course_note/course_note.php) 113 | 114 | 115 | ### Matlab 116 | 117 | * [Matlab Programlamaya Giris](http://ismailari.com/blog/matlab-programlamaya-giris/) 118 | 119 | 120 | ### PHP 121 | 122 | * [PHP - Laravel 4 Türkçe Dokumantasyon](https://leanpub.com/laravel4-tr) 123 | 124 | 125 | ### R 126 | 127 | * [Ekonometriye Yeni Başlayanlar için Kısa bir R Kılavuzu](https://github.com/emraher/eybkbrk) 128 | 129 | 130 | ### Python 131 | 132 | * [Python ile Programlama](http://belgeler.istihza.com/py3/) 133 | 134 | 135 | ### Ruby 136 | 137 | * [AB2014 Ruby Programlama Dili](https://github.com/leylaKapi/AB2014-Ruby-Programlama-Dili/blob/master/Ruby_AB2014.md) 138 | * [Ruby](https://www.ruby-lang.org/tr/) 139 | * [Ruby 101](https://www.gitbook.com/book/vigo/ruby-101/details) 140 | * [Ruby Kullanıcı Kılavuzu](http://www.belgeler.org/uygulamalar/ruby/ruby-ug.html) 141 | * [Yirmi Dakikada Ruby](https://www.ruby-lang.org/tr/documentation/quickstart/) 142 | 143 | 144 | ### Rust 145 | 146 | * [Rust'a Giriş](http://bit.ly/rustagiris) 147 | 148 | 149 | ### Swift 150 | 151 | * [Swift Türkiye](http://www.swiftturkiye.org) 152 | -------------------------------------------------------------------------------- /free-programming-books-cs.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Bash](#bash) 4 | * [Git](#git) 5 | * [HTML](#html) 6 | * [Java](#java) 7 | * [Language Agnostic](#language-agnostic) 8 | * [Algoritmy a datové struktury](#algoritmy-a-datove-struktury) 9 | * [Bezpečnost](#bezpecnost) 10 | * [Matematika](#matematika) 11 | * [Právo](#pravo) 12 | * [Regulární výrazy](#regularni-vyrazy) 13 | * [Sítě](#site) 14 | * [LaTeX](#latex) 15 | * [Linux](#linux) 16 | * [Distribuce](#distribuce) 17 | * [OpenSource](#opensource) 18 | * [PHP](#php) 19 | * [Python](#python) 20 | * [Ruby](#ruby) 21 | * [TeX](#tex) 22 | * [Webdesign](#webdesign) 23 | * [XML](#xml) 24 | 25 | 26 | ### Bash 27 | 28 | * [Bash očima Bohdana Milara](http://i.iinfo.cz/files/root/k/bash_ocima_bohdana_milara.pdf) (PDF) 29 | 30 | 31 | ### Java 32 | 33 | * [Java 5.0, novinky jazyka a upgrade aplikací](http://i.iinfo.cz/files/root/k/java-5-0-novinky-jazyka-a-upgrade-aplikaci.pdf) (PDF) 34 | 35 | 36 | ### Git 37 | 38 | * [Pro Git](https://knihy.nic.cz) - Scott Chacon (PDF) 39 | 40 | 41 | ### HTML 42 | 43 | * [Ponořme se do HTML5](https://knihy.nic.cz) - Mark Pilgrim (PDF) 44 | 45 | 46 | ### Language Agnostic 47 | 48 | #### Algoritmy a datové struktury 49 | 50 | * [Základy algoritmizace](http://i.iinfo.cz/files/root/k/Zaklady_algorimizace.pdf) (PDF) 51 | 52 | 53 | #### Bezpečnost 54 | 55 | * [Báječný svět elektronického podpisu](https://knihy.nic.cz) - Jiří Peterka (PDF) 56 | * [Buď pánem svého prostoru](https://knihy.nic.cz) - Linda McCarthy a Denise Weldon-Siviy (PDF) 57 | 58 | 59 | #### Matematika 60 | 61 | * [Diskrétní matematika](http://math.feld.cvut.cz/habala/teaching/dma.htm) - Petr Habala (PDFs) 62 | * [Matematika SŠ](http://www.realisticky.cz/ucebnice.php?id=3) - Martin Krynický (PDFs) 63 | * [Think Stats: Pravděpodobnost a statistika pro programátory](http://eknihy.knihovna.cz/kniha/think-stats-pravdepodobnost-a-statistika-pro-programatory) - Allen B. Downey (PDF) 64 | 65 | 66 | #### Právo 67 | 68 | * [Internet jako objekt práva](https://knihy.nic.cz) - Ján Matejka (PDF) 69 | 70 | 71 | #### Regulární výrazy 72 | 73 | * [Regulární výrazy](http://www.root.cz/knihy/regularni-vyrazy/) (PDF) 74 | 75 | 76 | #### Sítě 77 | 78 | * [Internetový protokol IPv6](https://knihy.nic.cz) - Pavel Satrapa (PDF) 79 | 80 | 81 | ### LaTeX 82 | 83 | * [Ne příliš stručný úvod do systému LaTeX 2e](http://www.root.cz/knihy/ne-prilis-strucny-uvod-do-systemu-latex-2e/) (PDF) 84 | 85 | 86 | ### Linux 87 | 88 | * [Linux: Dokumentační projekt](http://www.root.cz/knihy/linux-dokumentacni-projekt/) (PDF) 89 | * [Učebnice ABCLinuxu](http://www.root.cz/knihy/ucebnice-abclinuxu/) (PDF) 90 | 91 | 92 | #### Distribuce 93 | 94 | * [Gentoo Handbook česky](http://www.root.cz/knihy/gentoo-handbook-cesky/) (PDF) 95 | * [Instalace a konfigurace Debian Linuxu](http://www.root.cz/knihy/instalace-a-konfigurace-debian-linuxu/) (PDF) 96 | * [Mandriva Linux 2008 CZ](http://www.root.cz/knihy/mandriva-linux-2008-cz/) (PDF) 97 | * [Příručka uživatele Fedora 17](http://www.root.cz/knihy/prirucka-uzivatele-fedora-17/) (PDF) 98 | * [SUSE Linux: uživatelská příručka](http://www.root.cz/knihy/suse-linux-uzivatelska-prirucka/) (PDF) 99 | 100 | 101 | ### OpenSource 102 | 103 | * [Katedrála a tržiště](http://www.root.cz/knihy/katedrala-a-trziste/) (PDF) 104 | * [Tvorba open source softwaru](https://knihy.nic.cz) - Karl Fogel (PDF) 105 | 106 | 107 | ### PHP 108 | 109 | * [PHP Tvorba interaktivních internetových aplikací](http://www.kosek.cz/php/php-tvorba-interaktivnich-internetovych-aplikaci.pdf) (PDF) 110 | 111 | 112 | ### Python 113 | 114 | * [Ponořme se do Pythonu 3](https://knihy.nic.cz) - Mark Pilgrim (PDF) 115 | * [Učebnice jazyka Python](http://i.iinfo.cz/files/root/k/Ucebnice_jazyka_Python.pdf) (PDF) 116 | 117 | 118 | ### Ruby 119 | 120 | * [Ruby Tutoriál](http://i.iinfo.cz/files/root/k/Ruby_tutorial.pdf) (PDF) 121 | 122 | 123 | ### TeX 124 | 125 | * [První setkání s TeXem](http://www.root.cz/knihy/prvni-setkani-s-texem/) (PDF) 126 | * [TeXbook naruby](http://www.root.cz/knihy/texbook-naruby/) (PDF) 127 | 128 | 129 | ### Webdesign 130 | 131 | * [Webová režie: základy koncepčního myšlení u webových projektů](http://www.root.cz/knihy/webova-rezie-zaklady-koncepcniho-mysleni-u-webovych-projektu/) (PDF) 132 | 133 | 134 | ### XML 135 | 136 | * [XML pro každého](http://www.root.cz/knihy/xml-pro-kazdeho/) (PDF) 137 | -------------------------------------------------------------------------------- /free-programming-books-it.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [0 - Agnostico](#0---agnostico) 4 | * [Algoritmi e Strutture Dati](#algoritmi-e-strutture-dati) 5 | * [Metodologie di sviluppo del software](#metodologie-di-sviluppo-del-software) 6 | * [Android](#android) 7 | * [Assembly Language](#assembly-language) 8 | * [BASH](#bash) 9 | * [C](#c) 10 | * [C#](#c-sharp) 11 | * [CSS](#css) 12 | * [Git](#git) 13 | * [HTML](#html) 14 | * [Java](#java) 15 | * [JavaScript](#javascript) 16 | * [LaTeX](#latex) 17 | * [Linux](#linux) 18 | * [Livecode](#livecode) 19 | * [Perl](#perl) 20 | * [PHP](#php) 21 | * [Python](#python) 22 | * [Ruby](#ruby) 23 | * [Visual Basic](#visual-basic) 24 | 25 | 26 | ### 0 - Agnostico 27 | 28 | #### Metodologie di sviluppo del software 29 | 30 | * [Programmazione Funzionale](http://minimalprocedure.pragmas.org/writings/programmazione_funzionale/programmazione_funzionale.html) 31 | * [Scrum e XP dalle trincee](http://www.open-ware.org/ita/news/kniberg1.htm) 32 | 33 | 34 | #### Algoritmi e Strutture Dati 35 | 36 | * [Dispense del Corso di Algoritmi e Strutture Dati](http://www.dmi.unict.it/nicosia/lectures/programmazione-scientifica/algo.pdf) (PDF) 37 | 38 | 39 | ### Android 40 | 41 | * [Guida programmazione Android 4.2](http://www.sprik.it/download/guida-programmazione-android-4-2/) 42 | 43 | 44 | ### Assembly Language 45 | 46 | * [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter 47 | 48 | 49 | ### BASH 50 | 51 | * [Guida avanzata per la bash](http://www.dmi.unict.it/diraimondo/web/wp-content/uploads/classes/so/mirror-stuff/abs-guide.pdf) (PDF) 52 | 53 | 54 | ### C 55 | 56 | * [Guida al C di Blacklight](http://blacklight.gotdns.org/guidac.pdf) (PDF) 57 | * [Tricky C](http://www.dmi.unict.it/diraimondo/web/wp-content/uploads/classes/so/mirror-stuff/Tricky_C.pdf) (PDF) 58 | 59 | 60 | ### C Sharp 61 | 62 | * [AB..C# - Guida alla programmazione](http://www.youblisher.com/p/21542-ABC-Guida-alla-programmazione/) 63 | 64 | 65 | ### CSS 66 | 67 | * [Guida Completa sviluppo lato Client](http://www.aiutamici.com/PortalWeb/eBook/ebook/Alessandro_Stella-Programmare_per_il_web.pdf)(PDF) 68 | 69 | 70 | ### GIT 71 | 72 | * [Comprendere GIT concettualmente](http://www.linuxtrent.it/sites/default/files/Comprendere%20Git%20concettualmente%20-%20Marco%20Ciampa%20-%20r1.pdf) (PDF) 73 | 74 | 75 | ### HTML 76 | 77 | * [Canoro sito](http://canoro.altervista.org/guide/html/GuidaHTML22.pdf) (PDF) 78 | * [Guida Completa sviluppo lato Client](http://www.aiutamici.com/PortalWeb/eBook/ebook/Alessandro_Stella-Programmare_per_il_web.pdf) (PDF) 79 | * [INFN di Milano](http://www.mi.infn.it/~calcolo/corso_base_html/pdf/corso_base_html.pdf) (PDF) 80 | 81 | 82 | ### Java 83 | 84 | * [Guida a Java 8](http://twiki.di.uniroma1.it/pub/Metod_prog/RS_INFO/lezioni.html) 85 | * [Introduzione a Java](http://www.ateneonline.it/hyperbook/j_book/java2.htm) 86 | * [Java](https://it.wikibooks.org/wiki/Java) - Wikibooks 87 | * [Object Oriented && Java 5 (II Edizione)](http://www.claudiodesio.com/download/oo_&&_java_5.zip) - Claudio De Sio Cesari (ZIP) 88 | 89 | 90 | ### JavaScript 91 | 92 | * [Guida Completa sviluppo lato Client](http://www.aiutamici.com/PortalWeb/eBook/ebook/Alessandro_Stella-Programmare_per_il_web.pdf) (PDF) (Includo anche Jquery) 93 | * [Guida di riferimento](http://lia.deis.unibo.it/Courses/TecnologieWeb0809/materiale/laboratorio/guide/JScriptRef_Ita.pdf) (PDF) 94 | 95 | 96 | ### LaTeX 97 | 98 | * [Appunti di programmazione in LaTeX e TeX](http://profs.sci.univr.it/~gregorio/introtex.pdf) - Enrico Gregorio (PDF) 99 | * [Impara LaTeX! (... e mettilo da parte)](https://users.dimi.uniud.it/~gianluca.gorni/TeX/itTeXdoc/impara_latex.pdf) - Marc Baudoin (PDF) 100 | * [Introduzione all'arte della composizione tipografica con LaTeX](http://www.guitex.org/home/images/doc/guidaguit-b5.pdf) - GuIT (PDF) 101 | * [L'arte di scrivere con LaTeX](http://www.lorenzopantieri.net/LaTeX_files/ArteLaTeX.pdf) - L. Pantieri e T. Gordini (PDF) 102 | * [Una (mica tanto) breve introduzione a LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/italian) 103 | 104 | 105 | ### Linux 106 | 107 | * [«a2», ex «Appunti di informatica libera», ex «Appunti Linux»](http://archive.org/download/AppuntiDiInformaticaLibera/) 108 | 109 | 110 | ### Livecode 111 | 112 | * [Guida a livecode](http://www.maxvessi.net/pmwiki/pmwiki.php?n=Main.GuidaALivecode) 113 | 114 | 115 | ### Perl 116 | 117 | * [Corso di Perl](http://www.perl.it/documenti/articoli/mb_corso_perl/mb_corso_perl.pdf) (PDF) 118 | * [Perl e Internet](http://www.ateneonline.it/hyperbook/p_book/perl2.htm) 119 | 120 | 121 | ### PHP 122 | 123 | * [Guida al PHP di LordHack](http://www.lordhack.altervista.org/brdp.pdf) (PDF) 124 | * [Manuale PHP](http://francescomuscolo.altervista.org/manuale_PHP.pdf) (PDF) 125 | 126 | 127 | ### Python 128 | 129 | * [Il manuale di riferimento di Python](http://docs.python.it/html/ref/) 130 | * [Il tutorial di Python](http://docs.python.it/html/tut/) 131 | * [La libreria di riferimento di Python](http://docs.python.it/html/lib/) 132 | * [Pensare da Informatico, Versione Python](http://www.python.it/doc/Howtothink/Howtothink-html-it/index.htm) 133 | 134 | 135 | ### Ruby 136 | 137 | * [Introduzione a Ruby](http://tesi.cab.unipd.it/22937/1/Tesina_-_Introduzione_a_Ruby.pdf) (PDF) 138 | * [Programmazione elementare in Ruby](http://minimalprocedure.pragmas.org/writings/programmazione_elementare_ruby/corso_elementare_ruby.html) 139 | * [Ruby User Guide](http://ruby-it.org/rug_it.zip) 140 | 141 | 142 | ### Visual Basic 143 | 144 | * [Corso Visual Basic](http://www.webalice.it/kindofapple/corsovb.pdf) (PDF) 145 | -------------------------------------------------------------------------------- /free-programming-books-hu.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [0 - Programozási nyelv független](#0---programozasi-nyelv-fuggetlen) 4 | * [Ada](#ada) 5 | * [Arduino](#arduino) 6 | * [C++](#c) 7 | * [HTML / CSS](#html-css) 8 | * [Java](#java) 9 | * [Lego Mindstorms](#lego-mindstorms) 10 | * [LISP](#lisp) 11 | * [.NET](#net) 12 | * [PHP](#php) 13 | * [PowerShell](#powershell) 14 | * [Python](#python) 15 | * [Windows Phone](#windows-phone) 16 | 17 | 18 | ### 0 - Programozási nyelv független 19 | 20 | * [A hitelesítés-szolgáltatókkal szembeni bizalom erősítése](http://mek.oszk.hu/03900/03943/index.phtml) - Várnai Róbert (PDF) 21 | * [Adatmodellezés](http://mek.oszk.hu/11100/11144/index.phtml) - Halassy Béla (Word, PDF) 22 | * [Az adatbázistervezés alapjai és titkai](http://mek.oszk.hu/11100/11123/index.phtml) - Halassy Béla (Word, PDF) 23 | * [Ember, információ, rendszer](http://mek.oszk.hu/11100/11122/index.phtml) - Halassy Béla (Word, PDF) 24 | * [Formális nyelvek](http://mek.oszk.hu/05000/05099/index.phtml) - Bach Iván (PDF) 25 | * [Mese a felhasználó központú tervezőről](http://mek.oszk.hu/11700/11748/index.phtml) - David Travis, ford.: Favorit Fordító Iroda (PDF) 26 | * [Prognyelvek portál](http://nyelvek.inf.elte.hu/index.php) - Felelős oktató: Nyékyné Gaizler Judit (HTML) 27 | 28 | 29 | ### Ada 30 | 31 | * [Az Ada programozási nyelv](http://mek.oszk.hu/01200/01256/index.phtml) - Kozics Sándor (PDF) 32 | 33 | 34 | ### Arduino 35 | 36 | * [Arduino programozási kézikönyv](http://avr.tavir.hu) - Brian W. Evans írása alapján fordította, kiegészítette és frissítette Cseh Róbert (PDF - regisztráció szükséges) 37 | 38 | 39 | ### C++ 40 | 41 | * [Fejlett programozási technikák](http://www.ms.sapientia.ro/~manyi/teaching/c++/cpp.pdf) - Antal Margit (PDF) 42 | 43 | 44 | ### HTML / CSS 45 | 46 | * [CSS alapjai](http://weblabor.hu/cikkek/cssalapjai1) - Bártházi András (HTML) 47 | * [Webes szabványok](http://nagygusztav.hu/webes-szabvanyok) - Chris Mills, Ben Buchanan, Tom Hughes-Croucher, Mark Norman "Norm" Francis, Linda Goin, Paul Haine, Jen Hanen, Benjamin Hawkes-Lewis, Ben Henick, Christian Heilmann, Roger Johansson, Peter-Paul Koch, Jonathan Lane, Tommy Olsson, Nicole Sullivan és Mike West, ford.: Nagy Gusztáv (PDF) 48 | 49 | 50 | ### Java 51 | 52 | * [CORBA-alapú elosztott alkalmazások](http://mek.oszk.hu/01400/01404/index.phtml) - Csizmazia Balázs (PDF) 53 | * [Fantasztikus programozás](http://mek.oszk.hu/00800/00889/index.phtml) - Bátfai Mária Erika, Bátfai Norbert (PDF) 54 | * [Hálózati alkalmazások Java nyelven](http://mek.oszk.hu/01300/01304/index.phtml) - Csizmazia Anikó, Csizmazia Balázs (PDF) 55 | * [Hálózati alkalmazások készítése: CORBA, Java, WWW](http://mek.oszk.hu/01700/01750/index.phtml) - Csizmazia Balázs (PS) 56 | * [Java alapú webtechnológiák](http://www.ms.sapientia.ro/~manyi/index_java_techn.html) - Antal Margit (PDF) 57 | * [Java programozás](http://nagygusztav.hu/java-programozas) - Nagy Gusztáv (PDF) 58 | * [Objektumorientált programozás](http://www.ms.sapientia.ro/~manyi/teaching/oop/oop.pdf) - Antal Margit (PDF) 59 | * [Programozás III.](http://www.sze.hu/~varjasin/oktat.html) - Varjasi Norbert (PDF) 60 | * [RMI](http://mek.oszk.hu/01200/01263/index.phtml) - Dékány Dániel (PDF) 61 | 62 | 63 | ### Lego Mindstorms 64 | 65 | * [A MINDSTORMS EV3 robotok programozásának alapjai](http://www.hdidakt.hu/adat/dw_anyagok/dw_74.pdf) - Kiss Róbert (PDF) 66 | * [Egyszerű robotika, A Mindstorms NXT robotok programozásának alapjai](http://www.amcham.hu/download/002/556/Robotkonyv_KR_BZS.pdf) - Kiss Róbert, Badó Zsolt (PDF) 67 | 68 | 69 | ### LISP 70 | 71 | * [A LISP programozási nyelv](http://mek.oszk.hu/07200/07258/index.phtml) - Zimányi Magdolna, Kálmán László, Fadgyas Tibor (PDF) 72 | 73 | 74 | ### Linux 75 | 76 | * [A GNU/Linux programozása grafikus felületen](http://mek.oszk.hu/05500/05528/index.phtml) - Pere László (PDF) 77 | * [GNU/Linux segédprogramok használata](http://mek.oszk.hu/08700/08742/index.phtml) - Terék Zsolt (PDF) 78 | 79 | 80 | ### .NET 81 | 82 | * [C#](http://mek.oszk.hu/10300/10384/index.phtml) - Reiter István (PDF) 83 | * [C# programozás lépésről lépésre](http://devportal.hu) - Reiter István (PDF) 84 | * [Honlapépítés a XXI. században](http://mek.oszk.hu/10300/10392/index.phtml) - A WebMatrix csapat és Balássy György (PDF) 85 | * [Silverlight 4](http://mek.oszk.hu/10300/10382/index.phtml) - Árvai Zoltán, Csala Péter, Fár Attila Gergő, Kopacz Botond, Reiter István, Tóth László (PDF) 86 | 87 | 88 | ### PHP 89 | 90 | * [Drupal 6 alapismeretek](http://nagygusztav.hu/drupal-6-alapismeretek) - Nagy Gusztáv (PDF) 91 | * [Drupal 7 alapismeretek](http://nagygusztav.hu/drupal-7-alapismeretek) - Nagy Gusztáv (PDF) 92 | * [Web programozás alapismeretek](http://nagygusztav.hu/web-programozas) - Nagy Gusztáv (PDF) 93 | * [Webadatbázis-programozás](http://ade.web.elte.hu/wabp/index.html) - Horváth Győző, Tarcsi Ádám (HTML) 94 | 95 | 96 | ### PowerShell 97 | 98 | * [Microsoft PowerShell 2.0](http://mek.oszk.hu/10400/10402/index.phtml) - Soós Tibor (PDF) 99 | 100 | 101 | ### Python 102 | 103 | * [Bevezetés a Pythonba példákkal](http://mek.oszk.hu/08400/08436/index.phtml) - Raphaël Marvie, ford.: Daróczy Péter (PDF) 104 | * [Bevezetés a wxPythonba](http://mek.oszk.hu/08400/08446/index.phtml) - Jeremy Berthet, Gilles Doge, ford.: Daróczy Péter (PDF) 105 | * [Python-programozás](http://blog.molnardenes.hu/python-programozas-1-alapfogalmak/) - Molnár Dénes (HTML) 106 | * [Tanuljunk meg programozni Python nyelven](http://mek.oszk.hu/08400/08435/index.phtml) - Gérard Swinnen, ford.: Daróczy Péter (PDF, ODT) 107 | 108 | 109 | ### Windows Phone 110 | 111 | * [Windows Phone fejlesztés lépésről lépésre](http://mek.oszk.hu/10300/10393/) - Árvai Zoltán, Fár Attila Gergő, Farkas Bálint, Fülöp Dávid, Komjáthy Szabolcs, Turóczi Attila, Velvárt András (PDF) 112 | -------------------------------------------------------------------------------- /free-programming-interactive-tutorials-en.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Bash](#bash) 4 | * [C](#c) 5 | * [C#](#c-sharp) 6 | * [C++](#c-1) 7 | * [Clojure](#clojure) 8 | * [CoffeeScript](#coffeescript) 9 | * [Erlang](#erlang) 10 | * [F#](#f-sharp) 11 | * [Git](#git) 12 | * [Go](#go) 13 | * [Haskell](#haskell) 14 | * [HTML / CSS](#html--css) 15 | * [Java](#java) 16 | * [Javascript](#javascript) 17 | * [Language Agnostic](#language-agnostic) 18 | * [Lisp](#lisp) 19 | * [MATLAB](#matlab) 20 | * [Node](#node) 21 | * [NoSQL](#nosql) 22 | * [Objective-C](#objective-c) 23 | * [Ocaml](#ocaml) 24 | * [PHP](#php) 25 | * [Python](#python) 26 | * [R](#r) 27 | * [Ruby](#ruby) 28 | * [Scala](#scala) 29 | * [SQL](#sql) 30 | * [Vim](#vim) 31 | 32 | 33 | ### Bash 34 | 35 | * [Learn Shell Programming](http://www.learnshell.org) 36 | 37 | 38 | ### C 39 | 40 | * [Learn C](http://www.learn-c.org) 41 | 42 | 43 | ### C Sharp 44 | 45 | * [Learn C#](http://www.learncs.org) 46 | 47 | 48 | ### C++ 49 | 50 | * [CppKoans](https://github.com/torbjoernk/CppKoans) 51 | 52 | 53 | ### Clojure 54 | 55 | * [4Clojure - Koans](https://www.4clojure.com) 56 | * [Clojure Koans](http://clojurekoans.com) 57 | * [ClojureScript Koans](http://clojurescriptkoans.com) 58 | * [Try Clojure](http://www.tryclj.com) 59 | 60 | 61 | ### CoffeeScript 62 | 63 | * [Coffeescript Style Guide](https://github.com/polarmobile/coffeescript-style-guide/blob/master/README.md) 64 | * [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html) 65 | 66 | 67 | ### Erlang 68 | 69 | * [Try Erlang](http://www.tryerlang.org) 70 | 71 | 72 | ### F Sharp 73 | 74 | * [Try F#](http://www.tryfsharp.org) 75 | 76 | 77 | ### Git 78 | 79 | * [Githug](https://github.com/Gazler/githug) (Tutorial in shell) 80 | * [Learn Git Branching](http://pcottle.github.io/learnGitBranching/) 81 | * [Try Git](http://try.github.io) 82 | 83 | 84 | ### Go 85 | 86 | * [Go Koans](https://github.com/cdarwin/go-koans) 87 | * [The Go Tutorial](http://tour.golang.org) 88 | 89 | 90 | ### Haskell 91 | 92 | * [Try Haskell!](http://tryhaskell.org) 93 | 94 | 95 | ### HTML / CSS 96 | 97 | * [CSS Diner](http://flukeout.github.io) 98 | * [Flexbox Defense](http://flexboxdefense.com) 99 | * [Flexbox Froggy](http://flexboxfroggy.com) 100 | * [Learn by doing beginner projects](https://dash.generalassemb.ly) 101 | * [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web) 102 | * [Prototyping a professional website](https://www.codecademy.com/skills/make-a-website) 103 | 104 | 105 | ### Java 106 | 107 | * [CodingBat code practice](http://codingbat.com/java) 108 | * [Java at Codecademy](https://www.codecademy.com/courses/learn-java) 109 | * [Learn Java](http://www.learnjavaonline.org) 110 | * [Learneroo Java tutorial](https://www.learneroo.com/modules/11) 111 | 112 | 113 | ### JavaScript 114 | 115 | * [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/) 116 | * [Codecademy jquery track](https://www.codecademy.com/learn/jquery) 117 | * [ES6 Interactive Guide](http://stack.formidable.com/es6-interactive-guide/#/) 118 | * [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx) 119 | * [Javascript interactive tutorial on CodeCademy](https://www.codecademy.com/learn/javascript) 120 | * [Javascript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world) 121 | * [Javascripting](https://github.com/sethvincent/javascripting) 122 | * [Learn JavaScript](http://www.learn-js.org) 123 | * [Learn knockout.js](http://learn.knockoutjs.com) 124 | * [Learning Advanced JavaScript](http://ejohn.org/apps/learn/) 125 | * [Try jQuery](http://try.jquery.com) 126 | 127 | 128 | ### Language Agnostic 129 | 130 | * [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io 131 | * [Codility](https://codility.com/programmers/) 132 | * [Python Tutor](http://pythontutor.com) - Python, Java, JavaScript, TypeScript, Ruby, C, C++ 133 | 134 | 135 | ### Lisp 136 | 137 | * [Lisp Koans](https://github.com/google/lisp-koans) 138 | 139 | 140 | ### MATLAB 141 | 142 | * [Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics](http://www.mathworks.com/tutorials) 143 | 144 | 145 | ### Node 146 | 147 | * [Node School](http://nodeschool.io) 148 | 149 | 150 | ### NoSQL 151 | 152 | * [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans) 153 | * [Try Redis](http://try.redis.io) 154 | 155 | 156 | ### Objective-C 157 | 158 | * [Try Objective-C](http://tryobjectivec.codeschool.com) 159 | 160 | 161 | ### Ocaml 162 | 163 | * [Try Ocaml](http://try.ocamlpro.com) 164 | 165 | 166 | ### PHP 167 | 168 | * [CodeCademy PHP](https://www.codecademy.com/learn/php) 169 | * [Learn PHP](http://www.learn-php.org) 170 | 171 | 172 | ### Python 173 | 174 | * [Codecademy Python course](https://www.codecademy.com/learn/python) 175 | * [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html) 176 | * [Learn Python](http://www.learnpython.org) 177 | * [Python Koans](https://github.com/gregmalcolm/python_koans) 178 | 179 | 180 | ### R 181 | 182 | * [Try R](http://tryr.codeschool.com) 183 | 184 | 185 | ### Ruby 186 | 187 | * [CodeCademy Ruby](https://www.codecademy.com/learn/ruby) 188 | * [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby) 189 | * [Ruby Koans](http://www.rubykoans.com) 190 | * [The Odin Project](http://www.theodinproject.com) 191 | * [Try Ruby](http://tryruby.org) 192 | 193 | 194 | ### Scala 195 | 196 | * [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/) 197 | * [Scala Exercises](https://www.scala-exercises.org) 198 | 199 | 200 | ### SQL 201 | 202 | * [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql) 203 | * [SQLBolt](http://sqlbolt.com) 204 | 205 | 206 | ### Vim 207 | 208 | * [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html) 209 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | ## Contributor License Agreement 2 | By contributing you agree to the [LICENSE](https://github.com/vhf/free-programming-books/blob/master/LICENSE) of this repository. 3 | 4 | ## Contributor Code of Conduct 5 | By contributing you agree to respect the [Code of Conduct](https://github.com/vhf/free-programming-books/blob/master/CODE_OF_CONDUCT.md) of this repository. 6 | 7 | ## In a nutshell 8 | 1. "A link to easily download a book" is not always a link to a *free* book. Please only contribute free content. Make sure it's free. 9 | 2. You don't have to know git: if you found something of interest which is *not already in this repo*, please open an issue with your links propositions. 10 | - If you know git, please fork the repo and send pull requests. 11 | 3. We have 5 kinds of lists. Choose the right one: 12 | 13 | - *Books* : PDF, HTML, ePub, a gitbook.io based site, a Git repo, etc. 14 | - *Courses* : A course is a learning material which is not a book and where there is no interactive tool embedded in the site. [This is a course](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/). 15 | - *Interactive Tutorials* : An interactive website which lets the user type code or commands and evaluates the result (by "evaluate" we don't mean "grade"). e.g.: [Try Haskell](http://tryhaskell.org), [Try Github](http://try.github.io). 16 | - *JavaScript Resources* : Any resources teaching a JavaScript framework or library. 17 | - *Problem Sets & Competitive Programming* : A website or software which lets you assess your programming skills by solving simple or complex problems, with or without code review, with or without comparing the results with other users. 18 | 19 | 4. Make sure to follow the [guidelines below](#guidelines) and respect the [Markdown formatting](#formatting) of the files 20 | 21 | ### Guidelines 22 | - make sure a book is free. Double-check if needed 23 | - we don't accept files hosted on google drive, dropbox, mega, scribd, issuu and other similar file upload platforms 24 | - insert your links in alphabetical order. If you see a misplaced link, please reorder it and submit a PR 25 | - use the link with the most authoritative source (meaning author's website is better than editor's website is better than third party website) 26 | + no file hosting services (this includes (but is not limited to) Dropbox and Google Drive links) 27 | - always prefer a `https` link over a `http` one -- as long as they are on the same domain and serve the same content 28 | - on root domains, strip the trailing slash: `http://example.com` instead of `http://example.com/` 29 | - always prefer the shortest link: `http://example.com/dir/` is better than `http://example.com/dir/index.html` 30 | + no URL shortener links 31 | - usually prefer the "current" link over the "version" one: `http://example.com/dir/book/current/` is better than `http://example.com/dir/book/v1.0.0/index.html` 32 | - if a link has an expired certificate/self-signed certificate/SSL issue of any other kind: 33 | 1. *replace it* with its `http` counterpart if possible (because accepting exceptions can be complicated on mobile devices) 34 | 2. *leave it* if no `http` version but link still accessible through `https` by adding an exception to the browser or ignoring the warning 35 | 3. *remove it* otherwise 36 | - if a link exists in multiple format, add a separate link with a note about each format 37 | - if a resource exists at different places on the Internet 38 | + use the link with the most authoritative source (meaning author's website is better than editor's website is better than third party website) 39 | + if they link to different editions and you judge these editions are different enough to be worth keeping them, add a separate link with a note about each edition 40 | - prefer atomic commits (one commit by addition/deletion/modification) over bigger commits. No need to squash your commits before submitting a PR. (We will never enforce this rule as it's just a matter of convenience for the maintainers) 41 | 42 | ### Formatting 43 | - All lists are `.md` files. Try to learn [Markdown](https://guides.github.com/features/mastering-markdown/) syntax. It's simple! 44 | - All the lists start with an Index. The idea is to list and link all sections and subsections there. Keep it in alphabetical order. 45 | - Sections are using level 3 headings (`###`), and subsections are level 4 headings (`####`). 46 | 47 | The idea is to have 48 | - `2` empty lines between last link and new section 49 | - `1` empty line between heading & first link of its section 50 | - `0` empty line between two links 51 | - `1` empty line at the end of each `.md` file 52 | 53 | Example: 54 | 55 | [...] 56 | * [An Awesome Book](http://example.com/example.html) 57 | (blank line) 58 | (blank line) 59 | ### Example 60 | (blank line) 61 | * [Another Awesome Book](http://example.com/book.html) 62 | * [Some Other Book](http://example.com/other.html) 63 | 64 | - Don't put spaces between `]` and `(` 65 | 66 | ``` 67 | BAD : * [Another Awesome Book] (http://example.com/book.html) 68 | GOOD: * [Another Awesome Book](http://example.com/book.html) 69 | ``` 70 | 71 | - If you wish to mention the author, use ` - ` (a dash surrounded by single spaces) 72 | 73 | ``` 74 | BAD : * [Another Awesome Book](http://example.com/book.html)- John Doe 75 | GOOD: * [Another Awesome Book](http://example.com/book.html) - John Doe 76 | ``` 77 | 78 | - Put a single space between the link and its format 79 | 80 | ``` 81 | BAD : * [Another Awesome Book](http://example.com/book.pdf)(PDF) 82 | GOOD: * [Another Awesome Book](http://example.com/book.pdf) (PDF) 83 | ``` 84 | 85 | - Author comes before format: 86 | 87 | ``` 88 | BAD : * [Another Awesome Book](http://example.com/book.pdf)- John Doe 89 | GOOD: * [Another Awesome Book](http://example.com/book.pdf) - John Doe (PDF) 90 | ``` 91 | 92 | - Multiple formats: 93 | 94 | ``` 95 | BAD : * [Another Awesome Book](http://example.com/)- John Doe (HTML) 96 | BAD : * [Another Awesome Book](https://downloads.example.org/book.html)- John Doe (download site) 97 | GOOD: * [Another Awesome Book](http://example.com/) - John Doe (HTML) [(PDF, EPUB)](https://downloads.example.org/book.html) 98 | ``` 99 | -------------------------------------------------------------------------------- /free-programming-books-de.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [0 - Unabhängig von der Programmiersprache](#unabh%C3%A4ngig-von-der-programmiersprache) 4 | * [Action Script](#action-script) 5 | * [Android](#android) 6 | * [Assembly Language](#assembly-language) 7 | * [C](#c) 8 | * [C#](#c-sharp) 9 | * [C++](#c-1) 10 | * [Git](#git) 11 | * [Groovy](#groovy) 12 | * [HTML & CSS](#html--css) 13 | * [iOS](#ios) 14 | * [Java](#java) 15 | * [Javascript](#javascript) 16 | * [LaTeX](#latex) 17 | * [Meta-Lists](#meta-lists) 18 | * [MySQL](#mysql) 19 | * [PHP](#php) 20 | * [Python](#python) 21 | * [Ruby on Rails](#ruby-on-rails) 22 | * [Scilab](#scilab) 23 | * [UML](#uml) 24 | * [Unix](#unix) 25 | * [Visual Basic](#visual-basic) 26 | 27 | 28 | ### Unabhängig von der Programmiersprache 29 | 30 | * [IT-Handbuch für Fachinformatiker](http://openbook.rheinwerk-verlag.de/it_handbuch/) 31 | * [Objektorientierte Programmierung](http://openbook.rheinwerk-verlag.de/oop/) 32 | * [Scrum und XP im harten Projektalltag](http://www.infoq.com/resource/news/2007/06/scrum-xp-book/en/resources/ScrumAndXpFromTheTrenchesonline_German.pdf) (PDF) 33 | 34 | 35 | ### Action Script 36 | 37 | * [ActionScript 1 und 2](http://openbook.rheinwerk-verlag.de/actionscript/) 38 | * [Einstieg in ActionScript](http://openbook.rheinwerk-verlag.de/actionscript_einstieg/) 39 | 40 | 41 | ### Android 42 | 43 | * [Grundlagen und Programmierung](http://www.dpunkt.de/ebooks_files/free/3436.pdf) (PDF) 44 | 45 | 46 | ### Assembly Language 47 | 48 | * [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter 49 | 50 | 51 | ### C 52 | 53 | * [C von A bis Z](http://openbook.rheinwerk-verlag.de/c_von_a_bis_z/) 54 | * [Softwareentwicklung in C](http://www.asc.tuwien.ac.at/~eprog/download/schmaranz.pdf) (PDF) 55 | 56 | 57 | ### C++ 58 | 59 | * [Die Boost C++ Bibliotheken](http://dieboostcppbibliotheken.de) 60 | * [Programmieren in C++: Aufbau](http://www.highscore.de/cpp/aufbau/) 61 | * [Programmieren in C++: Einführung](http://www.highscore.de/cpp/einfuehrung/) 62 | 63 | 64 | ### C Sharp 65 | 66 | * [Programmieren in C#: Einführung](http://www.highscore.de/csharp/einfuehrung/) 67 | * [Visual C# 2008](http://openbook.rheinwerk-verlag.de/visual_csharp/) 68 | * [Visual C# 2010](http://openbook.rheinwerk-verlag.de/visual_csharp_2010/) 69 | * [Visual C# 2012](http://openbook.rheinwerk-verlag.de/visual_csharp_2012/) 70 | 71 | 72 | ### iOS 73 | 74 | * [Apps programmieren für iPhone und iPad](http://openbook.rheinwerk-verlag.de/apps_programmieren_fuer_iphone_und_ipad/) 75 | * [iOS-Rezepte](http://examples.oreilly.de/openbooks/iosrecipesger.zip) 76 | * [iPad-Programmierung](http://examples.oreilly.de/openbooks/pdf_ipadprogpragger.pdf) (PDF) 77 | 78 | 79 | ### Git 80 | 81 | * [Das Git-Buch](http://gitbu.ch) [PDF, EPUB] 82 | * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/de/) 83 | * [Pro Git](http://git-scm.com/book/de/v1) 84 | 85 | 86 | ### Groovy 87 | 88 | * [Groovy für Java-Entwickler](http://examples.oreilly.de/openbooks/pdf_groovyger.pdf) (PDF) 89 | 90 | 91 | ### HTML & CSS 92 | 93 | * [CSS](http://www.peterkropff.de/site/css/css.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF] 94 | * [HTML](http://www.peterkropff.de/site/html/html.htm) — Peter Kropff [Online, PDF] 95 | * [HTML5-Handbuch](http://webkompetenz.wikidot.com/docs:html-handbuch) 96 | * [Self HTML](https://wiki.selfhtml.org/wiki/Startseite) 97 | 98 | 99 | ### Java 100 | 101 | * [EJB 3 für Umsteiger: Neuerungen und Änderungen gegenüber dem EJB-2.x-Standard](http://bsd.de/e3fu/umfrage.html) - Heiko W. Rupp 102 | * [Java 7 Mehr als eine Insel](http://openbook.rheinwerk-verlag.de/java7/) 103 | * [Java ist auch eine Insel](http://openbook.rheinwerk-verlag.de/javainsel/) 104 | * [Programmieren Java: Aufbau](http://www.highscore.de/java/aufbau/) 105 | * [Programmieren Java: Einführung](http://www.highscore.de/java/einfuehrung/) 106 | 107 | 108 | ### Javascript 109 | 110 | * [JavaScript](http://www.peterkropff.de/site/javascript/javascript.htm) — Peter Kropff (Grundlagen, AJAX, DOM, OOP) [Online, PDF] 111 | * [JavaScript und AJAX](http://openbook.rheinwerk-verlag.de/javascript_ajax/) 112 | * [Webseiten erstellen mit Javascript](http://www.highscore.de/javascript/) 113 | 114 | 115 | ### LaTeX 116 | 117 | * [LaTeX - eine Einführung und ein bißchen mehr...](http://www.fernuni-hagen.de/imperia/md/content/zmi_2010/a026_latex_einf.pdf) (PDF) 118 | * [LaTeX - Forteschrittene Anwendungen (oder: Neues von den Hobbits)](http://www.fernuni-hagen.de/imperia/md/content/zmi_2010/a027_latex_fort.pdf) (PDF) 119 | * [LaTeX : Referenz der Umgebungen, Makros, Längen und Zähler](http://www.lehmanns.de/page/latexreferenz) 120 | 121 | 122 | ### Meta-Lists 123 | 124 | * [Galileo Computing - openbook](https://www.rheinwerk-verlag.de/openbook/) 125 | 126 | 127 | ### MySQL 128 | 129 | * [MySQL](http://www.peterkropff.de/site/mysql/mysql.htm) — Peter Kropff [Online, PDF] 130 | 131 | 132 | ### PHP 133 | 134 | * [PHP](http://www.peterkropff.de/site/php/php.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF] 135 | * [PHP PEAR](http://openbook.rheinwerk-verlag.de/php_pear/) 136 | * [Praktischer Einstieg in MySQL mit PHP](http://examples.oreilly.de/openbooks/pdf_einmysql2ger.pdf) (PDF) 137 | 138 | 139 | ### Python 140 | 141 | * [Programmiereinführung mit Python](http://opentechschool.github.io/python-beginners/de/) 142 | 143 | 144 | ### Ruby on Rails 145 | 146 | * [Praxiswissen Ruby](http://www.oreilly.de/german/freebooks/rubybasger/pdf_rubybasger.pdf) (PDF) 147 | * [Praxiswissen Ruby On Rails](http://examples.oreilly.de/openbooks/pdf_rubyonrailsbasger.pdf) (PDF) 148 | * [Rails Kochbuch](http://examples.oreilly.de/openbooks/pdf_railsckbkger.pdf) (PDF) 149 | * [Ruby on Rails 2](http://openbook.rheinwerk-verlag.de/ruby_on_rails/) 150 | * [Ruby on Rails 3.2 für Ein-, Um- und Quereinsteiger](http://ruby-auf-schienen.de/3.2/) 151 | 152 | 153 | ### Scilab 154 | 155 | * [Einführung in Scilab/Xcos 5.4](http://www.buech-gifhorn.de/scilab/Einfuehrung.pdf) (PDF) 156 | 157 | 158 | ### UML 159 | 160 | * [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml/) 161 | 162 | 163 | ### Unix 164 | 165 | * [Linux-UNIX-Programmierung](http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/) 166 | * [Shell-Programmierung](http://openbook.rheinwerk-verlag.de/shell_programmierung/) 167 | * [Wie werde ich Unix Guru?](http://openbook.rheinwerk-verlag.de/unix_guru/) 168 | 169 | 170 | ### Visual Basic 171 | 172 | * [Einstieg in Visual Basic 2010](http://openbook.rheinwerk-verlag.de/einstieg_vb_2010/) 173 | * [Einstieg in Visual Basic 2012](http://openbook.rheinwerk-verlag.de/einstieg_vb_2012/) 174 | * [Visual Basic 2008](http://openbook.rheinwerk-verlag.de/visualbasic_2008/) 175 | -------------------------------------------------------------------------------- /javascript-frameworks-resources.md: -------------------------------------------------------------------------------- 1 | ## Angular.js 2 | 3 | * [Angular Basics](http://www.angularjsbook.com) 4 | * [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html) 5 | * [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/) 6 | * [Angular.js Guide](https://docs.angularjs.org/guide/) 7 | * [Angular.js Material Designing](https://material.angularjs.org/latest/) 8 | * [Angular.js Snippets for Sublime Text 2](https://github.com/maxhoffmann/angular-snippets) 9 | * [Angular.js Tutorial](https://docs.angularjs.org/tutorial) 10 | * [Angular.js Youtube Channel](https://www.youtube.com/angularjs) 11 | * [AngularJS - Extend your Browser](https://speakerdeck.com/petebd/devox-uk-2013-angularjs?slide=2) 12 | * [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book/) 13 | * [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF) 14 | * [AngularJS Insights](http://pascalprecht.github.io/slides/angularjs-insights/#/) 15 | * [AngularJS Succinctly](https://www.syncfusion.com/resources/techportal/ebooks/angularjs) (PDF, Kindle) *(Just fill the fields with any values)* 16 | * [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com) 17 | * [AngularJS with Ruby on Rails](http://angular-rails.com) 18 | * [egghead.io: Learn AngularJS with Tutorial Videos & Training](https://egghead.io) 19 | * [egghead.io youtube channel: Learn AngularJS with Tutorial Videos & Training](https://www.youtube.com/user/johnlindquist) 20 | * [Learn AngularJS with free interactive lessons](http://www.learn-angular.org) 21 | * [Mastering AngularJS Directives](http://pascalprecht.github.io/slides/mastering-angularjs-directives/) 22 | * [Recipes with Angular.js](https://leanpub.com/recipes-with-angular-js/read) *(Leanpub, by Frederik Dietz)* 23 | * [Seven-Part Introduction to Angular](http://ngokevin.com/blog/angular-1/) 24 | * [Unit Testing Best Practices in AngularJS](http://andyshora.com/unit-testing-best-practices-angularjs.html) 25 | 26 | 27 | ## Backbone.js 28 | 29 | * [A Complete guide for learning Backbone.js](http://codebeerstartups.com/2012/12/a-complete-guide-for-learning-backbone-js/) 30 | * [A pragmatic guide to Backbone.js apps](http://pragmatic-backbone.com) 31 | * [Backbone Tutorials: Beginner, Intermediate and Advanced](https://leanpub.com/backbonetutorials) - Thomas Davis 32 | * [Backbone.js + Require.js, Modularization and Just in Time Dependency Loading, part 1](http://developer.teradata.com/blog/jasonstrimpel/2011/12/part-1-backbone-js-require-js) [part 2](http://developer.teradata.com/blog/jasonstrimpel/2012/01/part-2-backbone-js-require-js-further-modularization-and-just-in-time-dep) 33 | * [Backbone.js and socket.io](http://developer.teradata.com/blog/jasonstrimpel/2011/11/backbone-js-and-socket-io) 34 | * [Backbonejs Tutorials](https://cdnjs.com/libraries/backbone.js/tutorials/) 35 | * [Building Single Page Web Apps with Backbone.js](https://singlepagebook.supportbee.com) (work in progress) 36 | * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) 37 | * [Getting Started with Backbone.js](http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/) 38 | * [Hello Backbone - Hello world examples of increasing complexity](http://arturadib.com/hello-backbonejs/) 39 | * [How to share Backbone.js models with node.js](http://amirmalik.net/2010/11/27/how-to-share-backbonejs-models-with-nodejs) 40 | 41 | 42 | ## Booty5.js 43 | 44 | * [The Booty5 HTML5 Game Maker Manual](http://booty5.com/booty5-free-html-game-maker-e-book-manual/) 45 | 46 | 47 | ## D3.js 48 | 49 | * [D3 Tips and Tricks](https://leanpub.com/D3-Tips-and-Tricks) - Malcolm Maclean (Leanpub) 50 | * [Dashing D3.js Tutorial](https://www.dashingd3js.com/table-of-contents) 51 | * [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) 52 | * [Interactive Data Visualization with D3](http://alignedleft.com/tutorials/d3) 53 | 54 | 55 | ## Dojo 56 | 57 | * [Dojo: The Definitive Guide](http://chimera.labs.oreilly.com/books/1234000001819/index.html) - Matthew A. Russell 58 | 59 | 60 | ## Ember.js 61 | 62 | * [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com) 63 | * [DockYard Ember.js Style Guide](https://github.com/DockYard/styleguides/blob/master/engineering/ember.md) 64 | * [Ember 101](http://ember101.com) 65 | * [Ember App with RailsApi](https://dockyard.com/blog/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1) 66 | * [Ember.js - Getting started](http://emberjs.com/guides/getting-started/) 67 | * [EmberFlare](https://emberflare.com) 68 | * [Vic Ramon's Ember Tutorial](http://ember.vicramon.com) 69 | 70 | 71 | ## Express.js 72 | 73 | * [Express.js Guide](https://web.archive.org/web/20140621124403/https://leanpub.com/express/read) - Azat Mardanov *(Leanpub)* 74 | 75 | 76 | ## jQuery 77 | 78 | * [JavaScript Fundamentals, Plus a Dash Of JQuery - for dinner ladies](http://nicholasjohnson.com/javascript-book/) 79 | * [jQuery Novice to Ninja](http://mediatheque.cite-musique.fr/MediaComposite/Debug/Dossier-Orchestre/ressources/jQuery.Novice.to.Ninja.2nd.Edition.pdf) (PDF) 80 | * [jQuery Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/jquery) (PDF, Kindle) *(Just fill the fields with any values)* 81 | 82 | 83 | ## Meteor 84 | 85 | * [BulletProof Meteor](https://bulletproofmeteor.com) 86 | * [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/) 87 | 88 | 89 | ## Node.js 90 | 91 | * [Node Documentation](https://nodejs.org/en/docs/) 92 | 93 | 94 | ## Om 95 | 96 | * [Om Tutorial](http://awkay.github.io/om-tutorial/) 97 | 98 | 99 | ## Redux 100 | 101 | * [Full-Stack Redux Tutorial](http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html) 102 | * [Getting Started with Redux](https://egghead.io/series/getting-started-with-redux) 103 | 104 | 105 | ## React 106 | 107 | * [Hacking with React](http://www.hackingwithreact.com) 108 | * [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660) 109 | * [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts) 110 | * [React Enlightenment](https://www.gitbook.com/book/frontendmasters/react-enlightenment/details) 111 | * [React In-depth: An exploration of UI development](https://www.gitbook.com/book/developmentarc/react-indepth/details) 112 | * [React Primer Draft](https://github.com/mikechau/react-primer-draft) 113 | * [React Tutorial](https://facebook.github.io/react/docs/tutorial.html) 114 | * React Tutorial by Josh Finnie 115 | * [Part 1](http://www.joshfinnie.com/blog/reactjs-tutorial-part-1/) 116 | * [Part 2](http://www.joshfinnie.com/blog/reactjs-tutorial-part-2/) 117 | * [Part 3](http://www.joshfinnie.com/blog/reactjs-tutorial-part-3/) 118 | * [React with ASP.NET 5 Tutorial](http://reactjs.net/getting-started/aspnet5.html) 119 | * [React.js Fundamentals](http://courses.reactjsprogram.com/courses/reactjsfundamentals) 120 | * [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components) 121 | * [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial/) 122 | * [SurviveJS - Webpack and React](http://survivejs.com) 123 | 124 | 125 | ## Elm 126 | 127 | * [Building a Live-Validating Signup Form in Elm](http://tech.noredink.com/post/129641182738/building-a-live-validated-signup-form-in-elm) 128 | * [Elm Tutorial](http://www.elm-tutorial.org) 129 | * [The Elm Architecture](https://github.com/evancz/elm-architecture-tutorial) 130 | -------------------------------------------------------------------------------- /free-programming-books-pt_BR.md: -------------------------------------------------------------------------------- 1 | ### Índice 2 | 3 | * [Android](#android) 4 | * [C](#c) 5 | * [C#](#c-sharp) 6 | * [C++](#c-1) 7 | * [Engenharia de software](#engenharia-de-software) 8 | * [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software) 9 | * [Outros](#outros) 10 | * [Git](#git) 11 | * [Haskell](#haskell) 12 | * [HTML / CSS](#html--css) 13 | * [Java](#java) 14 | * [JavaScript](#javascript) 15 | * [LaTeX](#latex) 16 | * [Lua](#lua) 17 | * [Perl](#perl) 18 | * [PHP](#php) 19 | * [Python](#python) 20 | * [RegEx](#regex) 21 | * [Ruby](#ruby) 22 | * [Shell Script](#shell) 23 | * [Vim](#vim) 24 | 25 | 26 | ### Android 27 | 28 | * [Desenvolvimento Mobile com Android](http://www.k19.com.br/downloads/apostilas/java/k19-k41-desenvolvimento-mobile-com-android) - K19 29 | 30 | 31 | ### C 32 | 33 | * [Apostila Linguagem C](http://www.ime.usp.br/~slago/slago-C.pdf) - Silvio Lago (PDF) 34 | * [Curso de Programação em C - UFMG](http://www2.dcc.ufmg.br/disciplinas/pc/source/introducao_c_renatocm_deeufmg.pdf) - Renato Cardoso Mesquita (PDF) 35 | * [Introdução a Programação](https://github.com/ufpb-computacao/introducao-a-programacao-livro/releases) - livro adotado na UFPB. 36 | * [Introdução ao Curso de C ](http://www.ic.unicamp.br/~mc102/introducao-ao-curso-de-c.html). 37 | * [Introdução em Computação - C](http://www.ime.usp.br/~elo/IntroducaoComputacao/). 38 | * [O Fantástico Mundo da Linguagem C](https://fiorix.files.wordpress.com/2014/04/o-fantc3a1stico-mundo-da-linguagem-c.pdf) (PDF) 39 | * [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/) 40 | 41 | 42 | ### C Sharp 43 | 44 | * [C# e Orientação a Objetos](https://www.caelum.com.br/apostila-csharp-orientacao-objetos/) - Caelum 45 | * [C# e Orientação a Objetos](http://www.k19.com.br/downloads/apostilas/dotnet/k19-k31-csharp-e-orientacao-a-objetos) - K19 46 | * [Desenvolvimento Web com ASP.NET MVC](http://www.k19.com.br/downloads/apostilas/dotnet/k19-k32-desenvolvimento-web-com-aspnet-mvc) - K19 47 | 48 | 49 | ### C++ 50 | 51 | * [Apostila Linguagem C++](http://www.ime.usp.br/~slago/slago-C++.pdf) - Silvio Lago (PDF) 52 | * [Programação Orientada a Objetos em C++](http://webserver2.tecgraf.puc-rio.br/~manuel/Download/Programacao%20Orientada%20a%20Objetos%20em%20C++.pdf) (PDF) 53 | 54 | 55 | ### Engenharia de Software 56 | 57 | #### Metodologias de Desenvolvimento de Software 58 | 59 | * [Kanban e Scrum - obtendo o melhor de ambos](http://www.infoq.com/br/minibooks/kanban-scrum-minibook) *(account required)* 60 | * [Kanban em 10 Passos](http://www.infoq.com/br/minibooks/priming-kanban-jesper-boeg) *(account required)* 61 | * [Scrum e XP direto das Trincheiras](http://www.infoq.com/br/minibooks/scrum-xp-from-the-trenches) *(account required)* 62 | 63 | 64 | #### Outros 65 | 66 | * [Primeiros passos com Padrões de Projeto](https://leanpub.com/primeiros-passos-com-padroes-de-projeto/) 67 | 68 | 69 | ### Git 70 | 71 | * [Aprendendo Git](http://www.slideshare.net/bismarckjunior/aprendendo-git) 72 | * [Git - guia prático](http://rogerdudler.github.io/git-guide/index.pt_BR.html) 73 | * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/) 74 | * [Minicurso - Controle de Versão usando o Git](https://github.com/ltiaunesp/Git-Minicurso) - LTIA UNESP 75 | * [Pro Git](http://git-scm.com/book/pt-br/) 76 | 77 | 78 | ### Haskell 79 | 80 | * [Aprender o Haskell será um grande bem para você (tradução em andamento)](https://github.com/taylorrf/learnhaskell) 81 | 82 | 83 | ### HTML / CSS 84 | 85 | * [Curso de HTML5 em vídeo do Guanabara](https://www.youtube.com/playlist?list=PLHz_AreHm4dlAnJ_jJtV29RFxnPHDuk9o) 86 | * [Desenvolvendo para browsers antigos](http://tableless.com.br/browsers-antigos-guerra-contra-o-terror/) 87 | * [Desenvolvimento Web com HTML, CSS e JavaScript](https://www.caelum.com.br/apostila-html-css-javascript/) - Caelum 88 | * [Dive Into HTML5](http://diveintohtml5.com.br) 89 | * [Estruturando o HTML com CSS](http://pt-br.learnlayout.com) 90 | * [Performance WEB](http://www.webperf.com.br) 91 | 92 | 93 | ### Java 94 | 95 | * [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/) - Caelum 96 | * [Desenvolvimento Web Avançado com JSF 2, EJB 3.1 e CDI](http://www.k19.com.br/downloads/apostilas/java/k19-k22-desenvolvimento-web-avancado-com-jsf2-ejb3.1-e-cdi) - k19 97 | * [Desenvolvimento Web com JSF 2 e JPA 2](http://www.k19.com.br/downloads/apostilas/java/k19-k12-desenvolvimento-web-com-jsf2-e-jpa2) - K19 98 | * [Desenvolvimento Web com Struts](http://www.k19.com.br/downloads/apostilas/java/k19-k52-desenvolvimento-web-com-struts) - K19 99 | * [Design Patterns em Java](http://www.k19.com.br/downloads/apostilas/java/k19-k51-design-patterns-em-java) - K19 100 | * [Integração de Sistemas com Webservices, JMS e EJB](http://www.k19.com.br/downloads/apostilas/java/k19-k23-integracao-de-sistemas-com-webservices-jms-e-ejb) - K19 101 | * [Introdução a Ciência da Computação com Java](http://ccsl.ime.usp.br/files/books/intro-java-cc.pdf) (PDF) 102 | * [Java e Orientação a Objetos](http://www.caelum.com.br/apostila-java-orientacao-objetos/) - Caelum 103 | * [Java para Desenvolvimento Web](http://www.caelum.com.br/apostila-java-web/) - Caelum 104 | * [Lab. Java com Testes, JSF e Design Patterns](https://www.caelum.com.br/apostila-java-testes-jsf-web-services-design-patterns/) - Caelum 105 | * [Orientação a objetos em Java](http://www.k19.com.br/downloads/apostilas/java/k19-k11-orientacao-a-objetos-em-java) - K19 106 | * [Persistência com JPA 2 e Hibernate](http://www.k19.com.br/downloads/apostilas/java/k19-k21-persistencia-com-jpa2-e-hibernate) - K19 107 | * [Web ágil com VRaptor, Hibernate e AJAX](http://www.caelum.com.br/apostila-vraptor-hibernate/) - Caelum 108 | 109 | 110 | ### JavaScript 111 | 112 | * [Eloquente Javascript](https://github.com/braziljs/eloquente-javascript) 113 | * [JavaScript Frameworks/Bibliotecas e Livros](javascript-frameworks-resources-pt_BR.md) 114 | * [JS: A forma certa](http://jstherightway.org/pt-br/) 115 | 116 | 117 | ### LaTeX 118 | 119 | * [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br) 120 | 121 | 122 | ### Lua 123 | 124 | * [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/) 125 | 126 | 127 | ### Perl 128 | 129 | * [Perl Básico](https://github.com/HeitorG/Perl-Brasil/blob/master/apostilas/perl-basico.pdf) - Heitor Gouvea (PDF) 130 | 131 | 132 | ### PHP 133 | 134 | * [A semana PHP](http://asemanaphp.com.br) 135 | * [Api REST Com Silex no GAE](http://bit.ly/ebook-silex) - Nanderson Castro (PDF, EPUB, MOBI) 136 | * [CakePHP](http://book.cakephp.org/2.0/pt/index.html) 137 | * [Curso Linguagem PHP 2000](http://www.etelg.com.br/paginaete/downloads/informatica/php.pdf) (PDF) 138 | * [Laravel - O Framework PHP para os Artesãos da Web](http://laravel.artesaos.org) 139 | * [PHP Do jeito certo](http://br.phptherightway.com) 140 | 141 | 142 | ### Python 143 | 144 | * [Aprenda computação com Python](https://aprendendo-computacao-com-python.readthedocs.org/en/latest/index.html) 145 | * [Curso de Python e Django](https://osantana.me/curso-de-python-e-django) 146 | * [Django 101 - Introdução ao Django](http://turing.com.br/material/acpython/mod3/django/index.html) 147 | * [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/) 148 | * [Python Orientado a Objetos](http://www.dcc.ufrj.br/~fabiom/mab225/pythonoo.pdf) (PDF) 149 | * [Python para Desenvolvedores](https://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf) (PDF) 150 | * [Tutorial Django Girls](http://tutorial.djangogirls.org/pt/) 151 | 152 | 153 | ### RegEx 154 | 155 | * [Expressões Regulares - Guia de Consulta Rápida](http://aurelio.net/regex/guia/) 156 | 157 | 158 | ### Ruby 159 | 160 | * [Aprenda a Programar](http://www.jmonteiro.com/aprendaaprogramar/) 161 | * [Conhecendo Ruby](http://howtocode.com.br/ebooks/ruby) 162 | * [Conhecendo Ruby - Eustaquio Rangel](https://leanpub.com/conhecendo-ruby/read) 163 | * [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com) 164 | * [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/) - Caelum 165 | 166 | 167 | ### Shell 168 | 169 | * [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf) - Aurelio Marinho Jargas (PDF) 170 | * [Pequena introdução ao linux e ao Shell Script ](https://www.telecom.uff.br/pet/petws/downloads/apostilas/LINUX.pdf) (PDF) 171 | 172 | 173 | ### Vim 174 | 175 | * [Editor VI - Guia de Referência](http://aurelio.net/curso/material/vim-ref.html) - Aurelio Marinho Jargas 176 | * [O Editor de Texto Vim](https://code.google.com/p/vimbook) - Sérgio Luiz Araújo Silva et al. 177 | * [Vim Avançado](http://aurelio.net/vim/vim-avancado.txt) - Aurelio Marinho Jargas 178 | * [Vim Básico](http://aurelio.net/vim/vim-basico.txt) - Aurelio Marinho Jargas 179 | * [Vim Médio](http://aurelio.net/vim/vim-medio.txt) - Aurelio Marinho Jargas 180 | * [Vim para Noobs](http://woliveiras.com.br/vimparanoobs/) - William Oliveira Souza 181 | -------------------------------------------------------------------------------- /free-programming-books-ru.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [0 - Language Agnostic](#1-language-agnostic) 4 | * [Open Source Ecosystem](#open-source-ecosystem) 5 | * [Облачные Вычисления](#Облачные-вычисления) 6 | * [Парадигмы Программирования](#Парадигмы-программирования) 7 | * [Работа c cетью](#Работа-с-сетью) 8 | * [Assembly](#assembly) 9 | * [Bash](#bash) 10 | * [C](#c) 11 | * [C++](#c-1) 12 | * [Clojure](#clojure) 13 | * [CoffeeScript](#coffeescript) 14 | * [Erlang](#erlang) 15 | * [Git](#git) 16 | * [Go](#go) 17 | * [Haskell](#haskell) 18 | * [Java](#java) 19 | * [JavaScript](#javascript) 20 | * [jQuery](#jquery) 21 | * [Node.js](#nodejs) 22 | * [LaTeX](#latex) 23 | * [Lisp](#lisp) 24 | * [MetaPost](#metapost) 25 | * [Misc](#misc) 26 | * [NoSQL](#nosql) 27 | * [Objective-C](#objective-c) 28 | * [Perl](#perl) 29 | * [PHP](#php) 30 | * [PostgreSQL](#postgresql) 31 | * [Python](#python) 32 | * [R](#r) 33 | * [Reverse engineering](#reverse-engineering) 34 | * [Ruby](#ruby) 35 | * [RSpec](#rspec) 36 | * [Ruby on Rails](#ruby-on-rails) 37 | * [Rust](#rust) 38 | * [Scala](#scala) 39 | * [Scilab](#scilab) 40 | * [Smalltalk](#smalltalk) 41 | * [Unix](#unix) 42 | * [Vim](#vim) 43 | * [Параллельные технологии](#parallel) 44 | 45 | 46 | ### 0 - Language Agnostic 47 | 48 | * [E-maxx.ru: Сборник алгоритмов с примерами на C++](http://e-maxx.ru/upload/e-maxx_algo.pdf) (PDF) 49 | * [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf) (PDF) 50 | * [Занимательное программирование. Самоучитель](http://padabum.com/x.php?id=35055) - Мозговой М.В. 51 | * [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Н. Н. Кузюрин, С. А. Фомин 52 | 53 | 54 | #### Работа с сетью 55 | 56 | * [Разъяснение HTTP2](https://github.com/vlet/http2-explained/blob/master/http2.ru.pdf?raw=true) - Даниэль Штенберг (PDF) 57 | 58 | 59 | #### Open Source Ecosystem 60 | 61 | * [Архитектура приложений с открытым исходным кодом](http://rus-linux.net/MyLDP/BOOKS/Architecture-Open-Source-Applications/index.html) 62 | 63 | 64 | #### Облачные вычисления 65 | 66 | * [Разработка мультитенантных приложений для облака, издание 3-е](http://www.microsoft.com/ru-ru/download/details.aspx?id=29263) 67 | 68 | 69 | #### Парадигмы программирования 70 | 71 | * [Введение в функциональное программирование](http://funprog-ru.github.io) - John Harrison 72 | * [Практика функционального программирования](http://fprog.ru) - журнал 73 | 74 | 75 | ### Assembly 76 | 77 | * [Ассемблер в Linux для программистов C](https://ru.wikibooks.org/wiki/Ассемблер_в_Linux_для_программистов_C) 78 | * [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm) 79 | * [Микропроцессоры и вычислительные комплексы семейства "Эльбрус"](http://www.mcst.ru/doc/book_121130.pdf) (PDF) 80 | * [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf) (PDF) 81 | 82 | 83 | ### Bash 84 | 85 | * [Advanced Bash-Scripting Guide](http://rus-linux.net/MyLDP/BOOKS/abs-guide/flat/abs-book.html) 86 | 87 | 88 | ### C 89 | 90 | * [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf) (PDF) 91 | * [Си/Си++. От дилетанта до профессионала](http://ermak.cs.nstu.ru/cprog/html/) - Романов Е.Л. 92 | * [Язык Си в примерах](http://ru.wikibooks.org/wiki/Язык_Си_в_примерах) 93 | 94 | 95 | ### C++ 96 | 97 | * [Введение в язык программирования С++](http://lib.ru/CPPHB/cpptut.txt_with-big-pictures.html) - Бьерн Страуструп 98 | * [Вводный курс по объектно-ориентированному программированию на языке Си++](http://ru.wikibooks.org/wiki/Си-плюс-плюс) 99 | * [Справочное руководство по C++](http://lib.ru/CPPHB/cppref.txt_with-big-pictures.html) - Бьерн Страуструп 100 | 101 | 102 | ### Clojure 103 | 104 | * [Введение в Clojure](http://alexott.net/ru/clojure/clojure-intro/) 105 | 106 | 107 | ### CoffeeScript 108 | 109 | * [The Little Book on CoffeeScript](https://github.com/andrew--r/the-little-book-on-coffeescript) - перевод Андрея Романова 110 | * [Документация CoffeeScript](http://cidocs.ru/coffeescript/) 111 | 112 | 113 | ### Java 114 | 115 | * [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain 116 | 117 | 118 | ### JavaScript 119 | 120 | * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель 121 | * [Выразительный JavaScript](https://github.com/karmazzin/eloquentjavascript_ru) - Marijn Haverbeke 122 | * [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи 123 | * [Современный учебник JavaScript](http://learn.javascript.ru) - Илья Кантор 124 | 125 | 126 | #### jQuery 127 | 128 | * [jQuery для начинающих](http://anton.shevchuk.name/jquery-book/) - Антон Шевчук 129 | 130 | 131 | #### Node.js 132 | 133 | * [Node.js для начинающих](http://nodebeginner.ru) 134 | 135 | 136 | ### Git 137 | 138 | * [Pro Git](http://git-scm.com/book/ru/v2) 139 | * [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/) 140 | * [Простое руководство по работе с Git](http://rogerdudler.github.io/git-guide/index.ru.html) 141 | 142 | 143 | ### Go 144 | 145 | * [Введение в программирование на Go](http://golang-book.ru) - Калеб Докси 146 | 147 | 148 | ### Erlang 149 | 150 | * [Программирование на Эрланге](https://github.com/dyp2000/Russian-Armstrong-Erlang) - Джо Армстронг 151 | 152 | 153 | ### Haskell 154 | 155 | * [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен 156 | * [О Haskell по-человечески](http://ohaskell.dshevchenko.biz/ru/index.html) - Денис Шевченко 157 | * [Учебник по Haskell](http://anton-k.github.io/ru-haskell-book/book/home.html) - Антон Холомьёв 158 | 159 | 160 | ### LaTeX 161 | 162 | * [LaTeX, GNU/Linux и русский стиль (сборник статей)](http://www.inp.nsk.su/~baldin/LaTeX/index.html) 163 | 164 | 165 | ### Lisp 166 | 167 | * [Lisp In Small Pieces (translation)](https://github.com/ilammy/lisp) 168 | 169 | 170 | ### MetaPost 171 | 172 | * [Создание иллюстраций в MetaPost](http://www.inp.nsk.su/~baldin/mpost/index.html) 173 | 174 | 175 | ### Misc 176 | 177 | * [Не мешайте мне работать!](http://motivateme.ru/book/) - Стас Давыдов 178 | 179 | 180 | ### NoSQL 181 | 182 | * [Маленькая книга о MongoDB](http://jsman.ru/mongo-book/index.html) 183 | * [Маленькая книга о Redis](https://github.com/kondratovich/the-little-redis-book/blob/master/ru/redis.md) 184 | 185 | 186 | ### Objective-C 187 | 188 | * [Become an XCoder](https://yadi.sk/d/ugz7jW4RXLGTN) 189 | * [Хрестоматия iOS паттернов](https://maleevdimka.files.wordpress.com/2013/04/ios-patterns-cliff-notes2.pdf) (PDF) 190 | * [Цикл статей разработки под Apple iOS](http://habrahabr.ru/post/149090/) 191 | 192 | 193 | ### Perl 194 | 195 | * [Pragmatic Perl](http://pragmaticperl.com) - журнал 196 | * [Введение в Perl](http://www.opennet.ru/docs/RUS/perl-maslov/) - Маслов Владимир Викторович 197 | * [Краткий экскурс в Perl-программирование](http://www.opennet.ru/docs/RUS/perl_help/) - Докучаев Дмитрий 198 | 199 | 200 | ### PHP 201 | 202 | * [PHP: Правильный Путь](http://getjump.github.io/ru-php-the-right-way/) 203 | * [Руководство по PHP](http://docs.php.net/manual/ru/) 204 | * [Самоучитель (учебник) по PHP](http://www.php-s.ru/self-teacher/) 205 | 206 | 207 | ### Python 208 | 209 | * [Problem Solving with Algorithms and Data Structures](https://aliev.github.io/runestone/) 210 | * [Вглубь языка Python](http://ru.diveintopython.net/toc.html) 211 | * [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H 212 | * [Учебник Python 2.6](http://ru.wikibooks.org/wiki/Учебник_Python_2.6) 213 | 214 | 215 | ### PostgreSQL 216 | 217 | * [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html) 218 | * [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua) 219 | 220 | 221 | ### R 222 | 223 | * [Анализ данных с R](http://www.inp.nsk.su/~baldin/DataAnalysis/index.html) 224 | * [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием R.](http://www.ievbras.ru/ecostat/Kiril/Article/A32/Starb.pdf) (PDF) 225 | 226 | 227 | ### Reverse engineering 228 | 229 | * [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners) 230 | 231 | 232 | ### Ruby 233 | 234 | * [Ruby](https://ru.wikibooks.org/wiki/Ruby) - Викиучебник 235 | * [Ruby Book](https://github.com/Krugloff/rus_ruby_book) - Круглов А. 236 | * [Ruby за двадцать минут](https://www.ruby-lang.org/ru/documentation/quickstart/) 237 | * [Учись программировать](http://www.shokhirev.com/mikhail/ruby/ltp/title.html) - Крис Пайн 238 | 239 | 240 | #### RSpec 241 | 242 | * [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru) 243 | 244 | 245 | #### Ruby on Rails 246 | 247 | * [Ruby on Rails Tutorial. Изучение Rails на Примерах](http://railstutorial.ru/chapters/4_0/beginning) Майкл Хартл 248 | * [Ruby on Rails по-русски](http://rusrails.ru) 249 | 250 | 251 | ### Rust 252 | 253 | * [Rust на примерах](https://rurust.github.io/rust-by-example-ru/) 254 | * [Растономикон](https://github.com/ruRust/rustonomicon) 255 | * [Язык программирования Rust](http://rurust.github.io/rust_book_ru/) 256 | 257 | 258 | ### Scala 259 | 260 | * [Effective Scala](http://twitter.github.io/effectivescala/index-ru.html) - Marius Eriksen 261 | * [Scala Школа!](http://twitter.github.io/scala_school/ru/) - Twitter 262 | 263 | 264 | ### Scilab 265 | 266 | * [Введение в Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) 267 | * [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/) 268 | 269 | 270 | ### Smalltalk 271 | 272 | * [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak/) - Адэль Голдберг, Дэвид Робсон 273 | 274 | 275 | ### Unix 276 | 277 | * [Beyond Linux From Scratch (version 2011-12-30)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-ru-index.html) 278 | * [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) 279 | * [Архитектура операционной системы Unix](http://lib.ru/BACH/) 280 | * [Введение в системное администрирование UNIX](http://lib.ru/unixhelp/) - Мошков. М 281 | 282 | 283 | ### Vim 284 | 285 | * [Поваренная Книга Vim](http://www.opennet.ru/docs/RUS/vim_cookbook/) - Steve Oualline 286 | * [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf) (PDF) 287 | 288 | 289 | ### Parallel 290 | 291 | * [Параллельные технологии](http://www.inp.nsk.su/~baldin/Parallel/index.html) 292 | -------------------------------------------------------------------------------- /free-programming-books-fr.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [0 - Méta-listes](#0---méta-listes) 4 | * [1 - Non dépendant du langage](#1---non-dépendant-du-langage) 5 | * [Algorithmique](#algorithmique) 6 | * [Logiciels libres](#logiciels-libres) 7 | * [Makefile](#makefile) 8 | * [Méthodes de développment](#méthodes-de-développement) 9 | * [Pédagogie pour enfants et adolescents](#pédagogie-pour-enfants-et-adolescents) 10 | * [Théorie des langages](#théorie-des-langages) 11 | * [Ada](#ada) 12 | * [Arduino](#arduino) 13 | * [Assembleur](#assembleur) 14 | * [Bash / Shell](#bash--shell) 15 | * [C / C++](#c--c) 16 | * [Caml](#caml) 17 | * [Coq](#coq) 18 | * [CSS](#css) 19 | * [Git](#git) 20 | * [Haskell](#haskell) 21 | * [Java](#java) 22 | * [Javascript](#javascript) 23 | * [jQuery](#jquery) 24 | * [(La)TeX et associés](#latex-et-associés) 25 | * [Asymptote](#asymptote) 26 | * [LaTeX](#latex) 27 | * [Metapost](#metapost) 28 | * [PGF/TikZ](#pgftikz) 29 | * [TeX](#tex) 30 | * [Lisp](#lisp) 31 | * [Lua](#lua) 32 | * [Meteor](#meteor) 33 | * [Perl](#perl) 34 | * [PHP](#php) 35 | * [Python](#python) 36 | * [R](#r) 37 | * [Ruby](#ruby) 38 | * [Sage](#sage) 39 | * [Scilab](#scilab) 40 | * [SPIP](#spip) 41 | * [Systèmes d'exploitation](#systemes-d-exploitation) 42 | * [TEI](#TEI) 43 | * [Vim](#vim) 44 | 45 | 46 | ### 0 - Méta-listes 47 | 48 | * [Le SILO: Sciences du numérique & Informatique au Lycée: Oui!](https://wiki.inria.fr/sciencinfolycee/Accueil) 49 | 50 | 51 | ### 1 - Non dépendant du langage 52 | 53 | #### Algorithmique 54 | 55 | * [Algorithmique](http://pauillac.inria.fr/~quercia/cdrom/cours/) - Michel Quercia 56 | * [Complexité algorithmique](http://www.liafa.univ-paris-diderot.fr/~sperifel/livre_complexite.html) - Sylvain Perifel 57 | * [Éléments d'algorithmique](http://www-igm.univ-mlv.fr/~berstel/Elements/Elements.pdf) - D. Beauquier, J. Berstel, et Ph. Chrétienne (PDF) 58 | * [France-IOI](http://www.france-ioi.org) 59 | * [Prologin](https://prologin.org) 60 | 61 | 62 | #### Logiciels libres 63 | 64 | * [Histoires et cultures du libres](http://framabook.org/histoiresetculturesdulibre/) 65 | * [Option libre. Du bon usage des licences libres](http://framabook.org/optionlibre-dubonusagedeslicenceslibres/) - Jean Benjamin 66 | * [Produire du logiciel libre](http://framabook.org/produire-du-logiciel-libre-2/) - Karl Fogel 67 | * [Richard Stallman et la révolution du logiciel libre](http://framabook.org/richard-stallman-et-la-revolution-du-logiciel-libre-2/) - R.M. Stallman, S. Williams et C. Masutti 68 | 69 | 70 | #### Makefile 71 | 72 | * [Concevoir un Makefile](http://icps.u-strasbg.fr/people/loechner/public_html/enseignement/GL/make.pdf) - Vincent Loechner d'après Nicolas Zin (PDF) 73 | * [Introduction aux Makefile](http://eric.bachard.free.fr/UTBM_LO22/P07/C/Documentation/C/make/intro_makefile.pdf) (PDF) 74 | 75 | 76 | #### Méthodes de développement 77 | 78 | * [Scrum et XP depuis les tranchées](http://www.infoq.com/resource/news/2007/06/scrum-xp-book/en/resources/ScrumAndXpFromTheTrenches_French.pdf) - Henrik Kniberg (PDF) 79 | 80 | 81 | #### Pédagogie pour enfants et adolescents 82 | 83 | * [Activités débranchées](https://pixees.fr/?cat=612) Catalogue de ressource pour apprendre l'informatique sans ordinateur. 84 | * [Apprendre l'informatique sans ordinateur](https://interstices.info/jcms/c_47072/enseigner-et-apprendre-les-sciences-informatiques-a-lecole) - Tim Bell, Ian H. Witten et Mike Fellows (traduit) 85 | 86 | 87 | ### Ada 88 | 89 | * [Cours Ada](http://d.feneuille.free.fr/cours-ada-iut.zip) - Daniel Feneuille (Support d'un cours enseigné à l'IUT d'Aix-en-Provence) (ZIP) 90 | * [Cours Ada 95 pour le programmeur C++](http://d.feneuille.free.fr/c++%20to%20ada%201.0a.pdf) - Quentin Ochem (PDF) 91 | 92 | 93 | ### Arduino 94 | 95 | * [Arduino : Premiers pas en informatique embarquée](http://eskimon.fr/ebook-tutoriel-arduino) - Eskimon et olyte 96 | 97 | 98 | ### Assembleur 99 | 100 | * [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter 101 | 102 | 103 | ### Bash / Shell 104 | 105 | * [Guide avancé d'écriture des scripts Bash](http://abs.traduc.org/abs-fr/) 106 | 107 | 108 | ### Caml 109 | 110 | * [Le language Caml](http://caml.inria.fr) 111 | 112 | 113 | ### C / C++ 114 | 115 | * [Cours de C/C++](http://casteyde.christian.free.fr/cpp/cours/online/book1.html) - Christian Casteyde 116 | * [Le C en 20 heures](http://framabook.org/le-c-en-20-heures-2/) - Eric Berthomier et Daniel Schang 117 | 118 | 119 | ### Coq 120 | 121 | * [Le Coq'Art (V8)](http://www.labri.fr/perso/casteran/CoqArt/) - Yves Bertot et Pierre Castéran 122 | * [Preuves de programmes en coq](http://fuscia.inrialpes.fr/cours/coq/) - Yves Bertot 123 | 124 | 125 | ### CSS 126 | 127 | * [Apprendre les mises en page CSS](http://fr.learnlayout.com) 128 | 129 | 130 | ### Git 131 | 132 | * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/fr/) - Alexandre Garel, Paul Gaborit et Nicolas Deram 133 | * [Pro Git](http://www.git-scm.com/book/fr/v2) - Scott Chacon et Ben Straub 134 | 135 | 136 | ### Java 137 | 138 | * [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain 139 | * [Play.Rules!](http://3monkeys.github.io/play.rules/) 140 | 141 | 142 | ### Javascript 143 | 144 | * [Javascript Éloquent : Une introduction moderne à la programmation](http://fr.eloquentjavascript.net) - Marijn Haverbeke 145 | 146 | 147 | ### jQuery 148 | 149 | * [Apprendre jQuery](https://sutterlity.gitbooks.io/apprendre-jquery/content/) - Sutterlity Laurent 150 | 151 | 152 | ### Haskell 153 | 154 | * [A Gentle Introduction to Haskell](http://gorgonite.developpez.com/livres/traductions/haskell/gentle-haskell/) - Paul Hudak, John Peterson et Joseph Fasel 155 | * [Apprendre Haskell vous fera le plus grand bien !](http://lyah.haskell.fr) 156 | 157 | 158 | ### (La)TeX et associés 159 | 160 | #### LaTeX 161 | 162 | * [LaTeX... pour le prof de maths !](http://math.univ-lyon1.fr/irem/IMG/pdf/LatexPourProfMaths3.pdf) - Arnaud Gazagnes (PDF) 163 | * [Tout ce que vous avez toujours voulu savoir sur LaTeX sans jamais oser le demander](http://framabook.org/tout-sur-latex/) - Vincent Lozano 164 | * [(Xe)LaTeX appliqué aux sciences humaines](http://geekographie.maieul.net/95) - Maïeul Rouquette 165 | 166 | 167 | #### Asymptote 168 | 169 | * [Asymptote. Démarrage rapide](http://cgmaths.fr/cgFiles/Dem_Rapide.pdf) - Christophe Grospellier (PDF) 170 | 171 | 172 | #### Metapost 173 | 174 | * [Tracer des graphes avec Metapost](http://melusine.eu.org/syracuse/metapost/f-mpgraph.pdf) - John D. Hobby (PDF) 175 | * [Un manuel de Metapost](http://melusine.eu.org/syracuse/metapost/f-mpman-2.pdf) - John D. Hobby (PDF) 176 | 177 | 178 | #### Pharo 179 | 180 | * [Pharo par l'Exemple](http://pharobyexample.org/fr/) 181 | 182 | 183 | #### PGF/TikZ 184 | 185 | * [TikZ pour l'impatient](http://math.et.info.free.fr/TikZ/) - Gérard Tisseau et Jacques Duma 186 | 187 | 188 | #### TeX 189 | 190 | * [TeX pour l'Impatient](http://www.apprendre-en-ligne.net/LaTeX/teximpatient.pdf) - Paul Abrahams, Kathryn Hargreaves, and Karl Berry, trad. Marc Chaudemanche (PDF) 191 | 192 | 193 | ### Lisp 194 | 195 | * [Introduction à la programmation en Common Lisp](http://www.algo.be/logo1/lisp/intro-lisp.pdf) - Francis Leboutte (PDF) 196 | * [Traité de programmation en Common Lisp](http://dept-info.labri.fr/~strandh/Teaching/Programmation-Symbolique/Common/Book/HTML/programmation.html) - Robert Strandh et Irène Durand 197 | 198 | 199 | ### Lua 200 | 201 | * [Introduction à la programmation Lua](http://www.luteus.biz/Download/LoriotPro_Doc/LUA/LUA_Training_FR/Introduction_Programmation.html) 202 | * [Lua : le tutoriel](http://wxlua.developpez.com/tutoriels/lua/general/cours-complet/) - Claude Urban 203 | 204 | 205 | ### Meteor 206 | 207 | * [Apprendre Meteor](https://mquandalle.gitbooks.io/apprendre-meteor/content/) - Maxime Quandalle 208 | * [Discover Meteor](http://fr.discovermeteor.com) - Tom Coleman et Sacha Greif 209 | 210 | 211 | ### Perl 212 | 213 | * [Guide Perl - débuter et progresser en Perl](http://formation-perl.fr/guide-perl.html) - Sylvain Lhullier 214 | * [La documentation Perl en français](http://perl.mines-albi.fr/DocFr.html) 215 | 216 | 217 | ### PHP 218 | 219 | * [Cours de PHP 5](http://g-rossolini.developpez.com/tutoriels/php/cours/?page=introduction) - Guillaume Rossolini 220 | * [Initiation au PHP](http://framasoft.net/IMG/pdf/initiation_php.pdf) - David Ducrocq (PDF) 221 | * [Programmer en PHP](http://www.lincoste.com/ebooks/pdf/informatique/programmer_php.pdf) - Julien Gaulmin (PDF) 222 | 223 | 224 | ### Python 225 | 226 | * [Appendre à programmer avec Python](http://inforef.be/swi/python.htm) - Gerard Swinnen 227 | * [Python](http://www.lincoste.com/ebooks/pdf/informatique/python.pdf) - Guido Van Rossum (PDF) 228 | * [Une introduction à Python 3](https://perso.limsi.fr/pointal/python:courspython3) - Bob Cordeau et Laurent Pointal 229 | 230 | 231 | ### R 232 | 233 | * [Introduction à la programmation en R](http://cran.r-project.org/doc/contrib/Goulet_introduction_programmation_R.pdf) - Vincent Goulet (PDF) 234 | 235 | 236 | ### Ruby 237 | 238 | * [Ruby en vingt minutes](https://www.ruby-lang.org/fr/documentation/quickstart/) 239 | * [Venir à Ruby après un autre language](https://www.ruby-lang.org/fr/documentation/ruby-from-other-languages/) 240 | 241 | 242 | #### Ruby on Rails 243 | 244 | * [Tutoriel Ruby on Rails : Apprendre Rails par l'exemple](http://french.railstutorial.org/chapters/beginning) - Michael Hartl 245 | 246 | 247 | ### Sage 248 | 249 | * [Calcul mathématique avec Sage](https://hal.inria.fr/inria-00540485/file/sagebook-web-20130530.pdf) - A. Casamayou, N. Cohen, G. Connan, T. Dumont, L. Fousse, F. Maltey, M. Meulien, M. Mezzarobba, C. Pernet, N. M. Thiéry, P. Zimmermann (PDF) 250 | 251 | 252 | ### Scilab 253 | 254 | * [Introduction à Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) - Michaël Baudin, Artem Glebov, Jérome Briot 255 | 256 | 257 | ### SPIP 258 | 259 | * [Programmer avec SPIP](http://programmer.spip.net) - Matthieu Marcimat et collectif SPIP 260 | 261 | 262 | ### Systèmes d'exploitation 263 | 264 | * [Simple OS (SOS)](http://sos.enix.org/fr/SOSDownload) - David Decotigny et Thomas Petazzoni 265 | 266 | 267 | ### TEI 268 | 269 | * [Qu'est-ce que la Text Encoding Initiative ?](http://books.openedition.org/oep/1237) - Lou Burnard, trad. par Marjorie Burghart 270 | 271 | 272 | ### Vim 273 | 274 | * [Learn Vim Progressively](http://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/) 275 | * [Vim pour les humains](https://vimebook.com/fr) - Vincent Jousse (le livre n'est pas **gratuit** mais **à prix libre**) 276 | -------------------------------------------------------------------------------- /free-podcasts-screencasts-en.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Android](#android) 4 | * [Angular JS](#angularjs) 5 | * [C#](#c) 6 | * [C++](#c-1) 7 | * [CSS](#css) 8 | * [Data Science](#data-science) 9 | * [Elixir](#elixir) 10 | * [Emacs](#emacs) 11 | * [Ember.js](#emberjs) 12 | * [Erlang](#erlang) 13 | * [Git](#git) 14 | * [Golang](#golang) 15 | * [Gulp](#gulp) 16 | * [Javascript](#javascript) 17 | * [Language Agnostic](#language-agnostic) 18 | * [Node.js](#Nodejs) 19 | * [PHP](#php) 20 | * [PostgreSQL](#postgresql) 21 | * [Python](#python) 22 | * [React JS](#react-js) 23 | * [Ruby](#ruby) 24 | * [Rust](#rust) 25 | * [Vim](#vim) 26 | 27 | 28 | ### Android 29 | 30 | * [Podcast] - [Android Developers Backstage](http://androidbackstage.blogspot.com) 31 | * [Podcast] - [Fragmented Podcast](http://fragmentedpodcast.com) 32 | * [Screencast] - [Android Basics Archives - mybringback](http://www.mybringback.com/series/android-basics/) 33 | 34 | 35 | ### AngularJS 36 | 37 | * [Podcast] - [Adventures in Angular - DevChat.tv](https://devchat.tv/adventures-in-angular/) 38 | * [Podcast] - [Angular Air](https://angularair.com) 39 | 40 | 41 | ### C# 42 | 43 | * [Screencast] - [How to program in C# - Beginner Course | Brackeys](https://www.youtube.com/playlist?list=PLPV2KyIb3jR6ZkG8gZwJYSjnXxmfPAl51) 44 | 45 | 46 | ### C++ 47 | 48 | * [Podcast] - [CppCast](http://cppcast.com) 49 | * [Screencast] - [C++ Programming Video Lectures](https://www.youtube.com/playlist?list=PLTZbNwgO5ebo64D1k0DJQGX30X6iSTmRr) 50 | * [Screencast] - [C++ STL ](https://www.youtube.com/playlist?list=PL5jc9xFGsL8G3y3ywuFSvOuNm3GjBwdkb) 51 | 52 | 53 | ### CSS 54 | 55 | * [Screencast] - [CSS-Tricks Screencasts](https://css-tricks.com/video-screencasts/) 56 | 57 | 58 | ### Data Science 59 | 60 | * [Podcast] - [Data Skeptic](http://dataskeptic.com/episodes.php) 61 | * [Podcast] - [Data Stories](http://datastori.es) 62 | * [Podcast] - [Learning Machines 101](http://www.learningmachines101.com) 63 | * [Podcast] - [Linear Digressions](http://www.lineardigressions.com) 64 | * [Podcast] - [O'Reilly Data Show Podcast](https://www.oreilly.com/topics/oreilly-data-show-podcast) 65 | * [Podcast] - [Partially Derivative](http://partiallyderivative.com) 66 | * [Podcast] - [Talking Machines](http://www.thetalkingmachines.com) 67 | 68 | 69 | ### Elixir 70 | 71 | * [Screencast] - [Elixir Sips](http://elixirsips.com) - Some free 72 | * [Screencast] - [ElixirConf 2014](https://www.youtube.com/playlist?list=PLE7tQUdRKcyakbmyFcmznq2iNtL80mCsT) 73 | * [Screencast] - [ElixirConf 2015](https://www.youtube.com/playlist?list=PLWbHc_FXPo2jBXpr1IjyUgJ7hNS1eTf7H) 74 | * [Screencast] = [Intro to Elixir](https://www.youtube.com/watch?v=lly-1UYmnFI&list=PLn76XROGFNtE9InImlu6e8isbOsM7qKtt) 75 | 76 | 77 | ### Emacs 78 | 79 | * [Screencast] - [Emacs Rocks!](http://emacsrocks.com) 80 | 81 | 82 | ### Ember.js 83 | 84 | * [Podcast] - [Ember Weekend](https://emberweekend.com/episodes) 85 | 86 | 87 | ### Erlang 88 | 89 | * [Screencast] - [Erlang Factory SF Bay 2015](https://www.youtube.com/playlist?list=PLWbHc_FXPo2h0sJW6X2RZDtT1ndw6KKpQ) 90 | * [Screencast] - [Functions + Messages + Concurrency = Erlang](http://www.infoq.com/presentations/joe-armstrong-erlang-qcon08) 91 | * [Screencast] - [Thinking like an Erlanger](https://www.youtube.com/watch?v=6sBL1kHoMoo) 92 | 93 | 94 | ### Git 95 | 96 | * [Podcast] - [GitMinutes](http://www.gitminutes.com) 97 | 98 | 99 | ### Golang 100 | 101 | * [Podcast] - [Go Time](https://changelog.com/gotime) 102 | * [Screencast] - [Hacking with Andrew and Brad: tip.golang.org](https://www.youtube.com/watch?v=1rZ-JorHJEY) 103 | * [Screencast] - [Hacking with Andrew and Brad: an HTTP/2 client](https://www.youtube.com/watch?v=yG-UaBJXZ80) 104 | 105 | 106 | ### Gulp 107 | 108 | * [Screencast] - [Learning Gulp](http://leveluptuts.com/tutorials/learning-gulp) 109 | 110 | 111 | ### Javascript 112 | 113 | * [Podcast] - [5 Minutes of JavaScript](https://fivejs.codeschool.com) 114 | * [Podcast] - [FiveJS](https://fivejs.codeschool.com) 115 | * [Podcast] - [Front End Happy Hour](http://frontendhappyhour.com) 116 | * [Podcast] - [Frontend Five](https://frontendfive.codeschool.com) 117 | * [Podcast] - [JavaScript Air](https://javascriptair.com) 118 | * [Podcast] - [JavaScript Jabber](https://devchat.tv/js-jabber) 119 | * [Podcast] - [The Javascript Show](http://javascriptshow.com) 120 | * [Screencast] - [Free Quality Javascript video tutorials and screencasts](http://www.screencasts.org/topics/javascript) 121 | * [Screencast] - [Node Tuts - Node.JS Video Tutorials](http://nodetuts.com) 122 | 123 | 124 | ### Language Agnostic 125 | 126 | * [Podcast] - [.NET Rocks!](https://www.dotnetrocks.com) 127 | * [Podcast] - [/dev/hell](http://devhell.info) 128 | * [Podcast] - [AppMasters](http://www.appmasters.co/podcast-home/) 129 | * [Podcast] - [Arrested DevOps](https://www.arresteddevops.com) 130 | * [Podcast] - [Beats, Rye & Types](http://beatsryetypes.com) 131 | * [Podcast] - [Between | Screens Podcast](https://soundcloud.com/between-screens) 132 | * [Podcast] - [BSDTalk](http://bsdtalk.blogspot.com) 133 | * [Podcast] - [CodeNewbie](http://www.codenewbie.org/podcast) 134 | * [Podcast] - [CodePen Radio](https://blog.codepen.io/radio/) 135 | * [Podcast] - [Coding Blocks](http://www.codingblocks.net) 136 | * [Podcast] - [CTRL+CLICK CAST](http://ctrlclickcast.com) 137 | * [Podcast] - [Descriptive](http://descriptive.audio) 138 | * [Podcast] - [Dev Discussions](http://www.devdiscussions.com) 139 | * [Podcast] - [Developer On Fire](http://developeronfire.com) 140 | * [Podcast] - [Developer Tea](https://developertea.com) 141 | * [Podcast] - [DevelopersHangout](http://www.developershangout.io) 142 | * [Podcast] - [FLOSS WEEKLY](https://twit.tv/shows/floss-weekly) 143 | * [Podcast] - [Frontside the Podcast](https://frontsidethepodcast.simplecast.fm) 144 | * [Podcast] - [Full Stack Radio](http://www.fullstackradio.com) 145 | * [Podcast] - [Functional Geekery](https://www.functionalgeekery.com) 146 | * [Podcast] - [Garbage](http://garbage.fm) 147 | * [Podcast] - [IEEE Software's "On Computing" with Grady Booch](http://www.computer.org/web/computingnow/oncomputing) 148 | * [Podcast] - [Learn to Code with Me](http://learntocodewith.me/podcast/) 149 | * [Podcast] - [Loosely Coupled](http://looselycoupled.info) 150 | * [Podcast] - [Open Source System Podcast](http://opensourcesystempodcast.vf.io) 151 | * [Podcast] - [Programming Throwdown](http://www.programmingthrowdown.com) 152 | * [Podcast] - [Reactive](http://reactive.audio) 153 | * [Podcast] - [Security Now](https://www.grc.com/securitynow.htm) 154 | * [Podcast] - [Shop Talk Show](http://shoptalkshow.com) 155 | * [Podcast] - [Software Engineering Daily](http://softwareengineeringdaily.com) 156 | * [Podcast] - [Software Engineering Radio](http://www.se-radio.net) 157 | * [Podcast] - [Syscast Podcast](http://podcast.sysca.st) 158 | * [Podcast] - [Talking Code](http://www.talkingcode.com) 159 | * [Podcast] - [Testing In The Pub](http://testinginthepub.co.uk/testinginthepub/) 160 | * [Podcast] - [The Big Web Show](http://5by5.tv/bigwebshow) 161 | * [Podcast] - [The Changelog Podcast](https://changelog.com/podcast/) 162 | * [Podcast] - [The Cloudcast](http://www.thecloudcast.net) 163 | * [Podcast] - [The Cognicast](http://blog.cognitect.com/cognicast) 164 | * [Podcast] - [The Creative Coding Podcast](http://creativecodingpodcast.com) 165 | * [Podcast] - [The Debug Log](http://thedebuglog.com) 166 | * [Podcast] - [The Hanselminutes podcast](http://hanselminutes.com) 167 | * [Podcast] - [The Path to Performance](https://pathtoperf.com) 168 | * [Podcast] - [The Podcast from DZone.com: "For Developers, by Developers"](https://dzone.com/podcast) 169 | * [Podcast] - [The Silver Bullet Security Podcast with Gary McGraw](http://www.computer.org/web/computingnow/silverbullet) 170 | * [Podcast] - [The Web Ahead](http://5by5.tv/webahead) 171 | * [Podcast] - [The Web Platform](http://thewebplatform.libsyn.com) 172 | * [Podcast] - [ThoughtWorks](https://soundcloud.com/thoughtworks) 173 | * [Podcast] - [Three Devs and a Maybe](http://threedevsandamaybe.com) 174 | * [Podcast] - [Toolsday](http://toolsday.io) 175 | * [Podcast] - [TTL Podcast](http://ttlpodcast.com) 176 | * [Podcast] - [Web Security Warriors](https://devchat.tv/web-security-warriors/) 177 | 178 | 179 | ### Node.js 180 | 181 | * [Podcast] - [Node.js Screencast Series - Tutsowl](http://www.tutsowl.com) 182 | * [Podcast] - [Nodeup](http://nodeup.com) 183 | 184 | 185 | ### PHP 186 | 187 | * [Podcast] - [Laravel News Podcast](http://podcast.laravel-news.com) 188 | * [Podcast] - [MageTalk - A Magento Podcast](http://magetalk.com) 189 | * [Podcast] - [PHP Roundtable](https://www.phproundtable.com) 190 | * [Podcast] - [PHP Town Hall](http://phptownhall.com) 191 | * [Podcast] - [Sound of Symfony](http://www.soundofsymfony.com) 192 | * [Podcast] - [Voices of the ElePHPant](https://voicesoftheelephpant.com) 193 | 194 | 195 | ### PostgreSQL 196 | 197 | * [Screencast] - [PG Casts](https://www.pgcasts.com) 198 | 199 | 200 | ### Python 201 | 202 | * [Podcast] - [Import this](https://soundcloud.com/import-this) 203 | * [Podcast] - [Podcast.__init__](http://podcastinit.com) 204 | * [Podcast] - [Python Bytes](https://pythonbytes.fm) 205 | * [Podcast] - [Python Test Podcast](http://pythontesting.net/test-podcast) 206 | * [Podcast] - [Talk Python To Me - A podcast on Python and related technologies](http://talkpython.fm) 207 | * [Podcast] - [The Python Experience](http://python.madewithopinion.com) 208 | * [Screencast] - [Diving into Django](http://code.tutsplus.com/articles/diving-into-django--net-2969) 209 | * [Screencast] - [Practical Flask Web Development Tutorials](https://www.youtube.com/playlist?list=PLQVvvaa0QuDc_owjTbIY4rbgXOFkUYOUB) 210 | * [Screencast] - [Python Tips](https://www.youtube.com/playlist?list=PLP8GkvaIxJP3ignHY_Dq7bFsvwzAcqZ1i) 211 | * [Screencast] - [TheNewBoston - Pygame (Python Game Development) Playlist](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAjkwJocj7vlc_mFU-4wXJq) 212 | * [Screencast] - [TheNewBoston - Python 3.4 Programming Tutorials](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_) 213 | * [Screencast] - [TheNewBoston - Python GUI with Tkinter Playlist](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBwibXFtPtflztSNPGuIB_d) 214 | * [Screencast] - [TheNewBoston - Python Programming Tutorials - 2.x](https://www.youtube.com/playlist?list=PLEA1FEF17E1E5C0DA) 215 | * [Screencast] - [Try Django Tutorial](http://youtu.be/3DccH9AMwFQ?list=PLEsfXFp6DpzRgedo9IzmcpXYoSeDg29Tx) 216 | 217 | 218 | ### React JS 219 | 220 | * [Podcast] - [React Native Podcast](https://devchat.tv/react-native-radio) 221 | * [Podcast] - [React Podcast](http://reactpodcast.com) 222 | * [Screencast] - [ReactCasts](https://www.youtube.com/c/reactcasts) 223 | 224 | 225 | ### Ruby 226 | 227 | * [Podcast] - [5by5 - Ruby on Rails Podcast](http://5by5.tv/rubyonrails) 228 | * [Podcast] - [ENVY LABS - Ruby5](https://ruby5.codeschool.com) 229 | * [Podcast] - [Ruby Rogues](https://devchat.tv/ruby-rogues/) 230 | * [Podcast] - [The Bike Shed](http://bikeshed.fm) 231 | * [Podcast] - [The Ruby Show](http://rubyshow.com) 232 | * [Screencast] - [Free Ruby on Rails Screencasts](http://railscasts.com/?type=free) 233 | * [Screencast] - [Ruby Tapas | Free Screencasts](http://www.rubytapas.com/episodes?filter=free) 234 | 235 | 236 | ### Rust 237 | 238 | * [Podcast] - [New Rustacean](http://www.newrustacean.com) 239 | * [Podcast] - [Rusty Radio](https://soundcloud.com/posix4e) 240 | 241 | 242 | ### Vim 243 | 244 | * [Screencast] - [Free screencasts about the text editor Vim](http://vimcasts.org) 245 | -------------------------------------------------------------------------------- /free-courses-en.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [Algorithms & Data Structures](#algorithms--data-structures) 4 | * [Android](#android) 5 | * [AngularJS](#angularjs) 6 | * [Assembly](#assembly) 7 | * [Bash](#bash) 8 | * [C](#c) 9 | * [C#](#c-sharp) 10 | * [C++](#c-1) 11 | * [Clojure](#clojure) 12 | * [Compilers](#compilers) 13 | * [CUDA](#cuda) 14 | * [Data Science](#datascience) 15 | * [Databases](#databases) 16 | * [Deep Learning](#deep-learning) 17 | * [Git](#git) 18 | * [Go](#go) 19 | * [Haskell](#haskell) 20 | * [HTML / CSS](#html--css) 21 | * [iOS](#ios) 22 | * [Java](#java) 23 | * [JS](#js) 24 | * [Lua](#lua) 25 | * [Machine Learning](#machine-learning) 26 | * [Matlab](#matlab) 27 | * [Misc](#misc) 28 | * [OCaml](#ocaml) 29 | * [Oracle PL/SQL](#oracle-plsql) 30 | * [Python](#python) 31 | * [R](#r) 32 | * [RethinkDB](#rethinkdb) 33 | * [Sails.js](#sailsjs) 34 | * [Scala](#scala) 35 | * [Software Engineering](#software-engineering) 36 | * [Swift](#swift) 37 | * [SystemVerilog](#systemverilog) 38 | * [Theory](#theory) 39 | * [Web Development](#web-development) 40 | 41 | 42 | ### Algorithms & Data Structures 43 | 44 | * [Berkeley University CS 61B: Data Structures](http://datastructur.es/sp16/) 45 | * [Stanford University Algorithms: Design and Analysis, Part 1](http://online.stanford.edu/course/algorithms-design-and-analysis-part-1) 46 | * [Stanford University Algorithms:Algorithms: Design and Analysis, Part 2](http://online.stanford.edu/course/algorithms-design-and-analysis-part-2) 47 | 48 | 49 | ### Assembly 50 | 51 | * [Introduction To Reverse Engineering Software](http://opensecuritytraining.info/IntroductionToReverseEngineering.html) 52 | * [Introductory Intel x86: Architecture, Assembly, Applications, & Alliteration](http://opensecuritytraining.info/IntroX86.html) 53 | 54 | 55 | ### Android 56 | 57 | * [Creative, Serious and Playful Science of Android Apps](https://www.coursera.org/course/androidapps101/) 58 | * [Material design](https://material.io/guidelines/) 59 | * [Programming Cloud Services for Android Handheld Systems](https://www.coursera.org/course/mobilecloudprogram) 60 | * [Programming Mobile Applications for Android Handheld Systems pt. 1](https://www.coursera.org/course/android) 61 | * [Programming Mobile Applications for Android Handheld Systems pt. 2](https://www.coursera.org/course/androidpart2) 62 | * [Programming Mobile Services for Android Handheld Systems: Communication](https://www.coursera.org/course/posacommunication) 63 | * [Programming Mobile Services for Android Handheld Systems: Concurrency](https://www.coursera.org/course/posaconcurrency) 64 | * [Udacity Android Course Catalog](https://www.udacity.com/courses#!/android#!/android) 65 | 66 | 67 | ### AngularJS 68 | 69 | * [CodeCademy Angular](https://www.codecademy.com/learn/learn-angularjs) 70 | * [Shaping up with Angular.js](https://www.codeschool.com/courses/shaping-up-with-angular-js) 71 | 72 | 73 | ### Bash 74 | 75 | * [Bash tutorial](http://gdrcorelec.ups-tlse.fr/files/bash.pdf) (PDF) 76 | 77 | 78 | ### C 79 | 80 | * [Introduction to Computer Science](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#.VNsjDvmUcmQ) 81 | 82 | 83 | ### C Sharp 84 | 85 | * [Beginning Game Programming with C#](https://www.coursera.org/course/gameprogramming) 86 | 87 | 88 | ### C++ 89 | 90 | * [Google's C++ Course](https://developers.google.com/edu/c++/) 91 | * [Introduction to C++](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware) 92 | * [LearnCpp.com C++ Tutorial](http://www.learncpp.com) 93 | 94 | 95 | ### Clojure 96 | 97 | * [Functional Programming with Clojure](http://mooc.fi/courses/2014/clojure/index.html) 98 | 99 | 100 | ### Compilers 101 | 102 | * [Stanford's Compilers](https://lagunita.stanford.edu/courses/Engineering/Compilers/Fall2014/about) 103 | 104 | 105 | ### Cuda 106 | 107 | * [Intro to Parallel Programming Using CUDA to Harness the Power of GPUs](https://www.udacity.com/course/intro-to-parallel-programming--cs344) 108 | 109 | 110 | ### Data Science 111 | 112 | * [Introduction to Python for Data Science](https://www.edx.org/course/introduction-python-data-science-microsoft-dat208x-3) 113 | 114 | 115 | ### Databases 116 | 117 | * [Database Systems](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/) (MIT's opencourseware) 118 | * [Introduction to Databases](https://lagunita.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford University) 119 | 120 | 121 | ### Deep Learning 122 | 123 | * [Convolutional Neural Networks for Visual Recognition](http://cs231n.github.io) 124 | * [Deep Learning for Natural Language Processing](http://cs224d.stanford.edu) 125 | * [Self-Paced Courses for Deep Learning ](https://developer.nvidia.com/deep-learning-courses) 126 | * [Unsupervised Feature Learning and Deep Learning](http://deeplearning.stanford.edu/tutorial) 127 | * [What is Deep Learning](https://www.udacity.com/course/deep-learning--ud730) 128 | 129 | 130 | ### Git 131 | 132 | * [Git and Gitlab Live Workshop](https://courses.platzi.com/courses/git-gitlab/) 133 | * [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775) (Udacity) 134 | 135 | 136 | ### Go 137 | 138 | * [Go Tutorial](http://www.tutorialspoint.com/go/index.htm) 139 | 140 | 141 | ### Haskell 142 | 143 | * [C9 : Functional Programming Fundamentals](http://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Functional-Programming-Fundamentals) - Erik Meijer 144 | * [CIS 194: Introduction to Haskell](http://www.seas.upenn.edu/~cis194/) - Brent Yorgey 145 | * [CS240h: Functional Systems in Haskell](http://www.scs.stanford.edu/11au-cs240h/notes/) - Bryan O'Sullivan 146 | * [edX: Introduction to Functional Programming](https://www.edx.org/course/introduction-functional-programming-delftx-fp101x-0) - Erik Meijer 147 | * [RWTH Aachen University: Functional Programming](https://videoag.fsmpi.rwth-aachen.de/?course=12ss-funkprog) - Jürgen Giesl 148 | 149 | 150 | ### HTML / CSS 151 | 152 | * [Build a Personal Website with Dash](https://dash.generalassemb.ly) 153 | * [Build a responsive website with Webflow](https://www.bloc.io/tutorials/webflow-tutorial-design-responsive-sites-with-webflow) 154 | * [Build a SaaS landing page using Skeleton](https://www.bloc.io/tutorials/jottly-a-beginner-s-guide-to-html-css-skeleton-and-animate-css) 155 | * [Build Dynamic Websites](http://cs75.tv/2010/fall/) 156 | * [Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS](http://www.thefirehoseproject.com/lessons/splash-page) 157 | * [Learn HTML5 Programming From Scratch](https://www.udemy.com/learn-html5-programming-from-scratch/) 158 | 159 | 160 | ### iOS 161 | 162 | * [AppCoda Complete iOS Tutorial](http://www.appcoda.com/ios-programming-course/) 163 | * [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) 164 | 165 | 166 | ### Java 167 | 168 | * [Central Connecticut State University, Introduction to CS Using Java](http://chortle.ccsu.edu/CS151/cs151java.html) 169 | * [Introduction to Java](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-092-introduction-to-programming-in-java-january-iap-2010/) 170 | * [Java for Complete Beginners](http://courses.caveofprogramming.com/courses/java-for-complete-beginners) 171 | * [Princeton Algorithms, Part 1](https://www.coursera.org/course/algs4partI) 172 | * [Princeton Algorithms, Part 2](https://www.coursera.org/course/algs4partII) 173 | * [Problem Solving With Java](https://www.udacity.com/course/intro-to-java-programming--cs046) 174 | 175 | 176 | ### JS 177 | 178 | * [Egghead.io](https://egghead.io) 179 | * [learn:query](https://learnquery.infinum.co) 180 | 181 | 182 | ### Lua 183 | 184 | * [Lua Interactive Crash Course](http://luatut.com/crash_course.html) 185 | * [Lua Tutorial](http://www.tutorialspoint.com/lua/) 186 | 187 | 188 | ### Machine Learning 189 | 190 | * [Stanford University Machine Learning](https://www.coursera.org/learn/machine-learning) 191 | 192 | 193 | ### MATLAB 194 | 195 | * [MIT 18.S997 Introduction to MATLAB Programming](http://ocw.mit.edu/courses/mathematics/18-s997-introduction-to-matlab-programming-fall-2011/) 196 | 197 | 198 | ### Misc 199 | 200 | * [Advanced Data Structures](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-851-advanced-data-structures-spring-2012/) 201 | * [Algorithm Design and Implementation](https://www.youtube.com/playlist?list=PL6EF0274BD849A7D5) 202 | * [Berkeley's CS 61B: Data Structures](https://www.youtube.com/playlist?list=PL-XXv-cvA_iDXrTvCvDgIkeCWeSIDr4Yh) 203 | * [Berkeley's CS 70: Discrete Mathematics and Probability Theory](https://www.youtube.com/course?list=EC1A2EBAC4283FE3EA) 204 | * [Berkeley's CS 162: Operating Systems and Systems Programming](https://www.youtube.com/view_play_list?p=-XXv-cvA_iCrnl0625nXp4GimjT-cv_1) 205 | * [Berkeley's CS 164: Programming Languages and Compilers](https://www.youtube.com/playlist?list=PL3A16CFC42CA6EF4F&feature=plcp) 206 | * [Berkeley's CS 169: Software Engineering](https://www.youtube.com/view_play_list?p=-XXv-cvA_iAS_kCeleydK6mDc0kCbdhU) 207 | * [Berkeley's CS 194: What is an Operating System?](https://www.youtube.com/view_play_list?p=-XXv-cvA_iB_5Q8G8kW5idSwNmXypmQE) 208 | * [Berkeley's Math 10B: Methods of Mathematics: Calculus, Statistics, and Combinatorics](https://www.youtube.com/view_play_list?p=-XXv-cvA_iCZ8sTG0pDuBubsDfOFoY2X) 209 | * [Bits: The Computer Science of Digital Information](http://www.extension.harvard.edu/open-learning-initiative/bits) 210 | * [Computer Graphics](http://nptel.ac.in/courses/106106090/) 211 | * [LouvainX Paradigms of Computer Programming – Abstraction and Concurrency](https://www.edx.org/course/paradigms-computer-programming-louvainx-louv1-2x-1#!) 212 | * [LouvainX Paradigms of Computer Programming – Fundamentals ](https://www.edx.org/course/paradigms-computer-programming-louvainx-louv1-1x-1) 213 | * [MIT Numerical Methods (2014)](http://www.iitg.ernet.in/kartha/CE601-14/CourseSchedule.htm) 214 | * [MIT's Artificial Intelligence](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-034-artificial-intelligence-fall-2010/) 215 | * [MIT's Computer Language Engineering](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-035-computer-language-engineering-sma-5502-fall-2005/lecture-notes/) 216 | * [MIT's Introduction to Algorithms](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/) 217 | * [MIT's Mathematics for Computer Science](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/video-lectures/) 218 | * [Principles of Reactive Programming](https://www.coursera.org/course/reactive) 219 | * [Stanford Cryptography I](https://www.coursera.org/course/crypto) 220 | * [Stanford Cryptography II](https://www.coursera.org/course/crypto2) 221 | * [Stanford SEE 229 - Machine Learning](https://see.stanford.edu/Course/CS229) 222 | 223 | 224 | ### OCaml 225 | 226 | * [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/2015fa/) 227 | * [Introduction to Functional Programming in OCaml](https://www.fun-mooc.fr/courses/parisdiderot/56002S02/session02/about) 228 | 229 | 230 | ### Oracle PL/SQL 231 | 232 | * [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/platforms/oracle/w/wiki/8243.plsql-obsession) 233 | 234 | 235 | ### Python 236 | 237 | * [An Introduction to Interactive Programming in Python (Part 1)](https://www.coursera.org/learn/interactive-python-1) (Coursera) 238 | * [An Introduction to Interactive Programming in Python (Part 2)](https://www.coursera.org/learn/interactive-python-2) (Coursera) 239 | * [Berkeley's Structure and Interpretation of Computer Programs](http://cs61a.org) 240 | * [Codesdope](https://www.codesdope.com/python-introduction) 241 | * [Google's Python Course](https://developers.google.com/edu/python/) 242 | * [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) (MIT's opencourseware) 243 | * [Learn Python](https://pythonspot.com) 244 | * [Learn Python - Free Interactive Python Tutorial](http://www.learnpython.org) 245 | * [Learn to program in Python](https://www.codecademy.com/learn/python) 246 | * [Learn to Program: The Fundamentals](https://www.coursera.org/learn/learn-to-program) (Coursera) 247 | * [Learn to Program Using Python](https://www.edx.org/course/learn-program-using-python-utarlingtonx-cse1309x) (edX) 248 | * [Microsoft Virtual Academy](https://mva.microsoft.com/en-US/training-courses/introduction-to-programming-with-python-8360) 249 | * [Programming for Everybody](https://www.coursera.org/learn/python) 250 | * [Programming Foundations with Python](https://www.udacity.com/course/programming-foundations-with-python--ud036) (Udacity) 251 | * [Python Course](http://www.python-course.eu) 252 | 253 | 254 | ### R 255 | 256 | * [R Programming](https://www.coursera.org/course/rprog) 257 | 258 | 259 | ### RethinkDB 260 | 261 | * [RethinkDB: Distributed Databases](https://courses.platzi.com/courses/rethinkdb-databases/) 262 | 263 | 264 | ### Sails.Js 265 | 266 | * [Develop web apps in Node.js and Sails.js](https://courses.platzi.com/courses/develop-apps-sails-js/) 267 | 268 | 269 | ### Scala 270 | 271 | * [Functional Programming Principles in Scala](https://www.coursera.org/course/progfun) 272 | * [Principles of Reactive Programming](https://www.coursera.org/course/reactive) 273 | 274 | 275 | ### Software Engineering 276 | 277 | * [Advanced Software Construction in Java](https://www.edx.org/course/advanced-software-construction-java-mitx-6-005-2x#!) 278 | * [Agile Development Using Ruby on Rails - Advanced](https://www.edx.org/course/agile-development-using-ruby-rails-uc-berkeleyx-cs169-2x#!) 279 | * [Agile Development Using Ruby on Rails - Basics](https://www.edx.org/course/agile-development-using-ruby-rails-uc-berkeleyx-cs169-1x#!) 280 | * [Software Construction in Java](https://www.edx.org/course/software-construction-java-mitx-6-005-1x) 281 | 282 | 283 | ### Swift 284 | 285 | * [Swiftris - Build an iOS Tetris app from scratch](https://www.bloc.io/swiftris-build-your-first-ios-game-with-swift) 286 | 287 | 288 | ### SystemVerilog 289 | 290 | * [SystemVerilog - Learn basics of SystemVerilog for Hardware Verification](https://verificationexcellence.teachable.com/p/learn-systemverilog) 291 | * [SystemVerilog based UVM Methodology - Learn to build UVM based Testbenches in SystemVerilog](https://verificationexcellence.teachable.com/p/learn-ovm-uvm) 292 | 293 | 294 | ### Theory 295 | 296 | * [Automata Theory](https://lagunita.stanford.edu/courses/course-v1:ComputerScience+Automata+Fall2016/about) 297 | * [Udacity: Intro to Theoretical Computer Science](https://www.udacity.com/course/intro-to-theoretical-computer-science--cs313) 298 | 299 | 300 | ### Web Development 301 | 302 | * [Discover Flask - Full Stack Web Development with Flask](https://github.com/realpython/discover-flask) 303 | * [Flask(A Python Microframework) Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) 304 | * [The Odin Project - Learn Web Development for Free](http://www.theodinproject.com) 305 | * [Udacity Web Development Course Catalog](https://www.udacity.com/courses#!/web-development#!/web-development) 306 | -------------------------------------------------------------------------------- /free-programming-books-es.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [0 - Metalistas](#0---metalistas) 4 | * [1 - Agnósticos](#1---agn%C3%B3sticos) 5 | * [Algoritmos y Estructuras de Datos](#algoritmos) 6 | * [Base de Datos](#base-de-datos) 7 | * [Ciencia Computacional](#ciencia-computacional) 8 | * [Cursos Masivos en Línea](#cursos-masivos-en-L%C3%ADnea) 9 | * [Metodologías de desarrollo de software](#metodolog%C3%ADas-de-desarrollo-de-software) 10 | * [Misceláneos](#miscel%C3%A1neos) 11 | * [Paradigmas de Programación](#paradigmas-de-programaci%C3%B3n) 12 | * [Sistemas Operativos](#sistemas-operativos) 13 | * [Android](#android) 14 | * [C](#c) 15 | * [C++](#c-1) 16 | * [Coffeescript](#coffeescript) 17 | * [CSS](#CSS) 18 | * [Emacs](#emacs) 19 | * [Ensamblador](#ensamblador) 20 | * [Erlang](#erlang) 21 | * [Git](#git) 22 | * [Haskell](#haskell) 23 | * [HTML5](#HTML5) 24 | * [Java](#java) 25 | * [JavaScript](#javascript) 26 | * [AngularJS](#angularjs) 27 | * [D3](#d3js) 28 | * [jQuery](#jquery) 29 | * [node.js](#nodejs) 30 | * [LaTeX](#latex) 31 | * [Linux](#linux) 32 | * [.NET (C# Visual Studio)](#net-c--visual-studio) 33 | * [NoSQL](#nosql) 34 | * [MongoDB](#mongodb) 35 | * [Perl](#perl) 36 | * [PHP](#php) 37 | * [Python](#python) 38 | * [Django](#django) 39 | * [Web2py](#web2py) 40 | * [R](#r) 41 | * [Ruby](#ruby) 42 | * [Ruby on Rails](#ruby-on-rails) 43 | * [Scala](#scala) 44 | * [SQL](#sql) 45 | * [SVG](#svg) 46 | 47 | 48 | ### 0 - Metalistas 49 | 50 | * [¡Quiero Aprender Python! - Python Argentina](http://python.org.ar/wiki/AprendiendoPython) 51 | * [CodeHero](http://codehero.co) 52 | * [OPENLIBRA La Biblioteca Libre online que estabas esperando](http://www.etnassoft.com/biblioteca/) 53 | 54 | 55 | ### 1 - Agnósticos 56 | 57 | #### Algoritmos 58 | 59 | * [Algoritmos y Programación (Guía para docentes)](http://www.eduteka.org/pdfdir/AlgoritmosProgramacion.pdf) (PDF) 60 | * [Aprenda a programar como si estuviera en primero](http://www1.ceit.es/asignaturas/Informat1/ayudainf/aprendainf/Programar/Programar.pdf) (PDF) 61 | * [Apuntes de Algoritmos y Estructuras de Datos](https://146fd953-a-62cb3a1a-s-sites.googlegroups.com/site/prog3unlp/home/exp_algoritmos.pdf) (PDF) 62 | * [Breves Notas sobre Análisis de Algoritmos](http://lya.fciencias.unam.mx/jloa/publicaciones/analisisdeAlgoritmos.pdf) (PDF) 63 | * [Fundamentos de Informática y Programación](http://robotica.uv.es/Libro/Indice.html) 64 | * [Técnicas de Diseño de Algoritmos ](http://www.lcc.uma.es/~av/Libro/indice.html) ([PDF](http://www.lcc.uma.es/%7eav/Libro/Libro.zip)) 65 | * [Temas selectos de estructuras de datos](http://lya.fciencias.unam.mx/jloa/publicaciones/estructurasdeDatos.pdf) (PDF) 66 | * [Teoría sintáctico-gramatical de objetos](http://www.bubok.es/libros/219288/Teoria-sintacticogramatical-de-objetos) 67 | 68 | 69 | #### Base de Datos 70 | 71 | * [Apuntes de Base de Datos 1, Universidad de Alicante](http://rua.ua.es/dspace/bitstream/10045/2990/1/ApuntesBD1.pdf) (PDF) 72 | * [Base de Datos](http://www.uoc.edu/masters/oficiales/img/913.pdf) - Mercedes Marqués (PDF) 73 | * [Base de Datos Avanzadas](http://repositori.uji.es/xmlui/bitstream/handle/10234/48034/s73.pdf) - Aramburu & Sanz Blasco (PDF) 74 | * [El modelo relacional y el álgebra relacional](http://www.colegiodrriodelaloza.edu.mx/informatica/Analisis%20Diseno%20e%20Implementacion%20de%20Algoritmos/17470106-BASES-de-DATOS-3-El-Modelo-Relacional-y-Algebra-Relacional.pdf) (PDF) 75 | * [Introducción a las Bases de Datos](http://ocw.uoc.edu/computer-science-technology-and-multimedia/bases-de-datos/bases-de-datos/P06_M2109_02147.pdf) (PDF) 76 | 77 | 78 | #### Ciencia Computacional 79 | 80 | * [Breves Notas sobre Autómatas y Lenguajes](http://lya.fciencias.unam.mx/jloa/publicaciones/automatasyLenguajes.pdf) (PDF) 81 | * [Breves Notas sobre Teoría de la Computación](http://lya.fciencias.unam.mx/jloa/publicaciones/teoria.pdf) (PDF) 82 | 83 | 84 | #### Cursos Masivos en Línea 85 | 86 | * [MIT Opencourseware en Español](http://mit.ocw.universia.net) 87 | 88 | 89 | #### Metodologías de desarrollo de software 90 | 91 | * [Compendio de Ingeniería del Software](http://www.navegapolis.com/files/cis.pdf) (PDF) 92 | * [Diseño Ágil con TDD](http://www.carlosble.com/libro-tdd/?lang=es) 93 | * [Ingeniería de Software: Una Guía para Crear Sistemas de Información](https://web.archive.org/web/20150824055042/http://www.wolnm.org/apa/articulos/Ingenieria_Software.pdf) (PDF) 94 | * [Metodologías Ágiles para el Desarrollo de Software](http://www.desarrolloweb.com/manuales/metodologias-agil-desarrollo-software.html) 95 | * [Scrum & Extreme Programming (para programadores)](https://web.archive.org/web/20140209204645/http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-agile.pdf) (PDF) 96 | * [Scrum y XP desde las trincheras](http://www.proyectalis.com/wp-content/uploads/2008/02/scrum-y-xp-desde-las-trincheras.pdf) (PDF) 97 | 98 | 99 | #### Misceláneos 100 | 101 | * [97 cosas que todo programador debería saber](http://97cosas.com/programador/) 102 | * [El camino a un mejor programador](http://emanchado.github.io/camino-mejor-programador/) 103 | * [Programación de videojuegos SDL](http://libros.metabiblioteca.org/bitstream/001/271/8/Programacion_Videojuegos_SDL.pdf) (PDF) 104 | 105 | 106 | #### Paradigmas de Programación 107 | 108 | * [Programación Funcional](http://www.staff.science.uu.nl/~fokke101/courses/fp-sp.pdf) (PDF) 109 | 110 | 111 | #### Sistemas Operativos 112 | 113 | * [Fundamentos de Sistemas Operativos](http://sistop.org/pdf/sistemas_operativos.pdf) - Gunnar Wolf et al (PDF) 114 | * [Sistemas Operativos](http://exa.unne.edu.ar/depar/areas/informatica/SistemasOperativos/sistope2.PDF) - Dr. David Luis la Red (PDF) 115 | 116 | 117 | ### Android 118 | 119 | * [Curso Android: Todo lo que necesitas para empezar](http://www.maestrosdelweb.com/curso-android/) - Adrian Catalán (HTML) 120 | * [Curso de Programación Android](http://www.sgoliver.net/blog/wp-content/uploads/2011/11/Manual-Programacion-Android-SgoliverNet-v3-muestra.zip) - Salvador Gómez Oliver (PDF) 121 | * [Curso Gratis Android](http://www.hermosaprogramacion.com/android/) 122 | 123 | 124 | ### C 125 | 126 | * [GNU/Linux: Programación de Sistemas](http://www.alcancelibre.org/filemgmt_data/files/programaciongnulinux.pdf) (PDF) 127 | * [Introducción a la programación con C](http://repositori.uji.es/xmlui/bitstream/handle/10234/24306/s29.pdf) (PDF) 128 | 129 | 130 | ### C++ 131 | 132 | * [Aprenda C++ avanzado como si estuviera en primero](http://www4.tecnun.es/asignaturas/Informat1/AyudaInf/aprendainf/cpp/avanzado/cppavan.pdf) (PDF) 133 | * [Aprenda C++ básico como si estuviera en primero](http://www4.tecnun.es/asignaturas/Informat1/AyudaInf/aprendainf/cpp/basico/cppbasico.pdf) (PDF) 134 | * [Ejercicios de programación creativos y recreativos en C++](http://antares.sip.ucm.es/cpareja/libroCPP/) 135 | 136 | 137 | ### HTML5 138 | 139 | * [HTML5](http://www.arkaitzgarro.com/html5/) - Arkaitz Garro 140 | 141 | 142 | ### CSS 143 | 144 | * [CSS avanzado](http://librosweb.es/libro/css_avanzado/) 145 | * [Estructura con CSS](http://es.learnlayout.com) 146 | * [Guía Completa de CSS3](http://www.etnassoft.com/biblioteca/guia-completa-de-css3/) 147 | * [Introducción a CSS](http://librosweb.es/libro/css/) 148 | 149 | 150 | ### Coffeescript 151 | 152 | * [Coffeescript, un pequeño gran libro](https://leanpub.com/coffeescript) - Javi Jiménez 153 | 154 | 155 | ### Ensamblador 156 | 157 | * [Código de Máquina para Principiantes [Z80 and 6502 CPUs]](http://www.worldofspectrum.org/infoseekid.cgi?id=2000227) - Lisa Watts y Mike Wharton (PDF) 158 | * [Lenguaje Ensamblador para PC](http://drpaulcarter.com/pcasm/) - Paul Carter 159 | 160 | 161 | ### Erlang 162 | 163 | * [Erlang/OTP: Un mundo concurrente](http://erlang-otp.es) 164 | * [Programación en Erlang](https://es.wikibooks.org/wiki/Programaci%C3%B3n_en_Erlang) en Wikibooks 165 | 166 | 167 | ### Emacs 168 | 169 | * [Una Introducción a Emacs Lisp en Español](http://savannah.nongnu.org/git/?group=elisp-es) 170 | 171 | 172 | ### Git 173 | 174 | * [Git Immersion en Español](https://esparta.github.io/gitimmersion-spanish/) 175 | * [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/es/) 176 | * [Pro Git](http://git-scm.com/book/es/) 177 | 178 | 179 | ### Haskell 180 | 181 | * [¡Aprende Haskell por el bien de todos!](http://aprendehaskell.es/main.html) 182 | * [Piensa en Haskell (ejercicios de programación funcional con Haskell)](http://www.cs.us.es/~jalonso/publicaciones/Piensa_en_Haskell.pdf) (PDF) 183 | 184 | 185 | ### Java 186 | 187 | * [Aprendiendo Java](http://www.decom-uv.cl/~roberto/apuntes/java/AprendiendoJava.pdf) (PDF) 188 | * [Arquitectura Java Sólida](http://www.arquitecturajava.com) 189 | * [Desarrollo de proyectos informáticos con Java](http://www3.uji.es/~belfern/pdf/libroJavaConTapa.pdf) (PDF) 190 | * [Notas de Introducción al Lenguaje de Programación Java](http://lya.fciencias.unam.mx/jloa/publicaciones/introduccionJava.pdf) - Jorge L. Ortega Arjona, UNAM (PDF) 191 | * [OCPJP6 Resumen Español](https://github.com/PabloReyes/ocpjp-resumen-espanol) - Pablo Reyes Almagro (PDF) 192 | * [Pensando la computación como un científico (con Java)](http://www.ungs.edu.ar/areas/publicaciones/476/pensando-la-computacion-como-un-cientifico.html) 193 | * [PlugIn Tapestry: Desarrollo de aplicaciones y páginas web con Apache Tapestry](http://picodotdev.github.io/blog-bitix/2014/02/libro-sobre-desarrollo-de-aplicaciones-con-apache-tapestry/) ([PDF](http://picodotdev.github.io/blog-bitix/assets/custom/PlugInTapestry.pdf)) ([EPUB](http://picodotdev.github.io/blog-bitix/assets/custom/PlugInTapestry.epub)) ([MOBI](http://picodotdev.github.io/blog-bitix/assets/custom/PlugInTapestry.mobi)) 194 | * [Programación Orientada a Objetos en Java](http://fcasua.contad.unam.mx/apuntes/interiores/docs/98/opt/java.pdf) (PDF) 195 | * [Tutorial básico de Java EE](http://static1.1.sqspcdn.com/static/f/923743/14770633/1416082087870/JavaEE.pdf) (PDF) 196 | * [Tutorial Introducción a Maven 3](http://static1.1.sqspcdn.com/static/f/923743/15025126/1320942755733/Tutorial_de_Maven_3_Erick_Camacho.pdf) (PDF) 197 | 198 | 199 | ### JavaScript 200 | 201 | * [Introducción a AJAX](http://librosweb.es/libro/ajax/) 202 | * [Introducción a JavaScript](http://librosweb.es/libro/javascript/) 203 | * [Jardín de JavaScript](http://bonsaiden.github.io/JavaScript-Garden/es) 204 | * [JavaScript Para Gatos](https://jsparagatos.com) 205 | 206 | 207 | #### AngularJS 208 | 209 | * [Cómo aprender AngularJS](http://raulexposito.com/documentos/como-aprender-angularjs/) 210 | 211 | 212 | #### D3.js 213 | 214 | * [Tutorial de D3](http://gcoch.github.io/D3-tutorial/index.html) 215 | 216 | 217 | #### jQuery 218 | 219 | * [Fundamentos de jQuery](http://librojquery.com) 220 | 221 | 222 | #### Node.js 223 | 224 | * [El Libro para Principiantes en Node.js](http://www.nodebeginner.org/index-es.html) 225 | * [Introducción a Node.js a través de Koans](http://nodejskoans.com) 226 | 227 | 228 | ### LaTeX 229 | 230 | * [La introducción no-tan-corta a LaTeX 2ε](http://www.ctan.org/tex-archive/info/lshort/spanish) 231 | 232 | 233 | ### Linux 234 | 235 | * [Bases de la programación en Bash](http://xinfo.sourceforge.net/documentos/bash-scripting/bash-script-2.0.html) 236 | * [BASH Scripting Avanzado: Utilizando declare para definición de tipo](http://library.originalhacker.org/biblioteca/articulo/ver/123) 237 | * [Debian GNU/Linux para administradores](https://debian-handbook.info/browse/es-ES/stable/) 238 | * [El Manual de BASH Scripting Básico para Principiantes](https://es.wikibooks.org/wiki/El_Manual_de_BASH_Scripting_B%C3%A1sico_para_Principiantes) en WikiBooks 239 | 240 | 241 | ### .NET (C# / Visual Studio) 242 | 243 | * [El lenguaje de programación C#](http://dis.um.es/~bmoros/privado/bibliografia/LibroCsharp.pdf) (PDF) 244 | * [Guía de Arquitectura N-capas Orientadas al Dominio](https://msdn.microsoft.com/architects-overview-msdn) 245 | 246 | 247 | ### NoSQL 248 | 249 | #### MongoDB 250 | 251 | * [El pequeño libro MongoDB](https://github.com/uokesita/the-little-mongodb-book) 252 | * [MongoDB en español: T1, El principio](https://github.com/yograterol/ebook-mongodb-basico) - Yohan Graterol 253 | 254 | 255 | ### PHP 256 | 257 | * [Manual de estudio introductorio al lenguaje PHP procedural](https://web.archive.org/web/20140209203630/http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-php.pdf) (PDF) 258 | * [PHP y Ajax](http://rua.ua.es/dspace/bitstream/10045/13176/9/04-ajaxphp.pdf) (PDF) 259 | * [PHP y Programación orientada a objetos](https://styde.net/php-y-programacion-orientada-a-objetos/) 260 | * [POO y MVC en PHP](http://www.bubok.es/libros/205199/POO-y-MVC-en-PHP) 261 | * [Silex, el manual oficial](http://librosweb.es/libro/silex/) 262 | * [Symfony 1.4, la guía definitiva](http://librosweb.es/libro/symfony_1_4/) 263 | * [Symfony 2.3, el libro oficial](http://librosweb.es/libro/symfony_2_3/) 264 | 265 | 266 | ### Perl 267 | 268 | * [Tutorial de introducción a perl](http://flanagan.ugr.es/perl/index2.htm) - Universidad de Granada, España 269 | * [Tutorial Perl](http://es.tldp.org/Tutoriales/PERL/tutoperl-print.pdf) - TLDP (PDF) 270 | * [Tutorial Perl](http://kataix.umag.cl/~ruribe/Utilidades/Tutorial%20de%20Perl.pdf) - Universidad de Magallanes, Chile (PDF) 271 | * [Tutoriales de Perl](http://perlenespanol.com/tutoriales/) 272 | 273 | 274 | ### Python 275 | 276 | * [Aprenda a pensar como un programador (con Python)](https://argentinaenpython.com/quiero-aprender-python/aprenda-a-pensar-como-un-programador-con-python.pdf) (PDF) 277 | * [Doma de Serpientes para Niños: Aprendiendo a Programar con Python](http://code.google.com/p/swfk-es/) 278 | * [Inmersión en Python](http://es.diveintopython.net/toc.html) 279 | * [Inmersión en Python 3](https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/inmersionenpython3/inmersionEnPython3.0.11.pdf) (PDF) 280 | * [Introducción a la programación con Python](http://repositori.uji.es/xmlui/bitstream/handle/10234/24305/s23.pdf) (PDF) 281 | * [Introducción a la programación con Python](http://www.cmat.edu.uy/cmat/cursos/licenciatura/cursos/computacion/documentos/Introduccion%20a%20la%20programacion%20con%20Python.pdf/at_download/file) (PDF) 282 | * [Introducción a Programando con Python](http://opentechschool.github.io/python-beginners/es_CL/) 283 | * [Notas sobre el lenguaje Python](http://www.cmat.edu.uy/cmat/cursos/licenciatura/cursos/computacion/documentos/pynotas.pdf/at_download/file) (PDF) 284 | * [Python instantáneo](http://www.arrakis.es/~rapto/AprendaPython.html) 285 | * [Python para ciencia e ingeniería](https://github.com/mgaitan/curso-python-cientifico) 286 | * [Python para principiantes](https://web.archive.org/web/20150421012120/http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-python.pdf) (PDF) [(HTML)](http://librosweb.es/libro/python/) 287 | * [Python para todos](https://launchpadlibrarian.net/18980633/Python%20para%20todos.pdf) (PDF) 288 | 289 | 290 | #### Web2py 291 | 292 | * [Web2py - Manual de Referencia Completo, 5a Edición](http://www.web2py.com/books/default/chapter/41) 293 | 294 | 295 | ### Ruby 296 | 297 | * [Guía para aprender a programar con Ruby. Adaptación al español del libro "Learn to Program" de Chris Pine](https://github.com/rubysur/aprende.a.programar) 298 | * [La Guía de Estilos de Ruby](https://github.com/alemohamad/ruby-style-guide/blob/master/README-esLA.md) 299 | * [Ruby en 20 minutos](https://www.ruby-lang.org/es/documentation/quickstart/) 300 | * [Ruby tutorial o como pasar un buen rato programando](http://rubytutorial.wikidot.com/introduccion) 301 | 302 | 303 | #### Ruby on Rails 304 | 305 | * [Introducción a Rails](http://rubysur.org/introduccion.a.rails/) 306 | 307 | 308 | ### R 309 | 310 | * [Cartas sobre Estadística de la Revista Argentina de Bioingeniería](http://cran.r-project.org/doc/contrib/Risk-Cartas-sobre-Estadistica.pdf) (PDF) 311 | * [Generacion automática de reportes con R y LaTeX](http://cran.r-project.org/doc/contrib/Rivera-Tutorial_Sweave.pdf) (PDF) 312 | * [Gráficos Estadísticos con R](http://cran.r-project.org/doc/contrib/grafi3.pdf) (PDF) 313 | * [Introducción a R](http://cran.r-project.org/doc/contrib/R-intro-1.1.0-espanol.1.pdf) (PDF) 314 | * [Introducción al uso y programación del sistema estadístico R](http://cran.r-project.org/doc/contrib/curso-R.Diaz-Uriarte.pdf) (PDF) 315 | * [Métodos Estadísticos con R y R Commander](http://cran.r-project.org/doc/contrib/Saez-Castillo-RRCmdrv21.pdf) (PDF) 316 | * [Optimización Matemática con R: Volúmen I](http://cran.r-project.org/doc/contrib/Optimizacion_Matematica_con_R_Volumen_I.pdf) (PDF) 317 | * [R para Principiantes](http://cran.r-project.org/doc/contrib/rdebuts_es.pdf) (PDF) 318 | 319 | 320 | ### Scala 321 | 322 | * [Manual de Scala para programadores Java](http://www.scala-lang.org/docu/files/ScalaTutorial-es_ES.pdf) (PDF) 323 | * [Scala con Ejemplos](https://github.com/ErunamoJAZZ/ScalaByExample-es) (En proceso) 324 | 325 | 326 | ### SQL 327 | 328 | * [El lenguaje SQL](http://ocw.uoc.edu/computer-science-technology-and-multimedia/bases-de-datos/bases-de-datos/P06_M2109_02149.pdf) (PDF) 329 | * [Manual de gestión de base de datos](http://www.jorgesanchez.net/bd/gbd2012.pdf) (PDF) 330 | * [Tutorial de SQL](http://www.desarrolloweb.com/manuales/9/) 331 | 332 | 333 | ### SVG 334 | 335 | * [SCALABLE](https://leanpub.com/scalable/) (PDF) (EPUB) (MOBI) 336 | -------------------------------------------------------------------------------- /free-programming-books-zh.md: -------------------------------------------------------------------------------- 1 | ## 目录 2 | 3 | * [语言无关](#语言无关) 4 | * [IDE](#ide) 5 | * [MySQL](#mysql) 6 | * [NoSQL](#nosql) 7 | * [PostgreSQL](#postgresql) 8 | * [Web](#web) 9 | * [WEB服务器](#web服务器) 10 | * [其它](#其它) 11 | * [函数式概念](#函数式概念) 12 | * [分布式系统](#分布式系统) 13 | * [在线教育](#在线教育) 14 | * [大数据](#大数据) 15 | * [操作系统](#操作系统) 16 | * [数据库](#数据库) 17 | * [智能系统](#智能系统) 18 | * [正则表达式](#正则表达式) 19 | * [版本控制](#版本控制) 20 | * [程序员杂谈](#程序员杂谈) 21 | * [管理和监控](#管理和监控) 22 | * [编程艺术](#编程艺术) 23 | * [编译原理](#编译原理) 24 | * [编辑器](#编辑器) 25 | * [计算机图形学](#计算机图形学) 26 | * [设计模式](#设计模式) 27 | * [软件开发方法](#软件开发方法) 28 | * [项目相关](#项目相关) 29 | * [语言相关](#语言相关) 30 | * [Android](#android) 31 | * [AWK](#awk) 32 | * [C](#c) 33 | * [C#](#c-sharp) 34 | * [C++](#c-1) 35 | * [CoffeeScript](#coffeescript) 36 | * [Dart](#dart) 37 | * [Elasticsearch](#elasticsearch) 38 | * [Elixir](#elixir) 39 | * [Erlang](#erlang) 40 | * [Fortran](#fortran) 41 | * [Golang](#golang) 42 | * [Haskell](#haskell) 43 | * [HTML / CSS](#html--css) 44 | * [HTTP](#http) 45 | * [iOS](#ios) 46 | * [Java](#java) 47 | * [JavaScript](#javascript) 48 | * [LaTeX](#latex) 49 | * [LISP](#lisp) 50 | * [Lua](#lua) 51 | * [Markdown](#markdown) 52 | * [Node.js](#nodejs) 53 | * [Perl](#perl) 54 | * [PHP](#php) 55 | * [Python](#python) 56 | * [R](#r) 57 | * [reStructuredText](#restructuredtext) 58 | * [Ruby](#ruby) 59 | * [Rust](#rust) 60 | * [Scala](#scala) 61 | * [Scheme](#scheme) 62 | * [Shell](#shell) 63 | * [Swift](#swift) 64 | * [Vim](#vim) 65 | * [Visual Prolog](#visual-prolog) 66 | 67 | 68 | ## 语言无关 69 | 70 | ### IDE 71 | 72 | * [IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial) 73 | 74 | 75 | ### MySQL 76 | 77 | * [21分钟MySQL入门教程](http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html) 78 | * [MySQL索引背后的数据结构及算法原理](http://blog.codinglabs.org/articles/theory-of-mysql-index.html) 79 | 80 | 81 | ### NoSQL 82 | 83 | * [Disque 使用教程](http://disquebook.com) 84 | * [Neo4j .rb 中文資源](http://neo4j.tw) 85 | * [Redis 命令参考](http://redisdoc.com) 86 | * [Redis 设计与实现](http://redisbook.com) 87 | * [The Little MongoDB Book](https://github.com/justinyhuang/the-little-mongodb-book-cn/blob/master/mongodb.md) 88 | * [The Little Redis Book](https://github.com/JasonLai256/the-little-redis-book/blob/master/cn/redis.md) 89 | * [带有详细注释的 Redis 2.6 代码](https://github.com/huangz1990/annotated_redis_source) 90 | * [带有详细注释的 Redis 3.0 代码](https://github.com/huangz1990/redis-3.0-annotated) 91 | 92 | 93 | ### PostgreSQL 94 | 95 | * [PostgreSQL 8.2.3 中文文档](http://works.jinbuguo.com/postgresql/menu823/index.html) 96 | * [PostgreSQL 9.3.1 中文文档](http://www.postgres.cn/docs/9.3/index.html) 97 | 98 | 99 | ### Web 100 | 101 | * [3 Web Designs in 3 Weeks](https://www.gitbook.com/book/juntao/3-web-designs-in-3-weeks/details) 102 | * [Chrome 开发者工具中文手册](https://github.com/CN-Chrome-DevTools/CN-Chrome-DevTools) 103 | * [Chrome扩展开发文档](http://open.chrome.360.cn/extension_dev/overview.html) 104 | * [Growth: 全栈增长工程师指南](https://github.com/phodal/growth-ebook) 105 | * [Grunt中文文档](http://www.gruntjs.net) 106 | * [Gulp 入门指南](https://github.com/nimojs/gulp-book) 107 | * [gulp中文文档](http://www.gulpjs.com.cn/docs/) 108 | * [HTTP 接口设计指北](https://github.com/bolasblack/http-api-guide) 109 | * [HTTP/2.0 中文翻译](http://yuedu.baidu.com/ebook/478d1a62376baf1ffc4fad99?pn=1) 110 | * [http2讲解](https://www.gitbook.com/book/ye11ow/http2-explained/details) 111 | * [JSON风格指南](https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md) 112 | * [Wireshark用户手册](http://man.lupaworld.com/content/network/wireshark/index.html) 113 | * [一站式学习Wireshark](https://community.emc.com/thread/194901) 114 | * [关于浏览器和网络的 20 项须知](http://www.20thingsilearned.com/zh-CN/home) 115 | * [前端代码规范 及 最佳实践](http://coderlmn.github.io/code-standards/) 116 | * [前端开发体系建设日记](https://github.com/fouber/blog/issues/2) 117 | * [前端资源分享(一)](https://github.com/hacke2/hacke2.github.io/issues/1) 118 | * [前端资源分享(二)](https://github.com/hacke2/hacke2.github.io/issues/3) 119 | * [正则表达式30分钟入门教程](http://deerchao.net/tutorials/regex/regex.htm) 120 | * [浏览器开发工具的秘密](http://jinlong.github.io/2013/08/29/devtoolsecrets/) 121 | * [移动Web前端知识库](https://github.com/AlloyTeam/Mars) 122 | * [移动前端开发收藏夹](https://github.com/hoosin/mobile-web-favorites) 123 | 124 | 125 | ### WEB服务器 126 | 127 | * [Apache 中文手册](http://works.jinbuguo.com/apache/menu22/index.html) 128 | * [Nginx开发从入门到精通](http://tengine.taobao.org/book/index.html) (淘宝团队出品) 129 | * [Nginx教程从入门到精通](http://www.ttlsa.com/nginx/nginx-stu-pdf/) (PDF版本,运维生存时间出品) 130 | 131 | 132 | ### 其它 133 | 134 | * [OpenWrt智能、自动、透明翻墙路由器教程](https://softwaredownload.gitbooks.io/openwrt-fanqiang/content/) 135 | * [SAN 管理入门系列](https://community.emc.com/docs/DOC-16067) 136 | * [Sketch 中文手册](http://sketchcn.com/sketch-chinese-user-manual.html#introduce) 137 | * [深入理解并行编程](http://ifeve.com/perfbook/) 138 | 139 | 140 | ### 函数式概念 141 | 142 | * [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) 143 | 144 | 145 | ### 分布式系统 146 | 147 | * [走向分布式](http://dcaoyuan.github.io/papers/pdfs/Scalability.pdf) (PDF) 148 | 149 | 150 | ### 在线教育 151 | 152 | * [51CTO学院](http://edu.51cto.com) 153 | * [Codecademy](https://www.codecademy.com/?locale_code=zh) 154 | * [CodeSchool](https://www.codeschool.com) 155 | * [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh) 156 | * [Learn X in Y minutes](https://learnxinyminutes.com) (数十种语言快速入门教程) 157 | * [shiyanlou](https://www.shiyanlou.com) 158 | * [TeamTreeHouse](https://teamtreehouse.com) 159 | * [Udacity](https://www.udacity.com) 160 | * [xuetangX](https://www.xuetangx.com) 161 | * [慕课网](http://www.imooc.com/course/list) (丰富的移动端开发、php开发、web前端、html5教程以及css3视频教程等课程资源) 162 | * [极客学院](http://www.jikexueyuan.com) 163 | * [汇智网](http://www.hubwiz.com) 164 | * [计蒜客](http://www.jisuanke.com) 165 | 166 | 167 | ### 大数据 168 | 169 | * [Spark 编程指南简体中文版](https://aiyanbo.gitbooks.io/spark-programming-guide-zh-cn/content/) 170 | * [大型集群上的快速和通用数据处理架构](https://code.csdn.net/CODE_Translation/spark_matei_phd) 171 | * [大数据/数据挖掘/推荐系统/机器学习相关资源](https://github.com/Flowerowl/Big-Data-Resources) 172 | * [数据挖掘中经典的算法实现和详细的注释](https://github.com/linyiqun/DataMiningAlgorithm) 173 | * [面向程序员的数据挖掘指南](http://dataminingguide.books.yourtion.com) 174 | 175 | 176 | ### 操作系统 177 | 178 | * [Debian 参考手册 ](http://man.chinaunix.net/linux/debian/reference/reference.zh-cn.html) 179 | * [Docker —— 从入门到实践](https://github.com/yeasy/docker_practice) 180 | * [Docker中文指南](https://github.com/widuu/chinese_docker) 181 | * [Docker入门实战](http://yuedu.baidu.com/ebook/d817967416fc700abb68fca1) 182 | * [FreeBSD 使用手册](http://www.freebsd.org/doc/zh_CN.UTF-8/books/handbook/) 183 | * [FreeRADIUS新手入门](http://freeradius.akagi201.org) 184 | * [Linux Documentation (中文版)](https://tinylab.gitbooks.io/linux-doc/content/zh-cn/) 185 | * [Linux Guide for Complete Beginners](http://happypeter.github.io/LGCB/book/) 186 | * [Linux 构建指南](http://works.jinbuguo.com/lfs/lfs62/index.html) 187 | * [Linux 系统高级编程](http://sourceforge.net/projects/elpi/) 188 | * [Linux工具快速教程](https://github.com/me115/linuxtools_rst) 189 | * [Mac 开发配置手册](https://aaaaaashu.gitbooks.io/mac-dev-setup/content/) 190 | * [Operating Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/) 191 | * [The Linux Command Line](http://billie66.github.io/TLCL/index.html) (中英文版) 192 | * [Ubuntu 参考手册 ](http://wiki.ubuntu.org.cn/UbuntuManual) 193 | * [uCore Lab: Operating System Course in Tsinghua University](https://www.gitbook.com/book/objectkuan/ucore-docs/details) 194 | * [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml) 195 | * [命令行的艺术](https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md) 196 | * [嵌入式 Linux 知识库 (eLinux.org 中文版)](https://tinylab.gitbooks.io/elinux/content/zh/) 197 | * [开源世界旅行手册](http://i.linuxtoy.org/docs/guide/index.html) 198 | * [理解Linux进程](https://github.com/tobegit3hub/understand_linux_process) 199 | * [鸟哥的 Linux 私房菜 基础学习篇](http://cn.linux.vbird.org/linux_basic/linux_basic.php) 200 | * [鸟哥的 Linux 私房菜 服务器架设篇](http://cn.linux.vbird.org/linux_server/) 201 | 202 | 203 | ### 数据库 204 | 205 | * [Redis 设计与实现](http://redisbook.com) 206 | * [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn) 207 | 208 | 209 | ### 智能系统 210 | 211 | * [一步步搭建物联网系统](https://github.com/phodal/designiot) 212 | 213 | 214 | ### 正则表达式 215 | 216 | * [正则表达式30分钟入门教程](http://deerchao.net/tutorials/regex/regex.htm) 217 | 218 | 219 | ### 版本控制 220 | 221 | * [Git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html) 222 | * [Git-Cheat-Sheet](https://github.com/flyhigher139/Git-Cheat-Sheet) (感谢 @flyhigher139 翻译了中文版) 223 | * [Git Community Book 中文版](http://gitbook.liuhui998.com) 224 | * [git-flow 备忘清单](http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html) 225 | * [Git magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/) 226 | * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/) 227 | * [Git 参考手册](http://gitref.justjavac.com) 228 | * [Github帮助文档](https://github.com/waylau/github-help) 229 | * [GitHub秘籍](https://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/) 230 | * [Git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) (本文由 [@廖雪峰](http://weibo.com/liaoxuefeng) 创作,如果觉得本教程对您有帮助,可以去 [iTunes](https://itunes.apple.com/cn/app/git-jiao-cheng/id876420437) 购买) 231 | * [Got GitHub](https://github.com/gotgit/gotgithub) 232 | * [GotGitHub](http://www.worldhello.net/gotgithub/index.html) 233 | * [HgInit (中文版)](https://zh-hginit.readthedocs.io/en/latest/) 234 | * [Mercurial 使用教程](https://www.mercurial-scm.org/wiki/ChineseTutorial) 235 | * [Pro Git](https://git-scm.com/book/zh/v2) 236 | * [Pro Git 中文版](https://www.gitbook.com/book/0532/progit/details) (整理在gitbook上) 237 | * [svn 手册](http://svnbook.red-bean.com/nightly/zh/index.html) 238 | * [学习 Git 分支](http://pcottle.github.io/learnGitBranching/) (点击右下角按钮可切换至简体及正体中文) 239 | * [沉浸式学 Git](http://igit.linuxtoy.org/index.html) 240 | * [猴子都能懂的GIT入门](http://backlogtool.com/git-guide/cn/) 241 | 242 | 243 | ### 程序员杂谈 244 | 245 | * [程序员的自我修养](http://www.kancloud.cn/kancloud/a-programmer-prepares) 246 | 247 | 248 | ### 管理和监控 249 | 250 | * [ElasticSearch 权威指南](https://www.gitbook.com/book/fuxiaopang/learnelasticsearch/details) 251 | * [Elasticsearch 权威指南(中文版)](http://es.xiaoleilu.com) 252 | * [ELKstack 中文指南](http://kibana.logstash.es) 253 | * [Logstash 最佳实践](https://github.com/chenryn/logstash-best-practice-cn) 254 | * [Mastering Elasticsearch(中文版)](http://udn.yyuap.com/doc/mastering-elasticsearch/) 255 | * [Puppet 2.7 Cookbook 中文版](https://www.gitbook.com/book/wizardforcel/puppet-27-cookbook/details) 256 | 257 | 258 | ### 编程艺术 259 | 260 | * [取悦的工序:如何理解游戏](http://read.douban.com/ebook/4972883/) (豆瓣阅读,免费书籍) 261 | * [每个程序员都应该了解的内存知识(译)](http://www.oschina.net/translate/what-every-programmer-should-know-about-memory-part1?print)【第一部分】 262 | * [程序员编程艺术](https://github.com/julycoding/The-Art-Of-Programming-by-July) 263 | * [编程入门指南](http://www.kancloud.cn/kancloud/intro-to-prog/52592) 264 | 265 | 266 | ### 编译原理 267 | 268 | * [《计算机程序的结构和解释》公开课 翻译项目](https://github.com/DeathKing/Learning-SICP) 269 | 270 | 271 | ### 编辑器 272 | 273 | * [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/) 274 | * [Vim中文文档](https://github.com/vimcn/vimcdoc) 275 | * [所需即所获:像 IDE 一样使用 vim](https://github.com/yangyangwithgnu/use_vim_as_ide) 276 | * [笨方法学Vimscript 中译本](http://learnvimscriptthehardway.onefloweroneworld.com) 277 | 278 | 279 | ### 计算机图形学 280 | 281 | * [OpenGL 教程](https://github.com/zilongshanren/opengl-tutorials) 282 | 283 | 284 | ### 设计模式 285 | 286 | * [史上最全设计模式导学目录](http://blog.csdn.net/lovelion/article/details/17517213) 287 | * [图说设计模式](https://github.com/me115/design_patterns) 288 | 289 | 290 | ### 软件开发方法 291 | 292 | * [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) (《Functional Programming For The Rest of Us》中文版) 293 | * [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches) 294 | 295 | 296 | ### 项目相关 297 | 298 | * [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) 299 | * [Gradle 2 用户指南](https://github.com/waylau/Gradle-2-User-Guide) 300 | * [Gradle 中文使用文档](http://yuedu.baidu.com/ebook/f23af265998fcc22bcd10da2) 301 | * [Joel谈软件](http://local.joelonsoftware.com/wiki/Chinese_(Simplified)) 302 | * [selenium 中文文档](https://github.com/fool2fish/selenium-doc) 303 | * [开源软件架构](http://www.ituring.com.cn/book/1143) 304 | * [持续集成(第二版)](http://article.yeeyan.org/view/2251/94882) (译言网) 305 | * [約耳談軟體(Joel on Software)](http://local.joelonsoftware.com/wiki/%E9%A6%96%E9%A0%81) 306 | * [编码规范](https://github.com/ecomfe/spec) 307 | * [让开发自动化系列专栏](http://www.ibm.com/developerworks/cn/java/j-ap/) 308 | * [追求代码质量](http://www.ibm.com/developerworks/cn/java/j-cq/) 309 | 310 | 311 | ## 语言相关 312 | 313 | ### Android 314 | 315 | * [Android Design(中文版)](http://www.apkbus.com/design/index.html) 316 | * [Android Note(开发过程中积累的知识点)](https://github.com/CharonChui/AndroidNote) 317 | * [Android6.0新特性详解](http://leanote.com/blog/post/561658f938f41126b2000298) 318 | * [Android学习之路](http://stormzhang.github.io/android/2014/07/07/learn-android-from-rookie/) 319 | * [Android开发技术前线(android-tech-frontier)](https://github.com/bboyfeiyu/android-tech-frontier) 320 | * [Google Android官方培训课程中文版](http://hukai.me/android-training-course-in-chinese/index.html) 321 | * Google Material Design 正體中文版 ([译本一](https://wcc723.gitbooks.io/google_design_translate/content/style-icons.html) [译本二](https://github.com/1sters/material_design_zh)) 322 | * [Material Design 中文版](http://wiki.jikexueyuan.com/project/material-design/) 323 | * [Point-of-Android](https://github.com/FX-Max/Point-of-Android) Android 一些重要知识点解析整理 324 | 325 | 326 | ### AWK 327 | 328 | * [awk中文指南](http://awk.readthedocs.org/en/latest/index.html) 329 | * [awk程序设计语言](https://github.com/wuzhouhui/awk) 330 | 331 | 332 | ### C 333 | 334 | * [C 语言常见问题集](http://c-faq-chn.sourceforge.net/ccfaq/ccfaq.html) 335 | * [C/C++ 学习教程](http://doc.lellansin.com) 336 | * [Linux C 编程一站式学习](http://docs.linuxtone.org/ebooks/C&CPP/c/) 337 | * [新概念 C 语言教程](https://github.com/limingth/NCCL) 338 | 339 | 340 | ### C Sharp 341 | 342 | * [精通C#(第6版) ](http://book.douban.com/subject/24827879/) 343 | 344 | 345 | ### C++ 346 | 347 | * [100个gcc小技巧](https://github.com/hellogcc/100-gcc-tips/blob/master/src/index.md) 348 | * [100个gdb小技巧](https://github.com/hellogcc/100-gdb-tips/blob/master/src/index.md) 349 | * [C 语言编程透视](https://tinylab.gitbooks.io/cbook/content/) 350 | * [C/C++ Primer](https://github.com/andycai/cprimer) - @andycai 351 | * [C++ FAQ LITE(中文版)](http://www.sunistudio.com/cppfaq/) 352 | * [C++ Primer 5th Answers](https://github.com/Mooophy/Cpp-Primer) 353 | * [C++ Template 进阶指南](https://github.com/wuye9036/CppTemplateTutorial) 354 | * [C++ 基础教程](http://www.prglab.com/cms/) 355 | * [C++ 并发编程(基于C++11)](https://chenxiaowei.gitbooks.io/cpp_concurrency_in_action/content/) 356 | * [C++ 并发编程指南](https://github.com/forhappy/Cplusplus-Concurrency-In-Practice) 357 | * [CGDB中文手册](https://github.com/leeyiw/cgdb-manual-in-chinese) 358 | * [Cmake 实践](http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf) (PDF版) 359 | * [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) 360 | * [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/) 361 | * [QT 教程](http://www.kuqin.com/qtdocument/tutorial.html) 362 | * [ZMQ 指南](https://github.com/anjuke/zguide-cn) 363 | * [像计算机科学家一样思考(C++版)](http://www.ituring.com.cn/book/1203) (《How To Think Like a Computer Scientist: C++ Version》中文版) 364 | * [简单易懂的C魔法](http://www.nowamagic.net/librarys/books/contents/c) 365 | * [跟我一起写Makefile(PDF)](http://scc.qibebt.cas.cn/docs/linux/base/%B8%FA%CE%D2%D2%BB%C6%F0%D0%B4Makefile-%B3%C2%F0%A9.pdf) (PDF) 366 | 367 | 368 | ### CoffeeScript 369 | 370 | * [CoffeeScript 中文](http://coffee-script.org) 371 | * [CoffeeScript 编程风格指南](https://github.com/elrrrrrrr/coffeescript-style-guide/blob/master/README-ZH.md) 372 | 373 | 374 | ### Dart 375 | 376 | * [Dart 语言导览](http://dart.lidian.info/wiki/Language_Tour) 377 | 378 | 379 | ### Elasticsearch 380 | 381 | * [Elasticsearch 权威指南](https://github.com/looly/elasticsearch-definitive-guide-cn) (《Elasticsearch the definitive guide》中文版) 382 | * [ELKstack 中文指南](http://kibana.logstash.es) 383 | * [Mastering Elasticsearch(中文版)](http://udn.yyuap.com/doc/mastering-elasticsearch/) 384 | 385 | 386 | ### Elixir 387 | 388 | * [Elixir Getting Started 中文翻译](https://github.com/Ljzn/ElixrGettingStartedChinese) 389 | * [Elixir 编程语言教程](https://elixirschool.com/cn/) (Elixir School) 390 | * [Elixir元编程与DSL 中文翻译](https://github.com/Ljzn/MetaProgrammingInElixirChinese) 391 | * [Phoenix 框架中文文档](https://mydearxym.gitbooks.io/phoenix-doc-in-chinese/content/) 392 | 393 | 394 | ### Erlang 395 | 396 | * [Erlang 并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版) 397 | 398 | 399 | ### Fortran 400 | 401 | * [Fortran77和90/95编程入门](http://micro.ustc.edu.cn/Fortran/ZJDing/) 402 | 403 | 404 | ### Golang 405 | 406 | * [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang) 407 | * [Go 入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) (《The Way to Go》中文版) 408 | * [Go 官方文档翻译](https://github.com/golang-china/golangdoc.translations) 409 | * [Go 指南](https://tour.go-zh.org/list) (《A Tour of Go》中文版) 410 | * [Go 简易教程](https://github.com/songleo/the-little-go-book_ZH_CN) (《 [The Little Go Book](https://github.com/karlseguin/the-little-go-book) 》中文版) 411 | * [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming) 412 | * [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) 413 | * [Go命令教程](https://github.com/hyper-carrot/go_command_tutorial) 414 | * [Go实战开发](https://github.com/astaxie/Go-in-Action) 415 | * [Go语言博客实践](https://github.com/achun/Go-Blog-In-Action) 416 | * [Java程序员的Golang入门指南](http://blog.csdn.net/dc_726/article/details/46565241) 417 | * [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh) 418 | * [Revel 框架手册](http://gorevel.cn/docs/manual/index.html) 419 | * [学习Go语言](http://mikespook.com/learning-go/) 420 | * [神奇的 Go 语言](http://go.ctolib.com/docs/read/magical-go-c-index.html) 421 | 422 | 423 | ### Groovy 424 | 425 | * [实战 Groovy 系列](http://www.ibm.com/developerworks/cn/java/j-pg/) 426 | 427 | 428 | ### Haskell 429 | 430 | * [Haskell 趣学指南](http://learnyoua.haskell.sg) 431 | * [Real World Haskell 中文版](http://cnhaskell.com) 432 | 433 | 434 | ### HTML / CSS 435 | 436 | * [CSS3 Tutorial 《CSS3 教程》](https://github.com/waylau/css3-tutorial) 437 | * [CSS参考手册](http://css.doyoe.com) 438 | * [Emmet 文档](http://yanxyz.github.io/emmet-docs/) 439 | * [HTML5 教程](http://www.w3school.com.cn/html5/) 440 | * [HTML和CSS编码规范](http://codeguide.bootcss.com) 441 | * [Sass Guidelines 中文](http://sass-guidelin.es/zh/) 442 | * [前端代码规范](http://alloyteam.github.io/CodeGuide/) (腾讯 AlloyTeam 团队) 443 | * [学习CSS布局](http://zh.learnlayout.com) 444 | * [通用 CSS 笔记、建议与指导](https://github.com/chadluo/CSS-Guidelines/blob/master/README.md) 445 | 446 | 447 | ### iOS 448 | 449 | * [Apple Watch开发初探](http://nilsun.github.io/apple-watch/) 450 | * [Google Objective-C Style Guide 中文版](http://zh-google-styleguide.readthedocs.org/en/latest/google-objc-styleguide/) 451 | * [iOS7人机界面指南](http://isux.tencent.com/ios-human-interface-guidelines-ui-design-basics-ios7.html) 452 | * [iOS开发60分钟入门](https://github.com/qinjx/30min_guides/blob/master/ios.md) 453 | * [iPhone 6 屏幕揭秘](http://wileam.com/iphone-6-screen-cn/) 454 | * [网易斯坦福大学公开课:iOS 7应用开发字幕文件](https://github.com/jkyin/Subtitle) 455 | 456 | 457 | ### Java 458 | 459 | * [Activiti 5.x 用户指南](https://github.com/waylau/activiti-5.x-user-guide) 460 | * [Apache MINA 2 用户指南](https://github.com/waylau/apache-mina-2.x-user-guide) 461 | * [Apache Shiro 用户指南](https://github.com/waylau/apache-shiro-1.2.x-reference) 462 | * [Google Java编程风格指南](http://www.hawstein.com/posts/google-java-style.html) 463 | * [H2 Database 教程](https://github.com/waylau/h2-database-doc) 464 | * [Java Servlet 3.1 规范](https://github.com/waylau/servlet-3.1-specification) 465 | * [Java 编码规范](https://github.com/waylau/java-code-conventions) 466 | * [Jersey 2.x 用户指南](https://github.com/waylau/Jersey-2.x-User-Guide) 467 | * [JSSE 参考指南](https://github.com/waylau/jsse-reference-guide) 468 | * [MyBatis中文文档](http://mybatis.github.io/mybatis-3/zh/index.html) 469 | * [Netty 4.x 用户指南](https://github.com/waylau/netty-4-user-guide) 470 | * [Netty 实战(精髓)](https://github.com/waylau/essential-netty-in-action) 471 | * [REST 实战](https://github.com/waylau/rest-in-action) 472 | * [Spring Boot参考指南](https://github.com/qibaoguang/Spring-Boot-Reference-Guide) (翻译中) 473 | * [Spring Framework 4.x参考文档](https://github.com/waylau/spring-framework-4-reference) 474 | * [用jersey构建REST服务](https://github.com/waylau/RestDemo) 475 | 476 | 477 | ### Javascript 478 | 479 | * [Airbnb JavaScript 规范](https://github.com/adamlu/javascript-style-guide) 480 | * AngularJS 481 | * [AngularJS中译本](https://github.com/peiransun/angularjs-cn) 482 | * [AngularJS入门教程](https://github.com/zensh/AngularjsTutorial_cn) 483 | * [AngularJS最佳实践和风格指南](https://github.com/mgechev/angularjs-style-guide/blob/master/README-zh-cn.md) 484 | * [在Windows环境下用Yeoman构建AngularJS项目](http://www.waylau.com/build-angularjs-app-with-yeoman-in-windows/) 485 | * [构建自己的AngularJS](https://github.com/xufei/Make-Your-Own-AngularJS/blob/master/01.md) 486 | * backbone.js 487 | * [backbone.js中文文档](http://www.css88.com/doc/backbone/) 488 | * [backbone.js入门教程](http://www.the5fire.com/backbone-js-tutorials-pdf-download.html) (PDF) 489 | * [Backbone.js入门教程第二版](https://github.com/the5fire/backbonejs-learning-note) 490 | * [Developing Backbone.js Applications(中文版)](http://feliving.github.io/developing-backbone-applications) 491 | * [Chrome扩展及应用开发](http://www.ituring.com.cn/minibook/950) 492 | * CoffeeScript 493 | * [CoffeeScript 编码风格指南](https://github.com/geekplux/coffeescript-style-guide) 494 | * D3.js 495 | * [D3.js 入门系列](http://www.ourd3js.com/wordpress/?cat=2) (还有进阶、高级等系列) 496 | * [官方API文档](https://github.com/mbostock/d3/wiki/API--%E4%B8%AD%E6%96%87%E6%89%8B%E5%86%8C) 497 | * [张天旭的D3教程](http://blog.csdn.net/zhang__tianxu/article/category/1623437) 498 | * [楚狂人的D3教程](http://www.cnblogs.com/winleisure/tag/D3.js/) 499 | * [ECMAScript 6 入门](http://es6.ruanyifeng.com) (作者:阮一峰) 500 | * ExtJS 501 | * [Ext4.1.0 中文文档](http://extjs-doc-cn.github.io/ext4api/) 502 | * [Google JavaScript 代码风格指南](http://bq69.com/blog/articles/script/868/google-javascript-style-guide.html) 503 | * [Google JSON 风格指南](https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md) 504 | * impress.js 505 | * [impress.js的中文教程](https://github.com/kokdemo/impress.js-tutorial-in-Chinese) 506 | * [JavaScript Promise迷你书](http://liubin.github.io/promises-book/) 507 | * [Javascript 原理](http://typeof.net/s/jsmech/) 508 | * [JavaScript 标准参考教程(alpha)](http://javascript.ruanyifeng.com) 509 | * [《JavaScript 模式》](https://github.com/jayli/javascript-patterns) “JavaScript patterns”中译本 510 | * [javascript 的 12 个怪癖](https://github.com/justjavac/12-javascript-quirks) 511 | * [JavaScript 秘密花园](http://bonsaiden.github.io/JavaScript-Garden/zh/) 512 | * [JavaScript核心概念及实践](http://icodeit.org/jsccp/) (PDF) (此书已由人民邮电出版社出版发行,但作者依然免费提供PDF版本,希望开发者们去购买,支持作者) 513 | * [Javascript编程指南](http://pij.robinqu.me) ([源码](https://github.com/RobinQu/Programing-In-Javascript)) 514 | * jQuery 515 | * [How to write jQuery plugin](http://i5ting.github.io/How-to-write-jQuery-plugin/build/jquery.plugin.html) 516 | * [简单易懂的JQuery魔法](http://www.nowamagic.net/librarys/books/contents/jquery) 517 | * Meteor 518 | * [Discover Meteor](http://zh.discovermeteor.com) 519 | * Node.js 520 | * [express.js 中文文档](http://expressjs.jser.us) 521 | * [Express框架](http://javascript.ruanyifeng.com/nodejs/express.html) 522 | * [koa 中文文档](https://github.com/guo-yu/koa-guide) 523 | * [Learn You The Node.js For Much Win! (中文版)](https://www.npmjs.com/package/learnyounode-zh-cn) 524 | * [Node debug 三法三例](http://i5ting.github.io/node-debug-tutorial/) 525 | * [Node.js Fullstack《從零到一的進撃》](https://github.com/jollen/nodejs-fullstack-lessons) 526 | * [Node.js 包教不包会](https://github.com/alsotang/node-lessons) 527 | * [Nodejs Wiki Book](https://github.com/nodejs-tw/nodejs-wiki-book) (繁体中文) 528 | * [nodejs中文文档](https://www.gitbook.com/book/0532/nodejs/details) 529 | * [Node入门](http://www.nodebeginner.org/index-zh-cn.html) 530 | * [七天学会NodeJS](http://nqdeng.github.io/7-days-nodejs/) 531 | * [使用 Express + MongoDB 搭建多人博客](https://github.com/nswbmw/N-blog) 532 |  * [JavaScript全栈工程师培训材料](http://nodejs.ctolib.com/docs/sfile/jstraining/engineering.html) 533 | * React.js 534 | * [Learn React & Webpack by building the Hacker News front page](https://github.com/theJian/build-a-hn-front-page) 535 | * [React Native 中文文档(含最新Android内容)](http://wiki.jikexueyuan.com/project/react-native/) 536 | * [React webpack-cookbook](https://github.com/fakefish/react-webpack-cookbook) 537 | * [React 入门教程](http://fraserxu.me/intro-to-react/) 538 | * [React.js 中文文档](http://reactjs.cn) 539 | * underscore.js 540 | * [Underscore.js中文文档](http://learningcn.com/underscore/) 541 | * [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) (深入JavaScript语言核心机制的系列图书) 542 | * Zepto.js 543 | * [Zepto.js 中文文档](http://mweb.baidu.com/zeptoapi/) 544 | * [命名函数表达式探秘](http://justjavac.com/named-function-expressions-demystified.html) (注:原文由[为之漫笔](http://www.cn-cuckoo.com) 翻译,原始地址无法打开,所以此处地址为我博客上的备份) 545 | * [学用 JavaScript 设计模式](http://www.oschina.net/translate/learning-javascript-design-patterns) (开源中国) 546 | * [深入理解JavaScript系列](http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html) 547 | 548 | 549 | ### LaTeX 550 | 551 | * [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm) 552 | * [一份不太简短的 LaTeX2ε 介绍](http://ctan.org/pkg/lshort-zh-cn) 553 | * [大家來學 LaTeX](https://github.com/49951331/graduate-project-102pj/blob/master/docs/latex123.pdf) (PDF) 554 | 555 | 556 | ### LISP 557 | 558 | * [ANSI Common Lisp 中文翻译版](http://acl.readthedocs.org/en/latest/) 559 | * [Common Lisp 高级编程技术](http://www.ituring.com.cn/minibook/862) (《On Lisp》中文版) 560 | 561 | 562 | ### Lua 563 | 564 | * [Lua 5.3 参考手册](http://www.w3cschool.cc/manual/lua53doc/contents.html) 565 | 566 | 567 | ### Markdown 568 | 569 | * [Markdown 快速入门](http://wowubuntu.com/markdown/basic.html) 570 | * [Markdown 简明教程](http://www.jianshu.com/p/7bd23251da0a) 571 | * [Markdown 语法说明](http://wowubuntu.com/markdown/) 572 | * [献给写作者的 Markdown 新手指南](http://www.jianshu.com/p/q81RER) 573 | 574 | 575 | ### Node.js 576 | 577 | * [Node 入门](http://www.nodebeginner.org/index-zh-cn.html) 578 | * [The NodeJS 中文文档](https://www.gitbook.com/book/0532/nodejs/details) (社区翻译) 579 | * [七天学会NodeJS](http://nqdeng.github.io/7-days-nodejs/) 阿里出品,很好的入门资料 580 | 581 | 582 | ### Perl 583 | 584 | * [Master Perl Today](https://github.com/fayland/chinese-perl-book) 585 | * [《Modern Perl》中文版](https://github.com/horus/modern_perl_book) 586 | * [Perl 5 教程](http://net.pku.edu.cn/~yhf/tutorial/perl/perl.html) 587 | * [Perl 教程](http://www.yiibai.com/perl) 588 | 589 | 590 | ### PHP 591 | 592 | * [PHP 之道](http://wulijun.github.io/php-the-right-way/) 593 | * [PHP5中文手册](http://php.net/manual/zh/) 594 | * [PHP扩展开发及内核应用](http://www.walu.cc/phpbook/preface.md) 595 | * [Symfony2 实例教程](https://wusuopu.gitbooks.io/symfony2_tutorial/content) 596 | * [深入理解 PHP 内核](http://www.php-internals.com/book/) 597 | 598 | 599 | ### Python 600 | 601 | * [Django book 2.0](http://djangobook.py3k.cn/2.0/) 602 | * [Python 3 文档(简体中文) 3.2.2 documentation](http://docspy3zh.readthedocs.org/en/latest/) 603 | * [Python 中文学习大本营](http://www.pythondoc.com) 604 | * [深入 Python 3](https://github.com/jiechic/diveintopython3) 605 | * [笨办法学 Python](http://old.sebug.net/paper/books/LearnPythonTheHardWay/) 606 | 607 | 608 | ### R 609 | 610 | * [153分钟学会 R](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf) (PDF) 611 | * [R 导论](http://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf) (《An Introduction to R》中文版) (PDF) 612 | * [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/) (《Building 'Shiny' Applications with R》中文版) 613 | * [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf) (PDF) 614 | 615 | 616 | ### reStructuredText 617 | 618 | * [reStructuredText 入门](http://www.pythondoc.com/sphinx/rest.html) 619 | * [reStructuredText 简明教程](http://jwch.sdut.edu.cn/book/rst.html) 620 | 621 | 622 | ### Ruby 623 | 624 | * [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md) 625 | * [Ruby on Rails Tutorial 原书第 2 版](http://railstutorial-china.org) 626 | * [Ruby on Rails 实战圣经](https://ihower.tw/rails4/) 627 | * [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md) 628 | * [笨方法学 Ruby](http://lrthw.github.io) 629 | 630 | 631 | ### Rust 632 | 633 | * [Rust 官方教程](https://github.com/KaiserY/rust-book-chinese) 634 | * [Rust 语言学习笔记](https://github.com/photino/rust-notes) 635 | * [RustPrimer](https://github.com/rustcc/RustPrimer) 636 | * [通过例子学习 Rust](https://github.com/rustcc/rust-by-example/) 637 | 638 | 639 | ### Scala 640 | 641 | * [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html) 642 | * [Scala 初学者指南](https://www.gitbook.com/book/windor/beginners-guide-to-scala/details) (The Neophyte's Guide to Scala) 643 | * [Scala 课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程) 644 | 645 | 646 | ### Scheme 647 | 648 | * [Scheme 入门教程](http://deathking.github.io/yast-cn/) (《Yet Another Scheme Tutorial》中文版) 649 | 650 | 651 | ### Shell 652 | 653 | * [Shell 编程基础](http://wiki.ubuntu.org.cn/Shell%E7%BC%96%E7%A8%8B%E5%9F%BA%E7%A1%80) 654 | * [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md) 655 | * [The Linux Command Line 中文版](http://billie66.github.io/TLCL/book/zh) 656 | 657 | 658 | ### Swift 659 | 660 | * [《The Swift Programming Language》中文版](https://www.gitbook.com/book/numbbbbb/-the-swift-programming-language-/details) 661 | 662 | 663 | ### Vim 664 | 665 | * [Vim Manual(中文版)](http://man.chinaunix.net/newsoft/vi/doc/help.html) 666 | * [大家來學 VIM](http://www.study-area.org/tips/vim/index.html) 667 | 668 | 669 | ### Visual Prolog 670 | 671 | * [Visual Prolog 7初学指南](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog_in_Chinese) 672 | * [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese) 673 | -------------------------------------------------------------------------------- /free-programming-books-ja.md: -------------------------------------------------------------------------------- 1 | ### Index 2 | 3 | * [0 - 言語非依存](#0---%e8%a8%80%e8%aa%9e%e9%9d%9e%e4%be%9d%e5%ad%98) 4 | * [アクセシビリティ](#%e3%82%a2%e3%82%af%e3%82%bb%e3%82%b7%e3%83%93%e3%83%aa%e3%83%86%e3%82%a3) 5 | * [グラフィックスプログラミング](#%e3%82%b0%e3%83%a9%e3%83%95%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0) 6 | * [グラフィックユーザーインターフェイス](#%e3%82%b0%e3%83%a9%e3%83%95%e3%82%a3%e3%83%83%e3%82%af%e3%83%a6%e3%83%bc%e3%82%b6%e3%83%bc%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%bc%e3%83%95%e3%82%a7%e3%82%a4%e3%82%b9) 7 | * [セキュリティ](#%e3%82%bb%e3%82%ad%e3%83%a5%e3%83%aa%e3%83%86%e3%82%a3) 8 | * [その他の話題](#%e3%81%9d%e3%81%ae%e4%bb%96%e3%81%ae%e8%a9%b1%e9%a1%8c) 9 | * [ソフトウェアアーキテクチャ](#%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2%e3%82%a2%e3%83%bc%e3%82%ad%e3%83%86%e3%82%af%e3%83%81%e3%83%a3) 10 | * [ソフトウェア品質](#%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2%e5%93%81%e8%b3%aa) 11 | * [ソフトウェア開発方法論](#%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2%e9%96%8b%e7%99%ba%e6%96%b9%e6%b3%95%e8%ab%96) 12 | * [並列プログラミング](#%e4%b8%a6%e5%88%97%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0) 13 | * [機械学習](#%E6%A9%9F%E6%A2%B0%E5%AD%A6%E7%BF%92) 14 | * [正規表現](#%e6%ad%a3%e8%a6%8f%e8%a1%a8%e7%8f%be) 15 | * [組み込みシステム](#%e7%b5%84%e3%81%bf%e8%be%bc%e3%81%bf%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0) 16 | * [Android](#android) 17 | * [AppleScript](#applescript) 18 | * [AWK](#awk) 19 | * [Bash](#bash) 20 | * [C](#c) 21 | * [C++](#c-1) 22 | * [Clojure](#clojure) 23 | * [CoffeeScript](#coffeescript) 24 | * [Common Lisp](#common-lisp) 25 | * [Coq](#coq) 26 | * [D](#d) 27 | * [Elixir](#elixir) 28 | * [Emacs Lisp](#emacs-lisp) 29 | * [Erlang](#erlang) 30 | * [Git](#git) 31 | * [Go](#go) 32 | * [Groovy](#groovy) 33 | * [Gradle](#gradle) 34 | * [Grails](#grails) 35 | * [Spock Framework](#spock-framework) 36 | * [Haskell](#haskell) 37 | * [iOS](#ios) 38 | * [Java](#java) 39 | * [JavaScript](#javascript) 40 | * [Angular.js](#angularjs) 41 | * [Backbone.js](#backbonejs) 42 | * [jQuery](#jquery) 43 | * [Node.js](#nodejs) 44 | * [React](#react) 45 | * [Julia](#julia) 46 | * [LaTeX](#latex) 47 | * [Linux](#linux) 48 | * [Lua](#lua) 49 | * [Maven](#maven) 50 | * [Mercurial](#mercurial) 51 | * [ML](#ml) 52 | * [NoSQL](#nosql) 53 | * [Objective-C](#objective-c) 54 | * [OCaml](#ocaml) 55 | * [openFrameworks](#openframeworks) 56 | * [Perl](#perl) 57 | * [PHP](#php) 58 | * [PowerShell](#powershell) 59 | * [Processing](#processing) 60 | * [Prolog](#prolog) 61 | * [Python](#python) 62 | * [Flask](#flask) 63 | * [R](#r) 64 | * [Ruby](#ruby) 65 | * [Sather](#sather) 66 | * [Scala](#scala) 67 | * [Scheme](#scheme) 68 | * [Scratch](#scratch) 69 | * [sed](#sed) 70 | * [Smalltalk](#smalltalk) 71 | * [SQL(実装非依存)](#sql%e5%ae%9f%e8%a3%85%e9%9d%9e%e4%be%9d%e5%ad%98) 72 | * [Standard ML](#standard-ml) 73 | * [Swift](#swift) 74 | * [Tcl/Tk](#tcltk) 75 | * [TypeScript](#typescript) 76 | * [VBA](#vba) 77 | * [Vim](#vim) 78 | 79 | 80 | ### 0 - 言語非依存 81 | 82 | #### アクセシビリティ 83 | 84 | * [Accessible Rich Internet Applications](https://developer.mozilla.org/ja/docs/ARIA/Accessible_Rich_Internet_Applications) - MDN 85 | * [iOS アクセシビリティ プログラミング ガイド](https://developer.apple.com/jp/devcenter/ios/library/documentation/iPhoneAccessibility.pdf) - Apple Developer (PDF) 86 | * [アクセシビリティのための設計](https://msdn.microsoft.com/ja-jp/library/windows/apps/hh700407.aspx) - MSDN Library 87 | 88 | 89 | #### グラフィックスプログラミング 90 | 91 | * [DirectX を使った初めての Windows ストア アプリの作成](https://msdn.microsoft.com/ja-jp/library/windows/apps/br229580.aspx) - MSDN Library 92 | * [GLUTによる「手抜き」OpenGL入門](http://www.wakayama-u.ac.jp/~tokoi/opengl/libglut.html) - 床井浩平 93 | * [iOS OpenGL ES プログラミングガイド](https://developer.apple.com/jp/devcenter/ios/library/documentation/OpenGLES_ProgrammingGuide.pdf) - Apple Developer (PDF) 94 | * [はじめてのBlenderアドオン開発](https://nutti.gitbooks.io/introduction-to-add-on-development-in-blender/) - nutti 95 | * [仮想物理実験室構築のためのOpenGL, WebGL, GLSL入門](http://www.natural-science.or.jp/laboratory/opengl_intro.php) - 遠藤理平 96 | 97 | 98 | #### グラフィックユーザーインターフェイス 99 | 100 | * [Qtプログラミング入門](http://densan-labs.net/tech/qt/) - @nishio_dens 101 | * [入門GTK+ 第3版](http://www.iim.ics.tut.ac.jp/~sugaya/wiki/wiki/index.php?GTK%2FGNOME%A4%CB%A4%E8%A4%EBGUI%A5%D7%A5%ED%A5%B0%A5%E9%A5%DF%A5%F3%A5%B0#s8b2472b) - 菅谷保之 102 | 103 | 104 | #### セキュリティ 105 | 106 | * [RSA暗号体験入門](http://www.cybersyndrome.net/rsa/) - CyberSyndrome 107 | * [ウェブ健康診断仕様](http://www.ipa.go.jp/files/000017319.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 108 | * [セキュア・プログラミング講座](http://www.ipa.go.jp/security/awareness/vendor/programmingv2/index.html) - 独立行政法人情報処理推進機構(IPA) 109 | * [ネットワークプログラミングの基礎知識](http://x68000.q-e-d.net/~68user/net/) - 68user 110 | * [はやわかり RSA](http://www.mew.org/~kazu/doc/rsa.html) - 山本和彦 111 | * [安全なSQLの呼び出し方](http://www.ipa.go.jp/files/000017320.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 112 | * [安全なウェブサイトの作り方](http://www.ipa.go.jp/files/000017316.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 113 | * [暗号化アルゴリズム ([1])](http://fussy.web.fc2.com/algo/algo9-1.htm) - Fussy ([2](http://fussy.web.fc2.com/algo/algo9-2.htm)), ([3](http://fussy.web.fc2.com/algo/algo9-3.htm)), ([4](http://fussy.web.fc2.com/algo/cipher4_elgamal.htm)) 114 | 115 | 116 | #### その他の話題 117 | 118 | * [オープンソースソフトウェアの育て方](http://producingoss.com/ja/index.html) - Fogel Karl, 高木正弘(翻訳), Yoshinari Takaoka(翻訳) 119 | * [ケヴィン・ケリー著作選集 1](http://tatsu-zine.com/books/kk1) - ケヴィン・ケリー, 堺屋七左衛門(翻訳) 120 | * [ケヴィン・ケリー著作選集 2](http://tatsu-zine.com/books/kk2) - ケヴィン・ケリー, 堺屋七左衛門(翻訳) 121 | * [ケヴィン・ケリー著作選集 3](http://tatsu-zine.com/books/kk3) - ケヴィン・ケリー, 堺屋七左衛門(翻訳) 122 | * [一般教養としてのGarbage Collection](http://matsu-www.is.titech.ac.jp/~endo/gc/gc.pdf) - 遠藤敏夫 (PDF) 123 | * [川合史朗 翻訳集](http://practical-scheme.net/index-j.html) - 川合史朗 124 | * [徹底解剖「G1GC」実装編](https://github.com/authorNari/g1gc-impl-book/) - 中村成洋 125 | * [青木靖 翻訳集](http://www.aoky.net) - 青木靖 126 | 127 | 128 | #### ソフトウェアアーキテクチャ 129 | 130 | * [ギコ猫とデザインパターン](http://www.hyuki.com/dp/cat_index.html) - 結城浩 131 | * [サルでもわかる 逆引きデザインパターン](http://www.nulab.co.jp/designPatterns/designPatterns1/designPatterns1-1.html) - Agata Toshitaka 132 | * [デザインパターン](http://www.techscore.com/tech/DesignPattern/) - シナジーマーケティング株式会社 133 | 134 | 135 | #### ソフトウェア開発方法論 136 | 137 | * [塹壕より Scrum と XP](http://www.infoq.com/jp/minibooks/scrum-xp-from-the-trenches) - Henrik Kniberg 138 | 139 | 140 | #### ソフトウェア品質 141 | 142 | * [組込みシステムの安全性向上の勧め(機能安全編)](http://www.ipa.go.jp/files/000005118.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 143 | * [組込みソフトウェア開発におけるプロジェクトマネジメント導入の勧め](http://www.ipa.go.jp/files/000005105.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 144 | * [組込みソフトウェア開発における品質向上の勧め [バグ管理手法編]](http://www.ipa.go.jp/files/000027629.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 145 | * [組込みソフトウェア開発における品質向上の勧め [ユーザビリティ編] ](http://www.ipa.go.jp/files/000005114.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 146 | * [組込みソフトウェア開発における品質向上の勧め [設計モデリング編]](http://www.ipa.go.jp/files/000005113.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 147 | * [組込みソフトウェア開発における品質向上の勧め(コーディング編)](http://www.ipa.go.jp/files/000005106.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 148 | * [組込みソフトウェア開発における品質向上の勧め[テスト編~事例集~]](http://www.ipa.go.jp/files/000005149.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 149 | * [高信頼化ソフトウェアのための開発手法ガイドブック](http://www.ipa.go.jp/files/000005144.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 150 | 151 | 152 | #### データベース 153 | 154 | * [データベース](http://www.ipa.go.jp/files/000018652.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 155 | 156 | 157 | #### プログラミングの理論 158 | 159 | * [Programming on SAT](https://ledyba.gitbooks.io/programming-on-sat/) - ψ(プサイ) 160 | * [計算機プログラムの構造と解釈](http://sicp.iijlab.net/fulltext/) - Gerald Jay Sussman et al. 161 | 162 | 163 | #### 並列プログラミング 164 | 165 | * [インテル コンパイラー OpenMP 入門](http://jp.xlsoft.com/documents/intel/compiler/525J-001.pdf) - 戸室隆彦 (PDF) 166 | * [これからの並列計算のためのGPGPU連載講座 [I]](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL12/No1/201001gpgpu.pdf) - 大島聡史 ([II](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL12/No2/201003gpgpu.pdf)), ([III](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL12/No3/201005_gpgpu2.pdf)), ([VI](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL12/No4/201007_gpgpu.pdf)), ([V](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL12/No5/201009_gpgpu.pdf)), ([VI](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL12/No6/201011_gpgpu.pdf)) (PDF) 167 | * [連載講座: 高生産並列言語を使いこなす [1]](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL13/No1/Rensai201101.pdf) - 田浦健次朗 ([2](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL13/No3/Rensai201105.pdf)), ([3](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL13/No4/Rensai201107.pdf)), ([4](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL13/No5/Rennsai201109.pdf)), ([5](http://www.cc.u-tokyo.ac.jp/support/press/news/VOL13/No6/Rennsai201111.pdf)) (PDF) 168 | 169 | 170 | #### 機械学習 171 | 172 | * [Jubatus : オンライン機械学習向け分散処理フレームワーク](http://jubat.us/ja/index.html#table-of-contents) 173 | * [Mahoutで体感する機械学習の実践](http://gihyo.jp/dev/serial/01/mahout) - やまかつ 174 | * [機械学習 はじめよう](http://gihyo.jp/dev/serial/01/machine-learning) - 中谷秀洋,恩田伊織 175 | 176 | 177 | #### 正規表現 178 | 179 | * [.NET Framework の正規表現](https://msdn.microsoft.com/library/hs600312.aspx) - MSDN Library 180 | * [正規表現メモ](http://www.kt.rim.or.jp/~kbk/regex/regex.html) - 木村浩一 181 | 182 | 183 | #### 組み込みシステム 184 | 185 | * [【改訂版】 組込みソフトウェア向け 開発プロセスガイド](http://www.ipa.go.jp/files/000005126.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 186 | * [【改訂版】 組込みソフトウェア開発向け コーディング作法ガイド[C言語版]](http://www.ipa.go.jp/files/000005123.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 187 | * [【改訂版】 組込みソフトウェア開発向け 品質作り込みガイド](http://www.ipa.go.jp/files/000005146.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 188 | * [組込みソフトウェア向け プロジェクトマネジメントガイド[計画書編]](http://www.ipa.go.jp/files/000005116.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 189 | * [組込みソフトウェア向け プロジェクト計画立案トレーニングガイド](http://www.ipa.go.jp/files/000005145.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 190 | * [組込みソフトウェア向け 設計ガイド ESDR[事例編]](http://www.ipa.go.jp/files/000005148.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 191 | * [組込みソフトウェア開発向け コーディング作法ガイド[C++言語版]](http://www.ipa.go.jp/files/000005142.pdf) - 独立行政法人 情報処理推進機構(IPA) (PDF) 192 | 193 | 194 | ### Android 195 | 196 | * [Android Open Text book](https://github.com/TechBooster/AndroidOpenTextbook) - TechBooster 197 | * [Android アプリのセキュア設計・セキュアコーディングガイド](https://www.jssec.org/report/securecoding.html) - 一般社団法人日本スマートフォンセキュリティ協会(JSSEC) 198 | * [Android アプリ開発のための Java 入門](https://gist.github.com/nobuoka/6546813) - id:nobuoka 199 | * [AndroidTraining](https://mixi-inc.github.io/AndroidTraining/) - mixi, Inc. 200 | * [コントリビュータのためのAndroidコードスタイルガイドライン 日本語訳](http://www.textdrop.net/android/code-style-ja.html) - Android Open Source Project, Takashi Sasai(翻訳) 201 | 202 | 203 | ### AppleScript 204 | 205 | * [Applescript のごく基本的なサンプル](http://www.asahi-net.or.jp/~va5n-okmt/factory/applescript/sample_code/) - Okamoto 206 | * [AppleScript 言語ガイド(改訂版)](https://sites.google.com/site/zzaatrans/home/applescriptlangguide) 207 | * [Bash でやってることを AppleScript でやろうとするとこうなる](http://qiita.com/mattintosh4/items/353c57ba75eda20af3c4) - id:mattintosh4 208 | 209 | 210 | ### AWK 211 | 212 | * [AWK の第一歩](http://lagendra.w3.kanazawa-u.ac.jp/ogurisu/manuals/awk/index.html) - 小栗栖修 213 | * [AWK リファレンス](http://shellscript.sunone.me/awk.html) - SUNONE 214 | * [Effective AWK Programming](http://www.kt.rim.or.jp/~kbk/gawk-30/gawk_toc.html) - Arnold D. Robbins 215 | 216 | 217 | ### Bash 218 | 219 | * [BASH Programming - Introduction HOW-TO](http://linuxjf.osdn.jp/JFdocs/Bash-Prog-Intro-HOWTO.html) - Mike G, 千旦裕司(翻訳) 220 | * [Bash 基礎文法最速マスター](http://d.hatena.ne.jp/nattou_curry_2/20100131/1264910483) - id:nattou\_curry 221 | * [Bashのよくある間違い](https://yakst.com/ja/posts/2929) - GreyCat, @yakstcom(翻訳) 222 | * [The Art of Command Line](https://github.com/jlevy/the-art-of-command-line/blob/master/README-ja.md) - Joshua Levy, Hayato Matsuura(翻訳) 223 | * [UNIX & Linux コマンド・シェルスクリプト リファレンス](http://shellscript.sunone.me) - SUNONE 224 | 225 | 226 | ### C 227 | 228 | * [Cプログラミング診断室](http://www.pro.or.jp/~fuji/mybooks/cdiag/index.html) - 藤原博文 229 | * [C言語](https://ja.wikibooks.org/wiki/C%E8%A8%80%E8%AA%9E) - Wikibooks 230 | * [C言語プログラミング入門](http://densan-labs.net/tech/clang/) - @nishio_dens 231 | * [お気楽C言語プログラミング超入門](http://www.geocities.jp/m_hiroi/linux/clang.html) - 広井誠 232 | * [ゲーム作りで学ぶ!実践的C言語プログラミング](http://densan-labs.net/tech/game/) - @nishio_dens 233 | * [猫でもわかるプログラミング](http://kumei.ne.jp/c_lang/) - 粂井康孝 234 | * [計算物理のためのC/C++言語入門](http://www-cms.phys.s.u-tokyo.ac.jp/~naoki/CIPINTRO/) - 渡辺尚貴 235 | 236 | 237 | ### C++ 238 | 239 | * [C++11の文法と機能(C++11: Syntax and Feature)](https://ezoeryou.github.io/cpp-book/C++11-Syntax-and-Feature.xhtml) - 江添亮 240 | * [C++入門](http://www.asahi-net.or.jp/~yf8k-kbys/newcpp0.html) - 小林健一郎 241 | * [cpprefjp - C++ Reference Site in Japanese](https://cpprefjp.github.io) 242 | * [Google C++スタイルガイド 日本語訳](http://www.textdrop.net/google-styleguide-ja/cppguide.xml) - Benjy Weinberger, Craig Silverstein, Gregory Eitzmann, Mark Mentovai, Tashana Landray, Takashi Sasai(翻訳) 243 | * [Standard Template Library プログラミング](http://episteme.wankuma.com/stlprog/) - επιστημη 244 | * [お気楽C++プログラミング超入門](http://www.geocities.jp/m_hiroi/linux/cpp.html) - 広井誠 245 | * [ロベールのC++教室](http://www7b.biglobe.ne.jp/~robe/cpphtml/) - ロベール 246 | 247 | 248 | ### CoffeeScript 249 | 250 | * [CoffeeScript 言語リファレンス](http://memo.sappari.org/coffeescript/coffeescript-langref) 251 | * [CoffeeScript基礎文法最速マスター](http://blog.bokuweb.me/entry/2015/01/06/190240) - id:bokuweb 252 | * [The Little Book on CoffeeScript](http://minghai.github.io/library/coffeescript/index.html) - Alex MacCaw, Narumi Katoh(翻訳) 253 | * [基本操作逆引きリファレンス(CoffeeScript)](http://kyu-mu.net/coffeescript/revref/) - 飯塚直 254 | * [正規表現リファレンス(CoffeeScript)](http://kyu-mu.net/coffeescript/regexp/) - 飯塚直 255 | 256 | 257 | ### Clojure 258 | 259 | * [Clojureスタイルガイド](https://github.com/totakke/clojure-style-guide) - Bozhidar Batsov, Toshiki TAKEUCHI(翻訳) 260 | * [Modern cljs(翻訳中)](https://github.com/TranslateBabelJapan/modern-cljs) - Mimmo Cosenza, @esehara(翻訳) 261 | * [逆引きClojure](https://github.com/making/rd-clj) - Toshiaki Maki 262 | 263 | 264 | ### Common Lisp 265 | 266 | * [Common Lisp 入門](http://www.geocities.jp/m_hiroi/xyzzy_lisp.html) - 広井誠 267 | * [Google Common Lisp スタイルガイド 日本語訳](http://google-common-lisp-style-guide-ja.cddddr.org) - Robert Brown, François-René Rideau, TOYOZUMIKouichi 他(翻訳) 268 | * [LISP and PROLOG](http://home.soka.ac.jp/~unemi/LispProlog/) - 畝見達夫 269 | * [On Lisp (草稿)](http://www.asahi-net.or.jp/~kc7k-nd/) - Paul Graham, 野田開(翻訳) 270 | * [マンガで分かるLisp(Manga Guide to Lisp)](http://lambda.bugyo.tk/cdr/mwl/) - λ組 271 | 272 | 273 | ### Coq 274 | 275 | * [ソフトウェアの基礎](http://proofcafe.org/sf/) - Benjamin C. Pierce, Chris Casinghino, Michael Greenberg, Vilhelm Sjöberg, Brent Yorgey, 梅村晃広(翻訳), 片山功士(翻訳), 水野洋樹(翻訳), 大橋台地(翻訳), 増子萌(翻訳), 今井宜洋(翻訳) 276 | 277 | 278 | ### D 279 | 280 | * [D言語基礎文法最速マスター](https://gist.github.com/repeatedly/2470712) - Masahiro Nakagawa 281 | 282 | 283 | ### Elixir 284 | 285 | * [Elixir 基礎文法最速マスター](http://qiita.com/niku/items/729ece76d78057b58271) - niku 286 | 287 | 288 | ### Emacs Lisp 289 | 290 | * [Emacs Lisp基礎文法最速マスター](http://d.hatena.ne.jp/rubikitch/20100201/elispsyntax) - id:rubikitch 291 | * [GNU Emacs Lispリファレンスマニュアル](http://www.bookshelf.jp/texi/elisp-manual/21-2-8/jp/elisp.html) 292 | 293 | 294 | ### Erlang 295 | 296 | * [お気楽 Erlang プログラミング入門](http://www.geocities.jp/m_hiroi/func/erlang.html) - 広井誠 297 | 298 | 299 | ### Git 300 | 301 | * [git - 簡単ガイド](http://rogerdudler.github.io/git-guide/index.ja.html) - Roger Dudler, @nacho4d(翻訳) 302 | * [Git ユーザマニュアル (バージョン 1.5.3 以降用)](http://cdn8.atwikiimg.com/git_jp/pub/git-manual-jp/Documentation/user-manual.html) - Yasuaki Narita 303 | * [GitHubカンニング・ペーパー](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ja.md) - Tim Green, marocchino(翻訳) 304 | * [Pro Git](http://git-scm.com/book/ja/) - Scott Chacon, 高木正弘 他(翻訳) ([PDF](https://raw.github.com/progit-ja/progit/master/progit.ja.pdf), [EPUB](https://raw.github.com/progit-ja/progit/master/progit.ja.epub), [MOBI](https://raw.github.com/progit-ja/progit/master/progit.ja.mobi)) 305 | * [Steins;Git 第二版](http://o2project.github.io/steins-git/) - Shota Kubota 306 | * [サルでもわかるGit入門](http://www.backlog.jp/git-guide/) - 株式会社ヌーラボ 307 | * [デザイナのための Git](https://github.com/hatena/Git-for-Designers) - はてな教科書 308 | * [図解 Git](http://marklodato.github.io/visual-git-guide/index-ja.html) - Mark Lodato, Kazu Yamamoto(翻訳) 309 | 310 | 311 | ### Go 312 | 313 | * [Goプログラミング言語のチュートリアル](http://golang.jp/go_tutorial) - 株式会社エイベル 314 | * [Tour of Go 日本語版](http://go-tour-jp.appspot.com/welcome/1) - atotto 315 | * [お気楽 Go 言語プログラミング入門](http://www.geocities.jp/m_hiroi/golang/index.html) - 広井誠 316 | * [はじめてのGo言語](http://cuto.unirita.co.jp/gostudy/) - 株式会社ユニリタ 317 | * [実践Go言語](http://golang.jp/effective_go) - 株式会社エイベル 318 | 319 | 320 | ### Groovy 321 | 322 | * [Groovy入門](http://www.oki-osk.jp/esc/groovy/) - OKIソフトウェア 323 | * [JGGUG G*Magazine](http://grails.jp/g_mag_jp/) - JGGUG(日本Grails/Groovyユーザーグループ) (PDF, EPUB) 324 | 325 | 326 | ### Gradle 327 | 328 | * [Gradle 日本語ドキュメント](http://gradle.monochromeroad.com/docs/) - Hayashi Masatoshi, Sekiya Kazuchika, Sue Nobuhiro, Mochida Shinya ([PDF](http://gradle.monochromeroad.com/docs/userguide/userguide.pdf)) 329 | * [ビルドツールGradleスタートアップガイドの紹介](https://www.ntts.co.jp/column/tec/java_03/) - 鈴木雅貴 330 | 331 | 332 | ### Grails 333 | 334 | * [Grailsフレームワーク 日本語リファレンス](http://grails.jp/doc/latest/) - T.Yamamoto & Japanese Grails Doc Translating Team. Special thanks to NTT Software. 335 | * [Grailsを用いたファイルアップローダ作成](https://www.ntts.co.jp/column/tec/java_02/) - 須藤悠 336 | 337 | 338 | ### Spock Framework 339 | 340 | * [G*ワークショップZ May 2013 - Spockハンズオンの資料](https://github.com/yamkazu/spock-workshop/tree/master/docs) - Kazuki YAMAMOTO 341 | * [Spock Framework リファレンスドキュメント](http://spock-framework-reference-documentation-ja.readthedocs.org/ja/latest/) - Peter Niederwieser, Kazuki YAMAMOTO 342 | 343 | 344 | ### Haskell 345 | 346 | * [Haskell のお勉強](http://www.shido.info/hs/index.html) - 紫藤貴文 347 | * [Haskell 基礎文法最速マスター](http://d.hatena.ne.jp/ruicc/20100131/1264905896) - id:ruicc 348 | * [Haskellでわかる代数的構造](https://aiya000.gitbooks.io/haskell_de_groupstructure/) - aiya000 349 | * [お気楽 Haskell プログラミング入門](http://www.geocities.jp/m_hiroi/func/haskell.html) - 広井誠 350 | 351 | 352 | ### iOS 353 | 354 | * [Cocoa Programming Tips 1001](http://hmdt.jp/tips/cocoa/index.html) - 木下誠 355 | * [iOSアプリケーション プログラミングガイド](https://developer.apple.com/jp/devcenter/ios/library/documentation/iPhoneAppProgrammingGuide.pdf) - Apple Developer (PDF) 356 | * [RubyMotion Tutorial: Ruby で iOS アプリを作ろう](http://tutorial.rubymotion.jp) - Clay Allsopp, RubyMotion JP(翻訳) 357 | * [初めての iOS アプリケーション](https://developer.apple.com/jp/devcenter/ios/library/documentation/iPhone101.pdf) - Apple Developer (PDF) 358 | 359 | 360 | ### Java 361 | 362 | * [Java基礎文法最速マスター](http://d.hatena.ne.jp/nattou_curry_2/20100130/1264821094) - id:nattou\_curry 363 | * [お気楽 Java プログラミング入門](http://www.geocities.jp/m_hiroi/java/index.html) - 広井誠 364 | * [頑健なJavaプログラムの書き方](http://seiza.dip.jp/link/files/writingrobustjavacode.pdf) - Scott W. Ambler, 高橋徹(翻訳) (PDF) 365 | 366 | 367 | ### JavaScript 368 | 369 | * [Airbnb JavaScript スタイルガイド](http://mitsuruog.github.io/javacript-style-guide/) - Airbnb, 小川充(翻訳) 370 | * [Google JavaScript スタイルガイド](http://www38.atwiki.jp/aias-jsstyleguide2/) - Aaron Whyte, Bob Jervis, Dan Pupius, Erik Arvidsson, Fritz Schneider, Robby Walker, aiaswood(翻訳) 371 | * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ja/) - Ivo Wetzel, HIRAKI Satoru(翻訳) 372 | * [JavaScript Plugin Architecture](https://www.gitbook.com/book/azu/javascript-plugin-architecture/details) - azu 373 | * [JavaScript Programming](http://www.geocities.jp/m_hiroi/light/javascript.html) - 広井誠 374 | * [JavaScript Promiseの本](http://azu.github.io/promises-book/) - azu 375 | * [JavaScript style guide](https://developer.mozilla.org/ja/docs/JavaScript_style_guide) - MDN 376 | * [JavaScript 基礎文法最速マスター](http://gifnksm.hatenablog.jp/entry/20100131/1264934942) - id:gifnksm 377 | * [JavaScript 言語リファレンス](https://msdn.microsoft.com/ja-jp/library/d1et7k7c.aspx) - MSDN Library 378 | * [Mozilla Developer Network 日本語ドキュメント](https://developer.mozilla.org/ja/docs/Web/JavaScript) - MDN 379 | * [The little book of Buster.JS](http://the-little-book-of-busterjs.readthedocs.org) - azu 380 | * [一撃必殺JavaScript日本語リファレンス](http://www.openspc2.org/JavaScript/) - 古籏一浩 381 | * [中上級者になるためのJavaScript](https://kenju.gitbooks.io/js_step-up-to-intermediate/) - Kenju 382 | 383 | 384 | #### Angular.js 385 | 386 | * [AngularJS 1.2 日本語リファレンス](http://js.studio-kingdom.com/angularjs) - @tomof(翻訳) 387 | * [AngularJS 日本語マニュアル](http://angular-js.net) 388 | * [AngularJS's tutorial - あなたとともにAngularJS](http://lab.hisasann.com/AngularJSTutorial/) - @hisasann 389 | * [AngularJSスタイルガイド](https://github.com/mgechev/angularjs-style-guide/blob/master/README-ja-jp.md) 390 | * [すぐできる AngularJS](http://8th713.github.io/LearnAngularJS) - @8th713 391 | 392 | 393 | #### Backbone.js 394 | 395 | * [Backboneドキュメント日本語訳](https://github.com/enja-oss/Backbone) - Jeremy Ashkenas, @studiomohawk(監訳) 396 | 397 | 398 | #### jQuery 399 | 400 | * [jQuery UI API 1.8.4 日本語リファレンス](http://stacktrace.jp/jquery/ui/) - いけまさ 401 | * [jQuery日本語リファレンス](http://semooh.jp/jquery/) - semooh.jp 402 | 403 | 404 | #### Node.js 405 | 406 | * [Felix's Node.js Style Guide](http://popkirby.github.io/contents/nodeguide/style.html) - Debuggable Limited., @popkirby(翻訳) 407 | * [node.js 怒濤の50サンプル!! – socket.io編](https://github.com/omatoro/NodeSample) - omatoro 408 | * [Nodeビギナーズブック](http://www.nodebeginner.org/index-jp.html) - Manuel Kiessling, Yuki Kawashima(翻訳) 409 | 410 | 411 | #### React 412 | 413 | * [React 0.13 日本語リファレンス](http://js.studio-kingdom.com/react) - @tomof(翻訳) 414 | * [React チュートリアル](https://facebook.github.io/react/docs/tutorial-ja-JP.html) - Facebook Inc. 415 | 416 | 417 | ### Julia 418 | 419 | * [Julia 0.3.8](http://stat.biopapyrus.net/julia/) - 孫建強 420 | * [Julia Language Programming](http://www.geocities.jp/m_hiroi/light/julia.html) - 広井誠 421 | * [実例で学ぶ Julia-0.4.1](https://www.dropbox.com/s/lk7y8lifjcr1vf2/JuliaBook-20151201.pdf) - Yuichi Motoyama (PDF) 422 | 423 | 424 | ### LaTeX 425 | 426 | * [TeX/LaTeX入門](https://ja.wikibooks.org/wiki/TeX/LaTeX%E5%85%A5%E9%96%80) - Wikibooks 427 | * [TeX入門](http://www.comp.tmu.ac.jp/tsakai/lectures/intro_tex.html) - 酒井高司 428 | * [TeX入門 TeX Wiki](http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?TeX%E5%85%A5%E9%96%80) - 奥村晴彦 429 | 430 | 431 | ### Linux 432 | 433 | * [Linux Device Driver](http://www.mech.tohoku-gakuin.ac.jp/rde/contents/linux/drivers/indexframe.html) - 熊谷正朗 434 | * [Linux from Scratch (Version 7.4)](http://lfsbookja.osdn.jp/7.4.ja/) - Gerard Beekmans, 松山道夫(翻訳) 435 | * [Secure Programming for Linux and Unix HOWTO](http://linuxjf.osdn.jp/JFdocs/Secure-Programs-HOWTO/) - David A. Wheeler, 高橋聡(翻訳) 436 | 437 | 438 | ### Lua 439 | 440 | * [Lua 5.2 リファレンスマニュアル](http://milkpot.sakura.ne.jp/lua/lua52_manual_ja.html) - Lua.org, PUC-Rio. 441 | * [Lua Programming](http://www.geocities.jp/m_hiroi/light/lua.html) - 広井誠 442 | * [Luaプログラミング入門](http://densan-labs.net/tech/lua/) - @nishio_dens 443 | 444 | 445 | ### Maven 446 | 447 | * [Maven](http://www.techscore.com/tech/Java/ApacheJakarta/Maven/) - シナジーマーケティング株式会社 448 | * [What is Maven?](https://github.com/KengoTODA/what-is-maven) - Kengo TODA 449 | 450 | 451 | ### Mercurial 452 | 453 | * [Mercurial: The Definitive Guide](http://foozy.bitbucket.org/hgbook-ja/index.ja.html) - Bryan O'Sullivan, 藤原克則(翻訳) 454 | * [Mercurial チュートリアル hginit.com の和訳](http://d.hatena.ne.jp/mmitou/20100501/1272680474) - Joel Spolsky, id:mmitou(翻訳) 455 | 456 | 457 | ### ML 458 | 459 | * [ATSプログラミング入門](http://jats-ug.metasepi.org/doc/ATS2/INT2PROGINATS/index.html) 460 | 461 | 462 | ### NoSQL 463 | 464 | * [Hibari アプリケーション開発者ガイド](http://hibari.github.io/hibari-doc/hibari-app-developer-guide.ja.html) 465 | * [MongoDBの薄い本](http://www.cuspy.org/diary/2012-04-17/the-little-mongodb-book-ja.pdf) - Karl Seguin, 濱野司(翻訳) (PDF) 466 | * [The Little Redis Book](https://github.com/craftgear/the-little-redis-book) - Karl Seguin, @craftgear(翻訳) 467 | 468 | 469 | ### Objective-C 470 | 471 | * [Google Objective-C スタイルガイド 日本語訳](http://www.textdrop.net/google-styleguide-ja/objcguide.xml) - Mike Pinkerton, Greg Miller, Dave MacLachlan, Takashi Sasai(翻訳) 472 | * [Objective-C 2.0 基礎文法最速マスター](http://marycore.jp/prog/objective-c/basic-syntax/) - @_marycore 473 | * [Objective-C によるプログラミング](https://developer.apple.com/jp/devcenter/ios/library/documentation/ProgrammingWithObjectiveC.pdf) - Apple Developer (PDF) 474 | * [Objective-C プログラミングの概念](https://developer.apple.com/jp/devcenter/ios/library/documentation/CocoaEncyclopedia.pdf) - Apple Developer (PDF) 475 | * [Objective-C プログラミング言語](https://developer.apple.com/jp/devcenter/ios/library/documentation/ObjC.pdf) - Apple Developer (PDF) 476 | * [Objective-C 最速基礎文法マスター](http://d.hatena.ne.jp/fn7/20100203/1265207098) -id:fn7 477 | 478 | 479 | ### OCaml 480 | 481 | * [Objective Caml 入門](http://www.fos.kuis.kyoto-u.ac.jp/~t-sekiym/classes/isle4/mltext/ocaml.html) - 五十嵐淳 482 | * [お気楽 OCaml プログラミング入門](http://www.geocities.jp/m_hiroi/func/ocaml.html) - 広井誠 483 | 484 | 485 | ### openFrameworks 486 | 487 | * [Beyond Interaction - メディアアートのためのopenFrameworksプログラミング入門](http://download.bnn.co.jp/download/beyond_interaction/BNN_BeyondInteraction.pdf) - 田所淳・比嘉了・久保田晃弘 (PDF) (※書籍を作者がCCライセンスで公開) 488 | 489 | 490 | ### Perl 491 | 492 | * [2時間半で学ぶPerl](http://qntm.org/files/perl/perl_jp.html) - Sam Hughes, Kato Atsusi(翻訳) 493 | * [Perl](https://ja.wikibooks.org/wiki/Perl) - Wikibooks 494 | * [Perl でのデータベース操作](https://github.com/hatena/Hatena-Textbook/blob/master/database-programming-perl.md) - はてな教科書 495 | * [Perl のコアドキュメント](http://perldoc.jp/index/core) - 一般社団法人 Japan Perl Association (JPA) 496 | * [Perl 基礎文法最速マスター](http://d.hatena.ne.jp/perlcodesample/20091226/1264257759) - 木本裕紀 497 | * [お気楽 Perl プログラミング超入門](http://www.geocities.jp/m_hiroi/linux/perl.html) - 広井誠 498 | 499 | 500 | ### PHP 501 | 502 | * [PHP によるデザインパターン入門](https://web.archive.org/web/20140703001758/http://www.doyouphp.jp/book/book_phpdp.shtml) 503 | * [PHP マニュアル](http://www.php.net/manual/ja/) - The PHP Group 504 | * [PHP 基礎文法最速マスター](http://www.1x1.jp/blog/2010/01/php-basic-syntax.html) - 新原雅司 505 | * [PHP4徹底攻略改訂版](http://net-newbie.com/support/pdf2/) 506 | * [PSR-2 – コーディングスタイルガイド](https://github.com/maosanhioro/fig-standards/blob/master/translation/PSR-2-coding-style-guide.md) - maosanhioro 507 | 508 | 509 | ### PowerShell 510 | 511 | * [PowerShell基礎文法最速マスター](http://winscript.jp/powershell/202) - 牟田口大介 512 | * [Windows PowerShell コア](https://technet.microsoft.com/ja-jp/library/bb978525.aspx) - Microsoft TechNet 513 | 514 | 515 | ### Processing 516 | 517 | * [Processing クイックリファレンス](http://www.musashinodenpa.com/p5/) - 株式会社武蔵野電波 518 | * [Processing 入門講座](http://ap.kakoku.net/index.html) - maeda 519 | * [Processing 学習ノート](http://www.d-improvement.jp/learning/processing/) - @mathatelle 520 | 521 | 522 | ### Prolog 523 | 524 | * [LISP and PROLOG](http://home.soka.ac.jp/~unemi/LispProlog/) - 畝見達夫 525 | * [Prolog プログラミング入門](http://bach.istc.kobe-u.ac.jp/prolog/intro/) - 田村直之 526 | * [お気楽 Prolog プログラミング入門](http://www.geocities.jp/m_hiroi/prolog/index.html) - 広井誠 527 | 528 | 529 | ### Python 530 | 531 | * [Dive Into Python 3 日本語版](http://diveintopython3-ja.rdy.jp) - Mark Pilgrim, Fukada(翻訳), Fujimoto(翻訳) 532 | * [Google Python スタイルガイド](http://works.surgo.jp/translation/pyguide.html) - Amit Patel, Antoine Picard, Eugene Jhong, Jeremy Hylton, Matt Smart, Mike Shields, Kosei Kitahara(翻訳) 533 | * [Notes on scientific computing with python](http://japanichaos.appspot.com) - 花田康高 534 | * [php プログラマのための Python チュートリアル](http://phpy.readthedocs.org/en/latest/) - INADA Naoki 535 | * [Python 2.7.2 ドキュメント日本語訳](http://docs.python.jp/2.7/) - Python Software Foundation 536 | * [Python 3.4 / NumPy / SciPy](http://stat.biopapyrus.net/python/) - 孫建強 537 | * [Python Scientific Lecture Notes](http://turbare.net/transl/scipy-lecture-notes/) - 打田旭宏(翻訳) 538 | * [python で心理実験](http://www.s12600.net/psy/python/) - 十河宏行 539 | * [Python で音声信号処理](http://aidiary.hatenablog.com/entry/20110514/1305377659) - id:aidiary 540 | * [Python による日本語自然言語処理](http://www.nltk.org/book-jp/ch12.html) - Steven Bird, Ewan Klein, Edward Loper, 萩原正人(翻訳), 中山敬広(翻訳), 水野貴明(翻訳) 541 | * [Python の学習](http://skitazaki.github.io/python-school-ja/index.html) - KITAZAKI Shigeru 542 | * [Python ヒッチハイク・ガイド](http://python-guide-ja.readthedocs.org) - Kenneth Reitz, Tsuyoshi Tokuda(翻訳) 543 | * [Python プログラマーのための gevent チュートリアル](http://methane.github.io/gevent-tutorial-ja/) - Stephen Diehl, Jérémy Bethmont, sww, Bruno Bigras, David Ripton, Travis Cline, Boris Feld, youngsterxyf, Eddie Hebert, Alexis Metaireau, Daniel Velkov, methane(翻訳) 544 | * [Python 基礎文法最速マスター](http://d.hatena.ne.jp/dplusplus/20100126/p1) - id:dplusplus 545 | * [The Programming Historian](https://sites.google.com/site/theprogramminghistorianja/) - William J. Turkel, Alan MacEachern, @moroshigeki(翻訳), @historyanddigi(翻訳), @Say\_no(翻訳), @knagasaki(翻訳), @mak\_goto(翻訳) 546 | * [Think Python:コンピュータサイエンティストのように考えてみよう](http://www.cauldron.sakura.ne.jp/thinkpython/thinkpython/ThinkPython.pdf) - Allen Downey, 相川 利樹(翻訳)(PDF) 547 | * [お気楽 Python プログラミング入門](http://www.geocities.jp/m_hiroi/light/index.html) - 広井誠 548 | * [みんなのPython Webアプリ編](http://coreblog.org/ats/minpy-web-is-now-free-to-read/) - 柴田淳 549 | * [機械学習の Python との出会い (Machine Learning Meets Python)](http://www.kamishima.net/mlmpyja/) - 神嶌敏弘 [PDF](http://www.kamishima.net/archive/mlmpyja.pdf), [EPUB](http://www.kamishima.net/archive/mlmpyja.epub) 550 | 551 | 552 | #### Flask 553 | 554 | * [Flask ドキュメント](http://flask-docs-ja.readthedocs.org) - Armin Ronacher, Tsuyoshi Tokuda(翻訳) 555 | * [Flask ハンズオン](http://methane.github.io/flask-handson/) - INADA Naoki 556 | 557 | 558 | ### R 559 | 560 | * [R-Tips](http://cse.naro.affrc.go.jp/takezawa/r-tips/r2.html) - 舟尾暢男 561 | * [R グラフィックス](http://stat.biopapyrus.net/graph/) - 孫建強 562 | * [R プログラミング](http://stat.biopapyrus.net/r/) - 孫建強 563 | * [R プログラミング / 発展編](http://stat.biopapyrus.net/dev/) - 孫建強 564 | * [R 入門](http://cran.r-project.org/doc/contrib/manuals-jp/R-intro-170.jp.pdf) - W. N. Venables, D. M. Smith and the R Development Core Team, 間瀬茂(翻訳) (PDF) 565 | * [R 基本統計関数マニュアル](http://cran.r-project.org/doc/contrib/manuals-jp/Mase-Rstatman.pdf) - 間瀬茂 (PDF) 566 | * [R 言語定義](http://cran.r-project.org/doc/contrib/manuals-jp/R-lang.jp.v110.pdf) - R Development Core Team, 間瀬茂(翻訳) (PDF) 567 | * [Rチュートリアルセミナーテキスト](http://psycho.edu.yamaguchi-u.ac.jp/?page_id=626) - 小杉考司, 押江隆 (PDF, ePUB) 568 | * [Rによる保健医療データ解析演習](http://minato.sip21c.org/msb/medstatbook.pdf) - 中澤港 (PDF) 569 | * [Rによる統計解析の基礎](http://minato.sip21c.org/statlib/stat.pdf) - 中澤港 (PDF) 570 | * [無料統計ソフトRで心理学](http://blue.zero.jp/yokumura/Rhtml/Haebera2002.html) - 奥村泰之 571 | * [統計解析ソフトRのスクリプト集](http://psych.educa.nagoya-u.ac.jp/doc/Rscripts_ishii.pdf) - 石井秀宗 (PDF) 572 | * [統計解析フリーソフトRの備忘録](http://cse.naro.affrc.go.jp/takezawa/r-tips.pdf) - 竹澤邦夫 (PDF) 573 | 574 | 575 | ### Ruby 576 | 577 | * [Ruby on Rails ガイド](http://railsguides.jp) - Michael Hartl, 八田 昌三(翻訳), 安川 要平(翻訳) 578 | * [Ruby on Rails チュートリアル](http://railstutorial.jp) - Michael Hartl, 八田 昌三(翻訳), 安川 要平(翻訳) 579 | * [Ruby ソースコード完全解説](http://i.loveruby.net/ja/rhg/book/) - 青木峰郎 580 | * [Ruby リファレンスマニュアル](https://www.ruby-lang.org/ja/documentation/) - まつもとゆきひろ 581 | * [Ruby 基礎文法最速マスター](http://route477.net/d/?date=20100125) 582 | * [TremaでOpenFlowプログラミング](http://yasuhito.github.io/trema-book/) - 高宮安仁, 鈴木一哉, 松井暢之, 村木暢哉, 山崎泰宏 583 | * [お気楽 Ruby プログラミング入門](http://www.geocities.jp/m_hiroi/light/ruby.html) - 広井誠 584 | * [つくって学ぶプログラミング言語 RubyによるScheme処理系の実装](http://tatsu-zine.com/books/scheme-in-ruby) - 渡辺昌寛 585 | * [ホワイの(感動的)Rubyガイド](http://www.aoky.net/articles/why_poignant_guide_to_ruby/) - why the lucky stiff, 青木靖(翻訳) 586 | 587 | 588 | ### Sather 589 | 590 | * [Sather を試そう](http://www.shido.info/sather/index.html) - 紫藤貴文 591 | 592 | 593 | ### Scala 594 | 595 | * [Effective Scala](http://twitter.github.io/effectivescala/index-ja.html) 596 | * [Learning Scalaz](http://eed3si9n.com/learning-scalaz/ja/) 597 | * [tetrix in Scala](http://eed3si9n.com/tetrix-in-scala-html5-book) 598 | 599 | 600 | ### Scheme 601 | 602 | * [Gauche プログラミング(立読み版)](https://web.archive.org/web/20140521224625/http://karetta.jp/book-cover/gauche-hacks) - 川合史朗(監修), Kahuaプロジェクト 603 | * [Gauche ユーザリファレンス](http://practical-scheme.net/gauche/man/gauche-refj.html) - 川合史朗 604 | * [Scheme](https://ja.wikibooks.org/wiki/Scheme) - Wikibooks 605 | * [Scheme 入門 スーパービギナー編](https://sites.google.com/site/atponslisp/home/scheme/racket/schemenyuumon-1/schemenyuumon) 606 | * [お気楽 Scheme プログラミング入門](http://www.geocities.jp/m_hiroi/func/scheme.html) - 広井誠 607 | * [もうひとつの Scheme 入門](http://www.shido.info/lisp/idx_scm.html) - 紫藤貴文 608 | * [入門Scheme](https://web.archive.org/web/20140812144348/http://www4.ocn.ne.jp/~inukai/scheme_primer_j.html) - 犬飼大 609 | 610 | 611 | ### Scratch 612 | 613 | * [炎の型 With Scratch (ゲームプログラム入門) ](https://kyorohiro.gitbooks.io/doc_scratch/) - kyorohiro 614 | 615 | 616 | ### sed 617 | 618 | * [SED 教室](http://www.gcd.org/sengoku/sedlec/) - 仙石浩明 619 | 620 | 621 | ### Smalltalk 622 | 623 | * [自由自在 Squeakプログラミング](http://swikis.ddo.jp/squeak/13) - 梅澤真史 624 | 625 | 626 | ### SQL(実装非依存) 627 | 628 | * [SQL](http://www.techscore.com/tech/sql/) - シナジーマーケティング株式会社 629 | * [SQLアタマ養成講座](http://www.geocities.jp/mickindex/database/WDP/WDP_44.pdf) - ミック WEB+DB Press Vol.44 (2008) p.47-72 (PDF) 630 | * [SQLプログラミング作法](http://www.geocities.jp/mickindex/database/db_manner.html) - ミック 631 | 632 | 633 | ### Standard ML 634 | 635 | * [お気楽 Standard ML of New Jersey 入門](http://www.geocities.jp/m_hiroi/func/index.html#sml) - 広井誠 636 | * [プログラミング言語SML#解説](http://www.pllab.riec.tohoku.ac.jp/smlsharp/docs/3.0/ja/manual.xhtml) - 大堀淳, 上野 雄大 637 | * [プログラミング言語Standard ML入門](http://www.pllab.riec.tohoku.ac.jp/smlsharp/smlIntroSlidesJP.pdf) - 大堀淳 (PDF) 638 | 639 | 640 | ### Swift 641 | 642 | * [逆引きSwift(iOS編)](https://sites.google.com/a/gclue.jp/swift-docs/) - 株式会社GClue 643 | 644 | 645 | ### Tcl/Tk 646 | 647 | * [Tcl/Tk お気楽 GUI プログラミング](http://www.geocities.jp/m_hiroi/tcl_tk_doc/tcltk_doc.html) - 広井誠 648 | * [Tcl/Tk入門](http://aoba.cc.saga-u.ac.jp/lecture/TclTk/text.pdf) - 只木進一 (PDF) 649 | 650 | 651 | ### TypeScript 652 | 653 | * [TypeScript クイックガイド](http://phyzkit.net/typescript/) - @KDKTN 654 | 655 | 656 | ### VBA 657 | 658 | * [Excel 2013 で学ぶ Visual Basic for Applications (VBA)](http://brain.cc.kogakuin.ac.jp/~kanamaru/lecture/vba2013/index.html) - 金丸隆志 659 | * [Office 2013 Visual Basic for Applications 言語リファレンス](https://msdn.microsoft.com/ja-jp/library/office/gg264383.aspx) - MSDN Library 660 | * [VBA基礎文法最速マスター](http://d.hatena.ne.jp/nattou_curry_2/20100129/1264787849) - id:nattou\_curry 661 | 662 | 663 | ### Vim 664 | 665 | * [Vim スクリプトリファレンス](http://nanasi.jp/code.html) - 小見拓 666 | * [Vim スクリプト基礎文法最速マスター](http://d.hatena.ne.jp/thinca/20100201/1265009821) - id:thinca 667 | * [Vim スクリプト書法](http://vim-jp.org/vimdoc-ja/usr_41.html) - Bram Moolenaar, vimdoc-ja プロジェクト(翻訳) 668 | --------------------------------------------------------------------------------