Background:
For the following older questions, I found them by using the search noted in Let's clean up the "this is a duplicate" answers:
is:answer isaccepted:1 body:"duplicate" url:"*stackoverflow.com/*"
The following questions contain an accepted answer which notes the duplicate question. (For simplicity, I've included the excerpt from the accepted answer in the first question which may be a duplicate of the second question.)
My Question:
Are these questions too old to be closed as duplicates? Or if not, Should they be closed? Should I flag question pairs like these as duplicates or not?
- There are appears to be hesitation in closing them as several have a few votes, but none have enough to close? Some of these questions are over two years old?
- I believe that all of these questions almost exactly duplicate the questions as noted.
- I don't think this is an issue of different software versions.
- Almost all appear to have the same level of specificity.
- The answers in the older questions still appear relevant, so I don't think they fall under this exclusion.
- I think many of these could be directly merged as recommended here, but I've stopped short of asking that for these.
- It appears that most if not all of these are fairly open and shut cases -- for all of them, the OP marked the answer (which I've linked to) as accepted and it contains the a note of the duplicate.
- My favorite by far is #17 which the answerer included:
Marking this as CW because it's not meant as an answer but the reason for closevoting as duplicate
And yet they aren't closed?
Currently Open
1. Jquery: calculating width of hidden input
May be a duplicate of jQuery - Get Width of Element when Not Visible (Display: None)
Also, this appears to be a duplicate of: jQuery - Get Width of Element when Not Visible (Display: None)
2. to validate date in aspx
May be a duplicate of date validation
this is a duplicate of this question: date validation answers there. Edit: duplicate in that being an aspx page really makes no difference. You can embed the code in the aspx page or better yet use a code behind class.
3. clear FileUpload object on c#
May be a duplicate of How to prevent repeated postbacks from confusing my business layer
Here are some links: (1) How to prevent repeated postbacks from confusing my business layer and (2) Asp.Net SQL Refresh page duplicate inserts?`
4. .NET 3.5 WinForms: Changing the value in DataGridViewComboxBoxCell modifies other ComboBox controls on the form
May be a duplicate of How to separate the selected item of two combobox with a single DataSource?
How to separate the selected item of two combobox with a single DataSource? Duplicate question. Still, this seems ridiculously stupid - we have to clone datasources for WinForms?
5. Flex: time how long HTTPService takes to load?
May be a duplicate of In Flex, is there a way to determine how long an HTTPService.send() call takes round-trip?
This is a duplicate, go here to see my previous answer to the question: In Flex, is there a way to determine how long an HTTPService.send() call takes round-trip?
6. Unable to perfom LINQ on this xml
May be a duplicate of My linq-query doesn't work when adding the xmlns-attribute to the root-element in my XML-document
The issue is not with your SolutionProfile tags, but rather the presence of the xmlns attribute in it. Duplicate of an existing SO question. Look here for the exact answer.
7. Filtering with Fiddler
May be a duplicate of Filter Fiddler traffic
Basically a duplicate of Filter Fiddler traffic . Just go to the Filters tab in Fiddler and then the "Client Process" fieldset and then choose "Show only traffic from " and choose the appropriate process.
8. Extract Json values as Map with lift-json
May be a duplicate of Can I use the Scala lift-json library to parse a JSON into a Map?
- Please note this case is special as the answer was written by the OP.
- Accepted answer notes:
Somehow I missed the duplicate of this in my search: Can I use the Scala lift-json library to parse a JSON into a Map?
9. MySQL - The Installation Failed on Snow Leopard
May be a duplicate of Re-install MySql in mac os x 10.6.6
There is a duplicate of this question here with a solution to follow here.
10. Writing ALL program output to a txt file in C++
May be a duplicate of How can I redirect stdout to some visible display in a Windows Application?
This is a duplicate of: this question
11. How to create a friendly date format (for example "submitted 2 days ago")
May be a duplicate of How do I calculate relative time?
This is a duplicate of this question
12. elisp how to check if Shift key is pressed
May be a duplicate of Can I send a <shift> keypress to Windows from Emacs?
Duplicate question (ignoring the 'Windows' part of the other one).
13. Jquery Update Browser Location, Don't Redirect
May be a duplicate of Changing browser's address bar without refreshing
Exact duplicate of #352343 Changing browser’s address bar without refreshing.
update: HTML5 now allows
pushState, but only within the same domain.
14. Screen-scraping of a secure page of any site on https:// with asp.net in C#
May be a duplicate of Screen scraping HTTPS using C#
See also this duplicate question
15. Verifying Mercurial Changesets are from who they say they're from
May be a duplicate of Verify Mercurial Checkins
Ry4an also pointed out this (essentially duplicate) question with some good answers that confirm what I'd found elsewhere.
16. Is there a decent html editor that works in-browser?
May be a duplicate of textarea with syntax / code highlighting
Duplicate of textarea with syntax / code highlighting and Textarea that can do syntax highlighting on the fly?
17. what does $this mean within a class definition?
May be a duplicate of What is the meaning of $this
Please see the PHP Manual on Classes and Objects.
$thisrefers to the object instance. Also see these questions:Marking this as CW because it's not meant as an answer but the reason for closevoting as duplicate
18 . XML Comments -- How (or where) do you create XML comments for your namespaces and library?
May be a duplicate of Namespace documentation on a .Net project (Sandcastle)?
Since the question is tagged with "sandcastle", I assume you are indeed using it. If so, this SO answer should give the details.
Update: OK, I just (in that same thread) saw that apparently Sandcastle understands NamespaceDoc-classes as well. Somebody might want to close this question as a duplicate.
19. Post/Redirect/Get in Webkit causes a full page reload
May be a duplicate of Full page reload on Post/Redirect/Get ignoring cache control
Also, this question is a duplicate of "Full page reload on Post/Redirect/Get ignoring cache control".
Already Closed
1. http://stackoverflow.com/q/3750877/317773
Closed as a duplicate of http://stackoverflow.com/q/1569775/317773
- For this one, I asked about it on Meta previously
- Accepted answer notes:
(This is a duplicate of http://stackoverflow.com/questions/1569775/how-do-i-find-the-dom-node-that-is-at-a-given-x-y-position-hit-test)
sOutFile << stdout;, which is not explained in the other question. – Paŭlo Ebermann Sep 4 '11 at 13:43