mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-06-06 07:02:43 +08:00
Merged with master
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ sudo: false
|
||||
node_js:
|
||||
- "4.1"
|
||||
before_script:
|
||||
- npm install -g https://github.com/vhf/free-programming-books-lint.git
|
||||
- npm install -g free-programming-books-lint
|
||||
script: fpb-lint .
|
||||
|
||||
+2
-2
@@ -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.
|
||||
|
||||
## 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.
|
||||
- If you know git, please fork the repo and send pull requests.
|
||||
3. We have 5 kinds of lists. Choose the right one:
|
||||
|
||||
- *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).
|
||||
- *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.
|
||||
|
||||
@@ -44,7 +44,7 @@ Please read [CONTRIBUTING](/CONTRIBUTING.md).
|
||||
+ Ukrainian: [github](/free-programming-books-ua.md)
|
||||
|
||||
|
||||
### Noticeable lists
|
||||
### Notable lists
|
||||
+ [Free JavaScript frameworks resources and tutorials](/javascript-frameworks-resources.md)
|
||||
|
||||
|
||||
|
||||
+14
-12
@@ -38,13 +38,13 @@
|
||||
|
||||
### Android
|
||||
|
||||
* [Creative, Serious and Playful Science of Android Apps](https://www.coursera.org/course/androidapps101)
|
||||
* [Programming Cloud Services for Android Handheld Systems](https://www.coursera.org/course/mobilecloud)
|
||||
* [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/mobilecloudprogram)
|
||||
* [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 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)
|
||||
* [Udacity Android Course Catalog](https://www.udacity.com/courses#!/android)
|
||||
* [Udacity Android Course Catalog](https://www.udacity.com/courses#!/android#!/android)
|
||||
|
||||
|
||||
### AngularJS
|
||||
@@ -77,7 +77,7 @@
|
||||
### Databases
|
||||
|
||||
* [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
|
||||
@@ -121,7 +121,7 @@
|
||||
* [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 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
|
||||
@@ -166,22 +166,23 @@
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
### 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
|
||||
|
||||
* [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/)
|
||||
* [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)
|
||||
* [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
|
||||
@@ -196,7 +197,7 @@
|
||||
|
||||
### Ruby
|
||||
|
||||
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
||||
* [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com)
|
||||
|
||||
|
||||
### Sails.Js
|
||||
@@ -212,11 +213,12 @@
|
||||
|
||||
### 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
|
||||
|
||||
* [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)
|
||||
* [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 @@
|
||||
* [Android](#android)
|
||||
* [Angular JS](#angularjs)
|
||||
* [C#](#csharp)
|
||||
* [C++](#c-1)
|
||||
* [CSS](#css)
|
||||
* [Elixir](#elixir)
|
||||
* [Emacs](#emacs)
|
||||
@@ -19,12 +20,12 @@
|
||||
|
||||
### 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
|
||||
|
||||
* [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#
|
||||
@@ -32,9 +33,15 @@
|
||||
* [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
|
||||
|
||||
* [Screencast] - [CSS-Tricks Screencasts](http://css-tricks.com/video-screencasts/)
|
||||
* [Screencast] - [CSS-Tricks Screencasts](https://css-tricks.com/video-screencasts/)
|
||||
|
||||
|
||||
### Elixir
|
||||
@@ -69,9 +76,9 @@
|
||||
|
||||
### Javascript
|
||||
|
||||
* [Podcast] - [JavaScript Jabber](http://javascriptjabber.com)
|
||||
* [Podcast] - [JavaScript Jabber](https://devchat.tv/js-jabber/)
|
||||
* [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] - [ShowMeDo - Javascript Screencasts](http://showmedo.com/videotutorials/javascript)
|
||||
|
||||
@@ -79,7 +86,7 @@
|
||||
### Language Agnostic
|
||||
|
||||
* [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] - [Programming Throwdown](http://www.programmingthrowdown.com)
|
||||
* [Podcast] - [Shop Talk Show](http://shoptalkshow.com)
|
||||
@@ -100,28 +107,29 @@
|
||||
* [Podcast] - [PHP Roundtable](https://www.phproundtable.com)
|
||||
* [Podcast] - [PHP Town Hall](http://phptownhall.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
|
||||
|
||||
* [Podcast] - [Podcast.__init__](http://podcastinit.com)
|
||||
* [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] - [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] - [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 GUI with Tkinter Playlist](http://www.youtube.com/playlist?list=PL6gx4Cwl9DGBwibXFtPtflztSNPGuIB_d)
|
||||
* [Screencast] - [TheNewBoston - Python Programming Tutorials - 2.x](http://www.youtube.com/playlist?list=PLEA1FEF17E1E5C0DA)
|
||||
* [Screencast] - [TheNewBoston - Python GUI with Tkinter Playlist](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBwibXFtPtflztSNPGuIB_d)
|
||||
* [Screencast] - [TheNewBoston - Python Programming Tutorials - 2.x](https://www.youtube.com/playlist?list=PLEA1FEF17E1E5C0DA)
|
||||
* [Screencast] - [Try Django Tutorial](http://youtu.be/3DccH9AMwFQ?list=PLEsfXFp6DpzRgedo9IzmcpXYoSeDg29Tx)
|
||||
|
||||
|
||||
### Ruby
|
||||
|
||||
* [Podcast] - [5by5 - Ruby on Rails Podcast](http://5by5.tv/rubyonrails)
|
||||
* [Podcast] - [ENVY LABS - Ruby5](http://ruby5.envylabs.com)
|
||||
* [Podcast] - [Ruby Rogues](http://rubyrogues.com)
|
||||
* [Podcast] - [ENVY LABS - Ruby5](https://ruby5.codeschool.com)
|
||||
* [Podcast] - [Ruby Rogues](https://devchat.tv/ruby-rogues/)
|
||||
* [Podcast] - [The Bike Shed](http://bikeshed.fm)
|
||||
* [Podcast] - [The Ruby Show](http://rubyshow.com)
|
||||
* [Screencast] - [Free Ruby on Rails Screencasts](http://railscasts.com/?type=free)
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
* [Javascript](#javascript)
|
||||
* [Node.js](#Nodejs)
|
||||
* [Webpack](#Webpack)
|
||||
|
||||
|
||||
### Javascript
|
||||
@@ -13,3 +14,8 @@
|
||||
### Node.js
|
||||
|
||||
* [Screencast] - [Скринкаст Node.JS - Илья Кантор](https://learn.javascript.ru/nodejs-screencast/)
|
||||
|
||||
|
||||
### Webpack
|
||||
|
||||
* [Screencast] - [Скринкаст Webpack - Илья Кантор](https://learn.javascript.ru/webpack-screencast/)
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
|
||||
### 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 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
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
#### 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
|
||||
@@ -113,12 +113,12 @@
|
||||
### Python
|
||||
|
||||
* [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 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
|
||||
|
||||
@@ -27,15 +27,15 @@
|
||||
|
||||
### Unabhängig von der Programmiersprache
|
||||
|
||||
* [IT-Handbuch für Fachinformatiker](http://openbook.galileocomputing.de/it_handbuch/)
|
||||
* [Objektorientierte Programmierung](http://openbook.galileocomputing.de/oop/)
|
||||
* [IT-Handbuch für Fachinformatiker](http://openbook.rheinwerk-verlag.de/it_handbuch/)
|
||||
* [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)
|
||||
|
||||
|
||||
### Action Script
|
||||
|
||||
* [ActionScript 1 und 2](http://openbook.galileodesign.de/actionscript/)
|
||||
* [Einstieg in ActionScript](http://openbook.galileodesign.de/actionscript_einstieg/)
|
||||
* [ActionScript 1 und 2](http://openbook.rheinwerk-verlag.de/actionscript/)
|
||||
* [Einstieg in ActionScript](http://openbook.rheinwerk-verlag.de/actionscript_einstieg/)
|
||||
|
||||
|
||||
### Android
|
||||
@@ -50,13 +50,13 @@
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
### 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++: Einführung](http://www.highscore.de/cpp/einfuehrung/)
|
||||
|
||||
@@ -64,14 +64,14 @@
|
||||
### C Sharp
|
||||
|
||||
* [Programmieren in C#: Einführung](http://www.highscore.de/csharp/einfuehrung/)
|
||||
* [Visual C# 2008](http://openbook.galileocomputing.de/visual_csharp/)
|
||||
* [Visual C# 2010](http://openbook.galileocomputing.de/visual_csharp_2010/)
|
||||
* [Visual C# 2012](http://openbook.galileocomputing.de/visual_csharp_2012/)
|
||||
* [Visual C# 2008](http://openbook.rheinwerk-verlag.de/visual_csharp/)
|
||||
* [Visual C# 2010](http://openbook.rheinwerk-verlag.de/visual_csharp_2010/)
|
||||
* [Visual C# 2012](http://openbook.rheinwerk-verlag.de/visual_csharp_2012/)
|
||||
|
||||
|
||||
### 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)
|
||||
* [iPad-Programmierung](http://examples.oreilly.de/openbooks/pdf_ipadprogpragger.pdf) (PDF)
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
### Git
|
||||
|
||||
* [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
|
||||
@@ -89,25 +89,25 @@
|
||||
|
||||
### HTML & CSS
|
||||
|
||||
* [CSS](http://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]
|
||||
* [CSS](http://www.peterkropff.de/site/css/css.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
|
||||
* [HTML](http://www.peterkropff.de/site/html/html.htm) — Peter Kropff [Online, PDF]
|
||||
* [HTML5-Handbuch](http://webkompetenz.wikidot.com/docs:html-handbuch)
|
||||
* [Self HTML](http://de.selfhtml.org)
|
||||
* [Self HTML](https://wiki.selfhtml.org/wiki/Startseite)
|
||||
|
||||
|
||||
### 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
|
||||
* [Java 7 Mehr als eine Insel](http://openbook.galileocomputing.de/java7/)
|
||||
* [Java ist auch eine Insel](http://openbook.galileocomputing.de/javainsel/)
|
||||
* [Java 7 Mehr als eine Insel](http://openbook.rheinwerk-verlag.de/java7/)
|
||||
* [Java ist auch eine Insel](http://openbook.rheinwerk-verlag.de/javainsel/)
|
||||
* [Programmieren Java: Aufbau](http://www.highscore.de/java/aufbau/)
|
||||
* [Programmieren Java: Einführung](http://www.highscore.de/java/einfuehrung/)
|
||||
|
||||
|
||||
### Javascript
|
||||
|
||||
* [JavaScript](http://peterkropff.de/site/javascript/javascript.htm) — Peter Kropff (Grundlagen, AJAX, DOM, OOP) [Online, PDF]
|
||||
* [JavaScript und AJAX](http://openbook.galileocomputing.de/javascript_ajax/)
|
||||
* [JavaScript](http://www.peterkropff.de/site/javascript/javascript.htm) — Peter Kropff (Grundlagen, AJAX, DOM, OOP) [Online, PDF]
|
||||
* [JavaScript und AJAX](http://openbook.rheinwerk-verlag.de/javascript_ajax/)
|
||||
* [Webseiten erstellen mit Javascript](http://www.highscore.de/javascript/)
|
||||
|
||||
|
||||
@@ -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 - 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
|
||||
|
||||
* [Galileo Computing - openbook](http://www.galileocomputing.de/katalog/openbook)
|
||||
* [Galileo Computing - openbook](https://www.rheinwerk-verlag.de/openbook/)
|
||||
|
||||
|
||||
### 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](http://peterkropff.de/site/php/php.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
|
||||
* [PHP PEAR](http://openbook.galileocomputing.de/php_pear/)
|
||||
* [PHP](http://www.peterkropff.de/site/php/php.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
|
||||
* [PHP PEAR](http://openbook.rheinwerk-verlag.de/php_pear/)
|
||||
* [Praktischer Einstieg in MySQL mit PHP](http://examples.oreilly.de/openbooks/pdf_einmysql2ger.pdf) (PDF)
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
* [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)
|
||||
* [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/)
|
||||
|
||||
|
||||
@@ -156,18 +156,18 @@
|
||||
|
||||
### UML
|
||||
|
||||
* [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml)
|
||||
* [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml/)
|
||||
|
||||
|
||||
### Unix
|
||||
|
||||
* [Linux-UNIX-Programmierung](http://openbook.galileocomputing.de/linux_unix_programmierung/)
|
||||
* [Shell-Programmierung](http://openbook.galileocomputing.de/shell_programmierung/)
|
||||
* [Wie werde ich Unix Guru?](http://openbook.galileocomputing.de/unix_guru/)
|
||||
* [Linux-UNIX-Programmierung](http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/)
|
||||
* [Shell-Programmierung](http://openbook.rheinwerk-verlag.de/shell_programmierung/)
|
||||
* [Wie werde ich Unix Guru?](http://openbook.rheinwerk-verlag.de/unix_guru/)
|
||||
|
||||
|
||||
### Visual Basic
|
||||
|
||||
* [Einstieg in Visual Basic 2010](http://openbook.galileocomputing.de/einstieg_vb_2010/)
|
||||
* [Einstieg in Visual Basic 2012](http://openbook.galileocomputing.de/einstieg_vb_2012/)
|
||||
* [Visual Basic 2008](http://openbook.galileocomputing.de/visualbasic_2008/)
|
||||
* [Einstieg in Visual Basic 2010](http://openbook.rheinwerk-verlag.de/einstieg_vb_2010/)
|
||||
* [Einstieg in Visual Basic 2012](http://openbook.rheinwerk-verlag.de/einstieg_vb_2012/)
|
||||
* [Visual Basic 2008](http://openbook.rheinwerk-verlag.de/visualbasic_2008/)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
### Index
|
||||
|
||||
* [Metalistas](#metalistas)
|
||||
* [Agnósticos](#agn%C3%B3sticos)
|
||||
* [0 - Metalistas](#0---metalistas)
|
||||
* [1 - Agnósticos](#1---agn%C3%B3sticos)
|
||||
* [Algoritmos y Estructuras de Datos](#algoritmos)
|
||||
* [Base de Datos](#base-de-datos)
|
||||
* [Ciencia Computacional](#ciencia-computacional)
|
||||
@@ -13,20 +13,20 @@
|
||||
* [Android](#android)
|
||||
* [C](#c)
|
||||
* [C++](#c-1)
|
||||
* [CSS](#CSS)
|
||||
* [HTML5](#HTML5)
|
||||
* [Coffeescript](#coffeescript)
|
||||
* [CSS](#CSS)
|
||||
* [Emacs](#emacs)
|
||||
* [Ensamblador](#ensamblador)
|
||||
* [Erlang](#erlang)
|
||||
* [Git](#git)
|
||||
* [Haskell](#haskell)
|
||||
* [HTML5](#HTML5)
|
||||
* [Java](#java)
|
||||
* [JavaScript](#javascript)
|
||||
* [AngularJS](#angularjs)
|
||||
* [D3](#d3js)
|
||||
* [jQuery](#jquery)
|
||||
* [node.js](#nodejs)
|
||||
* [Java](#java)
|
||||
* [LaTeX](#latex)
|
||||
* [Linux](#linux)
|
||||
* [.NET (C# Visual Studio)](#net-c--visual-studio)
|
||||
@@ -45,24 +45,24 @@
|
||||
* [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)
|
||||
* [OPENLIBRA La Biblioteca Libre online que estabas esperando](http://www.etnassoft.com/biblioteca/)
|
||||
|
||||
|
||||
### Agnósticos
|
||||
### 1 - Agnósticos
|
||||
|
||||
#### Algoritmos
|
||||
|
||||
* [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)
|
||||
* [Apuntes de Algoritmos y Estructuras de Datos](https://sites.google.com/site/prog3unlp/home/exp_algoritmos.pdf?attredirects=0&d=1) (PDF)
|
||||
* [Breves Notas sobre Análisis de Algoritmos](http://www.matematicas.unam.mx/jloa/publicaciones/analisisdeAlgoritmos.pdf) (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://lya.fciencias.unam.mx/jloa/publicaciones/analisisdeAlgoritmos.pdf) (PDF)
|
||||
* [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))
|
||||
* [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)
|
||||
|
||||
|
||||
@@ -77,8 +77,8 @@
|
||||
|
||||
#### Ciencia Computacional
|
||||
|
||||
* [Breves Notas sobre Autómatas y Lenguajes](http://www.matematicas.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 Autómatas y Lenguajes](http://lya.fciencias.unam.mx/jloa/publicaciones/automatasyLenguajes.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
|
||||
@@ -89,7 +89,7 @@
|
||||
#### Metodologías de desarrollo de software
|
||||
|
||||
* [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)
|
||||
* [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)
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
#### 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/)
|
||||
* [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)
|
||||
@@ -130,8 +130,8 @@
|
||||
|
||||
### C++
|
||||
|
||||
* [Aprenda C++ avanzado como si estuviera en primero](http://www.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++ 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://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/)
|
||||
|
||||
|
||||
@@ -142,10 +142,10 @@
|
||||
|
||||
### CSS
|
||||
|
||||
* [CSS avanzado](http://librosweb.es/css_avanzado/)
|
||||
* [CSS avanzado](http://librosweb.es/libro/css_avanzado/)
|
||||
* [Estructura con CSS](http://es.learnlayout.com)
|
||||
* [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
|
||||
@@ -174,7 +174,7 @@
|
||||
|
||||
* [Git Immersion en Español](http://gitimmersion.mx)
|
||||
* [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
|
||||
@@ -189,19 +189,19 @@
|
||||
* [Arquitectura Java Sólida](http://www.arquitecturajava.com)
|
||||
* [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)
|
||||
* [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)
|
||||
* [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))
|
||||
* [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 Introducción a Maven 3](http://www.javahispano.org/storage/contenidos/Tutorial_de_Maven_3_Erick_Camacho.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://static1.1.sqspcdn.com/static/f/923743/15025126/1320942755733/Tutorial_de_Maven_3_Erick_Camacho.pdf) (PDF)
|
||||
|
||||
|
||||
### JavaScript
|
||||
|
||||
* [Introducción a AJAX](http://librosweb.es/ajax/)
|
||||
* [Introducción a JavaScript](http://librosweb.es/javascript/)
|
||||
* [Introducción a AJAX](http://librosweb.es/libro/ajax/)
|
||||
* [Introducción a JavaScript](http://librosweb.es/libro/javascript/)
|
||||
* [Jardín de JavaScript](http://bonsaiden.github.io/JavaScript-Garden/es)
|
||||
|
||||
|
||||
@@ -235,14 +235,14 @@
|
||||
|
||||
* [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)
|
||||
* [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
|
||||
|
||||
|
||||
### .NET (C# / Visual Studio)
|
||||
|
||||
* [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
|
||||
@@ -259,17 +259,17 @@
|
||||
* [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/)
|
||||
* [POO y MVC en PHP](http://www.bubok.es/libros/205199/POO-y-MVC-en-PHP)
|
||||
* [Silex, el manual oficial](http://librosweb.es/silex/)
|
||||
* [Symfony 1.4, la guía definitiva](http://librosweb.es/symfony_1_4/)
|
||||
* [Symfony 2.3, el libro oficial](http://librosweb.es/symfony_2_3/)
|
||||
* [Silex, el manual oficial](http://librosweb.es/libro/silex/)
|
||||
* [Symfony 1.4, la guía definitiva](http://librosweb.es/libro/symfony_1_4/)
|
||||
* [Symfony 2.3, el libro oficial](http://librosweb.es/libro/symfony_2_3/)
|
||||
|
||||
|
||||
### Perl
|
||||
|
||||
* [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://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/)
|
||||
|
||||
|
||||
@@ -284,7 +284,7 @@
|
||||
* [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)
|
||||
* [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 todos](https://launchpadlibrarian.net/18980633/Python%20para%20todos.pdf) (PDF)
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
### فهرست
|
||||
|
||||
* [گنو/لینوکس](#%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)
|
||||
* [CSS](#css)
|
||||
* [LaTeX](#latex)
|
||||
@@ -10,21 +7,12 @@
|
||||
* [Python](#python)
|
||||
* [R](#r)
|
||||
* [رایانش ابری](#%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)
|
||||
|
||||
|
||||
### گنو/لینوکس
|
||||
|
||||
#### آرچ لینوکس
|
||||
|
||||
* [آرچ بوک](http://linuxreview.ir/archbook/ArchBook-2012-1.pdf) (PDF)
|
||||
|
||||
|
||||
#### اوبونتو
|
||||
|
||||
* [اوبونتو برای تازه واردها](http://ubuntu-book.org)
|
||||
|
||||
|
||||
### C Sharp
|
||||
|
||||
* [توسعه چابک در C#](http://agiledevelopment.ir/ebook/)
|
||||
@@ -42,7 +30,7 @@
|
||||
|
||||
### PHP
|
||||
|
||||
* [آموزش فریمورک لاراول](http://laravel.ir)
|
||||
* [آموزش فریمورک لاراول](http://www.laravel.ir)
|
||||
|
||||
|
||||
### Python
|
||||
@@ -57,11 +45,23 @@
|
||||
* [موضعات ویژه در 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://linuxreview.ir/archbook/ArchBook-2012-1.pdf) (PDF)
|
||||
|
||||
|
||||
#### اوبونتو
|
||||
|
||||
* [اوبونتو برای تازه واردها](http://ubuntu-book.org)
|
||||
|
||||
|
||||
### مهندسی نرمافزار
|
||||
|
||||
* [الگوهای طراحی در برنامهنویسی شیءگرا](https://github.com/khajavi/Practical-Design-Patterns)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
### Index
|
||||
|
||||
* [Méta-listes](#méta-listes)
|
||||
* [Non dépendant du langage](#non-dépendant-du-langage)
|
||||
* [0 - Méta-listes](#0---méta-listes)
|
||||
* [1 - Non dépendant du langage](#1---non-dépendant-du-langage)
|
||||
* [Algorithmique](#algorithmique)
|
||||
* [Logiciels libres](#logiciels-libres)
|
||||
* [Makefile](#makefile)
|
||||
@@ -41,20 +41,20 @@
|
||||
* [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)
|
||||
|
||||
|
||||
### Non dépendant du langage
|
||||
### 1 - Non dépendant du langage
|
||||
|
||||
#### 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
|
||||
* [É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)
|
||||
* [Prologin](http://www.prologin.org)
|
||||
* [Prologin](https://prologin.org)
|
||||
|
||||
|
||||
#### Logiciels libres
|
||||
@@ -62,7 +62,7 @@
|
||||
* [Histoires et cultures du libres](http://framabook.org/histoiresetculturesdulibre/)
|
||||
* [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
|
||||
* [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
|
||||
@@ -110,12 +110,12 @@
|
||||
### C / C++
|
||||
|
||||
* [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
|
||||
|
||||
* [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
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
|
||||
### jQuery
|
||||
|
||||
* [Apprendre jQuery](http://sutterlity.gitbooks.io/apprendre-jquery/) - Sutterlity Laurent
|
||||
* [Apprendre jQuery](https://sutterlity.gitbooks.io/apprendre-jquery/content/) - Sutterlity Laurent
|
||||
|
||||
|
||||
### Haskell
|
||||
@@ -156,10 +156,10 @@
|
||||
|
||||
#### 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 »
|
||||
* [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
|
||||
@@ -197,7 +197,7 @@
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
@@ -210,14 +210,14 @@
|
||||
### PHP
|
||||
|
||||
* [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)
|
||||
|
||||
|
||||
### Python
|
||||
|
||||
* [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)
|
||||
* [Une introduction à Python 3](https://perso.limsi.fr/pointal/python:courspython3) - Bob Cordeau et Laurent Pointal
|
||||
|
||||
@@ -261,4 +261,4 @@
|
||||
### Vim
|
||||
|
||||
* [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**)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
### Index
|
||||
|
||||
* [Programozási nyelv független](#programozasi-nyelv-fuggetlen)
|
||||
* [0 - Programozási nyelv független](#0---programozasi-nyelv-fuggetlen)
|
||||
* [Ada](#ada)
|
||||
* [Arduino](#arduino)
|
||||
* [C++](#c)
|
||||
@@ -15,14 +15,13 @@
|
||||
* [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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [Prognyelvek portál](http://nyelvek.inf.elte.hu/index.php) - Felelős oktató: Nyékyné Gaizler Judit (HTML)
|
||||
|
||||
@@ -109,4 +108,4 @@
|
||||
|
||||
### 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 @@
|
||||
* [Android](#android)
|
||||
* [HTML & CSS](#html-css)
|
||||
* [Javascript](#javascript)
|
||||
* [NoSQL](#nosql)
|
||||
* [PHP](#php)
|
||||
|
||||
|
||||
### Android
|
||||
|
||||
* [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)
|
||||
|
||||
|
||||
@@ -22,12 +21,12 @@
|
||||
### 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
|
||||
|
||||
* [MongoDB Untuk Indonesia](http://kristories.gitbooks.io/mongodb-untuk-indonesia/)
|
||||
* [MongoDB Untuk Indonesia](https://kristories.gitbooks.io/mongodb-untuk-indonesia/content/)
|
||||
|
||||
|
||||
### php
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
### Index
|
||||
|
||||
* [Agnostico](#agnostico)
|
||||
* [Metodologie di sviluppo del software](#metodologie-di-sviluppo-del-software)
|
||||
* [0 - Agnostico](#0---agnostico)
|
||||
* [Algoritmi e Strutture Dati](#algoritmi-e-strutture-dati)
|
||||
* [Metodologie di sviluppo del software](#metodologie-di-sviluppo-del-software)
|
||||
* [Android](#android)
|
||||
* [Assembly Language](#assembly-language)
|
||||
* [BASH](#bash)
|
||||
@@ -20,12 +20,12 @@
|
||||
* [Visual Basic](#visual-basic)
|
||||
|
||||
|
||||
### Agnostico
|
||||
### 0 - Agnostico
|
||||
|
||||
#### 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)
|
||||
* [Scrum e XP dalle trincee](http://www.open-ware.org/ita/news/kniberg1.htm)
|
||||
|
||||
|
||||
#### Algoritmi e Strutture Dati
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
### 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
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
### 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
|
||||
@@ -68,8 +68,8 @@
|
||||
|
||||
* [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)
|
||||
* [Java - Wikibooks](https://it.wikibooks.org/wiki/Java)
|
||||
* [Object Oriented && Java 5 (II Edizione) - Claudio De Sio Cesari](http://www.claudiodesio.com/download/oo_&&_java_5.zip)
|
||||
* [Java](https://it.wikibooks.org/wiki/Java) - Wikibooks
|
||||
* [Object Oriented && Java 5 (II Edizione)](http://www.claudiodesio.com/download/oo_&&_java_5.zip) - Claudio De Sio Cesari (ZIP)
|
||||
|
||||
|
||||
### Javascript
|
||||
@@ -79,11 +79,11 @@
|
||||
|
||||
### LaTeX
|
||||
|
||||
* [Appunti di programmazione in LaTeX e TeX - Enrico Gregorio](http://profs.sci.univr.it/~gregorio/introtex.pdf) (PDF)
|
||||
* [Introduzione all'arte della composizione tipografica con LaTeX - GuIT](http://www.guitex.org/home/images/doc/guidaguit-b5.pdf) (PDF)
|
||||
* [L'arte di scrivere con LaTeX - L. Pantieri e T. Gordini](http://www.lorenzopantieri.net/LaTeX_files/ArteLaTeX.pdf) (PDF)
|
||||
* [Appunti di programmazione in LaTeX e TeX](http://profs.sci.univr.it/~gregorio/introtex.pdf) - Enrico Gregorio (PDF)
|
||||
* [Impara LaTeX! (... e mettilo da parte)](https://users.dimi.uniud.it/~gianluca.gorni/TeX/itTeXdoc/impara_latex.pdf) - Marc Baudoin (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)
|
||||
* [Impara LaTeX! (... e mettilo da parte) - Marc Baudoin](https://users.dimi.uniud.it/~gianluca.gorni/TeX/itTeXdoc/impara_latex.pdf) (PDF)
|
||||
|
||||
|
||||
### Linux
|
||||
@@ -114,8 +114,8 @@
|
||||
### Ruby
|
||||
|
||||
* [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)
|
||||
* [Ruby User Guide](http://ruby-it.org/rug_it.zip)
|
||||
|
||||
|
||||
### Visual Basic
|
||||
|
||||
+159
-159
File diff suppressed because it is too large
Load Diff
@@ -7,9 +7,9 @@
|
||||
* [JavaScript](#javascript)
|
||||
* [Node.js](#nodejs)
|
||||
* [LaTeX](#latex)
|
||||
* [Python](#python)
|
||||
* [R](#r)
|
||||
* [Ruby](#ruby)
|
||||
* [Python](#python)
|
||||
|
||||
|
||||
### Assembly Language
|
||||
@@ -19,9 +19,8 @@
|
||||
|
||||
### 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)
|
||||
* [Pro Git 한글 번역](http://git-scm.com/book/ko/)
|
||||
* [깃허브 치트 시트](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ko.md)
|
||||
|
||||
|
||||
@@ -52,10 +51,22 @@
|
||||
### Perl
|
||||
|
||||
* [2시간 반만에 펄 익히기](http://qntm.org/files/perl/perl_kr.html)
|
||||
* [책벌레가 되고픈 어린이 Perl Tutorial](http://eriny.net/p/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
|
||||
* [Seoul.pm 펄 크리스마스 달력 #2014 | Seoul.pm Perl Advent Calendar 2014](http://advent.perl.kr/2014/)
|
||||
* [책벌레가 되고픈 어린이 Perl Tutorial](http://eriny.net/p/perl)
|
||||
|
||||
|
||||
### Node.js
|
||||
|
||||
* [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/)
|
||||
|
||||
|
||||
### Python
|
||||
|
||||
* [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)
|
||||
|
||||
|
||||
### R
|
||||
@@ -67,15 +78,3 @@
|
||||
### Ruby
|
||||
|
||||
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)
|
||||
|
||||
|
||||
### Node.js
|
||||
|
||||
* [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/)
|
||||
|
||||
|
||||
### Python
|
||||
|
||||
* [점프 투 파이썬 - Python 3](https://wikidocs.net/book/1)
|
||||
* [왕초보를 위한 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)
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
### 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)
|
||||
* [C](#c)
|
||||
* [C++](#c-1)
|
||||
* [CSS](#css)
|
||||
* [Common Lisp](#common-lisp)
|
||||
* [CSS](#css)
|
||||
* [Haskell](#haskell)
|
||||
* [HTML](#html)
|
||||
* [Java](#java)
|
||||
@@ -20,14 +20,14 @@
|
||||
* [SQL](#sql)
|
||||
|
||||
|
||||
### Niezależne od języka programowania
|
||||
### 0 - Niezależne od języka programowania
|
||||
|
||||
* [W obronie wolności](http://stallman.helion.pl)
|
||||
* [Git](http://pl.wikibooks.org/wiki/Git)
|
||||
* [Pro Git](http://git-scm.com/book/pl)
|
||||
* [SVN](http://pl.wikibooks.org/wiki/Subversion)
|
||||
* [Git](https://pl.wikibooks.org/wiki/Git)
|
||||
* [Pisanie OS](https://pl.wikibooks.org/wiki/Pisanie_OS)
|
||||
* [Pro Git](http://git-scm.com/book/pl/)
|
||||
* [SVN](https://pl.wikibooks.org/wiki/Subversion)
|
||||
* [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
|
||||
@@ -38,20 +38,15 @@
|
||||
|
||||
### C
|
||||
|
||||
* [Programowanie w C](http://upload.wikimedia.org/wikibooks/pl/6/6a/C.pdf) (PDF)
|
||||
* [Podstawy programowania Unixa/Linuxa](http://www.opcode.eu.org/more_advanced/programing/c_cpp/)
|
||||
* [Podstawy programowania Unixa/Linuxa](http://www.opcode.eu.org/programing/c_cpp/)
|
||||
* [Programowanie w C](https://upload.wikimedia.org/wikibooks/pl/6/6a/C.pdf) (PDF)
|
||||
|
||||
|
||||
### C++
|
||||
|
||||
* [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/)
|
||||
|
||||
|
||||
### CSS
|
||||
|
||||
* [Moja pierwsza strona internetowa w HTML5 i CSS3](http://ferrante.pl/books/html/)
|
||||
* [Zaawansowane C++](http://wazniak.mimuw.edu.pl/index.php?title=Zaawansowane_CPP)
|
||||
|
||||
|
||||
### Common Lisp
|
||||
@@ -59,9 +54,14 @@
|
||||
* [Kurs programowania w języku Common Lisp](http://jcubic.pl/lisp_tutorial.php)
|
||||
|
||||
|
||||
### CSS
|
||||
|
||||
* [Moja pierwsza strona internetowa w HTML5 i CSS3](http://ferrante.pl/books/html/)
|
||||
|
||||
|
||||
### Haskell
|
||||
|
||||
* [Haskell](http://pl.wikibooks.org/wiki/Haskell)
|
||||
* [Haskell](https://pl.wikibooks.org/wiki/Haskell)
|
||||
|
||||
|
||||
### HTML
|
||||
@@ -77,7 +77,7 @@
|
||||
### JavaScript
|
||||
|
||||
* [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
|
||||
@@ -93,9 +93,9 @@
|
||||
|
||||
### PHP
|
||||
|
||||
* [PHP](http://pl.wikibooks.org/wiki/PHP)
|
||||
* [PHP: The Right Way](http://pl.phptherightway.com)
|
||||
* [Kurs PHP](http://phpkurs.pl)
|
||||
* [PHP](https://pl.wikibooks.org/wiki/PHP)
|
||||
* [PHP: The Right Way](http://pl.phptherightway.com)
|
||||
|
||||
|
||||
### Prolog
|
||||
@@ -105,14 +105,14 @@
|
||||
|
||||
### 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)
|
||||
* [Ukąś Pythona](http://python.edu.pl/byteofpython/index.html)
|
||||
* [Zanurkuj w Pythonie](https://pl.wikibooks.org/wiki/Zanurkuj_w_Pythonie)
|
||||
|
||||
|
||||
### Ruby
|
||||
|
||||
* [Ruby](http://pl.wikibooks.org/wiki/Ruby)
|
||||
* [Ruby](https://pl.wikibooks.org/wiki/Ruby)
|
||||
|
||||
|
||||
### Scala
|
||||
|
||||
@@ -20,15 +20,15 @@
|
||||
|
||||
### 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
|
||||
|
||||
* [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 2ε](http://www.ctan.org/tex-archive/info/lshort/portuguese)
|
||||
|
||||
|
||||
### 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 @@
|
||||
|
||||
### HMTL
|
||||
|
||||
* [HTML](http://tutorialehtml.com/htmlt)
|
||||
* [HTML](http://tutorialehtml.com/ro/introducere-in-html/)
|
||||
|
||||
|
||||
### JavaScript
|
||||
|
||||
@@ -1,20 +1,19 @@
|
||||
### Index
|
||||
|
||||
* [Списки книг](#meta-lists)
|
||||
* [Language Agnostic](#language-agnostic)
|
||||
* [Облачные Вычисления](#Облачные-вычисления)
|
||||
* [Работа c cетью](#Работа-с-сетью)
|
||||
* [0 - Language Agnostic](#1-language-agnostic)
|
||||
* [Open Source Ecosystem](#open-source-ecosystem)
|
||||
* [Облачные Вычисления](#Облачные-вычисления)
|
||||
* [Парадигмы Программирования](#Парадигмы-программирования)
|
||||
* [Работа c cетью](#Работа-с-сетью)
|
||||
* [Assembly](#assembly)
|
||||
* [Bash](#bash)
|
||||
* [C](#c)
|
||||
* [C++](#c-1)
|
||||
* [Clojure](#clojure)
|
||||
* [CoffeeScript](#coffeescript)
|
||||
* [Erlang](#erlang)
|
||||
* [Git](#git)
|
||||
* [Go](#go)
|
||||
* [Erlang](#erlang)
|
||||
* [Haskell](#haskell)
|
||||
* [Java](#java)
|
||||
* [JavaScript](#javascript)
|
||||
@@ -27,8 +26,8 @@
|
||||
* [Objective-C](#objective-c)
|
||||
* [Perl](#perl)
|
||||
* [PHP](#php)
|
||||
* [Python](#python)
|
||||
* [PostgreSQL](#postgresql)
|
||||
* [Python](#python)
|
||||
* [R](#r)
|
||||
* [Reverse engineering](#reverse-engineering)
|
||||
* [Ruby](#ruby)
|
||||
@@ -43,7 +42,7 @@
|
||||
* [Параллельные технологии](#parallel)
|
||||
|
||||
|
||||
### Language Agnostic
|
||||
### 0 - Language Agnostic
|
||||
|
||||
* [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)
|
||||
@@ -68,16 +67,16 @@
|
||||
|
||||
#### Парадигмы программирования
|
||||
|
||||
* [Введение в функциональное программирование](https://code.google.com/p/funprog-ru/) - John Harrison
|
||||
* [Введение в функциональное программирование](http://funprog-ru.github.io) - John Harrison
|
||||
* [Практика функционального программирования](http://fprog.ru) - журнал
|
||||
|
||||
|
||||
### 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)
|
||||
* [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf) (PDF)
|
||||
* [Микропроцессоры и вычислительные комплексы семейства "Эльбрус"](http://www.mcst.ru/doc/book_121130.pdf) (PDF)
|
||||
* [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf) (PDF)
|
||||
|
||||
|
||||
### Bash
|
||||
@@ -129,7 +128,7 @@
|
||||
|
||||
### 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://rogerdudler.github.io/git-guide/index.ru.html)
|
||||
|
||||
@@ -180,8 +179,8 @@
|
||||
|
||||
### Objective-C
|
||||
|
||||
* [Хрестоматия iOS паттернов](https://maleevdimka.files.wordpress.com/2013/04/ios-patterns-cliff-notes2.pdf) (PDF)
|
||||
* [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/)
|
||||
|
||||
|
||||
@@ -201,10 +200,10 @@
|
||||
|
||||
### Python
|
||||
|
||||
* [Problem Solving with Algorithms and Data Structures](http://aliev.me/runestone/)
|
||||
* [Вглубь языка Python](http://ru.diveintopython.net/toc.html)
|
||||
* [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H
|
||||
* [Учебник Python 2.6](http://ru.wikibooks.org/wiki/Учебник_Python_2.6)
|
||||
* [Problem Solving with Algorithms and Data Structures](http://aliev.me/runestone/)
|
||||
|
||||
|
||||
### PostgreSQL
|
||||
@@ -226,9 +225,9 @@
|
||||
|
||||
### 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://github.com/Krugloff/rus_ruby_book) - Круглов А.
|
||||
* [Ruby](http://ru.wikibooks.org/wiki/Ruby) - Викиучебник
|
||||
* [Учись программировать](http://www.shokhirev.com/mikhail/ruby/ltp/title.html) - Крис Пайн
|
||||
|
||||
|
||||
|
||||
@@ -76,19 +76,19 @@
|
||||
|
||||
### Html
|
||||
|
||||
* [Html'e Yolculuk](https://github.com/paufsc/journey-to-html)
|
||||
* [Html'e Giriş](http://www.htmldersleri.org)
|
||||
* [Html'e Yolculuk](https://github.com/paufsc/journey-to-html)
|
||||
|
||||
|
||||
### 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 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 Yazılım Tasarımı](http://tdsoftware.net/2011/09/23/java-yazalim-tasarimi-kitabi-pdf/)
|
||||
|
||||
|
||||
### JavaScript
|
||||
|
||||
@@ -1,13 +1,8 @@
|
||||
### Index
|
||||
|
||||
* [Language Agnostic](#language-agnostic)
|
||||
* [Haskell](#haskell)
|
||||
* [Java](#java)
|
||||
|
||||
|
||||
### Language Agnostic
|
||||
|
||||
* [Дизайн патерни - просто, як двері](http://designpatterns.andriybuday.com) - А. Будай
|
||||
* [Language Agnostic](#language-agnostic)
|
||||
|
||||
|
||||
### Haskell
|
||||
@@ -18,3 +13,8 @@
|
||||
### Java
|
||||
|
||||
* [Програмування мовою Java для дітей, батьків, дідусів та бабусь](http://myflex.org/books/java4kids/java4kids.htm) - Яків Файн
|
||||
|
||||
|
||||
### Language Agnostic
|
||||
|
||||
* [Дизайн патерни - просто, як двері](http://designpatterns.andriybuday.com) - А. Будай
|
||||
|
||||
+335
-337
File diff suppressed because it is too large
Load Diff
+282
-276
File diff suppressed because it is too large
Load Diff
@@ -55,7 +55,7 @@
|
||||
* [4Clojure - Koans](https://www.4clojure.com)
|
||||
* [Clojure Koans](http://clojurekoans.com)
|
||||
* [ClojureScript Koans](http://clojurescriptkoans.com)
|
||||
* [Try Clojure](http://tryclj.com)
|
||||
* [Try Clojure](http://www.tryclj.com)
|
||||
|
||||
|
||||
### CoffeeScript
|
||||
@@ -84,7 +84,7 @@
|
||||
### Go
|
||||
|
||||
* [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
|
||||
@@ -96,29 +96,29 @@
|
||||
|
||||
* [CSS Diner](http://flukeout.github.io)
|
||||
* [Flexbox Froggy](http://flexboxfroggy.com)
|
||||
* [Learn by doing beginner projects](https://dash.generalassemb.ly/projects)
|
||||
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
|
||||
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)
|
||||
* [Learn by doing beginner projects](https://dash.generalassemb.ly)
|
||||
* [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web)
|
||||
* [Prototyping a professional website](https://www.codecademy.com/skills/make-a-website)
|
||||
|
||||
|
||||
### Java
|
||||
|
||||
* [CodingBat code practice](http://codingbat.com/java)
|
||||
* [Learneroo Java tutorial](http://www.learneroo.com/modules/11)
|
||||
* [Learn Java](http://www.learnjavaonline.org)
|
||||
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
|
||||
|
||||
|
||||
### JavaScript
|
||||
|
||||
* [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)
|
||||
* [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)
|
||||
* [Javascripting](https://github.com/sethvincent/javascripting)
|
||||
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
|
||||
* [Learn JavaScript](http://www.learn-js.org)
|
||||
* [Learn knockout.js](http://learn.knockoutjs.com)
|
||||
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
|
||||
* [Try jQuery](http://try.jquery.com)
|
||||
|
||||
|
||||
@@ -146,7 +146,6 @@
|
||||
### NoSQL
|
||||
|
||||
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
|
||||
* [Try MongoDB](http://try.mongodb.org)
|
||||
* [Try Redis](http://try.redis.io)
|
||||
|
||||
|
||||
@@ -162,13 +161,13 @@
|
||||
|
||||
### PHP
|
||||
|
||||
* [CodeCademy PHP](http://www.codecademy.com/tracks/php)
|
||||
* [CodeCademy PHP](https://www.codecademy.com/learn/php)
|
||||
* [Learn PHP](http://www.learn-php.org)
|
||||
|
||||
|
||||
### 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)
|
||||
* [Learn Python](http://www.learnpython.org)
|
||||
* [Python Koans](https://github.com/gregmalcolm/python_koans)
|
||||
@@ -186,16 +185,17 @@
|
||||
|
||||
### 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)
|
||||
* [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)
|
||||
* [Try Ruby](http://tryruby.org)
|
||||
|
||||
|
||||
### Scala
|
||||
|
||||
* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/)
|
||||
* [Scala Tour](http://www.scala-tour.com)
|
||||
|
||||
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
|
||||
* [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)
|
||||
* [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 … 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)
|
||||
|
||||
|
||||
@@ -55,12 +55,12 @@
|
||||
|
||||
### Meteor
|
||||
|
||||
* [Tudo sobre Meteor](http://udgwebdev.com/meteor)
|
||||
* [Tudo sobre Meteor](http://udgwebdev.com/meteor/)
|
||||
|
||||
|
||||
### 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/)
|
||||
* [Raspagem de dados com Node.js](http://tableless.com.br/raspagem-de-dados-com-node-js/)
|
||||
|
||||
|
||||
@@ -3,34 +3,34 @@
|
||||
* [Angular Basics](http://www.angularjsbook.com)
|
||||
* [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 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 Tutorial](http://docs.angularjs.org/tutorial)
|
||||
* [Angular.js Tutorial](https://docs.angularjs.org/tutorial)
|
||||
* [Angular.js Youtube Channel](https://www.youtube.com/angularjs)
|
||||
* [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 Insights](http://pascalprecht.github.com/slides/angularjs-insights/#/)
|
||||
* [AngularJS Succinctly](http://www.syncfusion.com/resources/techportal/ebooks/angularjs) (PDF, Kindle) *(Just fill the fields with any values)*
|
||||
* [AngularJS Insights](http://pascalprecht.github.io/slides/angularjs-insights/#/)
|
||||
* [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 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: Learn AngularJS with Tutorial Videos & Training](http://egghead.io)
|
||||
* [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)*
|
||||
* [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)
|
||||
|
||||
|
||||
## 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)
|
||||
* [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 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)
|
||||
* [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/)
|
||||
@@ -61,7 +61,7 @@
|
||||
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com)
|
||||
* [DockYard Ember.js Style Guide](https://github.com/dockyard/styleguides/blob/master/ember.md)
|
||||
* [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/)
|
||||
* [EmberFlare](https://emberflare.com)
|
||||
* [Vic Ramon's Ember Tutorial](http://ember.vicramon.com)
|
||||
@@ -74,24 +74,24 @@
|
||||
|
||||
## 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 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 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
|
||||
* [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 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 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 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 9 - Custom bindings](http://tech.pro/tutorial/1570/knockoutjs-lesson-9-custom-bindings)
|
||||
* [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 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 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 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 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 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)
|
||||
@@ -106,17 +106,22 @@
|
||||
* [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
|
||||
|
||||
* [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)
|
||||
* [React Primer Draft](https://github.com/mikechau/react-primer-draft)
|
||||
* [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
|
||||
* [Part 1](http://www.joshfinnie.com/blog/reactjs-tutorial-part-1/)
|
||||
* [Part 2](http://www.joshfinnie.com/blog/reactjs-tutorial-part-2/)
|
||||
* [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)
|
||||
|
||||
@@ -8,18 +8,18 @@
|
||||
|
||||
* [4Clojure](http://www.4clojure.com)
|
||||
* [Codeabbey](http://www.codeabbey.com)
|
||||
* [Codechef](http://www.codechef.com/contests)
|
||||
* [Codechef](https://www.codechef.com/contests)
|
||||
* [Codeeval](https://www.codeeval.com)
|
||||
* [Codeforces](http://codeforces.com)
|
||||
* [Coderbyte](http://coderbyte.com)
|
||||
* [Codewars](https://www.codewars.com)
|
||||
* [Codingame](http://www.codingame.com/start)
|
||||
* [Coderbyte](https://coderbyte.com)
|
||||
* [Codewars](http://www.codewars.com)
|
||||
* [Codingame](https://www.codingame.com/start)
|
||||
* [Facebook Hackercup](https://www.facebook.com/hackercup)
|
||||
* [Hackerrank](https://www.hackerrank.com)
|
||||
* [Hello World Open](https://helloworldopen.com)
|
||||
* [Internet Problem Solving Contest](http://ipsc.ksp.sk)
|
||||
* [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)
|
||||
* [Topcoder](https://www.topcoder.com)
|
||||
|
||||
@@ -41,13 +41,13 @@
|
||||
* [Mathproblem of the Month - Bilkent University](http://www.fen.bilkent.edu.tr/~cvmath/prob-month.html)
|
||||
* [PEG Judge](http://wcipeg.com)
|
||||
* [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)
|
||||
* [Project Euler](https://projecteuler.net)
|
||||
* [Python Practice Projects](http://pythonpracticeprojects.com)
|
||||
* [Rosalind](http://rosalind.info/problems/locations/)
|
||||
* [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)
|
||||
* [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)
|
||||
|
||||
Reference in New Issue
Block a user