3
votes
0answers
20 views

Should feature-requests, for third party apps, be flagged as “not an answer”?

I spotted this "answer" as a first-time post: Feature Request Please add support for proxies.... It would be helpful to people behind proxies. Like "ME" I was going to flag it as "Not ...
3
votes
0answers
46 views

Classifier based answer ranking Chrome extension

I'm in my final year of a computer science degree. For my thesis I have implemented a classifier that predicts the usefulness of answers to questions with no accepted answer, based on a training set ...
3
votes
0answers
81 views

StackWatcher - Google Chrome Extension

Screenshot About There are a lot of very smart people on StackOverflow and most of them are smarter then me. I think even if you're not going to respond to any questions it's worth just ...
3
votes
0answers
164 views

Stack Careers - An Android app for searching Stackoverflow Careers

Screenshot About An Android app for searching Stackoverflow Careers. Allows job seekers to search for job postings exposed by the Stackoverflow Careers RSS feed. Users can search by skill(s) ...
3
votes
0answers
29 views

Allow post type to optionally return title field

Currently, it's possible to get the title field from the question type returned by /questions/{ids} and from the answer type returned by /answers/{ids}, using the appropriate filters. Unfortunately, ...
3
votes
0answers
37 views

Script to convert a search on a StackExchange site to a Google search of that site

Screenshot / Code Snippet About Adds a Google button below the Search button on the search page which takes you to a Google search restricted to the current Stack Exchange site but with the ...
3
votes
0answers
15 views

How to access global stackexchange user favourites in a feed?

I was looking for a way to IFTTT my questions, and found this recipe, that automaqically saves your favourited questions to Evernote. Nice. It uses stack2rss (thus the SE API) to provide a feed with ...
3
votes
0answers
54 views

IHaveBadges - A script to link your badges in the toolbar to your list of badges in your profile

This is a very simple script that, in response to this Meta Stack Overflow feature request, transforms the list of badges in the toolbar to a link to the user's badges in his or her profile. ...
3
votes
0answers
64 views

API v1.1 users call returns association_id for which the Stack Exchange web site has no profile

For a particular user, the users API v1.1 call returns an association_id that gives a "Page Not Found" error where the Stack Exchange profile should be, though their Stack Exchange profile can be ...
3
votes
0answers
18 views

More Global Methods?

Consider the following scenario: I need to retrieve a list of the latest questions asked on three different Stack Exchange sites. I throw together an application that hits up the following routes: ...
3
votes
0answers
216 views

Stackdump, an offline browser for StackExchange sites

Screenshots About Stackdump was conceived for those who work in environments that do not have easy access to the StackExchange family of websites. It allows you to host a read-only instance of ...
3
votes
0answers
45 views

Is it OK to have a test account for a developing client?

I'm currently trying to implement an agorava component for Stackoverflow, and for testing purpose, i would like to create a test account, which would have one question asked, and would maybe send ...
3
votes
0answers
28 views

All updates (answers, comments etc) using stack exchange API

Is there anyway to get information about any change using the stack exchange API's? i.e. if someone leaves a comment or votes on an answer/question? checking for answer changes is easy cause its a top ...
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 ...
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 ...
3
votes
0answers
200 views

soDumpMe: a Ruby script co convert Data Dump XML to HTML

Screenshot / Code Snippet Screenshot coming soon! About This app was created to solve a request on Meta that the XML of the data dump is not readable. This app aims to convert the XML to HTML. ...
3
votes
0answers
72 views

Color Tags Script

This script allows you to colour tags for whatever reason you may have, i wrote it for fun after seeing a certain question on meta. The script adds a subsection called Color Mapping in the ...
3
votes
0answers
161 views

Stack Tunnel - WebGL Visualization for Stack Exchange

Stack Tunnel Screenshots About StackTunnel is a WebGL visualization which displays the latest questions from any Stack Exchange site interactively within your web browser. You can click on the ...
3
votes
0answers
76 views

OAuth Dialog rendering problems

I'm using the implicit OAuth flow for our native iPad app. We're calling the standard URLs in a UIWebView. The Stack Exchange login renders with several UI glitches. The first screen looks correct: ...
3
votes
0answers
28 views

Example responses

I think I may have asked this before. Would it be possible to have example responses for the inbox route. Eg I have no idea what a careers_invite would be like.
3
votes
0answers
121 views

stack.horizobu.com - an exploration engine

Screenshot About stack.horizobu.com is a search engine for the various Stack Exchange question and answer sites. horizobu assists you in your search by suggesting related query terms. The ...
3
votes
0answers
30 views

Example of inbox items?

Would it be possible to get an example of each type returned by the inbox, Eg careers messages, and whatever meta questions are. Do careers invites/chat messages/etc have ids? And what is their site? ...
3
votes
0answers
38 views

2.0 API get votes

I've been searching the 2.0 API for a list of my own (up and down) votes. I don't see them in the API. I don't think this is a prohibitively resource intensive query or that it can be used to ...
3
votes
0answers
107 views

Apigee API Console for the Stack Exchange API

Screenshot / Code Snippet About Apigee API Consoles make it easier to learn, explore and test APIs by letting you browse all methods, send and view request/response pairs and share what you ...
3
votes
0answers
16 views

revisions/{id} is returning an error for locked posts

The API is returning the following error message when I request the revision history for locked posts. Example URL: http://api.stackoverflow.com/1.1/revisions/194812 { "error": { "code": 500, ...
3
votes
0answers
83 views

Country Flag Tags - See mini-country flags next to tags on Money.SE

Screenshot / Code Snippet About This UserScript was inspired by this post on Meta.Money.SE. One of the users requested that tiny country flags be added to tags where appropriate. Another ...
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 ...
3
votes
0answers
54 views

When will the API allow posting of questions and answers

I am planning on building a client for the Stack Exchange Sites, but it seems you cannot post any information via the API yet. Is this going to happen at any time soon? It seems a pain to force users ...
3
votes
0answers
252 views

Google Search Results Integration (Chrome Extension)

Screenshots About Google Chrome Extension that adds a new tab to StackOverflow search results that uses Google magic formula for relevance. It does this by opening Google search in a ...
3
votes
0answers
19 views

Filtering tags should provide exact matches at top

Take this query for example: http://api.stackoverflow.com/1.1/tags?pagesize=25&filter=ip No where is there the valid tag [ip]. It is further down the page. This is quite annoying when searching ...
3
votes
0answers
68 views

GM Script: Revert changes to Unanswered Questions Box

If you are like me and think that the new styling for unanswered question drastically hurts the site's usability, rejoice. I've created a Greasemonkey script which will return unanswered questions to ...
3
votes
0answers
70 views

Hide tag info popup

This script hides the tag info popup. In response to this post. Install - View Source
3
votes
0answers
38 views

Always show console on API docs

This script stops you having to click the "show console" button to test an API call. Install - View Source
3
votes
0answers
557 views

FullStack iPad App

Screenshot / Code Snippet About FullStack provides read only access to the following Stack Exchange sites: Stack Overflow, Server Fault, Super User, and Ask Ubuntu. Currently users can browse ...
3
votes
0answers
216 views

PyOverflow: Account statistics for Stack Overflow for Ubuntu!

I was bored, and I wanted to play with the API, so I came up with this little script: It's coded in Python and has only a single image dependency. Here is a screenshot: Here's the source code ...
3
votes
0answers
60 views

Unanswered questions with tags returns wrong total

When requesting a list of unanswered questions with a specific tags the total count show the total number of questions for that tag, not the count for the unanswered questions. Using ...
3
votes
0answers
63 views

recommended buffer size for markdown fields is conservative

I ran into a truncation error while inserting user data into a database using the documented field length (buffer size) of 3000. So I redefined to nvarchar(max), pulled all users in the stack ...
3
votes
0answers
263 views

Simple Answer Guessing App - Trivial Pursuit: Edition SO

About Stackoverflow Trivial Pursuit This app came about after I read this meta thread feature request by Evan Carroll. The idea is that you can look at questions on Stackoverflow without seeing the ...
3
votes
0answers
314 views

RoboStack: A Google Wave robot for the Stack Exchange API

Screenshot / Code Snippet For a video snapshot visit http://code.google.com/p/robostack/. About Unlike a Jabber/XMPP robot, this application is a Google Wave robot that takes full advantage of ...
3
votes
0answers
90 views

Observe a private beta in StackAuth

See here. WebApps and Meta.WebApps are listed, as WebApps has entered the private beta phase. Note that the state property for those two are private_beta and linked_meta respectively, values nobody ...
3
votes
0answers
633 views

Dev-Tip: How to call the API in C# and Silverlight

This tip shows a simple and reliable way to create HttpWebRequest that are configured to properly query the api. With the exception of the AutomaticDecompression assignment, this code can be used in ...
3
votes
0answers
357 views

Widget Of Awesomeness, an extended profile JavaScript widget

2010-07-17: Due to lack of interest I'm shutting down the hosted version of this. Screenshots Widget: About The Widget Of Awesomeness lets you embed a simple widget on any page that will display ...
3
votes
0answers
301 views

Supported Platforms

What platforms are supported for use with the StackExchange API? In short, anything that supports JSON/JSONP & GZIP. All responses from the API will be compressed with GZIP. The ...
3
votes
0answers
116 views

SOAPI-PARAM-EXAM: A flat sortable, filterable list of all parameters in the Stack Overflow api

SOAPI-PARAM-EXAM SOAPI-PARAM-EXAM is a little scooby snack of a tool that lets you get your eyes on all of the parameters in the api. This is useful for visually identifying inconsistencies in the ...
3
votes
0answers
248 views

Newest unaswered by tags

Screenshot About Often, when I was looking for questions to answer on StackOverflow, I would go through newest unanswered questions and look for those that had one of my favorite tags. The “my ...
3
votes
0answers
66 views

Api-specific tags

It might be useful to have auto-generated tags for each API and add a link to the tag feed to the help page for that API. This would link directly the API documentation with the relevant discussions ...
3
votes
0answers
59 views

Shared app ownership between multiple StackApps users

It would be nice to have the ability to allow multiple SA users to share ownership over one application. Is this something coming down the line?
2
votes
0answers
65 views

Kuna - Make books from Stack Exchange questions

http://demo-kuna.rhcloud.com Kuna is a web application that provides a live environment in which books can be created from Stack Exchange questions. Step 1 Paste the URL for any question found on a ...
2
votes
0answers
37 views

StackFlair Widget - Highly customizable user flair widget for Android

Screenshot About StackFlair is a highly customizable widget which displays your profile information (flair) from any website that is part of the Stack Exchange Network ...
2
votes
0answers
90 views

LIVE Desktop Alert for Stack Overflow

About This app will provide you LIVE desktop notification for new questions posted on StackOverflow. You can add your favorite tags and it will continue searching for new questions. If it finds a ...

15 30 50 per page
1 3 4 5 6 7 10