Repositories
chiroptera
Chiroptera is a MUD client written in C# and uses IronPython as a scripting language. It runs on Windows and on Linux. Windows version has a graphical user interface. Linux version has a text interface with 256 color support.
-
Cloning this repository:
git clone git://gitorious.org/tomba/chiroptera.git chiroptera cd chiroptera
Add this repository as a remote to an existing local repository:
git remote add chiroptera git://gitorious.org/tomba/chiroptera.git git fetch chiroptera git checkout -b my-local-tracking-branch chiroptera/master_or_other_branch
snippets
Snippets is a small utility to hold pieces of text for easy pasting
-
Cloning this repository:
git clone git://gitorious.org/tomba/snippets.git snippets cd snippets
Add this repository as a remote to an existing local repository:
git remote add snippets git://gitorious.org/tomba/snippets.git git fetch snippets git checkout -b my-local-tracking-branch snippets/master_or_other_branch
nethacktool
Tool to track scrolls/potions in nethack
-
Cloning this repository:
git clone git://gitorious.org/tomba/nethacktool.git nethacktool cd nethacktool
Add this repository as a remote to an existing local repository:
git remote add nethacktool git://gitorious.org/tomba/nethacktool.git git fetch nethacktool git checkout -b my-local-tracking-branch nethacktool/master_or_other_branch
gel
Gel is my experimental compiler for CLR
-
Cloning this repository:
git clone git://gitorious.org/tomba/gel.git gel cd gel
Add this repository as a remote to an existing local repository:
git remote add gel git://gitorious.org/tomba/gel.git git fetch gel git checkout -b my-local-tracking-branch gel/master_or_other_branch
danis-chiroptera
-
Cloning this repository:
git clone git://gitorious.org/~dani/tomba/danis-chiroptera.git danis-chiroptera cd danis-chiroptera
Add this repository as a remote to an existing local repository:
git remote add danis-chiroptera git://gitorious.org/~dani/tomba/danis-chiroptera.git git fetch danis-chiroptera git checkout -b my-local-tracking-branch danis-chiroptera/master_or_other_branch
silasarys-chiroptera
-
Cloning this repository:
git clone git://gitorious.org/~silasary/tomba/silasarys-chiroptera.git silasarys-chiroptera cd silasarys-chiroptera
Add this repository as a remote to an existing local repository:
git remote add silasarys-chiroptera git://gitorious.org/~silasary/tomba/silasarys-chiroptera.git git fetch silasarys-chiroptera git checkout -b my-local-tracking-branch silasarys-chiroptera/master_or_other_branch

