The statistics tag has no wiki summary.
3
votes
0answers
23 views
Application stats are completely broken.
It appears that the application stats are completely broken. Attempting to view the number of times Stack Mobile hit the /questions/* methods results in this graph:
It would seem that statistics ...
1
vote
0answers
59 views
Stack over flow stack graph?
What is the most popular language on the last 100 stackoverflow's questions ?
This page provide you a visualization of stackoverflow's last questions sort by the 10 most popular tags.
...
0
votes
1answer
51 views
client-side extension to remember personal voting history
As far as I can reconstruct, the user profile once had a votes tab, where anyone could see their own votes. That functionality was removed at some point, and is unlikely to return.
Reference:
Where ...
3
votes
0answers
141 views
Scrape the site list, show sites sorted by answer ratio
About
Display the list of Stack Exchange sites, with the number of questions and answers on each site, and the answer ratio (number of answers divided by the number of questions). The list is ...
1
vote
1answer
106 views
Will the new traffic measuring formula be available via the API as well?
From this MSO answer:
stackexchange.com/sites was just updated today to use a new formula for traffic. Area 51 is still using the old formula, but will be updated soon to use the new formula.
...
17
votes
0answers
2k views
Popularity Contest
Yes, I know it's too late to get in for the prizes ('sif this would win anything anyway) but hey, for the betterment of the community :)
Screenshot / Code Snippet
About
I've (and others) been ...
2
votes
2answers
90 views
Why does Stats Return a Statistics Array
Why does the stats API Call return an Array instead of just an object?
Example Response:
{
"statistics": [
{
"total_questions": 723903,
"total_unanswered": 114097,
...
2
votes
1answer
93 views
Top questions/answers
Is there a way to get a list of X questions/answers with the highest votes up, visits, etc?
Say I want to get the list of most voted questions in .NET category (tag) or Java.
Thank you.