I’ve recently written a java program to go through and collect the Name, Date Registered, and Total Posts of all the users on the board.
A few useless facts about the board:
- There are 379096 total posts (by summing individual users posts)
- Average posts/user: 60
- Average posts/user/day: 0.179
- Cecil has 60 posts and has an overall average of 0.124 posts/day
- Poster number 645 brings up an invalid record (Who was it?)
- Just before this post, I averaged 0.779 posts/day
I’m planning to also find out who has the highest avg posts/day, and perhaps create a graph with the number of posters with N posts.