Strongly related: How do we deal with octuplicate questions?

This is not a question about how to deal with duplicates, it's a simple "meta" question:

What is the most rampant duplicate on Stack Overflow?

  • The particular duplicate must be "alive" on Stack Overflow (not merged or closed duplicate)
  • The duplicate-ness must be pretty unquestionable.

For example:

This is a duplicate of score 2 1.

They are both so close that it makes little sense to have separate questions.

However, score 2 is pretty uninteresting.

(The rationale of this question is to find the duplicates so we can get the administrators to merge them. It is also to find better ways to find dupes in the first place, and perhaps turn finding duplicates into a game.)

share|improve this question
How is the "score" of a duplicate determined? The total number of duplicates? – Kyle Cronin Jul 26 '09 at 5:51
Yerp, total number of "live" duplicates – Sam Saffron Jul 26 '09 at 5:54
18  
With true irony, is this a duplicate? meta.stackoverflow.com/questions/9050/… – Marc Gravell Jul 26 '09 at 8:55
4  
Marc, this is about the search for the most rampant duplicate, which is one possible solution to the duplicate problem. its not about solving the problem, it a much narrower, and hopefully more fun question. – Sam Saffron Jul 26 '09 at 11:35
One that comes up again and again is floating point comparisons e.g. "why is if (myFloat == 23) not working?" – ChrisF May 17 '10 at 11:54
6  
@mmyers is correct, this question is itself a dupe: meta.stackoverflow.com/questions/26621/… – The Unhandled Exception May 17 '10 at 22:19
@Josh: No, this question came months before the other. – mmyers May 18 '10 at 1:01
@mmyers: Oh, you're right. Sorry! :-) – The Unhandled Exception May 18 '10 at 3:23
See this question for another 5 candidates + 2 more in the answers. – Jørn Schou-Rode May 24 '10 at 15:01
I'm pretty sure "Regular Expression Help" gets asked most often, but we always change its title to something a bit more descriptive. – Bill the Lizard Jan 6 '11 at 0:45
Fantastic question -- at last a rep-incentive for closing dupes, and look ma no code changes! (Even if it's only meta-rep.) IMHO it should be a requirement to list all the question URLs in your answer to get upvotes here. – j_random_hacker Jan 26 '11 at 8:06
Ironic that I also posted a duplicate: meta.stackoverflow.com/questions/52530/… – George Stocker Oct 5 '12 at 0:00

23 Answers

How to parse HTML with RegEx?

...by far has the most dupes.

... just to name a few.

share|improve this answer
8  
This answer is underrated! – The Unhandled Exception May 17 '10 at 14:45
29  
Exact duplicate of meta.stackoverflow.com/questions/26621/… – mmyers May 17 '10 at 22:12
@mmyers - too funny. I will upvote in 1 hour – The Unhandled Exception May 17 '10 at 22:20
@George: Good answer, but in order to make this question all it can be (namely: a real life dupe-findin', rep-rewardin' machine) I'm -1ing until you give up the URLs. – j_random_hacker Jan 26 '11 at 8:08
@j_random: There. I added some. – Nathan Osman Jan 30 '11 at 20:29
2  
@George: Good job, +2 :) – j_random_hacker Jan 31 '11 at 1:03

I guess it is:

Me no can get program working - you help please code here pls debug. Thxxxx

share|improve this answer
45  
URRRRRRRRRRRRRRRRRRRRRRRRRGNNNNNNNNNTTTTTTTTTTTTT PLLLLLLZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ – Popular Demand Jul 15 '10 at 18:55
5  
Apparently he/she has an assignment with a deadline :) – LordCover Jan 12 '11 at 21:17

On Server Fault, it's definitely "How do I host my server from home":

(And that's not even all of them.)

Which is ridiculous because the answer is always "Don't" - and I thought this was a site meant for professionals...

share|improve this answer
Well, sometimes "don't" is the proper and professional answer... but that's a different discussion for a different time. I would have figured that was a prime target for duplicates, I just never expected that much ... variety ... in the wording. – AnonJr May 17 '10 at 18:23
Don't is definitely not the answer, the answer comes in regards to availability guidelines. If you only LIKE to have your site up, be all means host from home. If you NEED your site up. Use a real host. – Chris Marisic Jan 11 '11 at 19:03
1  
What's scary is the same answer applies to "How to parse HTML with RegEx" - again the ideal answer is "Don't" but there are some limited cases where it's possible ;) – Zhaph - Ben Duguid Apr 5 '12 at 9:52
1  
As of today, a search for +host +server +home turns up 1,153 results on SF. Not all of them are this question, but it appears that the vast majority are. – Michael Hampton Oct 4 '12 at 23:36

Since Jarrod spent so much time and effort cleansing the data last week, I figured it'd be a shame not to have some fun with it.

Here are the top 30 questions (by # of questions closed as duplicates of them) on SO:

204    Headers already sent by PHP
194    mysql_fetch_array() expects parameter 1 to be resource, boolean given in select
168    Could anyone explain these undefined behaviors (i = i++ + ++i , i = i++, etc...)
149    How to parse and process HTML/XML with PHP?
123    Reference - What does this symbol mean in PHP?
114    How to prevent SQL injection in PHP?
  95    The Definitive C++ Book Guide and List
  88    PHP: "Notice: Undefined variable" and "Notice: Undefined index"
  81    RegEx match open tags except XHTML self-contained tags
  75    "Least Astonishment" in Python: The Mutable Default Argument
  73    Is JavaScript's Floating-Point Math Broken?
  67    How do I compare strings in Java?
  61    Undefined Behavior and Sequence Points
  60    What is an undefined reference/unresolved external symbol error and how do I fix it?
  57    Using a regular expression to validate an email address
  55    iPhone development on Windows *
  55    Why can templates only be implemented in the header file?
  55    Grabbing the href attribute of an A element
  53    How does Facebook Sharer select Images?
  51    Warning: mysql_fetch_* expects parameter 1 to be resource, boolean given error *
  47    JavaScript: var functionName = function() {} vs function functionName() {}
  45    How can I convert ereg expressions to preg in PHP?
  44    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
  44    Can a local variable's memory be accessed outside its scope? *
  42    Where and why do I have to put the "template" and "typename" keywords?
  42    How can I get query string values?
  41    Call to a member function on a non-object
  40    JavaScript === vs == : Does it matter which "equal" operator I use?
  39    What is the single most influential book every programmer should read? *
  39    Storing Images in DB - Yea or Nay?

(* == closed; some of these are duplicates themselves, and have since been merged, some are just really persistent OT / NC)
(And yes, I'm counting deleted posts too - lookin' at you, PHP)


select top 30 count(*) as dups, 
 concat('http://stackoverflow.com/q/', RelatedPostId) as Q,
 case when q.ClosedDate is not null then '*' else '' end as Closed

from PostLinks
 join Posts q on q.Id=RelatedPostId

where LinkTypeId=3

group by RelatedPostId,q.ClosedDate
order by count(*) desc

Hopefully, this'll make its way into public data soon.

share|improve this answer
The MySQL one would have been my guess for the top-spot... they're a never-ending deluge; and those are just the ones that got closed as dupes of the merged dupes at the top... your query isn't recursive ;-). – ben is uǝq backwards Feb 20 at 8:43

One I see often is "How do I center an element vertically and horizontally with CSS?"

share|improve this answer
8  
The worst part is this question has like 8500 answers all of which work in some ways and don't work in others. – Chris Marisic Jan 11 '11 at 19:04

Should I learn emacs?

http://stackoverflow.com/questions/485120/will-emacs-make-me-a-better-programmer
http://stackoverflow.com/questions/48006/is-it-worth-investing-time-in-learning-to-use-emacs
http://stackoverflow.com/questions/551289/should-i-learn-to-use-emacs-closed
http://stackoverflow.com/questions/646438/any-reasons-why-a-c-developer-should-learn-emacs
http://stackoverflow.com/questions/1208256/would-you-recommend-emacs-for-beginners
http://stackoverflow.com/questions/4384629/is-it-worth-learning-to-use-emacs-for-web-development

How to learn me an emacs?

http://stackoverflow.com/questions/502399/how-do-you-learn-proper-emacs
http://stackoverflow.com/questions/269812/how-to-quickly-get-started-at-using-and-learning-emacs
http://stackoverflow.com/questions/210791/good-resources-for-emacs
http://stackoverflow.com/questions/896648/resources-for-learning-emacs
http://stackoverflow.com/questions/1978238/forcing-myself-to-master-emacs

Emacs/Vim vs IDEs is popular, though not really exact duplicates per se they are all editor vs different IDE questions.

http://stackoverflow.com/questions/1088387/specific-productivity-gains-vim-emacs-over-gui-editors
http://stackoverflow.com/questions/1786887/from-visual-studio-to-vim-or-emacs-closed (closed subjective, not dupe)
http://stackoverflow.com/questions/649000/why-emacs-vim-textmate-isnt-xcode-good-enough
http://stackoverflow.com/questions/208193/why-should-i-use-an-ide
http://stackoverflow.com/questions/1346820/efficiencies-afforded-by-emacs-or-vim-vs-eclipse
http://stackoverflow.com/questions/672770/c-development-on-linux-codeblocks-emacs-or-gvim
http://stackoverflow.com/questions/396495/emacs-and-vim-vs-jedit
http://stackoverflow.com/questions/136056/ide-or-text-editor
http://stackoverflow.com/questions/2004682/emacs-in-the-era-of-ides
http://stackoverflow.com/questions/3714279/what-modern-editors-compete-with-emacs-vi
http://stackoverflow.com/questions/3402636/java-programming-environment-emacs-or-eclipse
http://stackoverflow.com/questions/1464139/eclipse-is-there-a-reason-to-chose-it-over-emacs-or-vi

share|improve this answer

Attempting to modify a C string results in an access violation:

This must come up once a week.

share|improve this answer
3  
If not more .... – Tim Post Jul 20 '10 at 10:44

I have a 3 pointer:

http://stackoverflow.com/questions/10644/any-decent-c-profilers-out-there/231577 http://stackoverflow.com/questions/49912/best-dotnet-memory-and-performance-profiler http://stackoverflow.com/questions/3927/what-are-some-good-net-profilers

Really they should all be folded into a single mega community wiki .... There is no value in having the 3 questions.

share|improve this answer
Agreed, they should probably be merged. 3 points for you :) – Jonik Aug 3 '09 at 20:36
1  
nobody asking for an indecent profiler? – Thorbjørn Ravn Andersen Jun 4 '11 at 11:23

http://stackoverflow.com/search?q=learn+programming

That's a duplicate score too high to count.

share|improve this answer
1  
Eric, there is no clear unambiguous list for the moderator to work with. See how Marc was able to resolve the dupe I posted in seconds. Surely you could beat my measly score of 2. – Sam Saffron Jul 26 '09 at 14:30

"foreach captured variable c#"

Jon kindly listed some of them here... and that was just in November; it will be longer now...

The problem with this language gotcha is that until you understand what is happening, you can't know what to look for... IMO, this is one of the good use-cases for tag-specific home pages, where we can (manually) add a FAQ for that tag (i.e. link to the canonical answer).

share|improve this answer

Ampersand language operators. Actually might be worthwhile improving search so that it can look for ampersands.

For Ruby that would be "What's the meaning of &:name":

PHP: What does the & or =& operator mean?

share|improve this answer

This is quite "rampant": Best Java 7 features

Pretty much exact duplicate of What new features in java 7 do you find most useful? (posted 9 months earlier), very close to What are you looking forward to in Java 7? (6 months earlier), and somewhat close to many others.

What also springs to mind are the countless variations on the theme "What is the best Python (web) framework?", with ever so subtle differences in emphasis and formulation. (Right now I'm not delving too deep into those, but take a look at python+frameworks, python+framework and python+web-frameworks.)

share|improve this answer
+1, you get a score of 2 for this, I'm only giving points for exact dupes that can be merged, and are listed here :p – Sam Saffron Jul 26 '09 at 14:32

Android has some serious flaws in its touch event model, and this has caused many people to ask how to fix the problem (the real answer seems to be "upgrade to Gingerbread", sadly):

I've marked most of these of dupes of the original, not sure if merging or what is the solution here. The bug report mentioned in 4342464 is the most correct answer IME.

share|improve this answer

Concatenate row values into a single column is fairly common for SQL Server

http://stackoverflow.com/search?q=Concatenate+row+%5BSQL-Server%5D

share|improve this answer
Can you create a list of actual merge candidates, so I can score it :p – Sam Saffron Jul 27 '09 at 8:38

In the past:

[Why/When] Should I use xxxx Programming Language?

share|improve this answer

I feel like mod_rewrite should be on this list but I'm too lazy to go look up a lot of duplicates. I'll mark it CW and someone who's motivated (or tomorrow when I'm bored I) can go look some up.

share|improve this answer
Haven't got bored yet? :P – Trufa Jan 30 '11 at 21:51
@trufa haha, totally forgot about it. Now you've reminded me ;) – jcolebrand Jan 31 '11 at 13:52
@drachenstern hehe no worries but don't dare look at me, I'm the laziest bastard you will ever encounter :) – Trufa Jan 31 '11 at 14:58
@trufa ~ My motto is that all programmers should be lazy. But not too lazy. (mainly in re: functions and reuse, etc. Copy-paste twice, but after that make a function and quit copy-pasting, too much effort to do so, making a function makes you lazier ... blah blah TL;DR ;] ) – jcolebrand Jan 31 '11 at 15:30
@drachenstern codinghorror.com/blog/2005/08/… – Trufa Jan 31 '11 at 15:55
@trufa ~ SEEEEEE!!!! ;) :D – jcolebrand Jan 31 '11 at 16:17

I'm pretty sure the one I encounter the most is along the lines of "How come .1 + .1 + .1 doesn't equal .3?".

share|improve this answer

Anything where the answer is dos2unix. The symptoms are varied and the clue quotient of the OPs is mostly, shall we say, chequered. In the end, by the time it's solved, it's obviously off-topic for SO, but you see some good programming and debugging coaching in the speculations leading up to that.

The examples I am finding are less spectacular than the best I've seen. These all contain literally dos2unix in the answer, but there will be hundreds more with different wording.

share|improve this answer

Having voted to close more than 600 questions, and succeeding in many of them, these are the two I found (anecdotal) most annoying (in number, yes) from C#/.NET world:

  1. Get property name and type using lambda expression

  2. And even more duplicated is this: Conditional operator assignment with Nullable<value> types?

Little unbelievable (especially the reflection one), but that's just from my experience.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged