Questions tagged [stackexchange]

Stack Exchange is a fast-growing network of 176 question and answer sites on diverse topics from software programming to cooking to photography and gaming. Non-programming questions about the StackExchange itself should be asked on meta.stackexchange.com instead.

The Stack Exchange Network (also called StackExchange) is a group of question and answer websites on topics in many different fields, each website covering a specific topic, where questions, answers, and users are subject to a reputation award process. The websites are modeled after Stack Overflow, a forum for computer programming questions that was the original website in this network. The reputation system is designed to allow the websites to be self-moderating.

Source: http://en.wikipedia.org/wiki/StackExchange

97 questions
41
votes
2 answers

StackExchange.Redis - LockTake / LockRelease Usage

I am using Redis with StackExchange.Redis. I have multiple threads that will at some point access and edit the value of the same key, so I need to synchronize the manipulation of the data. Looking at the available functions, I see that there are…
lolcodez
  • 659
  • 4
  • 9
  • 16
36
votes
3 answers

How do real time updates work?

Now a days real time updates are common in most popular sites which have heavy usages. StackExchange Facebook Twitter I'm wondering how do these "real time updates" work? I'm just looking for a general bird's view perspective. I suspect that the…
Anthony
  • 33,838
  • 42
  • 169
  • 278
32
votes
3 answers

OpenID Connect delegation with Google now that they are deprecating their OpenID2 provider?

For years I have used OpenID delegation to log in to Stack Overflow (among other sites) using my own URI as OpenID but having Google handle the authentication. I use the technique described in this Stack Overflow question; so, my custom OpenID…
Robert Tupelo-Schneck
  • 10,047
  • 4
  • 47
  • 58
12
votes
1 answer

Retrieving text body of answers and comments using Stackexchange API

I am trying to retrieve the questions, comments on questions, and answers of questions related to Python from stack overflow using Stack exchange API. I want to extract all information including body of text of questions, comments, and answers. For…
user2293224
  • 2,128
  • 5
  • 28
  • 52
8
votes
1 answer

StackExchange color icon in html

I'm trying my build my personal webpage. I want to link to my stack exchange profile in my webpage using stack exchange icon. However the icons in font-awesome are grayscale (not color). I've colored other icons like LinkedIn, ORCID using…
Nagabhushan S N
  • 6,407
  • 8
  • 44
  • 87
8
votes
1 answer

Stackexchange API Implicit vs Explicit

This question is inspired by the documentation on the stackexchange and facebook API (http://api.stackexchange.com/docs/authentication) but is probably more widely applicable to OAUTH 2.0 in general. My question is, why would you want to use the…
7
votes
2 answers

Stack Exchange API to get the Impact/ Number of People Reached

I searched the entire documentation for the Stack Exchange API v2.2, but could not find any API to get the data about the Impact section on the user page. I am interested in the Impact/Number of People Reached data for a specific user. One way to…
Deepak Tatyaji Ahire
  • 4,883
  • 2
  • 13
  • 35
6
votes
3 answers

What is the ws://?

I was inspecting the stackoverflow pages for curiosity and noticed that interesting url: ws://sockets-se.or.stackexchange.com/ I would like to know more about the ws protocol but I don't even know how to start searching because searching for ws or…
Polyana Fontes
  • 3,156
  • 1
  • 27
  • 41
5
votes
1 answer

How does StackOverflow handle sessions?

I thought that my browser had to send a shared secret with every request. But after looking at the network inspector of Chrome, that seems not to be the case. The secret seems to be stored in Local Storage as se:fkey (the format of the key seems to…
Martin Thoma
  • 124,992
  • 159
  • 614
  • 958
5
votes
1 answer

Is there an alternative to parse_qs that handles semi-colons?

TL;DR What libraries/calls are available to handle query strings containing semi-colons differently than parse_qs? >>> urlparse.parse_qs("tagged=python;ruby") >>> {'tagged': ['python']} Full Background I'm working with the StackExchange API to…
Kyle Kelley
  • 13,804
  • 8
  • 49
  • 78
4
votes
3 answers

Django library for Stack Exchange API authentication?

I'm writing a webapp that heavily uses the StackExchange API. I'm currently using OpenID authentication but given the only people that will use the site will be SE members, I've been wondering if there's a library for Django (or Python, in general)…
Oli
  • 235,628
  • 64
  • 220
  • 299
4
votes
0 answers

Using Greasemonkey to avoid "loading mixed content" warning in Firefox

There is an issue with all Stack Exchange sites: Even when Stack Overflow is browsed using HTTPS all custom avatars are fetched via HTTP (although they are also available via HTTPS). The question was closed as duplicate and there will be probably no…
Marcin Zajączkowski
  • 4,036
  • 1
  • 32
  • 41
4
votes
3 answers

How to Embed Stackexchange Account Metrics into Wordpress?

How can I embed Stackexchange reputation scores and badge counts into my Wordpress blog? I want to show on my blog a small table with accounts as rows and columns consisting of rep scores and badge counts. Any ideas on how to do this?
Chernoff
  • 2,494
  • 2
  • 20
  • 24
3
votes
0 answers

ConsumerManager.verify() fails with "No service element found to match the ClaimedID / OP-endpoint in the assertion."

i am trying to implement openid authentication in a JSF2 application and everything seems to be working fine until the moment where the application needs to verify the openid-server's response (in my case stackexchange). i have already checked out…
3
votes
2 answers

Where does Stack Overflow store GitHub profile links?

I was going through Stack Overflow db structure on https://data.stackexchange.com/stackoverflow/queries and wondering where the user's GitHub link is. I can see the website URL listed against user in schema but there is no field referencing GitHub…
Waqar Ul Khaf
  • 569
  • 1
  • 3
  • 15
1
2 3 4 5 6 7