3
votes
1answer
56 views

Getting started: /users/{id}

I am trying to get the amount of reputation that a user has. I have established that I need to use this url: ...
10
votes
0answers
154 views

Super User Dark Theme

Get the CSS for your extension Stylish for Firefox Stylebot for Chrome Additional linkage GitHub Project page StyleBot with full regex in URL matching (Prefix pattern with ^ to use regex) ...
3
votes
1answer
157 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 ...
1
vote
1answer
93 views

How to login programmatically using Android Code?

I think my questions is not a duplicate of this one How to login programmatically I have read the authentication document but still i am not able to get what should I do for if I want to perform ...
97
votes
9answers
9k views

Flack Overstow - Generate spam from Stack Exchange posts

Online demo courtesy of George Edison: http://quickmediasolutions.com/flack Note: this tool now works with all Stack Exchange sites. Just paste the URL of your profile and the app will ...
6
votes
0answers
307 views

StackX - Android application for Stack Exchange (Free) (UI and optimization upgrade)

Update: 4/15/2013: Screenshots updated according to latest layout An android application that will allow the user to browse through all of stack exchange websites using API v2.1. Browse any of ...
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 ...
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 ...
1
vote
1answer
50 views

How do you list you stack exchange apps

I wanted to know how you're supposed to get a list of apps you've registered on the stack exchange api. I finally managed to find this url: http://stackapps.com/apps/oauth My question is this: How ...
16
votes
0answers
414 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) ...
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, ...
3
votes
1answer
71 views

Stack Override: Rank answers by usefulness

Stack Override This extension is a part of my final year project for a computer science degree. It displays notifications when the browser loads a Stack Overflow question page. Once clicked, the ...
2
votes
0answers
36 views

Test and evaluate my answers classifier? [duplicate]

I have created a web applicability that analyses the answers to a question and ranks them by usefulness. This is part of my thesis, and I need to get some real developers feed back. Here is a link to ...
5
votes
0answers
145 views

DashClock Extension for Android

About Displays the user's reputation on the Android lock screen as an extension of the popular DashClock widget. It can be switched between displaying the total reputation score and today's ...
2
votes
0answers
62 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 ...
9
votes
0answers
134 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 ...
0
votes
0answers
112 views

BOSO - Best of Stack Overflow

Screenshot / Code Snippet About BOSO is just a simple collection of 'the best questions and answers' on Stack Overflow (as determined by the score attribute provided in the API). I created it ...
1
vote
1answer
53 views

Software for Javascript?

Do I need any special kind of software to view the responses I get after requesting something? Like with Klout for example, I can get all the code returned as I need it, I just don't know where to put ...
64
votes
12answers
5k views

SENotifier, a Stack Exchange inbox notifier for Mac OS X

Screenshot Updates Version 1.1 Added support for Notification Center (10.8 and later) Adjusted menu icon to align better with existing menu items Auto-update is now supported via Sparkle ...
2
votes
0answers
22 views

Application stats are completely broken.

It appears that the application stats are completely broken. Attempting to view the number of times Stack Mobile hit the /questions/* methods results in this graph: It would seem that statistics ...
1
vote
1answer
33 views

Get questions content from StackOverflow API

I need to get the question content from StackOverflow site. I already built the functions that parse the HTML for a question, and return me the question content. But, I found that there is an API, ...
4
votes
6answers
95 views

StaQover, a new S-O. profile viewer in QML2

As I couldn't find any Chrome extension fitting my needs, I started a QML app to provide just what I need, here it is : StaQover can view a profile by name, and show reputation history and badges ! ...
111
votes
30answers
7k views

StackApplet - Bringing Stack Exchange Notifications to Your Desktop [1.6 alpha for Windows released using v2.0 of the API!]

StackApplet 1.6 Alpha for Windows Available Just in time for the API contest, I have created an alpha release of StackApplet 1.6 for Windows (it may run on other operating systems but I ...
5
votes
0answers
29 views

Stack Exchange Chat Reply Helper

What does it do? First of all, it puts a highlight on the message you're currently replying to. Second, it allows you to select a message to reply to by using the keyboard. Just type : and then ...
1
vote
0answers
59 views

Stack over flow stack graph?

What is the most popular language on the last 100 stackoverflow's questions ? This page provide you a visualization of stackoverflow's last questions sort by the 10 most popular tags. ...
5
votes
0answers
24 views

Copy super-ping usernames

Based on the code from Copy Question Link Markdown, here's a script that gives moderators the possibility to copy chat-ready superpings from any question that is closed. This can be useful if you ...
3
votes
1answer
29 views

List of object types on SE API v2.0+

Beware: The API is Huge!! Below is the list of all the "types" of objects returned by the API v2.0+ :- Note: v2.1 specific types are noted in a seperate box Type | Field ...
1
vote
0answers
124 views

Coderbits - Intelligent portfolios for developers and designers

https://coderbits.com Screenshot About Resumes are inadequate at verifying skills, traits, and knowledge that software developers and designers possess. Coderbits is a network for software ...
2
votes
0answers
36 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 ...
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 ...
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: ...
14
votes
4answers
377 views

stacknotify google chrome extension

About Your Stack Overflow notification inbox, right into your browser's toolbar. it checks for new notifications every minute shows a notification badge for new items supports all Stack ...
1
vote
1answer
23 views

Can you identify a user from the access_token?

I have the access_token after authentication from the user. At this point I don't know with which sites this user has registered. Is it possible to get user information like the display name or ...
11
votes
0answers
326 views

Stack-Ed, Website and iPhone App

Screenshots About The Stack Exchange platform is changing the way that we learn. Stack-Ed is an educational tool that was built to help people learn from the best of the best within the ...
80
votes
4answers
6k views

StacksGuru: a near realtime bot for all Stack Exchange sites

UPDATE Stacksguru address is now stacksguru@appspot.com (in the plural form) remove the old contact (stackguru@appspot.com) and use the new one. StacksGuru is a Jabber/XMPP bot which gives you a ...
2
votes
1answer
19 views

How can I re-authenticate StackAlert Addon

Recently I removed StackAlert Firefox addon from my apps list in StackExchange. Now when I reinstall it, it is not authenticating and giving message key is not valid for passed access_token.. How ...
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 ...
2
votes
0answers
86 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 ...
1
vote
0answers
22 views

Wrapper implementation method to get user notifications in Stack Exchange?

I'm trying to build an app that requires me to get the user notifications for a particular Stack Exchange user. Now, I'm trying to use Java to accomplish this and I came across this wrapper library: ...
1
vote
1answer
32 views

Stack Overflow Firefox Extension

Recently I created a tiny Firefox extension to get given user reputation of Stack Overflow. But I did that using API version 1.1. How can I migrate that to 2.1? How to authenticate my application ...
6
votes
1answer
2k views

Stack Overflow Tag Manager

Screenshot About Stack Overflow Tag Manager is a Greasemonkey script for expressing your tag preferences, which partly inspired Stack Overflow's own tag preferences feature. Continued ...
1
vote
1answer
19 views

Getting questions that have a specific tag or tags?

In the current api (2.1) how do you get questions that have a specific tag or tags? e.g.: 1) All stackoverflow questions asked in the past 2 months tagged 'ruby'? 2) All stackoverflow questions asked ...
2
votes
1answer
27 views

Get accepted answers from Stack Overflow using Stack Overflow API 2.1

I want to fetch only my accepted answers from Stack Overflow using the API 2.1 and currently I've following code $data = ...
1
vote
0answers
33 views

Attribute error while using the stackoverflow api wrapper for python on IDLE

This is the code that I use to access Stack Overflow: from stackexchange import Site, StackOverflow so = stackexchange.StackOverflow() for q in so.questions(pagesize=50): print q.title It runs ...
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 ...
0
votes
0answers
26 views

Search links (Stack, Google, Symbolhound) next to the search box, for tab opening

Screenshot About Adds three links next to the search box. Allows to open the regular Stackoverflow search in a new tab, or search using Google, or Symbolhound. Proved useful to find ...
1
vote
1answer
13 views

Ability to sort answers by number of revisions via StackExchange API v2?

I was curious whether there was a way to easily find which StackOverflow answer has the highest number of revisions and/or to sort by that metric. I see mention of a sort function in the ...
3
votes
0answers
42 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 ...
199
votes
11answers
18k views

StackTack, a JavaScript widget you can stick anywhere

Screenshot / Code Snippet <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script ...
3
votes
1answer
229 views

StackStatus - Monitor the status of the Stack Exchange API

Note: This service is temporarily offline. The original version was having some problems, and I am also migrating a number of tools from PHP to Python - so expect to see this tool come ...

15 30 50 per page
1 2 3 4 5 30