提交 bfbd7a3b 编写于 作者: L Leonardo Rifeli

Merged with master

上级 0d6251e4
...@@ -3,5 +3,5 @@ sudo: false ...@@ -3,5 +3,5 @@ sudo: false
node_js: node_js:
- "4.1" - "4.1"
before_script: before_script:
- npm install -g https://github.com/vhf/free-programming-books-lint.git - npm install -g free-programming-books-lint
script: fpb-lint . script: fpb-lint .
...@@ -5,13 +5,13 @@ By contributing you agree to the [LICENSE](https://github.com/vhf/free-programmi ...@@ -5,13 +5,13 @@ By contributing you agree to the [LICENSE](https://github.com/vhf/free-programmi
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. 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.
## In a nutshell ## In a nutshell
1. "An link to easily download a book" is not alway a link to a *free* book. Please only contribute free content. Make sure it's free. 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.
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. 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.
- If you know git, please fork the repo and send pull requests. - If you know git, please fork the repo and send pull requests.
3. We have 5 kinds of lists. Choose the right one: 3. We have 5 kinds of lists. Choose the right one:
- *Books* : PDF, HTML, ePub, a gitbook.io based site, a Git repo, etc. - *Books* : PDF, HTML, ePub, a gitbook.io based site, a Git repo, etc.
- *Courses* : A course is a learning material which is not a book and where there is no interactive tool embeded in the site. [This is a course](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/). - *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/).
- *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). - *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).
- *JavaScript Resources* : Any resources teaching a JavaScript framework or library. - *JavaScript Resources* : Any resources teaching a JavaScript framework or library.
- *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. - *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.
......
...@@ -44,7 +44,7 @@ Please read [CONTRIBUTING](/CONTRIBUTING.md). ...@@ -44,7 +44,7 @@ Please read [CONTRIBUTING](/CONTRIBUTING.md).
+ Ukrainian: [github](/free-programming-books-ua.md) + Ukrainian: [github](/free-programming-books-ua.md)
### Noticeable lists ### Notable lists
+ [Free JavaScript frameworks resources and tutorials](/javascript-frameworks-resources.md) + [Free JavaScript frameworks resources and tutorials](/javascript-frameworks-resources.md)
......
...@@ -38,13 +38,13 @@ ...@@ -38,13 +38,13 @@
### Android ### Android
* [Creative, Serious and Playful Science of Android Apps](https://www.coursera.org/course/androidapps101) * [Creative, Serious and Playful Science of Android Apps](https://www.coursera.org/course/androidpart1apps101)
* [Programming Cloud Services for Android Handheld Systems](https://www.coursera.org/course/mobilecloud) * [Programming Cloud Services for Android Handheld Systems](https://www.coursera.org/course/mobilecloudprogram)
* [Programming Mobile Applications for Android Handheld Systems pt. 1](https://www.coursera.org/course/android) * [Programming Mobile Applications for Android Handheld Systems pt. 1](https://www.coursera.org/course/android)
* [Programming Mobile Applications for Android Handheld Systems pt. 2](https://www.coursera.org/course/androidpart2) * [Programming Mobile Applications for Android Handheld Systems pt. 2](https://www.coursera.org/course/androidpart2)
* [Programming Mobile Services for Android Handheld Systems: Communication](https://www.coursera.org/course/posacommunication) * [Programming Mobile Services for Android Handheld Systems: Communication](https://www.coursera.org/course/posacommunication)
* [Programming Mobile Services for Android Handheld Systems: Concurrency](https://www.coursera.org/course/posaconcurrency) * [Programming Mobile Services for Android Handheld Systems: Concurrency](https://www.coursera.org/course/posaconcurrency)
* [Udacity Android Course Catalog](https://www.udacity.com/courses#!/android) * [Udacity Android Course Catalog](https://www.udacity.com/courses#!/android#!/android)
### AngularJS ### AngularJS
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
### Databases ### Databases
* [Database Systems](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/) (MIT's opencourseware) * [Database Systems](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/) (MIT's opencourseware)
* [Introduction to Databases](https://class.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford University) * [Introduction to Databases](https://lagunita.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford University)
### Git ### Git
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
* [Java for Complete Beginners](http://courses.caveofprogramming.com/courses/java-for-complete-beginners) * [Java for Complete Beginners](http://courses.caveofprogramming.com/courses/java-for-complete-beginners)
* [Princeton Algorithms, Part 1](https://www.coursera.org/course/algs4partI) * [Princeton Algorithms, Part 1](https://www.coursera.org/course/algs4partI)
* [Princeton Algorithms, Part 2](https://www.coursera.org/course/algs4partII) * [Princeton Algorithms, Part 2](https://www.coursera.org/course/algs4partII)
* [Problem Solving With Java](https://www.udacity.com/course/cs046) * [Problem Solving With Java](https://www.udacity.com/course/intro-to-java-programming--cs046)
### JS ### JS
...@@ -166,22 +166,23 @@ ...@@ -166,22 +166,23 @@
### OCaml ### OCaml
* [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/) * [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/2015fa/)
* [Introduction to Functional Programming in OCaml](https://www.france-universite-numerique-mooc.fr/courses/parisdiderot/56002/session01/about) * [Introduction to Functional Programming in OCaml](https://www.france-universite-numerique-mooc.fr/courses/parisdiderot/56002/session01/about)
### Oracle PL/SQL ### Oracle PL/SQL
* [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/platforms/oracle/w/wiki/8243.plsql-obsession.aspx) * [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/platforms/oracle/w/wiki/8243.plsql-obsession)
### Python ### Python
* [Berkeley's Structure and Interpretation of Computer Programs](http://www-inst.eecs.berkeley.edu/~cs61a/) * [Berkeley's Structure and Interpretation of Computer Programs](http://cs61a.org)
* [Google's Python Course](https://developers.google.com/edu/python/) * [Google's Python Course](https://developers.google.com/edu/python/)
* [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) * [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)
* [Learn Python](https://pythonspot.com) * [Learn Python](https://pythonspot.com)
* [Programming for Everybody](https://www.coursera.org/course/pythonlearn) * [Learn to program in Python](https://www.codecademy.com/learn/python)
* [Programming for Everybody](https://www.coursera.org/learn/python)
### R ### R
...@@ -196,7 +197,7 @@ ...@@ -196,7 +197,7 @@
### Ruby ### Ruby
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com) * [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com)
### Sails.Js ### Sails.Js
...@@ -212,11 +213,12 @@ ...@@ -212,11 +213,12 @@
### Swift ### Swift
* [Swiftris - Build an iOS Tetris app from scratch](https://www.bloc.io/tutorials/swiftris-build-your-first-ios-game-with-swift) * [Swiftris - Build an iOS Tetris app from scratch](https://www.bloc.io/swiftris-build-your-first-ios-game-with-swift)
### Web Development ### Web Development
* [Discover Flask - Full Stack Web Development with Flask](https://github.com/realpython/discover-flask) * [Discover Flask - Full Stack Web Development with Flask](https://github.com/realpython/discover-flask)
* [Flask(A Python Microframework) Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)
* [The Odin Project - Learn Web Development for Free](http://www.theodinproject.com) * [The Odin Project - Learn Web Development for Free](http://www.theodinproject.com)
* [Udacity Web Development Course Catalog](https://www.udacity.com/courses#!/web-development) * [Udacity Web Development Course Catalog](https://www.udacity.com/courses#!/web-development#!/web-development)
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
* [Android](#android) * [Android](#android)
* [Angular JS](#angularjs) * [Angular JS](#angularjs)
* [C#](#csharp) * [C#](#csharp)
* [C++](#c-1)
* [CSS](#css) * [CSS](#css)
* [Elixir](#elixir) * [Elixir](#elixir)
* [Emacs](#emacs) * [Emacs](#emacs)
...@@ -19,12 +20,12 @@ ...@@ -19,12 +20,12 @@
### Android ### Android
* [Screencast] - [Android Basics Archives - mybringback](http://www.mybringback.com/series/android-basics) * [Screencast] - [Android Basics Archives - mybringback](http://www.mybringback.com/series/android-basics/)
### AngularJS ### AngularJS
* [Podcast] - [Adventures in Angular - DevChat.tv](http://devchat.tv/adventures-in-angular/) * [Podcast] - [Adventures in Angular - DevChat.tv](https://devchat.tv/adventures-in-angular/)
### C# ### C#
...@@ -32,9 +33,15 @@ ...@@ -32,9 +33,15 @@
* [Screencast] - [How to program in C# - Beginner Course | Brackeys](https://www.youtube.com/playlist?list=PLPV2KyIb3jR6ZkG8gZwJYSjnXxmfPAl51) * [Screencast] - [How to program in C# - Beginner Course | Brackeys](https://www.youtube.com/playlist?list=PLPV2KyIb3jR6ZkG8gZwJYSjnXxmfPAl51)
### C++
* [Screencast] - [C++ Programming Video Lectures](https://www.youtube.com/playlist?list=PLTZbNwgO5ebo64D1k0DJQGX30X6iSTmRr)
* [Screencast] - [C++ STL ](https://www.youtube.com/playlist?list=PL5jc9xFGsL8G3y3ywuFSvOuNm3GjBwdkb)
### CSS ### CSS
* [Screencast] - [CSS-Tricks Screencasts](http://css-tricks.com/video-screencasts/) * [Screencast] - [CSS-Tricks Screencasts](https://css-tricks.com/video-screencasts/)
### Elixir ### Elixir
...@@ -69,9 +76,9 @@ ...@@ -69,9 +76,9 @@
### Javascript ### Javascript
* [Podcast] - [JavaScript Jabber](http://javascriptjabber.com) * [Podcast] - [JavaScript Jabber](https://devchat.tv/js-jabber/)
* [Podcast] - [The Javascript Show](http://javascriptshow.com) * [Podcast] - [The Javascript Show](http://javascriptshow.com)
* [Screencast] - [Free Quality Javascript video tutorials and screencasts](http://screencasts.org/topics/javascript) * [Screencast] - [Free Quality Javascript video tutorials and screencasts](http://www.screencasts.org/topics/javascript)
* [Screencast] - [Node Tuts - Node.JS Video Tutorials](http://nodetuts.com) * [Screencast] - [Node Tuts - Node.JS Video Tutorials](http://nodetuts.com)
* [Screencast] - [ShowMeDo - Javascript Screencasts](http://showmedo.com/videotutorials/javascript) * [Screencast] - [ShowMeDo - Javascript Screencasts](http://showmedo.com/videotutorials/javascript)
...@@ -79,7 +86,7 @@ ...@@ -79,7 +86,7 @@
### Language Agnostic ### Language Agnostic
* [Podcast] - [Frontside the Podcast](https://frontsidethepodcast.simplecast.fm) * [Podcast] - [Frontside the Podcast](https://frontsidethepodcast.simplecast.fm)
* [Podcast] - [Full Stack Radio](http://fullstackradio.com) * [Podcast] - [Full Stack Radio](http://www.fullstackradio.com)
* [Podcast] - [IEEE Software's "On Computing" with Grady Booch](http://www.computer.org/web/computingnow/oncomputing) * [Podcast] - [IEEE Software's "On Computing" with Grady Booch](http://www.computer.org/web/computingnow/oncomputing)
* [Podcast] - [Programming Throwdown](http://www.programmingthrowdown.com) * [Podcast] - [Programming Throwdown](http://www.programmingthrowdown.com)
* [Podcast] - [Shop Talk Show](http://shoptalkshow.com) * [Podcast] - [Shop Talk Show](http://shoptalkshow.com)
...@@ -100,28 +107,29 @@ ...@@ -100,28 +107,29 @@
* [Podcast] - [PHP Roundtable](https://www.phproundtable.com) * [Podcast] - [PHP Roundtable](https://www.phproundtable.com)
* [Podcast] - [PHP Town Hall](http://phptownhall.com) * [Podcast] - [PHP Town Hall](http://phptownhall.com)
* [Podcast] - [Sound of Symfony](http://www.soundofsymfony.com) * [Podcast] - [Sound of Symfony](http://www.soundofsymfony.com)
* [Podcast] - [Voices of the ElePHPant](http://voicesoftheelephpant.com) * [Podcast] - [Voices of the ElePHPant](https://voicesoftheelephpant.com)
### Python ### Python
* [Podcast] - [Podcast.__init__](http://podcastinit.com) * [Podcast] - [Podcast.__init__](http://podcastinit.com)
* [Podcast] - [Python Test Podcast](http://pythontesting.net/test-podcast) * [Podcast] - [Python Test Podcast](http://pythontesting.net/test-podcast)
* [Podcast] - [Talk Python To Me - A podcast on Python and related technologies](http://www.talkpythontome.com) * [Podcast] - [Talk Python To Me - A podcast on Python and related technologies](http://talkpython.fm)
* [Screencast] - [Diving into Django](http://code.tutsplus.com/articles/diving-into-django--net-2969) * [Screencast] - [Diving into Django](http://code.tutsplus.com/articles/diving-into-django--net-2969)
* [Screencast] - [Practical Flask Web Development Tutorials](https://www.youtube.com/playlist?list=PLQVvvaa0QuDc_owjTbIY4rbgXOFkUYOUB)
* [Screencast] - [ShowMeDo - Python Videos, Tutorials and Screencasts](http://showmedo.com/videotutorials/python) * [Screencast] - [ShowMeDo - Python Videos, Tutorials and Screencasts](http://showmedo.com/videotutorials/python)
* [Screencast] - [TheNewBoston - Pygame (Python Game Development) Playlist](http://www.youtube.com/playlist?list=PL6gx4Cwl9DGAjkwJocj7vlc_mFU-4wXJq) * [Screencast] - [TheNewBoston - Pygame (Python Game Development) Playlist](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAjkwJocj7vlc_mFU-4wXJq)
* [Screencast] - [TheNewBoston - Python 3.4 Programming Tutorials](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_) * [Screencast] - [TheNewBoston - Python 3.4 Programming Tutorials](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_)
* [Screencast] - [TheNewBoston - Python GUI with Tkinter Playlist](http://www.youtube.com/playlist?list=PL6gx4Cwl9DGBwibXFtPtflztSNPGuIB_d) * [Screencast] - [TheNewBoston - Python GUI with Tkinter Playlist](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBwibXFtPtflztSNPGuIB_d)
* [Screencast] - [TheNewBoston - Python Programming Tutorials - 2.x](http://www.youtube.com/playlist?list=PLEA1FEF17E1E5C0DA) * [Screencast] - [TheNewBoston - Python Programming Tutorials - 2.x](https://www.youtube.com/playlist?list=PLEA1FEF17E1E5C0DA)
* [Screencast] - [Try Django Tutorial](http://youtu.be/3DccH9AMwFQ?list=PLEsfXFp6DpzRgedo9IzmcpXYoSeDg29Tx) * [Screencast] - [Try Django Tutorial](http://youtu.be/3DccH9AMwFQ?list=PLEsfXFp6DpzRgedo9IzmcpXYoSeDg29Tx)
### Ruby ### Ruby
* [Podcast] - [5by5 - Ruby on Rails Podcast](http://5by5.tv/rubyonrails) * [Podcast] - [5by5 - Ruby on Rails Podcast](http://5by5.tv/rubyonrails)
* [Podcast] - [ENVY LABS - Ruby5](http://ruby5.envylabs.com) * [Podcast] - [ENVY LABS - Ruby5](https://ruby5.codeschool.com)
* [Podcast] - [Ruby Rogues](http://rubyrogues.com) * [Podcast] - [Ruby Rogues](https://devchat.tv/ruby-rogues/)
* [Podcast] - [The Bike Shed](http://bikeshed.fm) * [Podcast] - [The Bike Shed](http://bikeshed.fm)
* [Podcast] - [The Ruby Show](http://rubyshow.com) * [Podcast] - [The Ruby Show](http://rubyshow.com)
* [Screencast] - [Free Ruby on Rails Screencasts](http://railscasts.com/?type=free) * [Screencast] - [Free Ruby on Rails Screencasts](http://railscasts.com/?type=free)
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* [Javascript](#javascript) * [Javascript](#javascript)
* [Node.js](#Nodejs) * [Node.js](#Nodejs)
* [Webpack](#Webpack)
### Javascript ### Javascript
...@@ -13,3 +14,8 @@ ...@@ -13,3 +14,8 @@
### Node.js ### Node.js
* [Screencast] - [Скринкаст Node.JS - Илья Кантор](https://learn.javascript.ru/nodejs-screencast/) * [Screencast] - [Скринкаст Node.JS - Илья Кантор](https://learn.javascript.ru/nodejs-screencast/)
### Webpack
* [Screencast] - [Скринкаст Webpack - Илья Кантор](https://learn.javascript.ru/webpack-screencast/)
...@@ -25,12 +25,12 @@ ...@@ -25,12 +25,12 @@
### Bash ### Bash
* [Bash očima Bohdana Milara](http://www.root.cz/knihy/bash-ocima-bohdana-milara/stahnout/980/) (PDF) * [Bash očima Bohdana Milara](http://i.iinfo.cz/files/root/k/bash_ocima_bohdana_milara.pdf) (PDF)
### Java ### Java
* [Java 5.0, novinky jazyka a upgrade aplikací](http://www.root.cz/knihy/java-5-0-novinky-jazyka-a-upgrade-aplikaci/stahnout/1037/) (PDF) * [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)
### Git ### Git
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#### Algoritmy a datové struktury #### Algoritmy a datové struktury
* [Základy algoritmizace](http://www.root.cz/knihy/zaklady-algoritmizace/stahnout/950/) (PDF) * [Základy algoritmizace](http://i.iinfo.cz/files/root/k/Zaklady_algorimizace.pdf) (PDF)
#### Bezpečnost #### Bezpečnost
...@@ -113,12 +113,12 @@ ...@@ -113,12 +113,12 @@
### Python ### Python
* [Ponořme se do Pythonu 3](https://knihy.nic.cz) - Mark Pilgrim (PDF) * [Ponořme se do Pythonu 3](https://knihy.nic.cz) - Mark Pilgrim (PDF)
* [Učebnice jazyka Python](http://www.root.cz/knihy/ucebnice-jazyka-python/stahnout/920/) (PDF) * [Učebnice jazyka Python](http://i.iinfo.cz/files/root/k/Ucebnice_jazyka_Python.pdf) (PDF)
### Ruby ### Ruby
* [Ruby Tutoriál](http://www.root.cz/knihy/ruby-tutorial/stahnout/924/) (PDF) * [Ruby Tutoriál](http://i.iinfo.cz/files/root/k/Ruby_tutorial.pdf) (PDF)
### TeX ### TeX
......
...@@ -27,15 +27,15 @@ ...@@ -27,15 +27,15 @@
### Unabhängig von der Programmiersprache ### Unabhängig von der Programmiersprache
* [IT-Handbuch für Fachinformatiker](http://openbook.galileocomputing.de/it_handbuch/) * [IT-Handbuch für Fachinformatiker](http://openbook.rheinwerk-verlag.de/it_handbuch/)
* [Objektorientierte Programmierung](http://openbook.galileocomputing.de/oop/) * [Objektorientierte Programmierung](http://openbook.rheinwerk-verlag.de/oop/)
* [Scrum und XP im harten Projektalltag](http://www.infoq.com/resource/news/2007/06/scrum-xp-book/en/resources/ScrumAndXpFromTheTrenchesonline_German.pdf) (PDF) * [Scrum und XP im harten Projektalltag](http://www.infoq.com/resource/news/2007/06/scrum-xp-book/en/resources/ScrumAndXpFromTheTrenchesonline_German.pdf) (PDF)
### Action Script ### Action Script
* [ActionScript 1 und 2](http://openbook.galileodesign.de/actionscript/) * [ActionScript 1 und 2](http://openbook.rheinwerk-verlag.de/actionscript/)
* [Einstieg in ActionScript](http://openbook.galileodesign.de/actionscript_einstieg/) * [Einstieg in ActionScript](http://openbook.rheinwerk-verlag.de/actionscript_einstieg/)
### Android ### Android
...@@ -50,13 +50,13 @@ ...@@ -50,13 +50,13 @@
### C ### C
* [C von A bis Z](http://openbook.galileocomputing.de/c_von_a_bis_z/) * [C von A bis Z](http://openbook.rheinwerk-verlag.de/c_von_a_bis_z/)
* [Softwareentwicklung in C](http://www.asc.tuwien.ac.at/~eprog/download/schmaranz.pdf) (PDF) * [Softwareentwicklung in C](http://www.asc.tuwien.ac.at/~eprog/download/schmaranz.pdf) (PDF)
### C++ ### C++
* [Die Boost C++ Bibliotheken](http://www.highscore.de/cpp/boost/) * [Die Boost C++ Bibliotheken](http://dieboostcppbibliotheken.de)
* [Programmieren in C++: Aufbau](http://www.highscore.de/cpp/aufbau/) * [Programmieren in C++: Aufbau](http://www.highscore.de/cpp/aufbau/)
* [Programmieren in C++: Einführung](http://www.highscore.de/cpp/einfuehrung/) * [Programmieren in C++: Einführung](http://www.highscore.de/cpp/einfuehrung/)
...@@ -64,14 +64,14 @@ ...@@ -64,14 +64,14 @@
### C Sharp ### C Sharp
* [Programmieren in C#: Einführung](http://www.highscore.de/csharp/einfuehrung/) * [Programmieren in C#: Einführung](http://www.highscore.de/csharp/einfuehrung/)
* [Visual C# 2008](http://openbook.galileocomputing.de/visual_csharp/) * [Visual C# 2008](http://openbook.rheinwerk-verlag.de/visual_csharp/)
* [Visual C# 2010](http://openbook.galileocomputing.de/visual_csharp_2010/) * [Visual C# 2010](http://openbook.rheinwerk-verlag.de/visual_csharp_2010/)
* [Visual C# 2012](http://openbook.galileocomputing.de/visual_csharp_2012/) * [Visual C# 2012](http://openbook.rheinwerk-verlag.de/visual_csharp_2012/)
### iOS ### iOS
* [Apps programmieren für iPhone und iPad](http://openbook.galileocomputing.de/apps_programmieren_fuer_iphone_und_ipad/) * [Apps programmieren für iPhone und iPad](http://openbook.rheinwerk-verlag.de/apps_programmieren_fuer_iphone_und_ipad/)
* [iOS-Rezepte](http://examples.oreilly.de/openbooks/iosrecipesger.zip) * [iOS-Rezepte](http://examples.oreilly.de/openbooks/iosrecipesger.zip)
* [iPad-Programmierung](http://examples.oreilly.de/openbooks/pdf_ipadprogpragger.pdf) (PDF) * [iPad-Programmierung](http://examples.oreilly.de/openbooks/pdf_ipadprogpragger.pdf) (PDF)
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
### Git ### Git
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/de/) * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/de/)
* [Pro Git](http://git-scm.com/book/de) * [Pro Git](http://git-scm.com/book/de/v1)
### Groovy ### Groovy
...@@ -89,25 +89,25 @@ ...@@ -89,25 +89,25 @@
### HTML & CSS ### HTML & CSS
* [CSS](http://peterkropff.de/site/css/css.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF] * [CSS](http://www.peterkropff.de/site/css/css.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
* [HTML](http://peterkropff.de/site/html/html.htm) — Peter Kropff [Online, PDF] * [HTML](http://www.peterkropff.de/site/html/html.htm) — Peter Kropff [Online, PDF]
* [HTML5-Handbuch](http://webkompetenz.wikidot.com/docs:html-handbuch) * [HTML5-Handbuch](http://webkompetenz.wikidot.com/docs:html-handbuch)
* [Self HTML](http://de.selfhtml.org) * [Self HTML](https://wiki.selfhtml.org/wiki/Startseite)
### Java ### Java
* [EJB 3 für Umsteiger: Neuerungen und Änderungen gegenüber dem EJB-2.x-Standard](http://bsd.de/e3fu/umfrage.html) - Heiko W. Rupp * [EJB 3 für Umsteiger: Neuerungen und Änderungen gegenüber dem EJB-2.x-Standard](http://bsd.de/e3fu/umfrage.html) - Heiko W. Rupp
* [Java 7 Mehr als eine Insel](http://openbook.galileocomputing.de/java7/) * [Java 7 Mehr als eine Insel](http://openbook.rheinwerk-verlag.de/java7/)
* [Java ist auch eine Insel](http://openbook.galileocomputing.de/javainsel/) * [Java ist auch eine Insel](http://openbook.rheinwerk-verlag.de/javainsel/)
* [Programmieren Java: Aufbau](http://www.highscore.de/java/aufbau/) * [Programmieren Java: Aufbau](http://www.highscore.de/java/aufbau/)
* [Programmieren Java: Einführung](http://www.highscore.de/java/einfuehrung/) * [Programmieren Java: Einführung](http://www.highscore.de/java/einfuehrung/)
### Javascript ### Javascript
* [JavaScript](http://peterkropff.de/site/javascript/javascript.htm) — Peter Kropff (Grundlagen, AJAX, DOM, OOP) [Online, PDF] * [JavaScript](http://www.peterkropff.de/site/javascript/javascript.htm) — Peter Kropff (Grundlagen, AJAX, DOM, OOP) [Online, PDF]
* [JavaScript und AJAX](http://openbook.galileocomputing.de/javascript_ajax/) * [JavaScript und AJAX](http://openbook.rheinwerk-verlag.de/javascript_ajax/)
* [Webseiten erstellen mit Javascript](http://www.highscore.de/javascript/) * [Webseiten erstellen mit Javascript](http://www.highscore.de/javascript/)
...@@ -115,23 +115,23 @@ ...@@ -115,23 +115,23 @@
* [LaTeX - eine Einführung und ein bißchen mehr...](http://www.fernuni-hagen.de/imperia/md/content/zmi_2010/a026_latex_einf.pdf) (PDF) * [LaTeX - eine Einführung und ein bißchen mehr...](http://www.fernuni-hagen.de/imperia/md/content/zmi_2010/a026_latex_einf.pdf) (PDF)
* [LaTeX - Forteschrittene Anwendungen (oder: Neues von den Hobbits)](http://www.fernuni-hagen.de/imperia/md/content/zmi_2010/a027_latex_fort.pdf) (PDF) * [LaTeX - Forteschrittene Anwendungen (oder: Neues von den Hobbits)](http://www.fernuni-hagen.de/imperia/md/content/zmi_2010/a027_latex_fort.pdf) (PDF)
* [LaTeX : Referenz der Umgebungen, Makros, Längen und Zähler](http://www.lehmanns.de/page/latexreferenz/) * [LaTeX : Referenz der Umgebungen, Makros, Längen und Zähler](http://www.lehmanns.de/page/latexreferenz)
### Meta-Lists ### Meta-Lists
* [Galileo Computing - openbook](http://www.galileocomputing.de/katalog/openbook) * [Galileo Computing - openbook](https://www.rheinwerk-verlag.de/openbook/)
### MySQL ### MySQL
* [MySQL](http://peterkropff.de/site/mysql/mysql.htm) — Peter Kropff [Online, PDF] * [MySQL](http://www.peterkropff.de/site/mysql/mysql.htm) — Peter Kropff [Online, PDF]
### PHP ### PHP
* [PHP](http://peterkropff.de/site/php/php.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF] * [PHP](http://www.peterkropff.de/site/php/php.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
* [PHP PEAR](http://openbook.galileocomputing.de/php_pear/) * [PHP PEAR](http://openbook.rheinwerk-verlag.de/php_pear/)
* [Praktischer Einstieg in MySQL mit PHP](http://examples.oreilly.de/openbooks/pdf_einmysql2ger.pdf) (PDF) * [Praktischer Einstieg in MySQL mit PHP](http://examples.oreilly.de/openbooks/pdf_einmysql2ger.pdf) (PDF)
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
* [Praxiswissen Ruby](http://www.oreilly.de/german/freebooks/rubybasger/pdf_rubybasger.pdf) (PDF) * [Praxiswissen Ruby](http://www.oreilly.de/german/freebooks/rubybasger/pdf_rubybasger.pdf) (PDF)
* [Praxiswissen Ruby On Rails](http://examples.oreilly.de/openbooks/pdf_rubyonrailsbasger.pdf) (PDF) * [Praxiswissen Ruby On Rails](http://examples.oreilly.de/openbooks/pdf_rubyonrailsbasger.pdf) (PDF)
* [Rails Kochbuch](http://examples.oreilly.de/openbooks/pdf_railsckbkger.pdf) (PDF) * [Rails Kochbuch](http://examples.oreilly.de/openbooks/pdf_railsckbkger.pdf) (PDF)
* [Ruby on Rails 2](http://openbook.galileocomputing.de/ruby_on_rails/) * [Ruby on Rails 2](http://openbook.rheinwerk-verlag.de/ruby_on_rails/)
* [Ruby on Rails 3.2 für Ein-, Um- und Quereinsteiger](http://ruby-auf-schienen.de/3.2/) * [Ruby on Rails 3.2 für Ein-, Um- und Quereinsteiger](http://ruby-auf-schienen.de/3.2/)
...@@ -156,18 +156,18 @@ ...@@ -156,18 +156,18 @@
### UML ### UML
* [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml) * [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml/)
### Unix ### Unix
* [Linux-UNIX-Programmierung](http://openbook.galileocomputing.de/linux_unix_programmierung/) * [Linux-UNIX-Programmierung](http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/)
* [Shell-Programmierung](http://openbook.galileocomputing.de/shell_programmierung/) * [Shell-Programmierung](http://openbook.rheinwerk-verlag.de/shell_programmierung/)
* [Wie werde ich Unix Guru?](http://openbook.galileocomputing.de/unix_guru/) * [Wie werde ich Unix Guru?](http://openbook.rheinwerk-verlag.de/unix_guru/)
### Visual Basic ### Visual Basic
* [Einstieg in Visual Basic 2010](http://openbook.galileocomputing.de/einstieg_vb_2010/) * [Einstieg in Visual Basic 2010](http://openbook.rheinwerk-verlag.de/einstieg_vb_2010/)
* [Einstieg in Visual Basic 2012](http://openbook.galileocomputing.de/einstieg_vb_2012/) * [Einstieg in Visual Basic 2012](http://openbook.rheinwerk-verlag.de/einstieg_vb_2012/)
* [Visual Basic 2008](http://openbook.galileocomputing.de/visualbasic_2008/) * [Visual Basic 2008](http://openbook.rheinwerk-verlag.de/visualbasic_2008/)
### Index ### Index
* [Metalistas](#metalistas) * [0 - Metalistas](#0---metalistas)
* [Agnósticos](#agn%C3%B3sticos) * [1 - Agnósticos](#1---agn%C3%B3sticos)
* [Algoritmos y Estructuras de Datos](#algoritmos) * [Algoritmos y Estructuras de Datos](#algoritmos)
* [Base de Datos](#base-de-datos) * [Base de Datos](#base-de-datos)
* [Ciencia Computacional](#ciencia-computacional) * [Ciencia Computacional](#ciencia-computacional)
...@@ -13,20 +13,20 @@ ...@@ -13,20 +13,20 @@
* [Android](#android) * [Android](#android)
* [C](#c) * [C](#c)
* [C++](#c-1) * [C++](#c-1)
* [CSS](#CSS)
* [HTML5](#HTML5)
* [Coffeescript](#coffeescript) * [Coffeescript](#coffeescript)
* [CSS](#CSS)
* [Emacs](#emacs) * [Emacs](#emacs)
* [Ensamblador](#ensamblador) * [Ensamblador](#ensamblador)
* [Erlang](#erlang) * [Erlang](#erlang)
* [Git](#git) * [Git](#git)
* [Haskell](#haskell) * [Haskell](#haskell)
* [HTML5](#HTML5)
* [Java](#java)
* [JavaScript](#javascript) * [JavaScript](#javascript)
* [AngularJS](#angularjs) * [AngularJS](#angularjs)
* [D3](#d3js) * [D3](#d3js)
* [jQuery](#jquery) * [jQuery](#jquery)
* [node.js](#nodejs) * [node.js](#nodejs)
* [Java](#java)
* [LaTeX](#latex) * [LaTeX](#latex)
* [Linux](#linux) * [Linux](#linux)
* [.NET (C# Visual Studio)](#net-c--visual-studio) * [.NET (C# Visual Studio)](#net-c--visual-studio)
...@@ -45,24 +45,24 @@ ...@@ -45,24 +45,24 @@
* [SVG](#svg) * [SVG](#svg)
### Metalistas ### 0 - Metalistas
* [¡Quiero Aprender Python! - Python Argentina](http://python.org.ar/AprendiendoPython) * [¡Quiero Aprender Python! - Python Argentina](http://python.org.ar/wiki/AprendiendoPython)
* [CodeHero](http://codehero.co) * [CodeHero](http://codehero.co)
* [OPENLIBRA La Biblioteca Libre online que estabas esperando](http://www.etnassoft.com/biblioteca/) * [OPENLIBRA La Biblioteca Libre online que estabas esperando](http://www.etnassoft.com/biblioteca/)
### Agnósticos ### 1 - Agnósticos
#### Algoritmos #### Algoritmos
* [Algoritmos y Programación (Guía para docentes)](http://www.eduteka.org/pdfdir/AlgoritmosProgramacion.pdf) (PDF) * [Algoritmos y Programación (Guía para docentes)](http://www.eduteka.org/pdfdir/AlgoritmosProgramacion.pdf) (PDF)
* [Aprenda a programar como si estuviera en primero](http://www1.ceit.es/asignaturas/Informat1/ayudainf/aprendainf/Programar/Programar.pdf) (PDF) * [Aprenda a programar como si estuviera en primero](http://www1.ceit.es/asignaturas/Informat1/ayudainf/aprendainf/Programar/Programar.pdf) (PDF)
* [Apuntes de Algoritmos y Estructuras de Datos](https://sites.google.com/site/prog3unlp/home/exp_algoritmos.pdf?attredirects=0&d=1) (PDF) * [Apuntes de Algoritmos y Estructuras de Datos](https://146fd953-a-62cb3a1a-s-sites.googlegroups.com/site/prog3unlp/home/exp_algoritmos.pdf) (PDF)
* [Breves Notas sobre Análisis de Algoritmos](http://www.matematicas.unam.mx/jloa/publicaciones/analisisdeAlgoritmos.pdf) (PDF) * [Breves Notas sobre Análisis de Algoritmos](http://lya.fciencias.unam.mx/jloa/publicaciones/analisisdeAlgoritmos.pdf) (PDF)
* [Fundamentos de Informática y Programación](http://robotica.uv.es/Libro/Indice.html) * [Fundamentos de Informática y Programación](http://robotica.uv.es/Libro/Indice.html)
* [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)) * [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))
* [Temas selectos de estructuras de datos](http://www.matematicas.unam.mx/jloa/publicaciones/estructurasdeDatos.pdf) (PDF) * [Temas selectos de estructuras de datos](http://lya.fciencias.unam.mx/jloa/publicaciones/estructurasdeDatos.pdf) (PDF)
* [Teoría sintáctico-gramatical de objetos](http://www.bubok.es/libros/219288/Teoria-sintacticogramatical-de-objetos) * [Teoría sintáctico-gramatical de objetos](http://www.bubok.es/libros/219288/Teoria-sintacticogramatical-de-objetos)
...@@ -77,8 +77,8 @@ ...@@ -77,8 +77,8 @@
#### Ciencia Computacional #### Ciencia Computacional
* [Breves Notas sobre Autómatas y Lenguajes](http://www.matematicas.unam.mx/jloa/publicaciones/automatasyLenguajes.pdf) (PDF) * [Breves Notas sobre Autómatas y Lenguajes](http://lya.fciencias.unam.mx/jloa/publicaciones/automatasyLenguajes.pdf) (PDF)
* [Breves Notas sobre Teoría de la Computación](http://www.matematicas.unam.mx/jloa/publicaciones/teoria.pdf) (PDF) * [Breves Notas sobre Teoría de la Computación](http://lya.fciencias.unam.mx/jloa/publicaciones/teoria.pdf) (PDF)
#### Cursos Masivos en Línea #### Cursos Masivos en Línea
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
#### Metodologías de desarrollo de software #### Metodologías de desarrollo de software
* [Compendio de Ingeniería del Software](http://www.navegapolis.com/files/cis.pdf) (PDF) * [Compendio de Ingeniería del Software](http://www.navegapolis.com/files/cis.pdf) (PDF)
* [Diseño Ágil con TDD](http://www.carlosble.com/libro-tdd) * [Diseño Ágil con TDD](http://www.carlosble.com/libro-tdd/?lang=es)
* [Ingeniería de Software: Una Guía para Crear Sistemas de Información](http://www.wolnm.org/apa/articulos/Ingenieria_Software.pdf) (PDF) * [Ingeniería de Software: Una Guía para Crear Sistemas de Información](http://www.wolnm.org/apa/articulos/Ingenieria_Software.pdf) (PDF)
* [Metodologías Ágiles para el Desarrollo de Software](http://www.desarrolloweb.com/manuales/metodologias-agil-desarrollo-software.html) * [Metodologías Ágiles para el Desarrollo de Software](http://www.desarrolloweb.com/manuales/metodologias-agil-desarrollo-software.html)
* [Scrum & Extreme Programming (para programadores)](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-agile.pdf) (PDF) * [Scrum & Extreme Programming (para programadores)](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-agile.pdf) (PDF)
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
#### Misceláneos #### Misceláneos
* [97 cosas que todo programador debería saber](http://97cosas.com/programador) * [97 cosas que todo programador debería saber](http://97cosas.com/programador/)
* [El camino a un mejor programador](http://emanchado.github.io/camino-mejor-programador/) * [El camino a un mejor programador](http://emanchado.github.io/camino-mejor-programador/)
* [Programación de videojuegos SDL](http://www.albertogarcia.info/libros/sdl/%5Bebook%5DProgramacion%20de%20videojuegos%20con%20SDL.pdf) (PDF) * [Programación de videojuegos SDL](http://www.albertogarcia.info/libros/sdl/%5Bebook%5DProgramacion%20de%20videojuegos%20con%20SDL.pdf) (PDF)
* [Videojuegos Multiplataforma con OpenFL](http://www.openflbook.com) * [Videojuegos Multiplataforma con OpenFL](http://www.openflbook.com)
...@@ -130,8 +130,8 @@ ...@@ -130,8 +130,8 @@
### C++ ### C++
* [Aprenda C++ avanzado como si estuviera en primero](http://www.tecnun.es/asignaturas/Informat1/AyudaInf/aprendainf/cpp/avanzado/cppavan.pdf) (PDF) * [Aprenda C++ avanzado como si estuviera en primero](http://www4.tecnun.es/asignaturas/Informat1/AyudaInf/aprendainf/cpp/avanzado/cppavan.pdf) (PDF)
* [Aprenda C++ básico como si estuviera en primero](http://www.tecnun.es/asignaturas/Informat1/ayudainf/aprendainf/Cpp/basico/cppbasico.pdf) (PDF) * [Aprenda C++ básico como si estuviera en primero](http://www4.tecnun.es/asignaturas/Informat1/AyudaInf/aprendainf/cpp/basico/cppbasico.pdf) (PDF)
* [Ejercicios de programación creativos y recreativos en C++](http://antares.sip.ucm.es/cpareja/libroCPP/) * [Ejercicios de programación creativos y recreativos en C++](http://antares.sip.ucm.es/cpareja/libroCPP/)
...@@ -142,10 +142,10 @@ ...@@ -142,10 +142,10 @@
### CSS ### CSS
* [CSS avanzado](http://librosweb.es/css_avanzado/) * [CSS avanzado](http://librosweb.es/libro/css_avanzado/)
* [Estructura con CSS](http://es.learnlayout.com) * [Estructura con CSS](http://es.learnlayout.com)
* [Guía Completa de CSS3](http://www.etnassoft.com/biblioteca/guia-completa-de-css3/) * [Guía Completa de CSS3](http://www.etnassoft.com/biblioteca/guia-completa-de-css3/)
* [Introducción a CSS](http://librosweb.es/css/) * [Introducción a CSS](http://librosweb.es/libro/css/)
### Coffeescript ### Coffeescript
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
* [Git Immersion en Español](http://gitimmersion.mx) * [Git Immersion en Español](http://gitimmersion.mx)
* [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/es/) * [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/es/)
* [Pro Git](http://git-scm.com/book/es) * [Pro Git](http://git-scm.com/book/es/)
### Haskell ### Haskell
...@@ -189,19 +189,19 @@ ...@@ -189,19 +189,19 @@
* [Arquitectura Java Sólida](http://www.arquitecturajava.com) * [Arquitectura Java Sólida](http://www.arquitecturajava.com)
* [Desarrollo de proyectos informáticos con Java](http://www3.uji.es/~belfern/pdf/libroJavaConTapa.pdf) (PDF) * [Desarrollo de proyectos informáticos con Java](http://www3.uji.es/~belfern/pdf/libroJavaConTapa.pdf) (PDF)
* [Guía Java para Docentes](http://ignaciolasalvia.com/material/prog1_2013/GuiaJavaparaDocentes2012.pdf) (PDF) * [Guía Java para Docentes](http://ignaciolasalvia.com/material/prog1_2013/GuiaJavaparaDocentes2012.pdf) (PDF)
* [Notas de Introducción al Lenguaje de Programación Java](http://www.matematicas.unam.mx/jloa/publicaciones/introduccionJava.pdf) - Jorge L. Ortega Arjona, UNAM (PDF) * [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)
* [OCPJP6 Resumen Español](https://github.com/PabloReyes/ocpjp-resumen-espanol) - Pablo Reyes Almagro (PDF) * [OCPJP6 Resumen Español](https://github.com/PabloReyes/ocpjp-resumen-espanol) - Pablo Reyes Almagro (PDF)
* [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) * [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)
* [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)) * [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))
* [Programación Orientada a Objetos en Java](http://fcasua.contad.unam.mx/apuntes/interiores/docs/98/opt/java.pdf) (PDF) * [Programación Orientada a Objetos en Java](http://fcasua.contad.unam.mx/apuntes/interiores/docs/98/opt/java.pdf) (PDF)
* [Tutorial básico de Java EE](http://www.javahispano.org/storage/contenidos/JavaEE.pdf) (PDF) * [Tutorial básico de Java EE](http://static1.1.sqspcdn.com/static/f/923743/14770633/1416082087870/JavaEE.pdf) (PDF)
* [Tutorial Introducción a Maven 3](http://www.javahispano.org/storage/contenidos/Tutorial_de_Maven_3_Erick_Camacho.pdf) (PDF) * [Tutorial Introducción a Maven 3](http://static1.1.sqspcdn.com/static/f/923743/15025126/1320942755733/Tutorial_de_Maven_3_Erick_Camacho.pdf) (PDF)
### JavaScript ### JavaScript
* [Introducción a AJAX](http://librosweb.es/ajax/) * [Introducción a AJAX](http://librosweb.es/libro/ajax/)
* [Introducción a JavaScript](http://librosweb.es/javascript/) * [Introducción a JavaScript](http://librosweb.es/libro/javascript/)
* [Jardín de JavaScript](http://bonsaiden.github.io/JavaScript-Garden/es) * [Jardín de JavaScript](http://bonsaiden.github.io/JavaScript-Garden/es)
...@@ -235,14 +235,14 @@ ...@@ -235,14 +235,14 @@
* [Bases de la programación en Bash](http://xinfo.sourceforge.net/documentos/bash-scripting/bash-script-2.0.html) * [Bases de la programación en Bash](http://xinfo.sourceforge.net/documentos/bash-scripting/bash-script-2.0.html)
* [BASH Scripting Avanzado: Utilizando declare para definición de tipo](http://library.originalhacker.org/biblioteca/articulo/ver/123) * [BASH Scripting Avanzado: Utilizando declare para definición de tipo](http://library.originalhacker.org/biblioteca/articulo/ver/123)
* [Debian GNU/Linux para administradores](http://debian-handbook.info/browse/es-ES/stable/) * [Debian GNU/Linux para administradores](https://debian-handbook.info/browse/es-ES/stable/)
* [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 * [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
### .NET (C# / Visual Studio) ### .NET (C# / Visual Studio)
* [El lenguaje de programación C#](http://dis.um.es/~bmoros/privado/bibliografia/LibroCsharp.pdf) (PDF) * [El lenguaje de programación C#](http://dis.um.es/~bmoros/privado/bibliografia/LibroCsharp.pdf) (PDF)
* [Guía de Arquitectura N-capas Orientadas al Dominio](http://msdn.microsoft.com/es-es/architecture/default.aspx) * [Guía de Arquitectura N-capas Orientadas al Dominio](https://msdn.microsoft.com/architects-overview-msdn)
### NoSQL ### NoSQL
...@@ -259,17 +259,17 @@ ...@@ -259,17 +259,17 @@
* [PHP y Ajax](http://rua.ua.es/dspace/bitstream/10045/13176/9/04-ajaxphp.pdf) (PDF) * [PHP y Ajax](http://rua.ua.es/dspace/bitstream/10045/13176/9/04-ajaxphp.pdf) (PDF)
* [PHP y Programación orientada a objetos](https://styde.net/php-y-programacion-orientada-a-objetos/) * [PHP y Programación orientada a objetos](https://styde.net/php-y-programacion-orientada-a-objetos/)
* [POO y MVC en PHP](http://www.bubok.es/libros/205199/POO-y-MVC-en-PHP) * [POO y MVC en PHP](http://www.bubok.es/libros/205199/POO-y-MVC-en-PHP)
* [Silex, el manual oficial](http://librosweb.es/silex/) * [Silex, el manual oficial](http://librosweb.es/libro/silex/)
* [Symfony 1.4, la guía definitiva](http://librosweb.es/symfony_1_4/) * [Symfony 1.4, la guía definitiva](http://librosweb.es/libro/symfony_1_4/)
* [Symfony 2.3, el libro oficial](http://librosweb.es/symfony_2_3/) * [Symfony 2.3, el libro oficial](http://librosweb.es/libro/symfony_2_3/)
### Perl ### Perl
* [Manual de Perl](http://www6.uniovi.es/perl/tutor/) - Universidad de Oviedo, España * [Manual de Perl](http://www6.uniovi.es/perl/tutor/) - Universidad de Oviedo, España
* [Tutorial de introducción a perl](http://flanagan.ugr.es/perl/index2.htm) - Universidad de Granada, España
* [Tutorial Perl](http://es.tldp.org/Tutoriales/PERL/tutoperl-print.pdf) - TLDP (PDF) * [Tutorial Perl](http://es.tldp.org/Tutoriales/PERL/tutoperl-print.pdf) - TLDP (PDF)
* [Tutorial Perl](http://kataix.umag.cl/~ruribe/Utilidades/Tutorial%20de%20Perl.pdf) - Universidad de Magallanes, Chile (PDF) * [Tutorial Perl](http://kataix.umag.cl/~ruribe/Utilidades/Tutorial%20de%20Perl.pdf) - Universidad de Magallanes, Chile (PDF)
* [Tutorial de introducción a perl](http://flanagan.ugr.es/perl/index2.htm) - Universidad de Granada, España
* [Tutoriales de Perl](http://perlenespanol.com/tutoriales/) * [Tutoriales de Perl](http://perlenespanol.com/tutoriales/)
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
* [Introducción a Programando con Python](http://opentechschool.github.io/python-beginners/es_CL/) * [Introducción a Programando con Python](http://opentechschool.github.io/python-beginners/es_CL/)
* [Notas sobre el lenguaje Python](http://www.cmat.edu.uy/cmat/cursos/licenciatura/cursos/computacion/documentos/pynotas.pdf/at_download/file) (PDF) * [Notas sobre el lenguaje Python](http://www.cmat.edu.uy/cmat/cursos/licenciatura/cursos/computacion/documentos/pynotas.pdf/at_download/file) (PDF)
* [Python instantáneo](http://www.arrakis.es/~rapto/AprendaPython.html) * [Python instantáneo](http://www.arrakis.es/~rapto/AprendaPython.html)
* [Python para ciencia e ingeniería](https://github.com/mgaitan/python-ingenieria) * [Python para ciencia e ingeniería](https://github.com/mgaitan/curso-python-cientifico)
* [Python para principiantes](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-python.pdf) (PDF) [(HTML)](http://librosweb.es/libro/python/) * [Python para principiantes](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-python.pdf) (PDF) [(HTML)](http://librosweb.es/libro/python/)
* [Python para todos](https://launchpadlibrarian.net/18980633/Python%20para%20todos.pdf) (PDF) * [Python para todos](https://launchpadlibrarian.net/18980633/Python%20para%20todos.pdf) (PDF)
......
### فهرست ### فهرست
* [گنو/لینوکس](#%DA%AF%D9%86%D9%88%D9%84%DB%8C%D9%86%D9%88%DA%A9%D8%B3)
* [آرچ لینوکس](#%D8%A2%D8%B1%DA%86-%D9%84%DB%8C%D9%86%D9%88%DA%A9%D8%B3)
* [اوبونتو](#%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88)
* [C#](#c-sharp) * [C#](#c-sharp)
* [CSS](#css) * [CSS](#css)
* [LaTeX](#latex) * [LaTeX](#latex)
...@@ -10,21 +7,12 @@ ...@@ -10,21 +7,12 @@
* [Python](#python) * [Python](#python)
* [R](#r) * [R](#r)
* [رایانش ابری](#%D8%B1%D8%A7%DB%8C%D8%A7%D9%86%D8%B4-%D8%A7%D8%A8%D8%B1%DB%8C) * [رایانش ابری](#%D8%B1%D8%A7%DB%8C%D8%A7%D9%86%D8%B4-%D8%A7%D8%A8%D8%B1%DB%8C)
* [گنو/لینوکس](#%DA%AF%D9%86%D9%88%D9%84%DB%8C%D9%86%D9%88%DA%A9%D8%B3)
* [آرچ لینوکس](#%D8%A2%D8%B1%DA%86-%D9%84%DB%8C%D9%86%D9%88%DA%A9%D8%B3)
* [اوبونتو](#%D8%A7%D9%88%D8%A8%D9%88%D9%86%D8%AA%D9%88)
* [مهندسی نرم‌افزار](#%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) * [مهندسی نرم‌افزار](#%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)
### گنو/لینوکس
#### آرچ لینوکس
* [آرچ بوک](http://linuxreview.ir/archbook/ArchBook-2012-1.pdf) (PDF)
#### اوبونتو
* [اوبونتو برای تازه واردها](http://ubuntu-book.org)
### C Sharp ### C Sharp
* [توسعه چابک در C#](http://agiledevelopment.ir/ebook/) * [توسعه چابک در C#](http://agiledevelopment.ir/ebook/)
...@@ -42,7 +30,7 @@ ...@@ -42,7 +30,7 @@
### PHP ### PHP
* [آموزش فریمورک لاراول](http://laravel.ir) * [آموزش فریمورک لاراول](http://www.laravel.ir)
### Python ### Python
...@@ -57,11 +45,23 @@ ...@@ -57,11 +45,23 @@
* [موضعات ویژه در R](http://cran.r-project.org/doc/contrib/Mousavi-R_topics_in_Farsi.pdf) (PDF) * [موضعات ویژه در R](http://cran.r-project.org/doc/contrib/Mousavi-R_topics_in_Farsi.pdf) (PDF)
### مهندسی نرم‌افزار ### رایانش ابری
* [الگوهای طراحی در برنامه‌نویسی شیء‌گرا](https://github.com/khajavi/Practical-Design-Patterns) * [رایانش ابری](http://docs.occc.ir/books/Main%20Book-20110110_2.pdf) (PDF)
### رایانش ابری ### گنو/لینوکس
* [رایانش ابری](http://docs.occc.ir/books/Main%20Book-20110110_2.pdf) (PDF) #### آرچ لینوکس
* [آرچ بوک](http://linuxreview.ir/archbook/ArchBook-2012-1.pdf) (PDF)
#### اوبونتو
* [اوبونتو برای تازه واردها](http://ubuntu-book.org)
### مهندسی نرم‌افزار
* [الگوهای طراحی در برنامه‌نویسی شیء‌گرا](https://github.com/khajavi/Practical-Design-Patterns)
### Index ### Index
* [Méta-listes](#méta-listes) * [0 - Méta-listes](#0---méta-listes)
* [Non dépendant du langage](#non-dépendant-du-langage) * [1 - Non dépendant du langage](#1---non-dépendant-du-langage)
* [Algorithmique](#algorithmique) * [Algorithmique](#algorithmique)
* [Logiciels libres](#logiciels-libres) * [Logiciels libres](#logiciels-libres)
* [Makefile](#makefile) * [Makefile](#makefile)
...@@ -41,20 +41,20 @@ ...@@ -41,20 +41,20 @@
* [Vim](#vim) * [Vim](#vim)
### Méta-listes ### 0 - Méta-listes
* [Le SILO: Sciences du numérique & Informatique au Lycée: Oui!](https://wiki.inria.fr/sciencinfolycee/Accueil) * [Le SILO: Sciences du numérique & Informatique au Lycée: Oui!](https://wiki.inria.fr/sciencinfolycee/Accueil)
### Non dépendant du langage ### 1 - Non dépendant du langage
#### Algorithmique #### Algorithmique
* [Algorithmique](http://pauillac.inria.fr/~quercia/cdrom/cours) - Michel Quercia * [Algorithmique](http://pauillac.inria.fr/~quercia/cdrom/cours/) - Michel Quercia
* [Complexité algorithmique](http://www.liafa.univ-paris-diderot.fr/~sperifel/livre_complexite.html) - Sylvain Perifel * [Complexité algorithmique](http://www.liafa.univ-paris-diderot.fr/~sperifel/livre_complexite.html) - Sylvain Perifel
* [Éléments d'algorithmique](http://www-igm.univ-mlv.fr/~berstel/Elements/Elements.pdf) - D. Beauquier, J. Berstel, et Ph. Chrétienne (PDF) * [Éléments d'algorithmique](http://www-igm.univ-mlv.fr/~berstel/Elements/Elements.pdf) - D. Beauquier, J. Berstel, et Ph. Chrétienne (PDF)
* [France-IOI](http://www.france-ioi.org) * [France-IOI](http://www.france-ioi.org)
* [Prologin](http://www.prologin.org) * [Prologin](https://prologin.org)
#### Logiciels libres #### Logiciels libres
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
* [Histoires et cultures du libres](http://framabook.org/histoiresetculturesdulibre/) * [Histoires et cultures du libres](http://framabook.org/histoiresetculturesdulibre/)
* [Option libre. Du bon usage des licences libres](http://framabook.org/optionlibre-dubonusagedeslicenceslibres/) - Jean Benjamin * [Option libre. Du bon usage des licences libres](http://framabook.org/optionlibre-dubonusagedeslicenceslibres/) - Jean Benjamin
* [Produire du logiciel libre](http://framabook.org/produire-du-logiciel-libre-2/) - Karl Fogel * [Produire du logiciel libre](http://framabook.org/produire-du-logiciel-libre-2/) - Karl Fogel
* [Richard Stallman et la révolution du logiciel libre](http://framabook.org/richard-stallman-et-la-revolution-du-logiciel-libre/) - R.M. Stallman, S. Williams et C. Masutti * [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
#### Makefile #### Makefile
...@@ -110,12 +110,12 @@ ...@@ -110,12 +110,12 @@
### C / C++ ### C / C++
* [Cours de C/C++](http://casteyde.christian.free.fr/cpp/cours/online/book1.html) - Christian Casteyde * [Cours de C/C++](http://casteyde.christian.free.fr/cpp/cours/online/book1.html) - Christian Casteyde
* [Le C en 20 heures](http://framabook.org/6-le-c-en-20-heures/) - Eric Berthomier et Daniel Schang * [Le C en 20 heures](http://framabook.org/le-c-en-20-heures-2/) - Eric Berthomier et Daniel Schang
### Coq ### Coq
* [Le Coq'Art (V8)](http://www.labri.fr/perso/casteran/CoqArt) - Yves Bertot et Pierre Castéran * [Le Coq'Art (V8)](http://www.labri.fr/perso/casteran/CoqArt/) - Yves Bertot et Pierre Castéran
* [Preuves de programmes en coq](http://fuscia.inrialpes.fr/cours/coq/) - Yves Bertot * [Preuves de programmes en coq](http://fuscia.inrialpes.fr/cours/coq/) - Yves Bertot
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
### jQuery ### jQuery
* [Apprendre jQuery](http://sutterlity.gitbooks.io/apprendre-jquery/) - Sutterlity Laurent * [Apprendre jQuery](https://sutterlity.gitbooks.io/apprendre-jquery/content/) - Sutterlity Laurent
### Haskell ### Haskell
...@@ -156,10 +156,10 @@ ...@@ -156,10 +156,10 @@
#### LaTeX #### LaTeX
* [(Xe)LaTeX appliqué aux sciences humaines](http://geekographie.maieul.net/95) - Maïeul Rouquette
* [Détecter et résoudre les problèmes](http://www.pearson.fr/livre/?GCOI=27440100048330), Annexe B du LaTeX Companion 2006, par Frank Mittelbach et Michel Goossens, mis à disposition par l'éditeur dans l'onglet « Compléments » * [Détecter et résoudre les problèmes](http://www.pearson.fr/livre/?GCOI=27440100048330), Annexe B du LaTeX Companion 2006, par Frank Mittelbach et Michel Goossens, mis à disposition par l'éditeur dans l'onglet « Compléments »
* [LaTeX... pour le prof de maths !](http://math.univ-lyon1.fr/irem/IMG/pdf/LatexPourProfMaths.pdf) - Arnaud Gazagnes (PDF) * [LaTeX... pour le prof de maths !](http://math.univ-lyon1.fr/irem/IMG/pdf/LatexPourProfMaths.pdf) - Arnaud Gazagnes (PDF)
* [Tout ce que vous avez toujours voulu savoir sur LaTeX sans jamais oser le demander](http://framabook.org/5-tout-ce-que-vous-avez-toujours-voulu-savoir-sur-latex-sans-jamais-oser-le-demander/) - Vincent Lozano * [Tout ce que vous avez toujours voulu savoir sur LaTeX sans jamais oser le demander](http://framabook.org/tout-sur-latex/) - Vincent Lozano
* [(Xe)LaTeX appliqué aux sciences humaines](http://geekographie.maieul.net/95) - Maïeul Rouquette
#### Asymptote #### Asymptote
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
### Meteor ### Meteor
* [Apprendre Meteor](http://mquandalle.gitbooks.io/apprendre-meteor/) - Maxime Quandalle * [Apprendre Meteor](https://mquandalle.gitbooks.io/apprendre-meteor/content/) - Maxime Quandalle
* [Discover Meteor](http://fr.discovermeteor.com) - Tom Coleman et Sacha Greif * [Discover Meteor](http://fr.discovermeteor.com) - Tom Coleman et Sacha Greif
...@@ -210,14 +210,14 @@ ...@@ -210,14 +210,14 @@
### PHP ### PHP
* [Cours de PHP 5](http://g-rossolini.developpez.com/tutoriels/php/cours/?page=introduction) - Guillaume Rossolini * [Cours de PHP 5](http://g-rossolini.developpez.com/tutoriels/php/cours/?page=introduction) - Guillaume Rossolini
* [Initiation au PHP](http://www.framasoft.net/IMG/pdf/initiation_php.pdf) - David Ducrocq (PDF) * [Initiation au PHP](http://framasoft.net/IMG/pdf/initiation_php.pdf) - David Ducrocq (PDF)
* [Programmer en PHP](http://www.lincoste.com/ebooks/pdf/informatique/programmer_php.pdf) - Julien Gaulmin (PDF) * [Programmer en PHP](http://www.lincoste.com/ebooks/pdf/informatique/programmer_php.pdf) - Julien Gaulmin (PDF)
### Python ### Python
* [Appendre à programmer avec Python](http://inforef.be/swi/python.htm) - Gerard Swinnen * [Appendre à programmer avec Python](http://inforef.be/swi/python.htm) - Gerard Swinnen
* [Dropbox a des fuites ! Un aperçu de la rétro-ingénierie des programmes Python](http://pdp.microjoe.org/articles/34/dropbox-a-des-fuites) * [Dropbox a des fuites ! Un aperçu de la rétro-ingénierie des programmes Python](http://pdp.microjoe.org/tutoriels/280/dropbox-a-des-fuites/)
* [Python](http://www.lincoste.com/ebooks/pdf/informatique/python.pdf) - Guido Van Rossum (PDF) * [Python](http://www.lincoste.com/ebooks/pdf/informatique/python.pdf) - Guido Van Rossum (PDF)
* [Une introduction à Python 3](https://perso.limsi.fr/pointal/python:courspython3) - Bob Cordeau et Laurent Pointal * [Une introduction à Python 3](https://perso.limsi.fr/pointal/python:courspython3) - Bob Cordeau et Laurent Pointal
...@@ -261,4 +261,4 @@ ...@@ -261,4 +261,4 @@
### Vim ### Vim
* [Learn Vim Progressively](http://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/) * [Learn Vim Progressively](http://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/)
* [Vim pour les humains](http://vimebook.com) - Vincent Jousse (le livre n'est pas **gratuit** mais **à prix libre**) * [Vim pour les humains](https://vimebook.com/fr) - Vincent Jousse (le livre n'est pas **gratuit** mais **à prix libre**)
### Index ### Index
* [Programozási nyelv független](#programozasi-nyelv-fuggetlen) * [0 - Programozási nyelv független](#0---programozasi-nyelv-fuggetlen)
* [Ada](#ada) * [Ada](#ada)
* [Arduino](#arduino) * [Arduino](#arduino)
* [C++](#c) * [C++](#c)
...@@ -15,14 +15,13 @@ ...@@ -15,14 +15,13 @@
* [Windows Phone](#windows-phone) * [Windows Phone](#windows-phone)
### Programozási nyelv független ### 0 - Programozási nyelv független
* [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) * [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)
* [Adatmodellezés](http://mek.oszk.hu/11100/11144/index.phtml) - Halassy Béla (Word, PDF) * [Adatmodellezés](http://mek.oszk.hu/11100/11144/index.phtml) - Halassy Béla (Word, PDF)
* [Az adatbázistervezés alapjai és titkai](http://mek.oszk.hu/11100/11123/index.phtml) - Halassy Béla (Word, PDF) * [Az adatbázistervezés alapjai és titkai](http://mek.oszk.hu/11100/11123/index.phtml) - Halassy Béla (Word, PDF)
* [Ember, információ, rendszer](http://mek.oszk.hu/11100/11122/index.phtml) - Halassy Béla (Word, PDF) * [Ember, információ, rendszer](http://mek.oszk.hu/11100/11122/index.phtml) - Halassy Béla (Word, PDF)
* [Formális nyelvek](http://mek.oszk.hu/05000/05099/index.phtml) - Bach Iván (PDF) * [Formális nyelvek](http://mek.oszk.hu/05000/05099/index.phtml) - Bach Iván (PDF)
* [Kanban és Scrum mindkettőből a legjobbat](http://www.adaptiveconsulting.hu/dokumentumok) - Henrik Kniberg, Mattias Skarin, ford.: Csutorás Zoltán és Marhefka István (PDF)
* [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) * [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)
* [Prognyelvek portál](http://nyelvek.inf.elte.hu/index.php) - Felelős oktató: Nyékyné Gaizler Judit (HTML) * [Prognyelvek portál](http://nyelvek.inf.elte.hu/index.php) - Felelős oktató: Nyékyné Gaizler Judit (HTML)
...@@ -109,4 +108,4 @@ ...@@ -109,4 +108,4 @@
### Windows Phone ### Windows Phone
* [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) * [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)
...@@ -3,14 +3,13 @@ ...@@ -3,14 +3,13 @@
* [Android](#android) * [Android](#android)
* [HTML & CSS](#html-css) * [HTML & CSS](#html-css)
* [Javascript](#javascript) * [Javascript](#javascript)
* [NoSQL](#nosql)
* [PHP](#php) * [PHP](#php)
### Android ### Android
* [Tutorial Membuat Aplikasi Android **Special Edition**](http://www.slideshare.net/creatorb/tutorial-lengkap-cara-membuat-aplikasi-android-sederhana) * [Tutorial Membuat Aplikasi Android **Special Edition**](http://www.slideshare.net/creatorb/tutorial-lengkap-cara-membuat-aplikasi-android-sederhana)
* [Tutorial Membuat Aplikasi Audioplayer Android](https://www.scribd.com/doc/258469346/Android-Tutorial-Audioplayer-Murottal-Pondokprogrammer-Mobile) * [Tutorial Membuat Aplikasi Audioplayer Android](http://www.scribd.com/doc/258469346/Android-Tutorial-Audioplayer-Murottal-Pondokprogrammer-Mobile)
* [Tutorial Membuat Aplikasi Galeri Foto Android](https://www.smashwords.com/books/view/533096) * [Tutorial Membuat Aplikasi Galeri Foto Android](https://www.smashwords.com/books/view/533096)
...@@ -22,12 +21,12 @@ ...@@ -22,12 +21,12 @@
### javascript ### javascript
* [Mengenal Javascript](http://masputih.com/2013/01/ebook-gratis-mengenal-javascript) * [Mengenal Javascript](http://masputih.com/2013/01/ebook-gratis-mengenal-javascript)
* [Otomatisasi dengan gulp.js](http://kristories.gitbooks.io/otomatisasi-dengan-gulp-js/) * [Otomatisasi dengan gulp.js](https://kristories.gitbooks.io/otomatisasi-dengan-gulp-js/content/)
### NoSQL ### NoSQL
* [MongoDB Untuk Indonesia](http://kristories.gitbooks.io/mongodb-untuk-indonesia/) * [MongoDB Untuk Indonesia](https://kristories.gitbooks.io/mongodb-untuk-indonesia/content/)
### php ### php
......
### Index ### Index
* [Agnostico](#agnostico) * [0 - Agnostico](#0---agnostico)
* [Metodologie di sviluppo del software](#metodologie-di-sviluppo-del-software)
* [Algoritmi e Strutture Dati](#algoritmi-e-strutture-dati) * [Algoritmi e Strutture Dati](#algoritmi-e-strutture-dati)
* [Metodologie di sviluppo del software](#metodologie-di-sviluppo-del-software)
* [Android](#android) * [Android](#android)
* [Assembly Language](#assembly-language) * [Assembly Language](#assembly-language)
* [BASH](#bash) * [BASH](#bash)
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
* [Visual Basic](#visual-basic) * [Visual Basic](#visual-basic)
### Agnostico ### 0 - Agnostico
#### Metodologie di sviluppo del software #### Metodologie di sviluppo del software
* [Scrum e XP dalle trincee](http://www.open-ware.org/ita/news/kniberg1.htm)
* [Programmazione Funzionale](http://minimalprocedure.pragmas.org/writings/programmazione_funzionale/programmazione_funzionale.html) * [Programmazione Funzionale](http://minimalprocedure.pragmas.org/writings/programmazione_funzionale/programmazione_funzionale.html)
* [Scrum e XP dalle trincee](http://www.open-ware.org/ita/news/kniberg1.htm)
#### Algoritmi e Strutture Dati #### Algoritmi e Strutture Dati
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
### Android ### Android
* [Guida programmazione Android 4.2](http://www.sprik.it/guida/Android4_2.pdf) (PDF) * [Guida programmazione Android 4.2](http://www.sprik.it/download/guida-programmazione-android-4-2/)
### Assembly Language ### Assembly Language
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
### C Sharp ### C Sharp
* [AB..C# - Guida alla programmazione](http://www.youblisher.com/files/publications/4/21542/pdf.pdf) (PDF) * [AB..C# - Guida alla programmazione](http://www.youblisher.com/p/21542-ABC-Guida-alla-programmazione/)
### GIT ### GIT
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
* [Guida a Java 8](http://twiki.di.uniroma1.it/pub/Metod_prog/RS_INFO/lezioni.html) * [Guida a Java 8](http://twiki.di.uniroma1.it/pub/Metod_prog/RS_INFO/lezioni.html)
* [Introduzione a Java](http://www.ateneonline.it/hyperbook/j_book/java2.htm) * [Introduzione a Java](http://www.ateneonline.it/hyperbook/j_book/java2.htm)
* [Java - Wikibooks](https://it.wikibooks.org/wiki/Java) * [Java](https://it.wikibooks.org/wiki/Java) - Wikibooks
* [Object Oriented && Java 5 (II Edizione) - Claudio De Sio Cesari](http://www.claudiodesio.com/download/oo_&&_java_5.zip) * [Object Oriented && Java 5 (II Edizione)](http://www.claudiodesio.com/download/oo_&&_java_5.zip) - Claudio De Sio Cesari (ZIP)
### Javascript ### Javascript
...@@ -79,11 +79,11 @@ ...@@ -79,11 +79,11 @@
### LaTeX ### LaTeX
* [Appunti di programmazione in LaTeX e TeX - Enrico Gregorio](http://profs.sci.univr.it/~gregorio/introtex.pdf) (PDF) * [Appunti di programmazione in LaTeX e TeX](http://profs.sci.univr.it/~gregorio/introtex.pdf) - Enrico Gregorio (PDF)
* [Introduzione all'arte della composizione tipografica con LaTeX - GuIT](http://www.guitex.org/home/images/doc/guidaguit-b5.pdf) (PDF) * [Impara LaTeX! (... e mettilo da parte)](https://users.dimi.uniud.it/~gianluca.gorni/TeX/itTeXdoc/impara_latex.pdf) - Marc Baudoin (PDF)
* [L'arte di scrivere con LaTeX - L. Pantieri e T. Gordini](http://www.lorenzopantieri.net/LaTeX_files/ArteLaTeX.pdf) (PDF) * [Introduzione all'arte della composizione tipografica con LaTeX](http://www.guitex.org/home/images/doc/guidaguit-b5.pdf) - GuIT (PDF)
* [L'arte di scrivere con LaTeX](http://www.lorenzopantieri.net/LaTeX_files/ArteLaTeX.pdf) - L. Pantieri e T. Gordini (PDF)
* [Una (mica tanto) breve introduzione a LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/italian) * [Una (mica tanto) breve introduzione a LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/italian)
* [Impara LaTeX! (... e mettilo da parte) - Marc Baudoin](https://users.dimi.uniud.it/~gianluca.gorni/TeX/itTeXdoc/impara_latex.pdf) (PDF)
### Linux ### Linux
...@@ -114,8 +114,8 @@ ...@@ -114,8 +114,8 @@
### Ruby ### Ruby
* [Introduzione a Ruby](http://tesi.cab.unipd.it/22937/1/Tesina_-_Introduzione_a_Ruby.pdf) (PDF) * [Introduzione a Ruby](http://tesi.cab.unipd.it/22937/1/Tesina_-_Introduzione_a_Ruby.pdf) (PDF)
* [Ruby User Guide](http://ruby-it.org/rug_it.zip)
* [Programmazione elementare in Ruby](http://minimalprocedure.pragmas.org/writings/programmazione_elementare_ruby/corso_elementare_ruby.html) * [Programmazione elementare in Ruby](http://minimalprocedure.pragmas.org/writings/programmazione_elementare_ruby/corso_elementare_ruby.html)
* [Ruby User Guide](http://ruby-it.org/rug_it.zip)
### Visual Basic ### Visual Basic
......
此差异已折叠。
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
* [JavaScript](#javascript) * [JavaScript](#javascript)
* [Node.js](#nodejs) * [Node.js](#nodejs)
* [LaTeX](#latex) * [LaTeX](#latex)
* [Python](#python)
* [R](#r) * [R](#r)
* [Ruby](#ruby) * [Ruby](#ruby)
* [Python](#python)
### Assembly Language ### Assembly Language
...@@ -19,9 +19,8 @@ ...@@ -19,9 +19,8 @@
### GIT ### GIT
* [Pro Git 한글 번역](http://git-scm.com/book/ko/)
* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)
* [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html) * [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html)
* [Pro Git 한글 번역](http://git-scm.com/book/ko/)
* [깃허브 치트 시트](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ko.md) * [깃허브 치트 시트](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ko.md)
...@@ -52,30 +51,30 @@ ...@@ -52,30 +51,30 @@
### Perl ### Perl
* [2시간 반만에 펄 익히기](http://qntm.org/files/perl/perl_kr.html) * [2시간 반만에 펄 익히기](http://qntm.org/files/perl/perl_kr.html)
* [책벌레가 되고픈 어린이 Perl Tutorial](http://eriny.net/p/perl)
* [Perl : GyparkWiki](http://gypark.pe.kr/wiki/Perl) * [Perl : GyparkWiki](http://gypark.pe.kr/wiki/Perl)
* [Seoul.pm 펄 크리스마스 달력 #2014 | Seoul.pm Perl Advent Calendar 2014](http://advent.perl.kr/2014/)
* [Perl 객체지향프로그래밍(OOP)](https://github.com/aero/perl_docs/blob/master/hatena_perl_oop.md) : Hatena-TextBook의 oop-for-perl 문서 한역 by aero * [Perl 객체지향프로그래밍(OOP)](https://github.com/aero/perl_docs/blob/master/hatena_perl_oop.md) : Hatena-TextBook의 oop-for-perl 문서 한역 by aero
* [Seoul.pm 펄 크리스마스 달력 #2014 | Seoul.pm Perl Advent Calendar 2014](http://advent.perl.kr/2014/)
* [책벌레가 되고픈 어린이 Perl Tutorial](http://eriny.net/p/perl)
### R ### Node.js
* [R을 이용한 데이터 처리 & 분석 실무](http://r4pda.co.kr) - 서민구 (HTML, PDF - 이전 버젼) * [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/)
* [The R Manuals (translated in Korean)](http://www.openstatistics.net)
### Ruby ### Python
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md) * [A Byte of Python 한글 번역 by Jeongbin Park](http://byteofpython-korean.sourceforge.net/byte_of_python.pdf) (PDF)
* [왕초보를 위한 Python 2.7](https://wikidocs.net/book/2)
* [점프 투 파이썬 - Python 3](https://wikidocs.net/book/1)
### Node.js ### R
* [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/) * [R을 이용한 데이터 처리 & 분석 실무](http://r4pda.co.kr) - 서민구 (HTML, PDF - 이전 버젼)
* [The R Manuals (translated in Korean)](http://www.openstatistics.net)
### Python ### Ruby
* [점프 투 파이썬 - Python 3](https://wikidocs.net/book/1) * [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)
* [왕초보를 위한 Python 2.7](https://wikidocs.net/book/2)
* [A Byte of Python 한글 번역 by Jeongbin Park](http://byteofpython-korean.sourceforge.net/byte_of_python.pdf) (PDF)
### Index ### Index
* [Niezależne od języka programowania](#niezale%C5%BCne-od-j%C4%99zyka-programowania) * [0 - Niezależne od języka programowania](#0---niezale%C5%BCne-od-j%C4%99zyka-programowania)
* [Android](#android) * [Android](#android)
* [C](#c) * [C](#c)
* [C++](#c-1) * [C++](#c-1)
* [CSS](#css)
* [Common Lisp](#common-lisp) * [Common Lisp](#common-lisp)
* [CSS](#css)
* [Haskell](#haskell) * [Haskell](#haskell)
* [HTML](#html) * [HTML](#html)
* [Java](#java) * [Java](#java)
...@@ -20,14 +20,14 @@ ...@@ -20,14 +20,14 @@
* [SQL](#sql) * [SQL](#sql)
### Niezależne od języka programowania ### 0 - Niezależne od języka programowania
* [W obronie wolności](http://stallman.helion.pl) * [Git](https://pl.wikibooks.org/wiki/Git)
* [Git](http://pl.wikibooks.org/wiki/Git) * [Pisanie OS](https://pl.wikibooks.org/wiki/Pisanie_OS)
* [Pro Git](http://git-scm.com/book/pl) * [Pro Git](http://git-scm.com/book/pl/)
* [SVN](http://pl.wikibooks.org/wiki/Subversion) * [SVN](https://pl.wikibooks.org/wiki/Subversion)
* [System kontroli wersji Subversion](http://svnbook.opensys.pl) * [System kontroli wersji Subversion](http://svnbook.opensys.pl)
* [Pisanie OS](http://pl.wikibooks.org/wiki/Pisanie_OS) * [W obronie wolności](http://stallman.helion.pl)
### Android ### Android
...@@ -38,30 +38,30 @@ ...@@ -38,30 +38,30 @@
### C ### C
* [Programowanie w C](http://upload.wikimedia.org/wikibooks/pl/6/6a/C.pdf) (PDF) * [Podstawy programowania Unixa/Linuxa](http://www.opcode.eu.org/programing/c_cpp/)
* [Podstawy programowania Unixa/Linuxa](http://www.opcode.eu.org/more_advanced/programing/c_cpp/) * [Programowanie w C](https://upload.wikimedia.org/wikibooks/pl/6/6a/C.pdf) (PDF)
### C++ ### C++
* [Kurs C++](http://cpp0x.pl/kursy/Kurs-C++/1) * [Kurs C++](http://cpp0x.pl/kursy/Kurs-C++/1)
* [Zaawansowane C++](http://wazniak.mimuw.edu.pl/index.php?title=Zaawansowane_CPP)
* [Megatutorial "Od zera do gier kodera"](http://xion.org.pl/productions/texts/coding/megatutorial/) * [Megatutorial "Od zera do gier kodera"](http://xion.org.pl/productions/texts/coding/megatutorial/)
* [Zaawansowane C++](http://wazniak.mimuw.edu.pl/index.php?title=Zaawansowane_CPP)
### CSS ### Common Lisp
* [Moja pierwsza strona internetowa w HTML5 i CSS3](http://ferrante.pl/books/html/) * [Kurs programowania w języku Common Lisp](http://jcubic.pl/lisp_tutorial.php)
### Common Lisp ### CSS
* [Kurs programowania w języku Common Lisp](http://jcubic.pl/lisp_tutorial.php) * [Moja pierwsza strona internetowa w HTML5 i CSS3](http://ferrante.pl/books/html/)
### Haskell ### Haskell
* [Haskell](http://pl.wikibooks.org/wiki/Haskell) * [Haskell](https://pl.wikibooks.org/wiki/Haskell)
### HTML ### HTML
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
### JavaScript ### JavaScript
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/pl) * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/pl)
* [JavaScript. I wszystko jasne](http://www.bt4.pl/kursy/javascript/wszystko-jasne/) * [JavaScript. I wszystko jasne](http://shebang.pl/kursy/wszystko-jasne/)
### LaTeX ### LaTeX
...@@ -93,9 +93,9 @@ ...@@ -93,9 +93,9 @@
### PHP ### PHP
* [PHP](http://pl.wikibooks.org/wiki/PHP)
* [PHP: The Right Way](http://pl.phptherightway.com)
* [Kurs PHP](http://phpkurs.pl) * [Kurs PHP](http://phpkurs.pl)
* [PHP](https://pl.wikibooks.org/wiki/PHP)
* [PHP: The Right Way](http://pl.phptherightway.com)
### Prolog ### Prolog
...@@ -105,14 +105,14 @@ ...@@ -105,14 +105,14 @@
### Python ### Python
* [Ukąś Pythona](http://python.edu.pl/byteofpython/index.html)
* [Zanurkuj w Pythonie](http://pl.wikibooks.org/wiki/Zanurkuj_w_Pythonie)
* [Biblioteka Pythona](http://www.python.rk.edu.pl) * [Biblioteka Pythona](http://www.python.rk.edu.pl)
* [Ukąś Pythona](http://python.edu.pl/byteofpython/index.html)
* [Zanurkuj w Pythonie](https://pl.wikibooks.org/wiki/Zanurkuj_w_Pythonie)
### Ruby ### Ruby
* [Ruby](http://pl.wikibooks.org/wiki/Ruby) * [Ruby](https://pl.wikibooks.org/wiki/Ruby)
### Scala ### Scala
......
...@@ -20,15 +20,15 @@ ...@@ -20,15 +20,15 @@
### Haskell ### Haskell
* [Programação Funcional CC](http://www3.di.uminho.pt/~mjf/pub/PF-Haskell.pdf) - Maria João Frade (PDF) * [Programação Funcional CC](http://www4.di.uminho.pt/~mjf/pub/PF-Haskell.pdf) - Maria João Frade (PDF)
### LaTeX ### LaTeX
* [Uma não tão pequena introdução ao LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/portuguese)
* [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) * [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)
* [Uma não tão pequena introdução ao LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/portuguese)
### Prolog ### Prolog
* [Lógica Computacional (com Prolog)](http://www3.di.uminho.pt/~mjf/pub/LC-Prolog.pdf) - Maria João Frade (PDF) * [Lógica Computacional (com Prolog)](http://www4.di.uminho.pt/~mjf/pub/LC-Prolog.pdf) - Maria João Frade (PDF)
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
### HMTL ### HMTL
* [HTML](http://tutorialehtml.com/htmlt) * [HTML](http://tutorialehtml.com/ro/introducere-in-html/)
### JavaScript ### JavaScript
......
### Index ### Index
* [Списки книг](#meta-lists) * [0 - Language Agnostic](#1-language-agnostic)
* [Language Agnostic](#language-agnostic)
* [Облачные Вычисления](#Облачные-вычисления)
* [Работа c cетью](#Работа-с-сетью)
* [Open Source Ecosystem](#open-source-ecosystem) * [Open Source Ecosystem](#open-source-ecosystem)
* [Облачные Вычисления](#Облачные-вычисления)
* [Парадигмы Программирования](#Парадигмы-программирования) * [Парадигмы Программирования](#Парадигмы-программирования)
* [Работа c cетью](#Работа-с-сетью)
* [Assembly](#assembly) * [Assembly](#assembly)
* [Bash](#bash) * [Bash](#bash)
* [C](#c) * [C](#c)
* [C++](#c-1) * [C++](#c-1)
* [Clojure](#clojure) * [Clojure](#clojure)
* [CoffeeScript](#coffeescript) * [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [Git](#git) * [Git](#git)
* [Go](#go) * [Go](#go)
* [Erlang](#erlang)
* [Haskell](#haskell) * [Haskell](#haskell)
* [Java](#java) * [Java](#java)
* [JavaScript](#javascript) * [JavaScript](#javascript)
...@@ -27,8 +26,8 @@ ...@@ -27,8 +26,8 @@
* [Objective-C](#objective-c) * [Objective-C](#objective-c)
* [Perl](#perl) * [Perl](#perl)
* [PHP](#php) * [PHP](#php)
* [Python](#python)
* [PostgreSQL](#postgresql) * [PostgreSQL](#postgresql)
* [Python](#python)
* [R](#r) * [R](#r)
* [Reverse engineering](#reverse-engineering) * [Reverse engineering](#reverse-engineering)
* [Ruby](#ruby) * [Ruby](#ruby)
...@@ -43,7 +42,7 @@ ...@@ -43,7 +42,7 @@
* [Параллельные технологии](#parallel) * [Параллельные технологии](#parallel)
### Language Agnostic ### 0 - Language Agnostic
* [E-maxx.ru: Сборник алгоритмов с примерами на C++](http://e-maxx.ru/upload/e-maxx_algo.pdf) (PDF) * [E-maxx.ru: Сборник алгоритмов с примерами на C++](http://e-maxx.ru/upload/e-maxx_algo.pdf) (PDF)
* [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf) (PDF) * [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf) (PDF)
...@@ -68,16 +67,16 @@ ...@@ -68,16 +67,16 @@
#### Парадигмы программирования #### Парадигмы программирования
* [Введение в функциональное программирование](https://code.google.com/p/funprog-ru/) - John Harrison * [Введение в функциональное программирование](http://funprog-ru.github.io) - John Harrison
* [Практика функционального программирования](http://fprog.ru) - журнал * [Практика функционального программирования](http://fprog.ru) - журнал
### Assembly ### Assembly
* [Ассемблер в Linux для программистов C](http://ru.wikibooks.org/wiki/Ассемблер_в_Linux_для_программистов_C) * [Ассемблер в Linux для программистов C](https://ru.wikibooks.org/wiki/Ассемблер_в_Linux_для_программистов_C)
* [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm) * [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm)
* [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf) (PDF)
* [Микропроцессоры и вычислительные комплексы семейства "Эльбрус"](http://www.mcst.ru/doc/book_121130.pdf) (PDF) * [Микропроцессоры и вычислительные комплексы семейства "Эльбрус"](http://www.mcst.ru/doc/book_121130.pdf) (PDF)
* [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf) (PDF)
### Bash ### Bash
...@@ -129,7 +128,7 @@ ...@@ -129,7 +128,7 @@
### Git ### Git
* [Pro Git](http://git-scm.com/book/ru) * [Pro Git](http://git-scm.com/book/ru/)
* [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/) * [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/)
* [Простое руководство по работе с Git](http://rogerdudler.github.io/git-guide/index.ru.html) * [Простое руководство по работе с Git](http://rogerdudler.github.io/git-guide/index.ru.html)
...@@ -180,8 +179,8 @@ ...@@ -180,8 +179,8 @@
### Objective-C ### Objective-C
* [Хрестоматия iOS паттернов](https://maleevdimka.files.wordpress.com/2013/04/ios-patterns-cliff-notes2.pdf) (PDF)
* [Become an XCoder](https://yadi.sk/d/ugz7jW4RXLGTN) * [Become an XCoder](https://yadi.sk/d/ugz7jW4RXLGTN)
* [Хрестоматия iOS паттернов](https://maleevdimka.files.wordpress.com/2013/04/ios-patterns-cliff-notes2.pdf) (PDF)
* [Цикл статей разработки под Apple iOS](http://habrahabr.ru/post/149090/) * [Цикл статей разработки под Apple iOS](http://habrahabr.ru/post/149090/)
...@@ -201,10 +200,10 @@ ...@@ -201,10 +200,10 @@
### Python ### Python
* [Problem Solving with Algorithms and Data Structures](http://aliev.me/runestone/)
* [Вглубь языка Python](http://ru.diveintopython.net/toc.html) * [Вглубь языка Python](http://ru.diveintopython.net/toc.html)
* [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H * [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H
* [Учебник Python 2.6](http://ru.wikibooks.org/wiki/Учебник_Python_2.6) * [Учебник Python 2.6](http://ru.wikibooks.org/wiki/Учебник_Python_2.6)
* [Problem Solving with Algorithms and Data Structures](http://aliev.me/runestone/)
### PostgreSQL ### PostgreSQL
...@@ -226,9 +225,9 @@ ...@@ -226,9 +225,9 @@
### Ruby ### Ruby
* [Ruby](https://ru.wikibooks.org/wiki/Ruby) - Викиучебник
* [Ruby Book](https://github.com/Krugloff/rus_ruby_book) - Круглов А.
* [Ruby за двадцать минут](https://www.ruby-lang.org/ru/documentation/quickstart/) * [Ruby за двадцать минут](https://www.ruby-lang.org/ru/documentation/quickstart/)
* [Ruby](https://github.com/Krugloff/rus_ruby_book) - Круглов А.
* [Ruby](http://ru.wikibooks.org/wiki/Ruby) - Викиучебник
* [Учись программировать](http://www.shokhirev.com/mikhail/ruby/ltp/title.html) - Крис Пайн * [Учись программировать](http://www.shokhirev.com/mikhail/ruby/ltp/title.html) - Крис Пайн
......
...@@ -76,19 +76,19 @@ ...@@ -76,19 +76,19 @@
### Html ### Html
* [Html'e Yolculuk](https://github.com/paufsc/journey-to-html)
* [Html'e Giriş](http://www.htmldersleri.org) * [Html'e Giriş](http://www.htmldersleri.org)
* [Html'e Yolculuk](https://github.com/paufsc/journey-to-html)
### iOS ### iOS
* [iOS Geleceği Yazanlar](https://gelecegiyazanlar.turkcell.com.tr/konu/ios/) * [iOS Geleceği Yazanlar](https://gelecegiyazanlar.turkcell.com.tr/konu/ios)
### Java ### Java
* [Java Yazılım Tasarımı](http://tdsoftware.net/2011/09/23/java-yazalim-tasarimi-kitabi-pdf/)
* [Java 8 Kitabı](http://kodcu.com/java-8-ebook/) * [Java 8 Kitabı](http://kodcu.com/java-8-ebook/)
* [Java Yazılım Tasarımı](http://tdsoftware.net/2011/09/23/java-yazalim-tasarimi-kitabi-pdf/)
### JavaScript ### JavaScript
......
### Index ### Index
* [Language Agnostic](#language-agnostic)
* [Haskell](#haskell) * [Haskell](#haskell)
* [Java](#java) * [Java](#java)
* [Language Agnostic](#language-agnostic)
### Language Agnostic
* [Дизайн патерни - просто, як двері](http://designpatterns.andriybuday.com) - А. Будай
### Haskell ### Haskell
...@@ -18,3 +13,8 @@ ...@@ -18,3 +13,8 @@
### Java ### Java
* [Програмування мовою Java для дітей, батьків, дідусів та бабусь](http://myflex.org/books/java4kids/java4kids.htm) - Яків Файн * [Програмування мовою Java для дітей, батьків, дідусів та бабусь](http://myflex.org/books/java4kids/java4kids.htm) - Яків Файн
### Language Agnostic
* [Дизайн патерни - просто, як двері](http://designpatterns.andriybuday.com) - А. Будай
此差异已折叠。
此差异已折叠。
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
* [4Clojure - Koans](https://www.4clojure.com) * [4Clojure - Koans](https://www.4clojure.com)
* [Clojure Koans](http://clojurekoans.com) * [Clojure Koans](http://clojurekoans.com)
* [ClojureScript Koans](http://clojurescriptkoans.com) * [ClojureScript Koans](http://clojurescriptkoans.com)
* [Try Clojure](http://tryclj.com) * [Try Clojure](http://www.tryclj.com)
### CoffeeScript ### CoffeeScript
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
### Go ### Go
* [Go Koans](https://github.com/cdarwin/go-koans) * [Go Koans](https://github.com/cdarwin/go-koans)
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html) * [The Go Tutorial](http://tour.golang.org)
### Haskell ### Haskell
...@@ -96,29 +96,29 @@ ...@@ -96,29 +96,29 @@
* [CSS Diner](http://flukeout.github.io) * [CSS Diner](http://flukeout.github.io)
* [Flexbox Froggy](http://flexboxfroggy.com) * [Flexbox Froggy](http://flexboxfroggy.com)
* [Learn by doing beginner projects](https://dash.generalassemb.ly/projects) * [Learn by doing beginner projects](https://dash.generalassemb.ly)
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web) * [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web)
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping) * [Prototyping a professional website](https://www.codecademy.com/skills/make-a-website)
### Java ### Java
* [CodingBat code practice](http://codingbat.com/java) * [CodingBat code practice](http://codingbat.com/java)
* [Learneroo Java tutorial](http://www.learneroo.com/modules/11)
* [Learn Java](http://www.learnjavaonline.org) * [Learn Java](http://www.learnjavaonline.org)
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
### JavaScript ### JavaScript
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/) * [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery) * [Codecademy jquery track](https://www.codecademy.com/learn/jquery)
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx) * [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
* [Javascript interactive tutorial on CodeCademy](http://www.codecademy.com/tracks/javascript) * [Javascript interactive tutorial on CodeCademy](https://www.codecademy.com/learn/javascript)
* [Javascript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world) * [Javascript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world)
* [Javascripting](https://github.com/sethvincent/javascripting) * [Javascripting](https://github.com/sethvincent/javascripting)
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
* [Learn JavaScript](http://www.learn-js.org) * [Learn JavaScript](http://www.learn-js.org)
* [Learn knockout.js](http://learn.knockoutjs.com) * [Learn knockout.js](http://learn.knockoutjs.com)
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
* [Try jQuery](http://try.jquery.com) * [Try jQuery](http://try.jquery.com)
...@@ -146,7 +146,6 @@ ...@@ -146,7 +146,6 @@
### NoSQL ### NoSQL
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans) * [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
* [Try MongoDB](http://try.mongodb.org)
* [Try Redis](http://try.redis.io) * [Try Redis](http://try.redis.io)
...@@ -162,13 +161,13 @@ ...@@ -162,13 +161,13 @@
### PHP ### PHP
* [CodeCademy PHP](http://www.codecademy.com/tracks/php) * [CodeCademy PHP](https://www.codecademy.com/learn/php)
* [Learn PHP](http://www.learn-php.org) * [Learn PHP](http://www.learn-php.org)
### Python ### Python
* [Codecademy Python course](http://www.codecademy.com/tracks/python) * [Codecademy Python course](https://www.codecademy.com/learn/python)
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html) * [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
* [Learn Python](http://www.learnpython.org) * [Learn Python](http://www.learnpython.org)
* [Python Koans](https://github.com/gregmalcolm/python_koans) * [Python Koans](https://github.com/gregmalcolm/python_koans)
...@@ -186,16 +185,17 @@ ...@@ -186,16 +185,17 @@
### Ruby ### Ruby
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby) * [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby) * [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
* [Ruby Koans](http://www.rubykoans.com) * [Ruby Koans](http://www.rubykoans.com)
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com) * [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com)
* [The Odin Project](http://www.theodinproject.com) * [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org) * [Try Ruby](http://tryruby.org)
### Scala ### Scala
* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/)
* [Scala Tour](http://www.scala-tour.com) * [Scala Tour](http://www.scala-tour.com)
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* [Conceitos basicos do Ember.js ](http://fabriciotav.org/blog/2013/02/19/conceitos-basicos-do-emberjs.html) * [Conceitos basicos do Ember.js ](http://fabriciotav.org/blog/2013/02/19/conceitos-basicos-do-emberjs.html)
* [Desmistificando um pouco do ember.js](https://medium.com/@marciojunior_me/desmistificando-um-pouco-do-ember-js-71b92f9ab9f0#.axkvq1se3) * [Desmistificando um pouco do ember.js](https://medium.com/@marciojunior_me/desmistificando-um-pouco-do-ember-js-71b92f9ab9f0#.axkvq1se3)
* [Ember JS … Actions e Controllers](https://medium.com/@andersondecastro/ember-js-actions-e-controllers-1b12b588d1f3#.trfmw9iz2)
* [Ember JS … Carregando conteúdo no Template](https://medium.com/@andersondecastro/ember-carregando-conteudo-no-template-63652962fc5#.eks92v6kq)
* [Ember JS … Do Zero!](https://medium.com/@andersondecastro/ember-js-do-zero-9150ec2fc22c#.jdlrdp4iw) * [Ember JS … Do Zero!](https://medium.com/@andersondecastro/ember-js-do-zero-9150ec2fc22c#.jdlrdp4iw)
* [Ember JS … Roteando](https://medium.com/@andersondecastro/ember-js-roteando-8a7469e3c88c#.urpjya430) * [Ember JS … Roteando](https://medium.com/@andersondecastro/ember-js-roteando-8a7469e3c88c#.urpjya430)
* [Ember JS … Carregando conteúdo no Template](https://medium.com/@andersondecastro/ember-carregando-conteudo-no-template-63652962fc5#.eks92v6kq)
* [Ember JS … Actions e Controllers](https://medium.com/@andersondecastro/ember-js-actions-e-controllers-1b12b588d1f3#.trfmw9iz2)
* [Handlebars Helpers com Ember.js](http://fabriciotav.org/blog/2013/02/19/handlebars-helpers-com-emberjs.html) * [Handlebars Helpers com Ember.js](http://fabriciotav.org/blog/2013/02/19/handlebars-helpers-com-emberjs.html)
...@@ -55,12 +55,12 @@ ...@@ -55,12 +55,12 @@
### Meteor ### Meteor
* [Tudo sobre Meteor](http://udgwebdev.com/meteor) * [Tudo sobre Meteor](http://udgwebdev.com/meteor/)
### Node.js ### Node.js
* [Node.js para Leigos](http://udgwebdev.com/nodejs) * [Node.js para Leigos](http://udgwebdev.com/nodejs/)
* [Primeiros passos com Node.js](http://tableless.com.br/o-que-nodejs-primeiros-passos-com-node-js/) * [Primeiros passos com Node.js](http://tableless.com.br/o-que-nodejs-primeiros-passos-com-node-js/)
* [Raspagem de dados com Node.js](http://tableless.com.br/raspagem-de-dados-com-node-js/) * [Raspagem de dados com Node.js](http://tableless.com.br/raspagem-de-dados-com-node-js/)
......
...@@ -3,34 +3,34 @@ ...@@ -3,34 +3,34 @@
* [Angular Basics](http://www.angularjsbook.com) * [Angular Basics](http://www.angularjsbook.com)
* [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html) * [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html)
* [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/) * [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/)
* [Angular.js Guide](http://docs.angularjs.org/guide/) * [Angular.js Guide](https://docs.angularjs.org/guide/)
* [Angular.js Snippets for Sublime Text 2](https://github.com/maxhoffmann/angular-snippets) * [Angular.js Snippets for Sublime Text 2](https://github.com/maxhoffmann/angular-snippets)
* [Angular.js Tutorial](http://docs.angularjs.org/tutorial) * [Angular.js Tutorial](https://docs.angularjs.org/tutorial)
* [Angular.js Youtube Channel](https://www.youtube.com/angularjs) * [Angular.js Youtube Channel](https://www.youtube.com/angularjs)
* [AngularJS - Extend your Browser](https://speakerdeck.com/petebd/devox-uk-2013-angularjs?slide=2) * [AngularJS - Extend your Browser](https://speakerdeck.com/petebd/devox-uk-2013-angularjs?slide=2)
* [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book) * [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book/)
* [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF) * [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF)
* [AngularJS Insights](http://pascalprecht.github.com/slides/angularjs-insights/#/) * [AngularJS Insights](http://pascalprecht.github.io/slides/angularjs-insights/#/)
* [AngularJS Succinctly](http://www.syncfusion.com/resources/techportal/ebooks/angularjs) (PDF, Kindle) *(Just fill the fields with any values)* * [AngularJS Succinctly](https://www.syncfusion.com/resources/techportal/ebooks/angularjs) (PDF, Kindle) *(Just fill the fields with any values)*
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com) * [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com)
* [AngularJS with Ruby on Rails](http://angular-rails.com) * [AngularJS with Ruby on Rails](http://angular-rails.com)
* [egghead.io: Learn AngularJS with Tutorial Videos & Training](https://egghead.io)
* [egghead.io youtube channel: Learn AngularJS with Tutorial Videos & Training](https://www.youtube.com/user/johnlindquist) * [egghead.io youtube channel: Learn AngularJS with Tutorial Videos & Training](https://www.youtube.com/user/johnlindquist)
* [egghead.io: Learn AngularJS with Tutorial Videos & Training](http://egghead.io)
* [Learn AngularJS with free interactive lessons](http://www.learn-angular.org) * [Learn AngularJS with free interactive lessons](http://www.learn-angular.org)
* [Mastering AngularJS Directives](http://pascalprecht.github.com/slides/mastering-angularjs-directives/) * [Mastering AngularJS Directives](http://pascalprecht.github.io/slides/mastering-angularjs-directives/)
* [Recipes with Angular.js](https://leanpub.com/recipes-with-angular-js/read) *(Leanpub, by Frederik Dietz)* * [Recipes with Angular.js](https://leanpub.com/recipes-with-angular-js/read) *(Leanpub, by Frederik Dietz)*
* [Seven-Part Introduction to Angular](http://ngokevin.com/blog/angular-1) * [Seven-Part Introduction to Angular](http://ngokevin.com/blog/angular-1/)
* [Unit Testing Best Practices in AngularJS](http://andyshora.com/unit-testing-best-practices-angularjs.html) * [Unit Testing Best Practices in AngularJS](http://andyshora.com/unit-testing-best-practices-angularjs.html)
## Backbone.js ## Backbone.js
* [A Complete guide for learning Backbone.js](http://www.codebeerstartups.com/2012/12/a-complete-guide-for-learning-backbone-js/) * [A Complete guide for learning Backbone.js](http://codebeerstartups.com/2012/12/a-complete-guide-for-learning-backbone-js/)
* [A pragmatic guide to Backbone.js apps](http://pragmatic-backbone.com) * [A pragmatic guide to Backbone.js apps](http://pragmatic-backbone.com)
* [Backbone Tutorials: Beginner, Intermediate and Advanced](https://leanpub.com/backbonetutorials) - Thomas Davis * [Backbone Tutorials: Beginner, Intermediate and Advanced](https://leanpub.com/backbonetutorials) - Thomas Davis
* [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) * [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)
* [Backbone.js and socket.io](http://developer.teradata.com/blog/jasonstrimpel/2011/11/backbone-js-and-socket-io) * [Backbone.js and socket.io](http://developer.teradata.com/blog/jasonstrimpel/2011/11/backbone-js-and-socket-io)
* [Backbonejs Tutorials](http://backbonetutorials.com) * [Backbonejs Tutorials](https://cdnjs.com/libraries/backbone.js/tutorials/)
* [Building Single Page Web Apps with Backbone.js](https://singlepagebook.supportbee.com) (work in progress) * [Building Single Page Web Apps with Backbone.js](https://singlepagebook.supportbee.com) (work in progress)
* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/)
* [Getting Started with Backbone.js](http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/) * [Getting Started with Backbone.js](http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/)
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com) * [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com)
* [DockYard Ember.js Style Guide](https://github.com/dockyard/styleguides/blob/master/ember.md) * [DockYard Ember.js Style Guide](https://github.com/dockyard/styleguides/blob/master/ember.md)
* [Ember 101](http://ember101.com) * [Ember 101](http://ember101.com)
* [Ember App with RailsApi](http://reefpoints.dockyard.com/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1.html) * [Ember App with RailsApi](https://dockyard.com/blog/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1)
* [Ember.js - Getting started](http://emberjs.com/guides/getting-started/) * [Ember.js - Getting started](http://emberjs.com/guides/getting-started/)
* [EmberFlare](https://emberflare.com) * [EmberFlare](https://emberflare.com)
* [Vic Ramon's Ember Tutorial](http://ember.vicramon.com) * [Vic Ramon's Ember Tutorial](http://ember.vicramon.com)
...@@ -74,24 +74,24 @@ ...@@ -74,24 +74,24 @@
## jQuery ## jQuery
* [JavaScript Fundamentals, Plus a Dash Of JQuery - for dinner ladies](http://nicholasjohnson.com/javascript-book) * [JavaScript Fundamentals, Plus a Dash Of JQuery - for dinner ladies](http://nicholasjohnson.com/javascript-book/)
* [jQuery Novice to Ninja](http://mediatheque.cite-musique.fr/MediaComposite/Debug/Dossier-Orchestre/ressources/jQuery.Novice.to.Ninja.2nd.Edition.pdf) (PDF) * [jQuery Novice to Ninja](http://mediatheque.cite-musique.fr/MediaComposite/Debug/Dossier-Orchestre/ressources/jQuery.Novice.to.Ninja.2nd.Edition.pdf) (PDF)
* [jQuery Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/jquery) (PDF, Kindle) *(Just fill the fields with any values)* * [jQuery Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/jquery) (PDF, Kindle) *(Just fill the fields with any values)*
## Knockout.js ## Knockout.js
* [Knockout.js Succinctly](http://www.syncfusion.com/resources/techportal/ebooks/knockoutjs) (PDF, Kindle) *(Just fill the fields with any values)* * [Knockout.js Succinctly](https://www.syncfusion.com/resources/techportal/ebooks/knockoutjs) (PDF, Kindle) *(Just fill the fields with any values)*
* tech.pro: Knockout.js tutorial video series * tech.pro: Knockout.js tutorial video series
* [Lesson 1 - Introduction](http://tech.pro/tutorial/1562/knockoutjs-lesson-1-introduction) * [Lesson 1 - Introduction](http://tech.pro/tutorial/1562/knockoutjs-lesson-1-introduction)
* [Lesson 2 - Initialising the application](http://tech.pro/tutorial/1563/knockoutjs-lesson-2-initialising-the-application) * [Lesson 2 - Initialising the application](http://tech.pro/tutorial/1563/knockoutjs-lesson-2-initialising-the-application)
* [Lesson 3 - Adding a viewModel](http://tech.pro/tutorial/1564/knockoutjs-lesson-3-adding-a-viewmodel) * [Lesson 3 - Adding a viewModel](http://tech.pro/tutorial/1564/knockoutjs-lesson-3-adding-a-viewmodel)
* [Lesson 4 - Basic bindings](http://tech.pro/tutorial/1565/knockoutjs-lesson-4-basic-bindings) * [Lesson 4 - Basic bindings](http://tech.pro/tutorial/1565/knockoutjs-lesson-4-basic-bindings)
* [Lesson 5 - Observable arrays](http://tech.pro/tutorial/1566/knockoutjs-lesson-5-observable-arrays) * [Lesson 5 - Observable arrays](http://tech.pro/tutorial/1566/knockoutjs-lesson-5-observable-arrays)
* [Lesson 6 - The foreach binding](http://tech.pro/tutorial/1567/knockoutjs-lesson-6-the-foreach-binding) * [Lesson 6 - The foreach binding](http://tech.pro/tutorial/1567/knockoutjs-lesson-6-the-foreach-binding)
* [Lesson 7 - The event binding](http://tech.pro/tutorial/1568/knockoutjs-lesson-7-the-event-binding) * [Lesson 7 - The event binding](http://tech.pro/tutorial/1568/knockoutjs-lesson-7-the-event-binding)
* [Lesson 8 - The click binding](http://tech.pro/tutorial/1569/knockoutjs-lesson-8-the-click-binding) * [Lesson 8 - The click binding](http://tech.pro/tutorial/1569/knockoutjs-lesson-8-the-click-binding)
* [Lesson 9 - Custom bindings](http://tech.pro/tutorial/1570/knockoutjs-lesson-9-custom-bindings) * [Lesson 9 - Custom bindings](http://tech.pro/tutorial/1570/knockoutjs-lesson-9-custom-bindings)
* [Lesson 10 - Computed Observables](http://tech.pro/tutorial/1571/knockoutjs-lesson-10-computed-observables) * [Lesson 10 - Computed Observables](http://tech.pro/tutorial/1571/knockoutjs-lesson-10-computed-observables)
* [Lesson 11 - The visible binding](http://tech.pro/tutorial/1572/knockoutjs-lesson-11-the-visible-binding) * [Lesson 11 - The visible binding](http://tech.pro/tutorial/1572/knockoutjs-lesson-11-the-visible-binding)
* [Lesson 12 - The value binding](http://tech.pro/tutorial/1573/knockoutjs-lesson-12-the-value-binding) * [Lesson 12 - The value binding](http://tech.pro/tutorial/1573/knockoutjs-lesson-12-the-value-binding)
...@@ -106,17 +106,22 @@ ...@@ -106,17 +106,22 @@
* [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/) * [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/)
## Om
* [Om Tutorial](http://awkay.github.io/om-tutorial/)
## React ## React
* [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660) * [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660)
* [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts) * [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts)
* [React Primer Draft](https://github.com/mikechau/react-primer-draft) * [React Primer Draft](https://github.com/mikechau/react-primer-draft)
* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html) * [React Tutorial](https://facebook.github.io/react/docs/tutorial.html)
* [React with ASP.NET 5 Tutorial](http://reactjs.net/getting-started/tutorial.html)
* [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components)
* [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial)
* React Tutorial by Josh Finnie * React Tutorial by Josh Finnie
* [Part 1](http://www.joshfinnie.com/blog/reactjs-tutorial-part-1/) * [Part 1](http://www.joshfinnie.com/blog/reactjs-tutorial-part-1/)
* [Part 2](http://www.joshfinnie.com/blog/reactjs-tutorial-part-2/) * [Part 2](http://www.joshfinnie.com/blog/reactjs-tutorial-part-2/)
* [Part 3](http://www.joshfinnie.com/blog/reactjs-tutorial-part-3/) * [Part 3](http://www.joshfinnie.com/blog/reactjs-tutorial-part-3/)
* [React with ASP.NET 5 Tutorial](http://reactjs.net/getting-started/aspnet5.html)
* [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components)
* [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial/)
* [SurviveJS - Webpack and React](http://survivejs.com) * [SurviveJS - Webpack and React](http://survivejs.com)
...@@ -8,18 +8,18 @@ ...@@ -8,18 +8,18 @@
* [4Clojure](http://www.4clojure.com) * [4Clojure](http://www.4clojure.com)
* [Codeabbey](http://www.codeabbey.com) * [Codeabbey](http://www.codeabbey.com)
* [Codechef](http://www.codechef.com/contests) * [Codechef](https://www.codechef.com/contests)
* [Codeeval](https://www.codeeval.com) * [Codeeval](https://www.codeeval.com)
* [Codeforces](http://codeforces.com) * [Codeforces](http://codeforces.com)
* [Coderbyte](http://coderbyte.com) * [Coderbyte](https://coderbyte.com)
* [Codewars](https://www.codewars.com) * [Codewars](http://www.codewars.com)
* [Codingame](http://www.codingame.com/start) * [Codingame](https://www.codingame.com/start)
* [Facebook Hackercup](https://www.facebook.com/hackercup) * [Facebook Hackercup](https://www.facebook.com/hackercup)
* [Hackerrank](https://www.hackerrank.com) * [Hackerrank](https://www.hackerrank.com)
* [Hello World Open](https://helloworldopen.com) * [Hello World Open](https://helloworldopen.com)
* [Internet Problem Solving Contest](http://ipsc.ksp.sk) * [Internet Problem Solving Contest](http://ipsc.ksp.sk)
* [Just another Golf Coding](http://jagc.org) * [Just another Golf Coding](http://jagc.org)
* [Microcorruption](https://microcorruption.com) * [Microcorruption](https://microcorruption.com/login)
* [Saratov State University](http://acm.sgu.ru/index.php) * [Saratov State University](http://acm.sgu.ru/index.php)
* [Topcoder](https://www.topcoder.com) * [Topcoder](https://www.topcoder.com)
...@@ -41,13 +41,13 @@ ...@@ -41,13 +41,13 @@
* [Mathproblem of the Month - Bilkent University](http://www.fen.bilkent.edu.tr/~cvmath/prob-month.html) * [Mathproblem of the Month - Bilkent University](http://www.fen.bilkent.edu.tr/~cvmath/prob-month.html)
* [PEG Judge](http://wcipeg.com) * [PEG Judge](http://wcipeg.com)
* [PKU Online Judge](http://poj.org) * [PKU Online Judge](http://poj.org)
* [Ponder This!](http://domino.research.ibm.com/Comm/wwwr_ponder.nsf/pages/index.html) * [Ponder This!](https://www.research.ibm.com/haifa/ponderthis/index.shtml)
* [ProblemBook.NET](http://problembook.net/content/en/index.html) * [ProblemBook.NET](http://problembook.net/content/en/index.html)
* [Project Euler](https://projecteuler.net) * [Project Euler](https://projecteuler.net)
* [Python Practice Projects](http://pythonpracticeprojects.com) * [Python Practice Projects](http://pythonpracticeprojects.com)
* [Rosalind](http://rosalind.info/problems/locations/) * [Rosalind](http://rosalind.info/problems/locations/)
* [Sphere Online Judge](http://www.spoj.com) * [Sphere Online Judge](http://www.spoj.com)
* [TalentBuddy](http://www.talentbuddy.co) * [TalentBuddy](http://www.talentbuddy.co/blog/)
* [Timus Online Judge](http://acm.timus.ru) * [Timus Online Judge](http://acm.timus.ru)
* [URI Online Judge](https://www.urionlinejudge.com.br/judge/login) * [URI Online Judge](https://www.urionlinejudge.com.br/judge/login)
* [UVa Online Judge](http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8) * [UVa Online Judge](https://uva.onlinejudge.org/index.php?Itemid=8&option=com_onlinejudge)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册