Tag Info

New answers tagged

5

It's Blankman with 1842 questions. I used this query -- note that this runs on a data dump which may be up to a week old.


1

A small edit of your query makes it clear: SELECT COUNT(*) FROM Votes WHERE VoteTypeId = 2 AND UserId IS NOT NULL - 0 (1 row(s) affected) This is really just a comment.


1

Use the SE API. Write an app that presents the information that you wish to display in image form. Make it so that others may use it as well on their profiles by changing the image query string. Finally, get an API key to get rid of throttling.


1

I don't think so. It's there to prevent this sort of thing to reduce the load on the server. If this wasn't in place, I could just write a script that runs queries remotely. You may want to look into the StackOverflow API.


6

The data in the Data Explorer is not up to date. It's dumped occasionally, and does not have live data. You're seeing your edit count as of the last time the data in the Data Explorer was updated. From the FAQ: How frequently is Stack Exchange Data Explorer updated? Data is updated monthly.


24

Votes on the Stack Exchange network are anonymous. The Data Explorer doesn't allow you to bypass that. The user IDs are nulled on purpose for the public data dumps because otherwise it would be a serious breach of privacy. You'll notice that there isn't a single upvote with an attached UserId. Same for downvotes. In fact that's the case with most of them. ...


1

After having some research done, I found that amazing program called Stackdump. I deployed it on my ubuntu, followed the README and ran it on diy.stackoverflow.com, it worked just as expected (had to fix a typo in the script - Comments.xml instead of comments.xml, etc.) To whom of you that wants to deploy a web server for browsing StackExchange data ...


2

I did a quick search and found something that looks like a good starting point: StackExchange Data Dump Viewer - A Desktop Tool for Viewing the StackExchange Data Dumps Found with the google query stack exchange data dump viewer



Top 50 recent answers are included