mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-17 09:45:08 +00:00
Merge pull request #627 from JIghtuse/master
Add more interactive tutorials and guide on Linux
This commit is contained in:
commit
204832ce26
@ -961,6 +961,7 @@ See also [TeX](#tex)
|
|||||||
* [Getting Started with Ubuntu](http://ubuntu-manual.org/)
|
* [Getting Started with Ubuntu](http://ubuntu-manual.org/)
|
||||||
* [GNU Autoconf, Automake and Libtool](http://sources.redhat.com/autobook/download.html)
|
* [GNU Autoconf, Automake and Libtool](http://sources.redhat.com/autobook/download.html)
|
||||||
* [GTK+/Gnome Application Development](http://www.linuxtopia.org/online_books/gui_toolkit_guides/gtk+_gnome_application_development/index.html)
|
* [GTK+/Gnome Application Development](http://www.linuxtopia.org/online_books/gui_toolkit_guides/gtk+_gnome_application_development/index.html)
|
||||||
|
* [Learn Linux The Hard Way](http://nixsrv.com/llthw)
|
||||||
* [Linux Advanced Routing & Traffic Control HOWTO](http://lartc.org/)
|
* [Linux Advanced Routing & Traffic Control HOWTO](http://lartc.org/)
|
||||||
* [The Debian Administrator's Handbook](http://debian-handbook.info/)
|
* [The Debian Administrator's Handbook](http://debian-handbook.info/)
|
||||||
* [The Linux Command Line](http://linuxcommand.org/tlcl.php) (PDF)
|
* [The Linux Command Line](http://linuxcommand.org/tlcl.php) (PDF)
|
||||||
|
@ -1,13 +1,26 @@
|
|||||||
|
###Bash
|
||||||
|
* [Learn Shell Programming](http://www.learnshell.org)
|
||||||
|
|
||||||
|
###C
|
||||||
|
* [Learn C](http://www.learn-c.org/)
|
||||||
|
|
||||||
|
###C#
|
||||||
|
* [Learn C#](http://www.learncs.org/)
|
||||||
|
|
||||||
###Clojure
|
###Clojure
|
||||||
* [Clojure Koans](http://clojurekoans.com/)
|
* [Clojure Koans](http://clojurekoans.com/)
|
||||||
* [ClojureScript Koans](http://clojurescriptkoans.com/)
|
* [ClojureScript Koans](http://clojurescriptkoans.com/)
|
||||||
|
* [Try Clojure](http://tryclj.com/)
|
||||||
|
|
||||||
|
|
||||||
###CoffeeScript
|
###CoffeeScript
|
||||||
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)
|
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)
|
||||||
|
|
||||||
|
###Erlang
|
||||||
|
* [Try Erlang](http://www.tryerlang.org/)
|
||||||
|
|
||||||
###Git
|
###Git
|
||||||
|
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
|
||||||
* [Try Git](http://try.github.io)
|
* [Try Git](http://try.github.io)
|
||||||
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
|
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
|
||||||
|
|
||||||
@ -15,9 +28,18 @@
|
|||||||
###Go
|
###Go
|
||||||
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
|
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
|
||||||
|
|
||||||
|
###Haskell
|
||||||
|
* [Try Haskell!](http://tryhaskell.org/)
|
||||||
|
|
||||||
|
###Java
|
||||||
|
* [Learn Java](http://www.learnjavaonline.org/)
|
||||||
|
|
||||||
|
|
||||||
###Javascript
|
###Javascript
|
||||||
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
|
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
|
||||||
|
* [Learn JavaScript](http://www.learn-js.org/)
|
||||||
|
* [Learn knockout.js](http://learn.knockoutjs.com)
|
||||||
|
* [Try jQuery](http://try.jquery.com/)
|
||||||
|
|
||||||
|
|
||||||
###Lisp
|
###Lisp
|
||||||
@ -30,15 +52,27 @@
|
|||||||
|
|
||||||
###NoSQL
|
###NoSQL
|
||||||
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
|
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
|
||||||
|
* [Try Redis](http://try.redis.io/)
|
||||||
|
|
||||||
###Objective-C
|
###Objective-C
|
||||||
|
|
||||||
* [Try Objective-C](http://tryobjectivec.codeschool.com)
|
* [Try Objective-C](http://tryobjectivec.codeschool.com)
|
||||||
|
|
||||||
|
###Ocaml
|
||||||
|
* [Try Ocaml](http://try.ocamlpro.com/)
|
||||||
|
|
||||||
|
###Perl
|
||||||
|
* [Perltuts.com](http://perltuts.com)
|
||||||
|
|
||||||
|
###PHP
|
||||||
|
* [Learn PHP](http://www.learn-php.org/)
|
||||||
|
|
||||||
###Python
|
###Python
|
||||||
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
|
* [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)
|
* [Python Koans](https://github.com/gregmalcolm/python_koans)
|
||||||
|
|
||||||
|
###R
|
||||||
|
* [Try R](http://tryr.codeschool.com)
|
||||||
|
|
||||||
###Ruby
|
###Ruby
|
||||||
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
||||||
@ -48,3 +82,6 @@
|
|||||||
|
|
||||||
###Scala
|
###Scala
|
||||||
* [Scala Tour](http://www.scala-tour.com/)
|
* [Scala Tour](http://www.scala-tour.com/)
|
||||||
|
|
||||||
|
###Vim
|
||||||
|
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html)
|
||||||
|
Loading…
Reference in New Issue
Block a user