Well, all I really did today was tweak the files some. The major update is that you can now rate files. Once a day, rankings will be computed for all files based on these ratings, and files (other than "recent" files) will be displayed in order of rank.
The ranking algorithm actually uses Condorcet's Method rather than a simple average of ratings. This way, it won't matter if some people are harsher judges than others. For example, even though ratings are supposed to be on a scale of 0-100, I could perfectly well rate files on a scale of 0-10 personally and it wouldn't mess up the system. The only thing that matters is which files I think are better or worse than which other files.
The other thing I added is a progress indicator for large file uploads. It's a bit of a hack, but it solves the problem of not knowing if the upload is working or not.
Please press F5 now to make sure you have the latest stylesheet and javascript.