Repositories
client
client to compute and analyse reaction-diffusion simulations
-
Cloning this repository:
git clone git://gitorious.org/rdex/client.git client cd client
Add this repository as a remote to an existing local repository:
git remote add client git://gitorious.org/rdex/client.git git fetch client git checkout -b my-local-tracking-branch client/master_or_other_branch
server
server for interesting reaction-diffusion simulation retrieval
-
Cloning this repository:
git clone git://gitorious.org/rdex/server.git server cd server
Add this repository as a remote to an existing local repository:
git remote add server git://gitorious.org/rdex/server.git git fetch server git checkout -b my-local-tracking-branch server/master_or_other_branch
website
website for rdex
-
Cloning this repository:
git clone git://gitorious.org/rdex/website.git website cd website
Add this repository as a remote to an existing local repository:
git remote add website git://gitorious.org/rdex/website.git git fetch website git checkout -b my-local-tracking-branch website/master_or_other_branch

