mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-18 17:36:14 +00:00
Merge branch 'master' of github.com:vhf/free-programming-books
This commit is contained in:
commit
722c145c9a
58
TODO.md
58
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
|
||||
|
@ -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,23 +32,22 @@
|
||||
* [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
|
||||
* [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
|
||||
* [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)
|
||||
|
||||
|
||||
###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/)
|
||||
* [LearnStreet Walkthrough](https://www.learnstreet.com/lessons/study/javascript)
|
||||
|
||||
|
||||
###OCaml
|
||||
@ -60,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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user