All Questions
6
votes
0answers
189 views
jsFiddle preview for Stack Overflow
Screenshot
About
Adds embedded jsFiddle preview to the questions/answers posts by clicking on Show jsFiddle button
License
MIT License.
Download
Direct link at userscripts.org
Project at ...
5
votes
1answer
274 views
Chrome may not allow one-click userscript install now
Issue 128748: [Regression] Unable to install extensions by running .crx file downloaded in Chrome
Chrome can't (directly) install userscripts anymore
Chrome Fix: Extensions, apps, and user scripts ...
3
votes
1answer
163 views
WordPress Widget to display a Stack Overflow profile
What?
Background: A WordPress widget is a re-usable and configurable set of code that renders something visually, into a WordPress blog. The blog administrator typically configures the set of widgets ...
2
votes
0answers
33 views
Stack Apps “Welcome Back” banner text isn't centered
This appear to be specific to Stack Apps. The text is centered on every other site I've tried. See below:
Compared to how it should appear:
5
votes
1answer
28 views
/posts/{id}/revisions breaks for posts with [tag:*] content
Attempting to access (at least) the revisions route for a post with a revision involving the [tag:*] syntax causes an error:
Example on Meta Stack Overflow (Post History)
Example on Mathematica ...
1
vote
1answer
14 views
Question count missing from network_user
Docs state that you get an int question_count from a network_user object but I'm not getting these fields back anymore - even when testing from
https://api.stackexchange.com/docs/me-associated-users
...
11
votes
2answers
218 views
Transmogrify offtopic MSO posts
See http://meta.stackoverflow.com/a/134710/178438
Oftentimes, MSO is cluttered with offtopic programming questions asked by those who want to circumvent a question ban. These posts are ...
1
vote
0answers
26 views
Election comment links
http://meta.stackoverflow.com/questions/135225/missing-links-to-responses-to-comments-on-nomination-posts
Makes the datestamp into a comment link for election comments. Also fixes the issue in ...
3
votes
0answers
46 views
How can I find commonly duplicated questions from stack network dumps?
Why?
I got tired of searching for the same duplicate questions over and over again.
What?
These are a couple of scripts I threw together in order to cut down search time for common questions and ...
0
votes
0answers
33 views
Does Zend_Rest_Client support traditional object API work e.g. PUT an object, GET and object, POST an object [closed]
I need to know if we can use Zend Framework to power a REST API?
Does Zend_Rest_Client support traditional object API work e.g.
PUT an object,
GET and object,
POST an object
Most REST API's ...
0
votes
2answers
72 views
Is there a Stack Exchange API allows research on the body?
I want to use the Stack Exchange API to perform research on the question/answer's body but it seems impossible.
Is that the case? If not, how do I go about doing it?
0
votes
0answers
35 views
How can I auth app to a browser extension?
I've registered a client ID, but all samples is for online usage.
How can I complete the authentication flow in a browser plugin?
Such as chrome extension, it has a self domain like ...
0
votes
0answers
16 views
Java Http request on api.stackexchange with json response [duplicate]
Possible Duplicate:
Strange encoding for JSON output
I try to make a http request with java on the api stack exchange. But when I try to parse the Json response, it says that it is ...
1
vote
1answer
42 views
Installing user scripts on site?
I was thinking the other day, if it would be possible to allow users to install scripts to the website, so that they can be used on browsers that don't support user scripts, or don't have the ability ...
1
vote
0answers
37 views
The applications listed on a user's apps tab are a little crowded.
As you can see, there is a very small amount of space between each of the applications in the "apps" tab of my user profile. This makes it a little bit more difficult to read because the space between ...
5
votes
0answers
71 views
JSBeautifier shortcut
This userscript adds a shortcut (CTRL+SHIFT+B) to beautify the selected JavaScript code using the same engine that also runs jsbeautifier.org.
You can find the source on GitHub (feel free to fork, ...
0
votes
0answers
15 views
Archive files with description and tags [closed]
What is the best way (free app) to archive files and add description (or tag) to them, and search and find them by tag?
something like collection apps.
any idea?
1
vote
1answer
57 views
Use stack2rss to receive responses via RSS
I'm trying to setup http://stack2rss.stackexchange.com/ to receive full-body "responses" (comments, edits, answers and so on) to my own stackoverflow questions via RSS, but I can't find the right ...
2
votes
1answer
37 views
/suggested-edits “Try it”: Link for “suggested_edit_id” is broken
When using the "Try it" feature on /suggested-edits, the link for the suggested_edit_id points towards stackexchange.com and not towards the respective site.
For example, retrieve data using the ...
0
votes
0answers
13 views
Find the recently added tag or find the tags that are new to Stack Overflow
I was looking into the Stack Overflow API, to find the tags that are newly added to Stack Overflow.
But I could not form a URL to meet my requirement.
I found this URL, but the author has not listed ...
7
votes
1answer
293 views
Deprecating API V1.x
API V2.0 has been out and pretty stable for about 3 months now, and we've become pretty confident in it.
Additionally, API V2.0 consumption has now grown past the V1.x family. Now seems like a good ...
0
votes
0answers
17 views
Correct user behaviour when /me returns no items
So if a user has a StackExchange account but not an account for the specific Site, /me will return an empty items list.
Ideally in this case, my application would send them off to 'the' URL where ...
9
votes
1answer
145 views
Suggested Edit Queue v2.0
The Sales Pitch
This userscript enhances the suggested edit queue to remove the usability annoyances we all know and love hate.
Suggested Edits will not jump to the top when casting the deciding ...
1
vote
1answer
50 views
What's the best way to get all available data related to a user's reputation?
I'm looking for the best way to get a full list of every event which has caused a user's reputation to change, It could look like:
timestamp,reputation_change,object_uri
2011-01-25 ...
1
vote
1answer
23 views
Is there an app that will let me see aggregate stats on questions associated with a tag?
In particular, I'd like to see/graph views for all questions tagged 'foo'. Seems like something someone must already have done, but search didn't help me find it easily.
12
votes
4answers
517 views
Stack.PY - A Python Module for Accessing the Stack Exchange 2.1 API
Now on PyPI!
You can now find Stack.PY on PyPI, Python's package index. This means that you can install the package simply by running the following command in a terminal:
pip install ...
17
votes
2answers
443 views
StacMan - .NET client for Stack Exchange API v2
Features
Supports all Stack Exchange API V2 methods
Easy to use: one-to-one mapping between StacMan and API methods/params
Async is easy: methods return Task<T> so they're ready for C# 5's ...
1
vote
0answers
23 views
How to get network profile username?
I was thinking I could just get the username from the response of /users/{ids}/associated (where {ids} is the not-site-specific id). But then realised that it returns only network_user (even though we ...
2
votes
0answers
138 views
Stack Overflow - Deleted Answer Manager
Description
This script hides the content of deleted answers (which are visible to 10k+ Stack Overflow users), injects a show content / hide content toggle in the answer's menu, and injects a ...
2
votes
0answers
316 views
StackWatcher - Live tiles for Windows Phone 7
Screenshot
About
Add some glanceable Stack Exchange reputation tiles to your Windows Phone 7 home screen. Some obvious features are yet to be built:
More information on the user screen, ...
5
votes
1answer
79 views
Can we have the display_name field in the /me/associated route?
I'm reading the Authentication documentation and I've noticed that the /me/associated route returns fields like user_id, badges, reputation but not the display_name, even specifying a custom Filter.
...
8
votes
0answers
2k views
Diablo III's tooltip script for Gaming Stack Exchange
Blizzard has a userscript for displaying tooltips when linking to game element descriptions on their webpage. This user script adds this functionality to Gaming Stack Exchange by incorporating ...
6
votes
2answers
151 views
Why can I access the API from a browser but not wget?
If I try to access the following from firefox everything works even if I'm not logged in
http://api.stackexchange.com/2.0/users/19068?order=desc&sort=reputation&site=stackoverflow
However
...
1
vote
0answers
144 views
StackHose: live real-time event stream in your browser
About
StackHose is a continuously updated stream of new content from Stack Overflow. It uses the Firehose JSON streaming event service to get a "push" stream of new event notifications. The newest ...
8
votes
6answers
396 views
MathJax Buttons
Adds some math/science buttons to the editor on science SE sites. These buttons are useful for converting selected text to math, formatting SI units, and formatting chemical equations. There are ...
10
votes
0answers
146 views
StackMaps - Interactive Maps of Stack Exchange Communities
StackMaps - Interactive Maps of Stack Exchange Communities
http://johndbritton.com/stackmaps
What
Easily view users from your favorite Stack Exchange community on a map.
Why
I wanted to make it ...
1
vote
1answer
43 views
/me API endpoint returning 500 error
I'm making an authenticated call to /me:
https://api.stackexchange.com/2.0/me?access_token=[redacted]&site=stackoverflow&key=[redacted]
But it's returning:
...
2
votes
0answers
106 views
ExchangeLinq: LINQ Query Provider for Stack Exchange API v2.0
ExchangeLinq is a LINQ Query Provider for the Stack Exchange API. It only supports API v2.0. It is currently in alpha state and is being developed for Exchange It, a Stack Exchange client for Windows ...
8
votes
0answers
134 views
TIARA - a tool for enhancing SE beauty
About
Quality is an important area of concern for Stack Exchange sites. Immediate quality concerns are generally handled through a combination of flagging and downvoting. However, some things ...
3
votes
1answer
43 views
Typo in API docs: “temporarility_unavailable”
https://api.stackexchange.com/docs/authentication
"temporarility" should probably be "temporarily"
0
votes
1answer
46 views
Add message ID to inbox items
Feature request: The inbox item object should include a message_id field. The ID should identify inbox messages uniquely within StackExchange.
0
votes
1answer
62 views
“client_id not provided” when trying to obtain an access_token
So I'm trying to authenticate with the v2 API via oauth2. I have a code, so I'm POSTing to https://stackexchange.com/oauth/access_token and ideally get an access_token back.
Instead I get an ...
1
vote
1answer
98 views
Is there a word-processor plugin for stackoverflow's markdown
I have started to grow accustomed to using SE's markdown system, and I love the way it looks. I was wondering, if there was a word-processor, or word processor plugin that uses the same markdown ...
2
votes
1answer
20 views
/answers endpoint is error-500-ing against many sites
Just calling the "/answers" endpoint, no specific arguments, and I'm getting 500 errors:
http://api.stackexchange.com/2.0/answers?order=desc&sort=activity&site=gaming
...
3
votes
0answers
72 views
Waffle vote counter
It is my firm belief that every +10 vote after reaching the repcap can be redeemed for free waffles{*}.
I often hit the cap on MSO, and I like to see how many waffles SE Inc owes me. So I have a ...
15
votes
2answers
252 views
<kbd> markup shortcuts
Inspired by the question, "Markdown syntax for <kbd>foo</kbd>", this script adds both a button and a keyboard shortcut to each post's <textarea> (when editing posts).
Press the ...
1
vote
2answers
155 views
Python library for the StackExchange v2 API?
So I'm aware of Py-StackExchange and pyso.py, but neither covers the v2.0 API. Does anyone know of a Python library for the 2.0 API?
1
vote
0answers
19 views
Literal tabs in textarea
Allows one to use the tab key on StackOverflow, Codereview.SE, and Programmers.SE in the editbox.
Installation
Click here to install. Will only work in Chrome or Firefox (the latter requires ...
1
vote
0answers
15 views
Why are Meta sites' “site_state” = “linked_meta”?
In 2.0 there are the site_type and site_state fields. On Meta sites these fields give the same information, site_type = meta_site and site_state = linked_meta
Instead it would be more useful if ...
2
votes
1answer
90 views
API returning character entities in JSON
I noticed display names in the JSON contain HTML character entities; e.g.
/2.0/users/718618?order=desc&sort=reputation&site=stackoverflow
Gives me:
{
"items": [
{
"user_id": ...