Difference between revisions of "Software HOWTOs"

From IridiaWiki
Jump to navigationJump to search
(add svn tutorial)
Line 18: Line 18:
 
| [http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html Subversion Quick Tutorial]
 
| [http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html Subversion Quick Tutorial]
 
| A very fast tutorial on Subversion (SVN).
 
| A very fast tutorial on Subversion (SVN).
  +
|-
  +
| [[How to run your code for 10 CPU-seconds]]
  +
| Optimization: How to stop your C/C++ code after a 10 CPU-seconds.
 
|-
 
|-
 
|}
 
|}

Revision as of 20:11, 19 March 2012

This page contains a list of software HOWTOs. These HOWTOs are not meant to be extensive or to explain in any detail, how different software packages can be used. They are meant to serve as a simple reference for setting the up and/or performing the basic actions often needed by researchers at IRIDIA.

HOW-TOs

R and 3D plots How to setup R and get it to plot experimental data in 3D.
Compiling ODE, KODEX, and MISS How to compile the open-source alternative to Vortex, ODE, a wrapper and the simulator MISS.
Small Video Processing Guide How to download and process data from digitial camcorder.
Cloning a Debian server How to clone a Debian-based server.
Subversion Quick Tutorial A very fast tutorial on Subversion (SVN).
How to run your code for 10 CPU-seconds Optimization: How to stop your C/C++ code after a 10 CPU-seconds.