27
votes
0answers
4k views

StackTrace for iPad

StackTrace for iPad is now available in the App Store. With StackTrace, we have taken a unique approach to consuming Stack Exchange content. Instead of focusing on finding answers to your current ...
27
votes
0answers
2k views

Stack Exchange Deleted Question Viewer [broken]

READ: THIS DOES NOT WORK. It has been broken by improvements in privilege enforcement. Sorry! The only reason I haven't deleted this post is that it would be particularly cruel for people seeking a ...
26
votes
2answers
800 views

“View Vote totals” without 1000 rep

Screenshot About The vote counts are a great tool to determine whether an answer is disputed or not. Unfortunately, not many of us have enough time to join all Stack Exchange websites and get ...
26
votes
0answers
613 views

FlackBot - Making Conversation in the Chat Rooms

Screenshot About FlackBot (whose name was inspired by this app) is a chat bot for the Stack Exchange network of chat sites. It currently hangs out in the Sandbox but it it designed for the Ask ...
25
votes
3answers
3k views

Stack.PHP - Powerful and Extensive Library for Accessing the Stack Exchange API - Including Full Support for v2.0.

Don't know where to start? Begin by checking out the Stack.PHP website. Then head over here for a quick tutorial on setting up and using Stack.PHP. About Why you should use ...
25
votes
4answers
3k views

StackTracker - Cross-platform desktop notification app

Screenshot / Code Snippet Current Version: Beta build v1.0 About StackTracker, a cross-platform desktop notifier for the StackExchange API built with PyQt4 The application displays a task ...
25
votes
0answers
4k views

Stack2RSS - A JSON to RSS Conversion Service [Now Fully Open Source!]

  Stack2RSS About Stack2RSS is a small service that when given an API query, generates an RSS feed that you can then subscribe to in your RSS reader. The inspiration for this ...
25
votes
0answers
1k views

List of API client libraries grouped by programming language

This question serves as an organized reference of client libraries available for the Stack Exchange API. This is intended to be an all-inclusive list of libraries, so if you develop a library, feel ...
24
votes
1answer
298 views

Bring back the Bold!

Our insidious overlords have made some numbers on the page thinner. This script feeds the numbers a sandwich to get them back to normal size. Installation Click here to install. Will work in ...
23
votes
10answers
820 views

Stack Exchange Elections Statistics Page

The Stack Exchange Elections Statistics Page is a simple single-page website that displays information on election candidates participating in the Stack Exchange 2011 Moderator Elections. It ...
23
votes
8answers
4k views

StackWrap4J Java wrapper

The StackWrap4J 1.0.1 jar is now available! (See the changelog) Sample Code / Screen Shot The following code snippet was used to test the wrapper in the Android emulator: TextView text = ...
23
votes
2answers
5k views

SpaceOverflow - An awesome new way to browse the Stack trilogy!

Browse questions in 3D space! About There are a lot of interesting questions in the Stack Trilogy. But it is difficult to find your way through the huge amount of content when the only way to ...
23
votes
2answers
660 views

Unicorn Voting - Bringing the Joy of April 1 All Year 'Round!

About They're back! Although they were created for April 1st, you can now enjoy them throughout the whole year! Simply install this UserScript and commence upvoting and downvoting. License ...
23
votes
1answer
287 views

Better handling of indentation and the TAB key when editing posts

About This user script changes the behavior of a few keys (most notably the Tab key) within the post editor to behave more like it does in IDEs or text editors: When multiple lines are ...
23
votes
0answers
4k views

Overflow7 - Stack Exchange sites on Windows Phone 7

Video of 1.0 On YouTube - http://bit.ly/stackoverflowforwp7 About This is a Stack Overflow app for Windows Phone 7 - it allows you to browse, read and bookmark Stack Exchange sites Screenshot ...
23
votes
0answers
859 views

SO Live! — live updates to your reputation score

Stack Exchange now updates your reputation score in real time. There is no more need to install this extension. Screenshot About This userscript, based on SOApi.js, injects itself in all ...
23
votes
0answers
266 views

Why I think Area51 needs an API.

Okay, I have to admit that I never dreamed I would be advocating an API for Area51. But here I am doing it :) I think we need an API for Area51. Granted, the whole concept of questions and answers is ...
21
votes
3answers
245 views

Changing the display of the apps tab

We're looking at changing the front page of Stack Apps to look more like a proper app "marketplace" and less like a run of the mill Stack Exchange site. Proposal (third draft) This would replace ...
20
votes
15answers
2k views

Soapi.JS : fluent JavaScript client library for the Stack Exchange API

Soapi.js If you are looking for a full featured, compact JavaScript client library that provides complete end to end coverage of the API, Soapi.JS is a good choice. You may also want to check out ...
20
votes
5answers
1k views

Google App Engine [app]s - We are all on the same quota!

Noticing a couple of "This IP has exceeded the request-per-day limit" errors on StackPrinter log, I asked for a verification and the prompt answer was: There are a number of [app]s using ...
20
votes
2answers
232 views

Hexadecimal user rep

Screenshot / Code Snippet About Displays user reputation in hexadecimal. The code is quite simple if you want to do any tweaks. For users with rep >= 0x10000, it switches the font to Arial ...
19
votes
3answers
765 views

Can I use “StackOverflow” in the title of my website?

According to the little tooltip I get when registering an app, Do not: Use any of the full names for our websites in the name of your website or application. By full name, do you mean ...
19
votes
7answers
2k views

StackUsers.com - everything you ever wanted to know but were afraid to ask. (about an SE user. almost.)

About http://stackusers.com All Stack Exchange users at your fingertips. The core of this application is a robust data acquisition and maintenance platform based on Soapi.CS that reliably and ...
19
votes
1answer
857 views

StackLINQ: A StackExchange LINQ Provider

Screenshot / Code Snippet var questions = from q in ctx.Questions where q.OwnerID == 34796 select q; var multiQuestion = from q in ctx.Questions ...
19
votes
1answer
312 views

Duplicate Question Suggestion Boxes

Screenshot About Duplicate Question Suggestion Boxes is a UserScript for any Stack Exchange site that makes it extremely simple to check for duplicate questions for a post. In the left side ...
19
votes
3answers
814 views

se-flair: HTML combined Stack Exchange site flair

Screenshots Screenshots of some samples: Tooltip with total reputation: Tooltip with specific-site reputation: Live PNG Samples: About se-flair produces combined-account flair ...
19
votes
0answers
230 views

Dude, where's my cursor?

About This user script makes it easier to edit long questions and answers by doing the following things: It constrains the height of the Markdown preview to 500 pixels by default, so you can ...
19
votes
0answers
2k views

SOwhat Stack Overflow browser

Screenshot About SOwhat is a Qt-based application that attempts to mimic the Stack Overflow website. License SOwhat is released under the MIT license. Download Currently, this is what I ...
18
votes
0answers
491 views

Register for the Stack Exchange V2.0 API Private Beta

It's getting to be that time (actually, it's about a month later than I'd hoped but still!), API V2.0 is shaping up and we're spending more and more time on UI polish rather than functionality. So ...
18
votes
0answers
427 views

Stack Exchange Side-By-Side Edit and Preview

Note: the new inline editing breaks this user script pretty seriously, so it doesn't work at the moment. I will be working on fixing it to work with the new system when I get a chance, but it ...
18
votes
0answers
701 views

Follow your friends on StackOverflow with FriendOverflow

Screenshot Video of app in action http://www.youtube.com/watch?v=x0zflMRXt2c&hd=1 About I created this app because I wanted to see what my friends and co-workers were doing on StackOverflow. ...
18
votes
0answers
2k views

StackUnderflow.js: A JavaScript Library and Mashup Application

Screenshot / Code Snippet About StackUnderflow.js is a lightweight JavaScript library that makes retrieving and rendering question summary information from Stack Exchange sites simple. It ...
17
votes
5answers
817 views

Conscientious use of the API

What constitutes abuse? Making an undue number of requests in a short span of time, or regularly exceeding a request quota during "normal" use. Guidelines for polling We realize that a great many ...
17
votes
3answers
371 views

Should there be a discovery API?

It would seem to me that a simple API that return an array of the API base URL and perhaps the common name of the sites that support the API would be valuable. Is this sensible? EDIT: This is what I ...
17
votes
1answer
2k views

Stack Alert [Mozilla Firefox Add-on] - Keep tabs on your inbox without needing to have a Stack Exchange site open.

Not using Firefox? Don't worry, Stack Alert is available for other browsers as well. Visit the appropriate page for your browser below: Google Chrome Opera Screenshot / ...
17
votes
3answers
1k views

Stack Insight - Track a User's Activity Over all Stack Sites.

Screenshots ... but why not see the live site at http://stackinsight.com About Web application to show how all a user has been involve in the different stack sites over time. Just enter your ...
17
votes
2answers
1k views

Swatch: A Firefox plugin for monitoring Stack Exchange sites for interesting changes

Screenshots About A Firefox extension that lets you monitor your account activity on any Stack Exchange site that support the Stack Apps API. Automatically refreshes on a set interval to ...
17
votes
1answer
837 views

A Stack of Twits - Tweeting all over your stack

Get tweets about new questions on Stack App sites About I am fed up sitting all day refreshing the home page waiting for that elusive question on symfony that I can answer and who uses RSS these ...
17
votes
2answers
464 views

StacMan - .NET client for Stack Exchange API v2

Features Supports all Stack Exchange API V2 methods through version 2.1 Easy to use: one-to-one mapping between StacMan and API methods/params Async is easy: methods return Task<T> so ...
17
votes
0answers
257 views

SE Chat custom notification sound

Screenshot / Code Snippet About Someone found the current *beep* sound annoying and asked for a way to change the sound. Such a feature did not exist, so I created this UserScript which adds ...
17
votes
0answers
501 views

Disable enter for submitting comments

About This user script disables the default behavior of the enter key submitting a comment. With this script installed, you must explicitly click the Add Comment button to submit your comment. ...
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 ...
17
votes
0answers
1k views

StackImage - Generating Images of Questions and Users [Now with Global Flair!]

Planned Obsolescence All of the features that StackImage provides are either available with the built-in flair on each Stack Exchange site or provided by StackImage's successor: StackImage ...
16
votes
3answers
778 views

StackGeography, a Stack Exchange question mapping site

Screenshot / Code Snippet About Ever wanted to see just what kind of locations are posting to the various Stack Exchange sites at any given time? Even if you haven't, you'll find it with ...
16
votes
3answers
2k views

StackTray: The Stack Overflow tray application

Screenshot Icon on left Hover over icon Context menu Reputation Alerts About This application sits in your system tray and periodically checks Stack Overflow for any new badges or ...
16
votes
0answers
487 views

RebolBot - a chat bot for the chat rooms

Screenshot / Code Snippet @Adrian I respond to these commands: (do|do/2|do/red|do/boron) expression "evaluates Rebol/Rebol-like expression in a sandboxed interpreter" (hello|goodbye|morning) ...
16
votes
0answers
264 views

Punch a user button!

Gotten frustrated with a user? Want to vent? Feel like punching them? Don't worry, here's a script that adds a "Punch" button to every gravatar. You can punch all the worst users now: ...
16
votes
0answers
295 views

Click to expand code regions

About Greasemonkey script that allows you to click code regions on stack overflow (or other stack exchange sites) and have it expand to whatever size it needs. Get rid of those pesky scroll ...
16
votes
0answers
282 views

SO Live! Chat Edition. — live updates to your reputation score, while chatting

Screenshot About This userscript, based on SOApi.js, injects itself in all SE sites' chat pages and polls the API for reputation changes every 60 seconds. When your reputation changes, this ...
15
votes
1answer
436 views

Ask Ubuntu Toolbar Buttons - A set of toolbar buttons for Ask Ubuntu that make it easy to insert links to packages, PPAs, etc.

Update: This script was previously called "Insert APT Link" but has now been renamed. As such, you need to uninstall any previous versions before installing the new one. Screenshot / ...

15 30 50 per page
1 2 3 4 5 31