5
votes
0answers
135 views

[Beta] Gaming SE Black Edition

Screenshot About This as simple user script that changes the overall style of Gaming SE sub-site to a darker version. I made it for myself as I used to do with sites that I tend to visit more ...
5
votes
0answers
187 views

Change Unanswered tab to Review

About This is (allegedly) going to be implemented by the team sometime anyway. But just in case, and so you can play with it, here is a script which replaces the 'Unanswered' tab with 'Review'. ...
5
votes
0answers
145 views

StackBot - Making it easy to post StackExchange questions to Twitter

About StackBot is a small C# application that is designed to post interesting questions to a Twitter account at specified intervals. License StackBot is released under the Ms-PL license. ...
5
votes
0answers
157 views

Promoting your [app]s - advertising contest proposal

I've proposed on Meta a contest for promoting StackApps applications developed with the API. Please consider to leave your comments over there. (Bounty +250)
5
votes
0answers
275 views

SO2PDF - Export questions and Answers to PDF

Screenshot About so2pdf lets you convert Questions and Its Answers to PDF files.It uses FLEX for the Front End which calls a .net web service which uses wkhtmltopdf to generate PDF files. ...
5
votes
0answers
340 views

Stack Dash Application

Screenshot / Code Snippet About Stack Dash is a Mac OSX dashboard widget for Stack Exchange for displaying reputation, questions, answers and badges for a specified user and site. This widget ...
5
votes
0answers
214 views

Code Consultant: Jabber bot to help you work through your coding problems

Screenshot / Code Snippet About Have you ever noticed that simple act of describing a problem you can't get past to a co-worker will help you solve the problem, even if they don't say a thing? ...
5
votes
0answers
291 views

Stacklipse - Eclipse plugin preview

About Stacklipse is an eclipse plugin that utilizes stackapps api to provide a search view in Eclipse. Currently just provide a prototype preview. Screenshot License EPL Download ...
5
votes
0answers
82 views

Version 1.0 of the API seems to be here!

It looks like v1.0 of the API is here now! I waited a few minutes for an official announcement, but none came - so here it is! Thanks a million to the team for putting this together!
5
votes
0answers
135 views

How to get the count of a query efficiently

To get the count of a query without returning results, simply specify pagesize=0. http://api.stackoverflow.com/0.9/users?filter=mike&sort=name&pagesize=0 { "total": 1161, "page": 1, ...
5
votes
0answers
352 views

How to use min/max with sort

While some sort values make inference of the expected min/max values less than ambiguous, others do not. Pending formal documentation, I hope this can serve as an informal reference. Aggregated sort ...
5
votes
0answers
236 views

StackMail - Making the StackExchange Sites Accessible Via Email

Screenshot About StackMail is an email-based web service for the StackExchange sites. The concept is simple: send an email to stackmail@quickmediasolutions.com with one of the commands as the ...
5
votes
0answers
101 views

please expose stackauth via a url that is consistent with the api

Most libraries and apps need to version themselves by adding the version number to the url and subsequently most of the http request code includes this information in the url building process. the ...
5
votes
0answers
66 views

API Parameters: Consolidated Observations

This wiki question is meant to be a central location for observations and suggestions in the interest of shaping the api meta data. Perhaps items can be removed when accepted and resolved as ...
5
votes
0answers
447 views

Stack Safari Utilities (Safari 5 Extension)

Screenshot Buttons. Buttons with badges. Link (the text is a temp solution) allowing you to associate site with badge. About The current web interface is the ideal way to use stack exchange ...
5
votes
0answers
233 views

CodeChirp - Twitter like post-aggregator and stalker webapplication

CodeChirp About CodeChirp is a twitter-like web-based question/answer/comment aggregator, that queries Stack Exchange sites, and shows the results as twitter-like posts. People can subscribe to ...
5
votes
0answers
447 views

Pilha - Ruby Wrapper to the Stack Exchange API

Warning: there's still a lot of work to be done. Edit: Pilha has been updated and now it supports most of the stack exchange api. There's still work to be done and the gem should be completely ...
4
votes
0answers
18 views

API docs for “stack overflow” still feature v1.0 docs

I guess I'd call this a doc bug. Currently the page http://api.stackoverflow.com redirects to http://api.stackoverflow.com/1.0/usage, which says at the top "Don't use 1.0, use 2.1". This URL ...
4
votes
0answers
18 views

Octal user reputation

Screenshot About Displays reputation in octal. This script is derived from Kip's Hexadecimal user rep. Download Install | View Source Platform Firefox 19.0.1 with Greasemonkey License Same ...
4
votes
0answers
25 views

Why does adding fromdate=<long time ago> return a different set than without it?

I've been trying to get some stats for the Windows 8 challenge over on Super User. I've noticed that there are some questions missing if I add fromdate=0. Why is this? Without fromdate: ...
4
votes
0answers
68 views

StackIRC - Posting Questions from Stack Exchange Sites to IRC Channels

Screenshot About Similar to the Twitter feeds for each Stack Exchange site, this small IRC bot retrieves questions from any Stack Exchange site and regularly posts them to an IRC channel of ...
4
votes
0answers
316 views

ProStack Lite - StackOverflow inbox notifier and quick accessor for OS X (in Mac App Store)

About Tired of manually checking Stackoverflow.com for new answers and comments? Ever wished to access the new Stackoverflow questions with one click? ProStack Lite is the solution. ProStack ...
4
votes
0answers
239 views

Stacklense - Ubuntu Unity Lens to search Stack Exchange sites

Screenshot / Code Snippet The application makes searches in question titles. Please note that the lens will show only answered questions! The names of the sites are usually one word, for ...
4
votes
0answers
345 views

sanction: a dead easy OAuth2 client Python implementation

Overview sanction is a lightweight, dead simple (67 LOC!) client implementation of the OAuth2 protocol. The major goals of the library are: Support multiple providers Most providers have varying ...
4
votes
0answers
219 views

Japanese stack exchange localization

Screenshot About This script was originally created for the JLU (Japanese Language and Usage) site as part of the Creating as much Japanese interface as possible to be more inclusive of native ...
4
votes
0answers
706 views

achivy.com, track all your statistics, reputation and badges in one place (now also supports coderwall)

About Time to collect your achivies Achivy adds some fun to your life. It supports Stack Overflow and all Stack Exchange applications, GitHub,Coderwall Ohloh as well as many other ...
4
votes
0answers
567 views

LinkOverflow — list of links in a Stack Exchange post

About This site useful to find the links that will appear on the stackoverflow post. Give the question url then site will parse the all answers and extract the list and it will mark it with tag. It ...
4
votes
0answers
83 views

Remove Delete-Favourite-Tag-Buttons Script

To help people not accidentally delete them, especially the short ones. (Also see the cause to get them removed permanentely) Sorry to not provide a file for download but i am sure you will ...
4
votes
0answers
297 views

Small jQuery plugin for flair

See it in action at http://iamaust.in About I know I know another flair plugin. I made this because I always wanted to write a jQuery plugin and for my new website I needed a Stack Overflow ...
4
votes
0answers
110 views

Insert direct documentation links in to answers

Based on previous topics on meta.stackoverflow.com, there appears to be a gap how we can better assist users when answering questions by providing direct links to documentation (supplementing the ...
4
votes
0answers
115 views

Chat audio enhancements

Screenshot / Code Snippet There's no meaningful screenshot available since this script plays sound. About When someone starts talking about unicorns you definitely want in on the action. You can ...
4
votes
0answers
80 views

Make active tab default on StackApps

This script changes the logo link to the active tab and redirects from the home page to it on StackApps. If you want to see the list of apps, you can still do this by clicking the apps tab. Made by ...
4
votes
0answers
192 views

Question Dashboard (Greasemonkey Script)

Question Dashboard for stackoverflow.com (plus meta, serverfault and superuser) - page analyzed and indicators shown at the top of the question, just under the title, for key information. ...
4
votes
0answers
197 views

Guidelines on app and library thumbnails

We now have better, user-friendlier display for apps and libraries and scripts: http://blog.stackoverflow.com/2011/02/stack-exchange-api-1-1-and-improved-app-gallery/ We infer a number of things ...
4
votes
0answers
57 views

Requesting favorite questions should report which users have favorited it

I can request the favorite questions of a user via the users/{id}/favorites endpoint. If I'm only requesting the favorites for one user, then I know that all of the returned questions are the ...
4
votes
0answers
162 views

SOCharts: Charts by Tags

Screenshot I created this small app as a weekend hack. It shows the reputations, upvotes, downvotes and accepted answers for a user against the tags for the answers. About I wanted to know how ...
4
votes
0answers
118 views

Selective API oriented transcript fragment of Jeffs Code Camp Video Interview.

This is a very selective API oriented transcript fragment of Jeffs Code Camp Video Interview: Purpose Please note that this transcript fragment is mainly a supporting post to decrease the length of ...
4
votes
0answers
319 views

SOREP V2: Ranked Flair Take 2

SOREP V2: Ranked and aggregated flair About SOREP V2 is a flair service that is built upon the StackUser platform that provides ranked flair, both in standard layout and themes as well as custom ...
4
votes
0answers
240 views

geek score calculator - SO + Github on Rail

I am learning Rails and this is my first application built on Rails 2.3.8. http://g33k.heroku.com License: Free to use Code: http://github.com/utkarsh2012/g33k-score-calculator Platform: Hosted ...
4
votes
0answers
177 views

Announcement: StackExchange API Development Wiki

RIP August 24, 2010 - April 26, 2013 Due to lack of interest and the increasing burden of maintenance, I have decided to close down this wiki. Most of the information that it contains is ...
4
votes
0answers
43 views

/tags fromdate and todate does nothing

Altough the help/documentation lists 'todate' and 'fromdate' parameters for tags they do not work. This may be related to tags not having a creation_date. It would be great if we could filter tags by ...
4
votes
0answers
257 views

Stack Bragger (facebook app to post questions badges)

Screenshot / Code Snippet About Stack Bragger lets you brag to your Facebook friends whenever you ask new questions or earn new badges at StackOverflow, SuperUser or ServerFault. I was looking ...
4
votes
0answers
80 views

Can we have an Owner Name value in Question, Answer, and Comment?

If a post has no owner for whatever reason, we don't get the owner object in the response. Thus, it is impossible to display the username of the missing owner. The site is able to do this, so we ...
4
votes
0answers
2k views

TopStack - Android client for Stack Exchange

Screenshot / Code Snippet About Android client for stack overflow and all stack exchange network in future. License Freeware. Will probably change to ad-supported or may be open-source (depends ...
4
votes
0answers
3k views

How to call the API via JSONP in Plain Old JavaScript

This tips demonstrates how to call the API in JavaScript without the need of jQuery or other frameworks. In a lot of cases you will find that the JSONP implementations provided in various frameworks ...
4
votes
0answers
41 views

Merging/migration should be reflected by the API

Now that we have a new merging/migration system that keeps records of all merges, I think that this information should be visible through the API: Questions that are merged into other questions ...
4
votes
0answers
408 views

webStack - A Stack Overflow Application for webOS

Screenshot About webStack is my humble attempt to create an application for webOS users that enables them to browse Stack Overflow questions, answers, users, etc. License webStack is released ...
3
votes
0answers
123 views

Showr for Android

Screenshot About Put artwork and information at your fingertips, or make your Android device truly personal, with Showr. Showr adds pictures to your home screen or lock screen, picked from ...
3
votes
0answers
19 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
43 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 ...

15 30 50 per page
1 2 3 4 5 10