0
votes
0answers
45 views
Have you ever been the first person to flag “Community Wiki”? [closed]
Is it just me, or is it a race to be the first one to tag "Community-Wiki" in a question?
It's like on some irritating message board where users compete to be "The First", and mos …
0
votes
3answers
85 views
Where do programmers ask business questions? [closed]
Mmmh... try to reproduce the advertisement ;-)
2
votes
3answers
90 views
Recovering from stack overflow on Mac OS X
Hi all,
I am implementing a cross platform scripting language for our product. There is a requirement to detect and properly handle stack overflow condition in language VM. Before …
0
votes
0answers
54 views
“Generalist” Badge: how come nobody’s ever got it ? [closed]
I'm just wondering: reading the badges section, I noticed nobody ever got the generalist badge. What's up with that?
The criteria seems to be "Active in many different tags", but …
0
votes
0answers
30 views
What is the email address of stackoverflow notification? [closed]
I accidentally clicked on "Delete and block" in my hotmail account.
Would like to unblock but can't find the email address.
Sorry if I am asking this qn at the wrong place...
0
votes
0answers
84 views
Is there any open source code we can get similar to stackoverflow? [closed]
I found that source code of stackoverflow.com is not an open source, so is there any other similar apps available that has source code available?
0
votes
7answers
116 views
java stackoverflow error
Hey guys, I'm working on a program for a university course that uses a method called get_line() to recursively calculate a list of successive locations to get from one point on a g …
0
votes
0answers
40 views
Why doesn’t stackoverflow allow AND in searches? [closed]
I want to search for all posts with "ggplot" AND "smooth", rather than "ggplot" OR "smooth". How can I do this?
0
votes
0answers
65 views
Best way to get informed of new questions on stackoverflow? [closed]
What is your preferred way to get informed of new interessting questions on stackoverflow? Do you use RSS feeds? Do you keep an eye on your "interesting tags"? Are there other alte …
0
votes
0answers
110 views
How old is Stackoverflow? [closed]
Simple enough question. I notice Stackoverflow has over 100,000 users -- huge congrats guys! Can you share exactly how old Stackoverflow is? Also, what percentage of the 100,000 ar …
0
votes
0answers
71 views
What is this “100% accept rate” on StackOverflow? [closed]
What is this "100% accept rate" that appears under my name and avatar? What does it mean, I was unable to find a reference to it in the back-end of this site.
1
vote
4answers
101 views
Need to prevent PHP regex segfault
Why does the following segfault, and how can I prevent it?
<?php
$str = ' <fieldset> <label for="go-to">Go to: </label> '
. str_repeat(' ', 10000)
…
4
votes
6answers
148 views
Is there any way to determine the available stack space at run time?
I know that stack size is fixed. So we can not store large objects on stack and we shift to dynamic allocations (e.g. malloc). Also, stack gets used when there is nesting of functi …
3
votes
0answers
25 views
How to link from one stackoverflow question to others? [closed]
What is the correct way to link from one stackoverflow question to another one? For example, if I want to reference another question or answer from my question, how would I do that …
1
vote
0answers
23 views
Creating a navigable tag tree based on Stack Overflow [closed]
Just for fun, how could I go about creating a navigable tag tree based on Stack Overflow?
It would be interesting to see the following somehow:
Which technologies generate the mo …
