Edit: I missed Hailong's post, but
Hailong: +1
]]>but how did he get ANY reputation? He has asked no questions, provided no answers. Is there any other way to get reputation?
That's a pretty good puzzle. This user posted an answer to an elementary homework-ish question that didn't belong on MO. The answer was accepted and got three downvotes before it was deleted by a moderator (which is the only way an accepted answer can get deleted). Technically the user "should have" reputation 1 since the post that earned the reputation no longer exists, and that's what it would come out to if a moderator triggered a reputation recalc on this user's account, but I'm not going to because it would be a shame to lose our only rep 10 user.
A bit more "seriously" (but not too seriously, hence the quotes): do MO reputations follow a power law
You can grab the database dump and run this command in a terminal to get a sorted list of reputations:
awk -F '"' '{print $4}' users.xml | sort -n
Also, at very low reputations there seem to be effects mod 10: 21 is much more common than 19 or 23, 11 is much more common than 9 or 13.
]]>