Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
software
[go: Go Back, main page]

projects

These are some of the larger projects I'm working on:

developer activity

Some graphs of the activity on these projects

Graphs of Haskell community activity

And, semi-related, graphs of the irc channel, #haskell

repository

You can view my current projects in hierarchical form here.

Most of my code is stored as a darcs repository. You can check the code out anonymously. To do this you must first install darcs. Here is an example of how to checkout Yi:

        $ darcs get http://www.cse.unsw.edu.au/~dons/code/yi

If you have login access to CSE, then you can also checkout the code securely over ssh:

        $ darcs get you@cse.unsw.edu.au:/web/dons/code/yi

And you are done! To update code to the latest revision of an already checked out repository:

        $ darcs pull

You should contact me if you wish to submit patches. The best way is with darcs:

        $ darcs send