From 3d9cf67fd0aed815402c1528c4b85294b1f78e5f Mon Sep 17 00:00:00 2001 From: Mohammad Hossein Mojtahedi Date: Fri, 16 May 2014 00:08:34 +0430 Subject: [PATCH 1/5] Deleting Colons no need for them, too. --- TODO.md | 58 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/TODO.md b/TODO.md index 5d99e44d0..a0aa293d6 100644 --- a/TODO.md +++ b/TODO.md @@ -1,32 +1,32 @@ TODO === -- [ ] : Add new books -- [x] : Wiki - - [x] : How to Contribute - - [x] : Link to License -- [x] : Readme.md - - [x] : Better symantics - - [x] : Links to other Files - - [x] : Description - - [x] : Link to License -- [ ] : Getting the word out there. - - [ ] : Graphic Pack - - [x] : Share links of tw,fb,gp,li,... -- [ ] : Alphabetizing the entries in the pages - - [ ] : bg - - [ ] : de - - [x] : es - - [ ] : en - - [x] : fa_IR - - [ ] : fr - - [ ] : it - - [ ] : ja - - [ ] : ko - - [ ] : pt_BR - - [ ] : pt_PT - - [x] : ru - - [ ] : tr - - [ ] : zh - - [ ] : javascript framework - - [ ] : courses +- [ ] Add new books +- [x] Wiki + - [x] How to Contribute + - [x] Link to License +- [x] Readme.md + - [x] Better symantics + - [x] Links to other Files + - [x] Description + - [x] Link to License +- [ ] Getting the word out there. + - [ ] Graphic Pack + - [x] Share links of tw,fb,gp,li,... +- [ ] Alphabetizing the entries in the pages + - [ ] bg + - [ ] de + - [x] es + - [ ] en + - [x] fa_IR + - [ ] fr + - [ ] it + - [ ] ja + - [ ] ko + - [ ] pt_BR + - [ ] pt_PT + - [x] ru + - [ ] tr + - [ ] zh + - [ ] javascript framework + - [ ] courses From 20f5c0505caeb3844e076eeac74a5bd66d9ca244 Mon Sep 17 00:00:00 2001 From: Vinoth kumar A Date: Fri, 16 May 2014 06:56:28 +0530 Subject: [PATCH 2/5] Update free-courses-en.md --- free-courses-en.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/free-courses-en.md b/free-courses-en.md index 2c66fe5b0..09c3e6c77 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -3,9 +3,9 @@ * [Databases](#databases) * [Haskell](#haskell) * [HTML / CSS](#html--css) -* [JS](#js) -* [Java](#java) * [iOS](#ios) +* [Java](#java) +* [JS](#js) * [OCaml](#ocaml) * [Oracle PL/SQL](#oracle-plsql) * [Python](#python) @@ -32,10 +32,9 @@ * [Learn HTML5 Programming From Scratch](https://www.udemy.com/learn-html5-programming-from-scratch/) -###JS -* [Egghead.io](https://egghead.io/) -* [Codecademy Walkthrough](http://www.codecademy.com/tracks/javascript) -* [LearnStreet Walkthrough](https://www.learnstreet.com/lessons/study/javascript) +###iOS +* [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) (slides and videos) - Stanford University +* [AppCoda Complete iOS Tutorial](http://www.appcoda.com/ios-programming-course/) ###Java @@ -46,9 +45,10 @@ * [Princeton Algorithms, Part 2](https://www.coursera.org/course/algs4partII) -###iOS -* [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) (slides and videos) - Stanford University -* [AppCoda Complete iOS Tutorial](http://www.appcoda.com/ios-programming-course/) +###JS +* [Egghead.io](https://egghead.io/) +* [Codecademy Walkthrough](http://www.codecademy.com/tracks/javascript) +* [LearnStreet Walkthrough](https://www.learnstreet.com/lessons/study/javascript) ###OCaml From e5cb1dfdb5343d070e3243c03eeee5a8d71cad95 Mon Sep 17 00:00:00 2001 From: Vinoth kumar A Date: Fri, 16 May 2014 07:04:09 +0530 Subject: [PATCH 3/5] Included jquery and JS tuts from codecademy.. --- free-programming-interactive-tutorials-en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index cce44eb3d..278665b60 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -52,6 +52,8 @@ ###JavaScript +* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery) +* [Javascript interactive tutorial](http://www.codecademy.com/tracks/javascript) * [Learning Advanced JavaScript](http://ejohn.org/apps/learn/) * [Learn JavaScript](http://www.learn-js.org/) * [Learn knockout.js](http://learn.knockoutjs.com) From a77746caf392da5d69a6c448af4194a28dc2309f Mon Sep 17 00:00:00 2001 From: Vinoth kumar A Date: Fri, 16 May 2014 07:05:39 +0530 Subject: [PATCH 4/5] Sorted Index and ios section --- free-courses-en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-courses-en.md b/free-courses-en.md index 09c3e6c77..161b840aa 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -33,8 +33,9 @@ ###iOS -* [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) (slides and videos) - Stanford University * [AppCoda Complete iOS Tutorial](http://www.appcoda.com/ios-programming-course/) +* [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) + ###Java From e3009248d9970f0ec02d738ab74091d606578a07 Mon Sep 17 00:00:00 2001 From: Vinoth kumar A Date: Fri, 16 May 2014 07:08:09 +0530 Subject: [PATCH 5/5] Sorted Java & Python courses., Removed interactive tutorial from javascript.. --- free-courses-en.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/free-courses-en.md b/free-courses-en.md index 161b840aa..893353720 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -37,18 +37,16 @@ * [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) - ###Java -* [Introduction to Java](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-092-introduction-to-programming-in-java-january-iap-2010/) * [Central Connecticut State University, Introduction to CS Using Java](http://chortle.ccsu.edu/CS151/cs151java.html) -* [Problem Solving With Java](https://www.udacity.com/course/cs046) +* [Introduction to Java](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-092-introduction-to-programming-in-java-january-iap-2010/) * [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) ###JS * [Egghead.io](https://egghead.io/) -* [Codecademy Walkthrough](http://www.codecademy.com/tracks/javascript) * [LearnStreet Walkthrough](https://www.learnstreet.com/lessons/study/javascript) @@ -61,8 +59,8 @@ ###Python -* [Google's Python Course](https://developers.google.com/edu/python/) * [Berkeley's Structure and Interpretation of Computer Programs](http://www-inst.eecs.berkeley.edu/~cs61a/) +* [Google's Python Course](https://developers.google.com/edu/python/) ###Ruby