darius / ung
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
darius (author)
Sun Aug 03 21:11:24 -0700 2008
ung /
README
UNG Copyright (c) 2008 by Darius Bacon <darius@wry.me> Distributed under GNU General Public Licence v3 http://www.gnu.org/licenses/gpl.html This is an exercise in self-reliance: to replace all the programs I use day-to-day in my programming. The new programs should have clean behavior, with clean code and as little of it as possible. But I'm not near the switchover point yet. It seems Microsoft may intend to use this acronym: http://it.slashdot.org/it/08/02/27/1425205.shtml But I wrote this code last year and I don't feel like changing the name when they haven't released theirs yet anyway. To build the C code: $ cd c $ ./build $ ./build # might be needed because ake sux0rz To run the unit tests: First install Tush from http://github.com/darius/tush/ -- then: $ ./build test

