I released a new library today. You can download it from my homepage.
But the big question is: what should I do with it?
It's a pretty obscure little library. What it does is compare the distribution of a set of points in a multidimensional space against the uniform distribution, and returns a number that suggests how uniformly the points are distributed.
I've never taken a computer science class before, so this question hasn't come up for me before. I guess that most people probably don't write production-quality software, nor literate programs, for random semester projects.
What would you do?