Difference between revisions of "Software HOWTOs"

From IridiaWiki
Jump to navigationJump to search
(add git howto link)
 
(3 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
| [[Cloning a Debian server]]
 
| [[Cloning a Debian server]]
 
| How to clone a Debian-based server.
 
| How to clone a Debian-based server.
  +
|-
  +
| [http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html Subversion Quick Tutorial]
  +
| A very fast tutorial on Subversion (SVN).
  +
|-
  +
| [http://iridia.ulb.ac.be/wiki/Development_Server#Quick_Git_HowTo GIT Quick HOWTO]
  +
| A very fast tutorial on git.
  +
|-
  +
| [[How to run your code for 2 CPU-seconds]]
  +
| Optimization: How to stop your C/C++ code after a 10 CPU-seconds.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 15:08, 23 January 2013

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).
GIT Quick HOWTO A very fast tutorial on git.
How to run your code for 2 CPU-seconds Optimization: How to stop your C/C++ code after a 10 CPU-seconds.