9
votes
1answer
448 views

Bartlett—new questions, inbox items, and reputation in OS X

Bartlett is a Mac application that lets you keep track of the most recent questions, inbox items, and reputation items on your favorite Stack Exchange sites. You can be notified of new items by Growl ...
9
votes
4answers
884 views

StackBerry application for BlackBerry

Screenshot / Code Snippet About I created this app because I always wanted to create an open source application. But I never had an idea on what to do. So I used my skill in BlackBerry development ...
9
votes
1answer
411 views

ThirdPlace JavaScript chat library

Screenshot / Code Snippet var room = ThirdPlace.Room.GetCurrentRoom(); var message = new ThirdPlace.Message; message.room_id = room.id; message.content = "ThirdPlace.js is a library which ...
9
votes
2answers
595 views

StackExtend - A Google Chrome Extension to enhance the Stack Exchange experience

Screenshot / Code Snippet Last Read Tracking - StackExtend tracks what questions you have previously viewed and indicates whether they have been read, and whether new answers are available on ...
9
votes
0answers
136 views

Chrome Extension for Stackoverflow - Customize the color scheme

I created a google chrome extension that allows you to choose custom themes in order to make pretty the code that you read. The extension injects CSS (Lite extension) and saves your preference ...
9
votes
0answers
131 views

Shit SE Says - Stack Exchange chat stars out of context

Screenshot / Code Snippet About The first thing you need to know is that it took me about 5 minutes of refreshing that the app to find two screenshots that were Safe For Work (and as a bonus, ...
9
votes
0answers
85 views

Stack Apps Listing Wizard - Making it easier to list your application right here on Stack Apps

Screenshot About Listing an application here on Stack Apps can be a lot of work. First you have to visit this question and copy the markdown. Some of those fields don't apply to UserScripts and ...
9
votes
1answer
70 views

Can we have some debug endpoints for testing corner cases?

After encountering a throttle violation today (which I posted in another question), it occurred to me that although I've put together code to handle "backoff" conditions, and potentially throttle ...
9
votes
0answers
195 views

Moderator Annotated User Recent Activity Watch List

NOTE: If you are not a moderator, this script won't add anything for you. All it does is shows the user's timeline (which is publicly visible on their profile) on the moderator dashboard to ...
9
votes
0answers
323 views

StackImage 2 - Create Your Own Unique Custom Flair!

Examples About StackImage 2 is the successor to StackImage - but it is anything but an incremental update. StackImage 2 allows you to design your very own unique custom flair from scratch. ...
9
votes
0answers
270 views

A way to keep the “user bar” on the top of the site stuck there ~ StickyBar

Screenshot / Code Snippet About Since people keep asking for a way to stick the userbar at the top of the screen, I'm working on a userscript to do so. Because of the way each site is ...
9
votes
0answers
1k views

Stack Up for iOS (1.0.1)

About Stack Up is now available on the App Store. Stack Up is a Stack Exchange client for iOS (4.0 only at the moment, but I'm working on adding iPad support). You can learn a little more about it ...
9
votes
0answers
263 views

Timeline: Inline view of question revision history

About Timeline lets you navigate through revision history for a question and updates the page in real time. This app can be activated by clicking a bookmarklet while viewing an individual question. ...
8
votes
7answers
830 views

How to format time since xxx e.g. “4 minutes ago” similar to Stack Exchange sites

function timeSince(date) { var seconds = Math.floor((new Date() - date) / 1000); var interval = Math.floor(seconds / 31536000); if (interval > 1) { return interval + " ...
8
votes
3answers
191 views

Roadmap - any update?

So now it's 2011 and we should be getting some API updates. As a company you must have some kind of plan. So can you either say the API is never going to be updated or give a time frame to at least a ...
8
votes
1answer
235 views

Keep getting HTTP 406

Not sure if this is a user or an API problem, but I keep getting HTTP 406 Not Acceptable when making API calls (for example http://api.stackoverflow.com/0.8/stats) from either IE 8 or Chrome 6. Here ...
8
votes
4answers
483 views

What ideas do you have for the API?

Having created 3 applications and a wrapper for the API, I am beginning to run out of ideas for things to create. So here is where you come in... If you can come up with a good idea for an app (and I ...
8
votes
1answer
266 views

Should we add a “this site is not affiliated to Stack Overflow..” disclaimer to our website app?

I've checked legal section but it does not say anything specific of this aspect apart from: Do feel free to explain that your product is built on the Stack Exchange platform so people understand your ...
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 ...
8
votes
1answer
246 views

Could/Should the API evolve more agile rather than being blocked by v2 writing (and authentication) features?

The activity on Stack Apps has dwindled noticeably; this might be a topic for its own discussion, however I'd like to revisit the API roadmap beforehand to set a proper stage and expectations in this ...
8
votes
1answer
227 views

Select Code Block Buttons Script

Shows a select-button on mouse over on code-blocks to select the whole block for easier copying. Sorry to not provide a file for download but i am sure you will manage somehow, adjust includes as ...
8
votes
3answers
258 views

Rep Compare - Utility for Comparing Reputation - Version 0.8

New version! Includes a view of the posts similar to the Stack Exchange Reputation view. Just click and drag to select a region of ansers. (Note, still kind of buggy. Doesn't seem to exactly match ...
8
votes
1answer
141 views

Where did the “apps” tab disappear?

I may just be missing something, but there used to be an "apps" tab on the main page, which showed you a (sorted by vote) list of all the apps and libraries. I can't find it anymore. Where did it ...
8
votes
2answers
135 views

Plans to expose details from the “accounts” tab of the user page?

One thing that I noticed was missing from the /users/ api was an ability to see what other StackExchange sites the user is associated with (what's usually available from the "accounts" tab of the user ...
8
votes
1answer
46 views

Whatever happened to closed_reason?

When pulling back info on a closed question, I have come to expect closed_reason to be a present key if there's a closed_date. It seems that as of recently this is no longer true. Proof: ...
8
votes
1answer
216 views

Registering app for API 2.0 key without Oauth domain

I'm trying to register an app, but it states that I need to add an OAuth domain. But I have Enable Client Side OAuth Flow disabled, because I don't need it right now. I basically have two questions: ...
8
votes
1answer
409 views

Stacktacular: Stack Exchange client for WebOS

Screenshots About Stacktacular is a Stack Exchange client for WebOS. I created it mainly to scratch my own itch: viewing Stack Overflow using the phone browser was a bit painful, and no one had ...
8
votes
1answer
367 views

Stack Exchange gadget for Gmail and iGoogle

About This handy gadget can be added to iGoogle or left-hand nav panel of any Gmail account. It displays your current reputation on selected StackExchange sites and notifies you of reputation ...
8
votes
1answer
239 views

How the /sites method is meant to be used

The /sites method is used to enumerate all sites in the network. If your [app] is meant to run against more than a single site (and many are) this method is how you should be discovering new sites in ...
8
votes
2answers
163 views

/search intitle arg is case sensitive

This seriously cripples any search capabilities. Consider: http://api.stackapps.com/0.8/search?intitle=soapi&order=desc&sort=activity vs ...
8
votes
2answers
547 views

StackBook - let your Online Community friends know what you're doing on Stack Overflow.

About StackBook helps mashup service for you let your Online Community (right now only Facebook) friends know what you're doing on Stack Overflow. License MSPL Access ...
8
votes
1answer
106 views

Will there be a “last call” when the API is about to be released?

I understand the contest ends when version 1.0 of the API will be released, but will there be any indication when this time comes? So that you know you can allocate one last weekend for final fixes?
8
votes
2answers
2k views

Rep Change Notifier for Android

About Just a simple Python script I threw together to notify me through my Android phone if my reputation is changed. I created it for my own personal use but figured I might as well throw it out ...
8
votes
1answer
304 views

How to batch up multiple id requests to maximize economy and still avoid (400) Bad Request [closed]

Update: All of our grumblings and the unbearable beauty of our workarounds resulted in this issue being fixed last week. You can now send 100 id in one request and receive 100 responses. See ...
8
votes
1answer
219 views

Standardized set of sort icons?

Can we (anyone who is interested) create a "standard" set of icons that represent the various sorting methods available? That way, we'll have a set of universally recognized icons. That means we'll ...
8
votes
2answers
689 views

rubyoverflow 0.5

About rubyoverflow is an ruby wrapper for the Stack Exchange API. Status Middle of being rewritten. Handles /users/{id}/* routes along with /sites and /users. Documentation forthcoming Known ...
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 ...
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 ...
8
votes
0answers
168 views

cv-pls Helper Chrome Extension

Screenshots Formatted cv request Settings About cv-pls Helper makes the process of closing questions easier on Stack Overflow. There are a lot of 'bad' questions being asked and to help ...
8
votes
0answers
124 views

StackTack - George Edison Remix (now with a few extra features!)

Screenshot About StackTack was originally listed here on Stack Apps. The idea was terrific and Soviut did such an awesome job building the application that I decided to fork it. My original ...
8
votes
0answers
193 views

Suggested Edits Queue for Mere Mortals

Screenshot About This Java command-line app gives you access to the Suggested Edits queue using the Stack Exchange 2.0 API. It is ideally suited for users in the 2000 <= reputation < ...
8
votes
0answers
744 views

Stack.JS - Powerful Event-driven Library for Accessing the Stack Exchange API in JavaScript.

About Stack.JS is the JavaScript equivalent of Stack.PHP and aims to replicate the request structure of that library as much as possible. The library is still a long ways from being complete ...
8
votes
0answers
198 views

Stack Search Chrome Extension

Stack Search A Google Chrome Context Menu Extension Screenshot About This is a simple context menu extension that adds an option for selected text on a page to be searched on your ...
8
votes
6answers
405 views

Stack Alert [Opera] - Keep tabs on your inbox without needing to have a Stack Exchange site open

Not using Opera? Don't worry, Stack Alert is available for other browsers as well. Visit the appropriate page for your browser below: Google Chrome Mozilla Firefox ...
8
votes
0answers
227 views

Infinite Scrolling - [Never Click Another Page Number Again!]

About Have you ever been reading through a post on a Stack Exchange site with a lot of answers and you had to keep clicking the next page link? Wouldn't it be nice if you didn't have to do ...
8
votes
0answers
114 views

Stack Exchange reputation graph total reputation overlay

Screenshot / Code Snippet About Adds a small box to the global reputation graph to indicate the user's total reputation across all sites where the user has at least 200 reputation. Also ...
8
votes
0answers
160 views

Hacks for JL&U Site

Screenshot / Code Snippet About Ruby support for pure links and text nodes License CC-BY-SA Download http://userscripts.org/scripts/show/104680 how to install userscript - ...
8
votes
0answers
172 views

Stack Overflow UI Translation via Greasemonkey

What is it? Why this project? Every so often, somebody asks on meta "can we allow foreign language contributions to StackOverflow" and a huge debate ensues. However, once upon a time, somebody ...
8
votes
0answers
312 views

SOFlair - An Android Widget that shows your Flair

Soflair is a (very) simple widget for Android that shows a user's flair (avatar, reputation & badges). The JSON is polled every 60 minutes. Download http://www-jo.se/f.pfleger/soflair
8
votes
0answers
140 views

No Answering: prevent answering questions

Do you answer too many questions on stack sites? Does answering questions put you into a cycle of debating with people you'd rather not be spending time on? Then this app is for you. It does one ...

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