mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-23 12:02:01 +00:00
commit
2428b345b3
@ -5,6 +5,7 @@
|
|||||||
* [Java](#java)
|
* [Java](#java)
|
||||||
* [Python](#python)
|
* [Python](#python)
|
||||||
* [Ruby on Rails](#ruby-on-rails)
|
* [Ruby on Rails](#ruby-on-rails)
|
||||||
|
* [Scilab](#scilab)
|
||||||
* [Visual Basic](#visual-basic)
|
* [Visual Basic](#visual-basic)
|
||||||
|
|
||||||
###Android
|
###Android
|
||||||
@ -45,6 +46,10 @@
|
|||||||
* [Rails Kochbuch](http://examples.oreilly.de/openbooks/pdf_railsckbkger.pdf)
|
* [Rails Kochbuch](http://examples.oreilly.de/openbooks/pdf_railsckbkger.pdf)
|
||||||
* [Ruby on Rails 2](http://openbook.galileocomputing.de/ruby_on_rails/)
|
* [Ruby on Rails 2](http://openbook.galileocomputing.de/ruby_on_rails/)
|
||||||
|
|
||||||
|
###Scilab
|
||||||
|
|
||||||
|
* [Einführung in Scilab/Xcos 5.4](http://www.buech-gifhorn.de/scilab/Einfuehrung.pdf)
|
||||||
|
|
||||||
###Unix
|
###Unix
|
||||||
|
|
||||||
* [Wie werde ich Unix Guru?](http://openbook.galileocomputing.de/unix_guru/)
|
* [Wie werde ich Unix Guru?](http://openbook.galileocomputing.de/unix_guru/)
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
* [Python](#python)
|
* [Python](#python)
|
||||||
* [R](#r)
|
* [R](#r)
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
|
* [Scilab](#scilab)
|
||||||
* [SPIP](#spip)
|
* [SPIP](#spip)
|
||||||
* [TeX](#tex)
|
* [TeX](#tex)
|
||||||
|
|
||||||
@ -136,6 +137,10 @@ Voir aussi [TeX](#tex)
|
|||||||
|
|
||||||
* [Tutoriel Ruby on Rails : Apprendre Rails par l'exemple](http://french.railstutorial.org/chapters/beginning), par Michael Hartl
|
* [Tutoriel Ruby on Rails : Apprendre Rails par l'exemple](http://french.railstutorial.org/chapters/beginning), par Michael Hartl
|
||||||
|
|
||||||
|
###Scilab
|
||||||
|
|
||||||
|
* [Introduction à Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) par Michaël Baudin, Artem Glebov, Jérome Briot
|
||||||
|
|
||||||
###SPIP
|
###SPIP
|
||||||
|
|
||||||
* [Programmer avec SPIP](http://programmer.spip.net/), par Matthieu Marcimat et collectif SPIP
|
* [Programmer avec SPIP](http://programmer.spip.net/), par Matthieu Marcimat et collectif SPIP
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
* [R](#r)
|
* [R](#r)
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
* [Ruby on Rails](#ruby-on-rails)
|
* [Ruby on Rails](#ruby-on-rails)
|
||||||
|
* [Scilab](#scilab)
|
||||||
* [SQL](#sql)
|
* [SQL](#sql)
|
||||||
|
|
||||||
###Bash
|
###Bash
|
||||||
@ -63,6 +64,10 @@
|
|||||||
* [Ruby on Rails Guides](http://rusrails.ru)
|
* [Ruby on Rails Guides](http://rusrails.ru)
|
||||||
* [Ruby on Rails Tutorial](http://railstutorial.ru/)
|
* [Ruby on Rails Tutorial](http://railstutorial.ru/)
|
||||||
|
|
||||||
|
###Scilab
|
||||||
|
|
||||||
|
* [Введение в Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/)
|
||||||
|
* [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/)
|
||||||
|
|
||||||
###SQL
|
###SQL
|
||||||
|
|
||||||
|
@ -96,6 +96,7 @@
|
|||||||
* [Sage](#sage)
|
* [Sage](#sage)
|
||||||
* [Scala](#scala)
|
* [Scala](#scala)
|
||||||
* [Scheme](#scheme)
|
* [Scheme](#scheme)
|
||||||
|
* [Scilab](#scilab)
|
||||||
* [Scratch](#scratch)
|
* [Scratch](#scratch)
|
||||||
* [Sed](#sed)
|
* [Sed](#sed)
|
||||||
* [Smalltalk](#smalltalk)
|
* [Smalltalk](#smalltalk)
|
||||||
@ -944,6 +945,11 @@ See also [TeX](#tex)
|
|||||||
* [Simply Scheme: Introducing Computer Science](http://www.cs.berkeley.edu/~bh/ss-toc2.html)
|
* [Simply Scheme: Introducing Computer Science](http://www.cs.berkeley.edu/~bh/ss-toc2.html)
|
||||||
* [Teach Yourself Scheme in Fixnum Days](http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html)
|
* [Teach Yourself Scheme in Fixnum Days](http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html)
|
||||||
|
|
||||||
|
###Scilab
|
||||||
|
|
||||||
|
* [Introduction to Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/)
|
||||||
|
* [Programming in Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/)
|
||||||
|
* [Writing Scilab Extensions](http://forge.scilab.org/index.php/p/docsciextensions/downloads/)
|
||||||
|
|
||||||
###Scratch
|
###Scratch
|
||||||
* [Computer Science Concepts in Scratch](http://stwww.weizmann.ac.il/g-cs/scratch/scratch_en.html)
|
* [Computer Science Concepts in Scratch](http://stwww.weizmann.ac.il/g-cs/scratch/scratch_en.html)
|
||||||
|
Loading…
Reference in New Issue
Block a user