Tagged Questions

125
votes
34answers
302 views

Age Distribution of StackOverflow Users

Update: I decided to rerun the script since we now have about twice as many users. The distribution trend is much more pronounced in this version. Though the following text is from …
7
votes
4answers
99 views

What does the relationship between a question’s score and views say about select tags?

In discussions here on MSO, and through my own anecdotal observation, it is clear that different tags on questions attract more or less interest in the question (based on views) …
7
votes
4answers
235 views

Which SOpedians are spending too many cycles on MSO?

A while back on the SO podcast, Joel Spolsky basically called folks who spend lots of time on MSO losers. He has a point, to a certain extent, I think. A little bit of meta is OK …
5
votes
7answers
332 views

Who gets the most reputation per keystroke on SO?

Who are the top 50 users who gain the most rep per keystroke on SO, including CC-Wiki and Closed questions? (excluding users with a reputation lower than 5000)
5
votes
10answers
273 views

c# is clearly dominant on SO. Is there a desire, need or whatever to diversify the user base and questions?

(UPDATE: Anybody who thinks this is a rant on C# needs to chill out. I'm not suggesting punishing C# questions. Rather, I am envious of C#'s disproportionate popularity on SO and …
4
votes
1answer
156 views

What is the average rep on Stack Overflow?

Just the other day I happened to notice that Jon Skeet has more badges than I have rep. Ouch. So how much rep does the average SO user have?
2
votes
1answer
33 views

Most interesting tags?

Has anyone done the data mining to discover which tags the most users have marked 'interesting' (or 'interesting' minus 'ignored') for the stacker sites?
2
votes
2answers
109 views

Percentage of users with gold badges

What percentage of users possess at least one gold badge? Just curious.
1
vote
2answers
100 views

Data-dump analysis idea : Detecting the Jon Skeet effect

I think it would be interesting to see if there is a Jon Skeet effect on question closure. I've recently seen two heavily downvoted questions (one here) which AREN'T closed, and I …
1
vote
2answers
53 views

Page views per month per tag (group)?

UPDATED: Asked on Stack Overflow Starting with posts.xml, we can create a simple table (filtering by PostType=Question), with four columns: Id ViewCount CreationDate Tags It's …