Difference between revisions of "Tutorials and links about C, R, LateX and bash (unix)"

From IridiaWiki
Jump to navigationJump to search
(link to beamer)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
=== General ===
 
=== General ===
 
* Appunti di informatica libera (Italian) [http://linuxdidattica.org/a2/traduzioni/]
 
* Appunti di informatica libera (Italian) [http://linuxdidattica.org/a2/traduzioni/]
=== C ===
+
=== C and C++ ===
  +
  +
* Learn C and C++ [http://www.cprogramming.com/]
  +
* C and C++ reference [http://www.cplusplus.com/reference]
   
 
=== R ===
 
=== R ===
  +
  +
* An Introduction to R [http://cran.r-project.org/doc/manuals/R-intro.pdf]
  +
* [http://cran.r-project.org/doc/contrib/Faraway-PRA.pdf Practical Regression and ANOVA using R ]
  +
* The R Project for Statistical Computing [http://www.r-project.org/]
  +
* R Gallery [http://addictedtor.free.fr/graphiques/]
   
 
=== LateX ===
 
=== LateX ===
   
* A not so short introduction to LateX [http://tobi.oetiker.ch/lshort/lshort.pdf], Italian [http://tracert.altervista.org/Manuali/Latec/non_breve.pdf]
+
* [http://tobi.oetiker.ch/lshort/lshort.pdf A Not So Short Introduction to LaTeX] (introduction to LaTeX), [http://tracert.altervista.org/Manuali/Latec/non_breve.pdf in Italian]
 
* Impara LateX e mettilo da parte (Italian) [http://www.mat.uniroma1.it/centro-calcolo/manuali/impara_latex.pdf]
 
* Impara LateX e mettilo da parte (Italian) [http://www.mat.uniroma1.it/centro-calcolo/manuali/impara_latex.pdf]
  +
* [http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf Beamer User Guide]: for slides/presentations.
   
 
=== Bash and Unix ===
 
=== Bash and Unix ===
 
* Advanced bash scripting guide [http://tldp.org/LDP/abs/html/]
 
* Advanced bash scripting guide [http://tldp.org/LDP/abs/html/]
  +
* An A-Z Index of the Bash command line for Linux [http://ss64.com/bash/]

Latest revision as of 15:05, 25 May 2010

General

  • Appunti di informatica libera (Italian) [1]

C and C++

  • Learn C and C++ [2]
  • C and C++ reference [3]

R

LateX

Bash and Unix

  • Advanced bash scripting guide [8]
  • An A-Z Index of the Bash command line for Linux [9]