mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-11 15:20:59 +00:00
bring in upstream
This commit is contained in:
commit
f2062c4065
@ -13,9 +13,8 @@
|
||||
|
||||
###C++
|
||||
* [Google's C++ Course](https://developers.google.com/edu/c++/)
|
||||
* [Introduction to C++] (http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware)
|
||||
* [LearnCpp.com C++ Tutorial] (http://www.learncpp.com/)
|
||||
|
||||
* [Introduction to C++](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware)
|
||||
* [LearnCpp.com C++ Tutorial](http://www.learncpp.com/)
|
||||
|
||||
|
||||
###Databases
|
||||
@ -38,6 +37,7 @@
|
||||
* [Codecademy Walkthrough](http://www.codecademy.com/tracks/javascript)
|
||||
* [LearnStreet Walkthrough](https://www.learnstreet.com/lessons/study/javascript)
|
||||
|
||||
|
||||
###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)
|
||||
@ -45,6 +45,7 @@
|
||||
* [Princeton Algorithms, Part 1](https://www.coursera.org/course/algs4partI)
|
||||
* [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/)
|
||||
@ -53,6 +54,7 @@
|
||||
###OCaml
|
||||
* [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/)
|
||||
|
||||
|
||||
###Oracle PL/SQL
|
||||
* [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/platforms/oracle/w/wiki/8243.plsql-obsession.aspx)
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
|
||||
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
|
||||
* [Introdução ao Curso de C ](http://www.ic.unicamp.br/~mc102/introducao-ao-curso-de-c.html).
|
||||
* [O Fantástico Mundo da Linguagem C] (https://fiorix.wordpress.com/2014/04/12/livro-sobre-c-e-linux/)
|
||||
* [O Fantástico Mundo da Linguagem C](https://fiorix.wordpress.com/2014/04/12/livro-sobre-c-e-linux/)
|
||||
|
||||
###Engenharia de Software
|
||||
####Metodologias de Desenvolvimento de Software
|
||||
|
1713
free-programming-books.md
Normal file
1713
free-programming-books.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -42,6 +42,11 @@
|
||||
* [Try Haskell!](http://tryhaskell.org/)
|
||||
|
||||
|
||||
###HTML&CSS
|
||||
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
|
||||
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)
|
||||
|
||||
|
||||
###Java
|
||||
* [Learn Java](http://www.learnjavaonline.org/)
|
||||
|
||||
@ -83,6 +88,7 @@
|
||||
|
||||
|
||||
###Python
|
||||
* [Codecademy Python course](http://www.codecademy.com/tracks/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)
|
||||
@ -94,6 +100,7 @@
|
||||
|
||||
###Ruby
|
||||
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
|
||||
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
|
||||
* [Ruby Koans](http://www.rubykoans.com/)
|
||||
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
||||
* [Try Ruby](http://tryruby.org/)
|
||||
|
Loading…
Reference in New Issue
Block a user