Physics Code
DFT++
The primary code we work with is DFT++, a density-functional theory code originally developed in the Arias research group at Cornell. You can get the DFT++ repository using darcs:darcs get http://physics.oregonstate.edu/~roundyd/code/dft
Other Codes
darcs
We also use the darcs revision control system quite extensively. This tool was originally developed by David Roundy, and there is ongoing work on improving it. You can get my darcs using darcs itself with:darcs get http://physics.oregonstate.edu/~roundyd/code/darcs
franchise
Franchise is a build system I have written in Haskell, and currently targetted at projects written in Haskell. It is a general-purpose build system. For more information, see the franchise website. You can get the code with:darcs get http://franchise.abridgegame.org/franchise
hwin
hwin is a window manager that I worked on a while back, which is unrelated to xmonad (except in the sense that I've worked on both of them). It's not very mature, and I no longer am actively working on it (or using it), but you can get a copy of the source withdarcs get http://physics.oregonstate.edu/~roundyd/code/hwin
process-redirects
process-redirects is an improved haskell library for spawning external processes.darcs get http://physics.oregonstate.edu/~roundyd/code/process-redirects