mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-12-26 08:37:28 +00:00
Merge branch 'master' of https://github.com/sunxb10/free-programming-books
This commit is contained in:
commit
19607ff719
@ -15,7 +15,7 @@ It's [easy](https://github.com/vhf/free-programming-books/wiki/Contribution). Pl
|
|||||||
- Read the [TODO](/TODO.md) file(Adding new books is our #1 priority, but things like Alphabetizing are important, too.)
|
- Read the [TODO](/TODO.md) file(Adding new books is our #1 priority, but things like Alphabetizing are important, too.)
|
||||||
- [Edit](https://github.com/vhf/free-programming-books/edit/master/free-programming-books.md) (we prefer multiple small commits rather than one large change)
|
- [Edit](https://github.com/vhf/free-programming-books/edit/master/free-programming-books.md) (we prefer multiple small commits rather than one large change)
|
||||||
- [Send a PR](https://help.github.com/articles/using-pull-requests)
|
- [Send a PR](https://help.github.com/articles/using-pull-requests)
|
||||||
- be part of a project that over 27,000 people starred in 8 months. ;)
|
- be part of a project that over 28,000 people starred in 8 months. ;)
|
||||||
|
|
||||||
**Again, unlike other projects, we prefer multiple small commits rather than one large change in a pull request - it's fine to have one PR, but please make sure your title reflects what you're changing**, thanks.
|
**Again, unlike other projects, we prefer multiple small commits rather than one large change in a pull request - it's fine to have one PR, but please make sure your title reflects what you're changing**, thanks.
|
||||||
|
|
||||||
|
@ -1,8 +1,23 @@
|
|||||||
### Index
|
### Index
|
||||||
|
* [Javascript](#javascript)
|
||||||
|
* [Python](#python)
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
|
|
||||||
|
### Javascript
|
||||||
|
* [Screencast] - [ShowMeDo - Javascript Screencasts](http://showmedo.com/videotutorials/javascript)
|
||||||
|
* [Screencast] - [Free Quality Javascript video tutorials and screencasts](http://screencasts.org/topics/javascript)
|
||||||
|
* [Screencast] - [Node Tuts - Node.JS Video Tutorials](nodetuts.com)
|
||||||
|
|
||||||
|
### Python
|
||||||
|
* [Screencast] - [ShowMeDo - Python Videos, Tutorials and Screencasts](http://showmedo.com/videotutorials/python)
|
||||||
|
* [Screencast] - [Diving into Django](http://code.tutsplus.com/articles/diving-into-django--net-2969)
|
||||||
|
* [Screencast] - [Try Django Tutorial](http://youtu.be/3DccH9AMwFQ?list=PLEsfXFp6DpzRgedo9IzmcpXYoSeDg29Tx)
|
||||||
|
|
||||||
### Ruby
|
### Ruby
|
||||||
* [Podcast] - [5by5 - Ruby on Rails Podcast](http://5by5.tv/rubyonrails)
|
* [Podcast] - [5by5 - Ruby on Rails Podcast](http://5by5.tv/rubyonrails)
|
||||||
* [Podcast] - [ENVY LABS - Ruby5](http://ruby5.envylabs.com/)
|
* [Podcast] - [ENVY LABS - Ruby5](http://ruby5.envylabs.com/)
|
||||||
* [Podcast] - [Ruby Rogues](http://rubyrogues.com/)
|
* [Podcast] - [Ruby Rogues](http://rubyrogues.com/)
|
||||||
|
* [Screencast] - [Free Ruby on Rails Screencasts](http://railscasts.com/?type=free)
|
||||||
|
* [Screencast] - [Ruby Videos, Tutorials and Screencasts](http://showmedo.com/videotutorials/ruby)
|
||||||
|
* [Screencast] - [Ruby Tapas | Free Screencasts](http://www.rubytapas.com/episodes?filter=free)
|
||||||
|
* [Podcast] - [The Ruby Show](http://rubyshow.com/)
|
||||||
|
@ -86,6 +86,7 @@
|
|||||||
* [97 cosas que todo programador debería saber](http://97cosas.com/programador)
|
* [97 cosas que todo programador debería saber](http://97cosas.com/programador)
|
||||||
* [El camino a un mejor programador](http://emanchado.github.io/camino-mejor-programador/)
|
* [El camino a un mejor programador](http://emanchado.github.io/camino-mejor-programador/)
|
||||||
* [Videojuegos Multiplataforma con OpenFL](http://www.openflbook.com/)
|
* [Videojuegos Multiplataforma con OpenFL](http://www.openflbook.com/)
|
||||||
|
* [Programación de videojuegos SDL](http://www.albertogarcia.info/libros/sdl/%5Bebook%5DProgramacion%20de%20videojuegos%20con%20SDL.pdf) (PDF)
|
||||||
|
|
||||||
|
|
||||||
#### Paradigmas de Programación
|
#### Paradigmas de Programación
|
||||||
|
@ -104,7 +104,7 @@
|
|||||||
|
|
||||||
|
|
||||||
### Git
|
### Git
|
||||||
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/fr/) par par Alexandre Garel, Paul Gaborit et Nicolas Deram
|
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/fr/) par Alexandre Garel, Paul Gaborit et Nicolas Deram
|
||||||
* [Pro Git](http://www.git-scm.com/book/fr) par Scott Chacon
|
* [Pro Git](http://www.git-scm.com/book/fr) par Scott Chacon
|
||||||
|
|
||||||
|
|
||||||
|
@ -698,6 +698,7 @@
|
|||||||
* [The Craft of Text Editing or A Cookbook for an Emacs](http://www.finseth.com/craft/) - Craig A. Finseth
|
* [The Craft of Text Editing or A Cookbook for an Emacs](http://www.finseth.com/craft/) - Craig A. Finseth
|
||||||
* [The New C Standard - An Annotated Reference](http://www.knosof.co.uk/cbook/cbook.html)
|
* [The New C Standard - An Annotated Reference](http://www.knosof.co.uk/cbook/cbook.html)
|
||||||
* [Using C on the UNIX System - David A. Curry](http://www.bitsinthewind.com/about-dac/publications/using-c-on-the-unix-system)
|
* [Using C on the UNIX System - David A. Curry](http://www.bitsinthewind.com/about-dac/publications/using-c-on-the-unix-system)
|
||||||
|
* [The GNU C Programming Tutorial](http://www.crasseux.com/books/ctut.pdf)
|
||||||
|
|
||||||
|
|
||||||
### C Sharp
|
### C Sharp
|
||||||
@ -1209,6 +1210,7 @@ See also [TeX](#tex)
|
|||||||
* [MATLAB for Engineers: Applications in Control, Electrical Engineering, IT and Robotics](http://www.intechopen.com/books/matlab-for-engineers-applications-in-control-electrical-engineering-it-and-robotics)
|
* [MATLAB for Engineers: Applications in Control, Electrical Engineering, IT and Robotics](http://www.intechopen.com/books/matlab-for-engineers-applications-in-control-electrical-engineering-it-and-robotics)
|
||||||
* [Numerical Computing with MATLAB](http://www.mathworks.com/moler/index_ncm.html)
|
* [Numerical Computing with MATLAB](http://www.mathworks.com/moler/index_ncm.html)
|
||||||
* [Physical Modeling in MATLAB](http://greenteapress.com/matlab/index.html) - Alan B. Downey
|
* [Physical Modeling in MATLAB](http://greenteapress.com/matlab/index.html) - Alan B. Downey
|
||||||
|
* [MATLAB Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/matlab) (PDF, Kindle) *(Just fill the fields with any values)*
|
||||||
|
|
||||||
|
|
||||||
### Maven
|
### Maven
|
||||||
@ -1545,7 +1547,6 @@ See also [TeX](#tex)
|
|||||||
### Ruby
|
### Ruby
|
||||||
* [A community-driven Ruby style guide](https://github.com/bbatsov/ruby-style-guide)
|
* [A community-driven Ruby style guide](https://github.com/bbatsov/ruby-style-guide)
|
||||||
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
|
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
|
||||||
* [How To Think Like a Computer Scientist: Learning With Ruby](http://mysite.verizon.net/hpassel/thinkruby/)
|
|
||||||
* [Just Enough Ruby to Get By](http://dmtri.com/posts/65)
|
* [Just Enough Ruby to Get By](http://dmtri.com/posts/65)
|
||||||
* [Learn Ruby the hard way](http://ruby.learncodethehardway.org/book/)
|
* [Learn Ruby the hard way](http://ruby.learncodethehardway.org/book/)
|
||||||
* [Learn to Program, by Chris Pine](http://pine.fm/LearnToProgram/)
|
* [Learn to Program, by Chris Pine](http://pine.fm/LearnToProgram/)
|
||||||
|
Loading…
Reference in New Issue
Block a user