question1_id
stringlengths
1
8
question1
stringlengths
10
149
question2_id
stringlengths
2
8
question2
stringlengths
13
150
919645
How to delete node from XML file using C#
875136
How to remove an XmlNode from XmlNodeList
693112
Multiple Internet Explorer instances on one machine
693597
Is there a difference between String concat and the + operator in Java?
47605
String concatenation: concat() vs "+" operator
698313
What is trunk, branch and tag in Subversion?
16142
What do "branch", "tag" and "trunk" mean in Subversion repositories?
699968
Display the binary representation of a number in C?
111928
Is there a printf converter to print in binary format?
880437
Preventing double form submissions
218907
How to handle multiple submissions server-side
833946
In C# will the Finally block be executed in a try, catch, finally if an unhandled exception is thrown?
111597
Conditions when finally does not execute in a .net try..finally block
464098
Does a finally block always run?
582095
In .NET, what if something fails in the catch block, will finally always get called?
943927
Embed a web browser within a java application
48249
Is there a way to embed a browser in Java?
941502
How to convert DateTime object to dd/mm/yyyy in C#?
123263
Convert a string to a date in .net
444322
C++ Question about default constructor
180172
Default constructor with empty brackets
856542
Elegant solution to duplicate, const and non-const, getters?
123758
How do I remove code duplication between similar const and non-const member functions?
878695
How to return an XML string as an action result in MVC
134905
Return XML from a controller's action in as an ActionResult?
608196
Why should I capitalize my SQL keywords?
292026
Is there a good reason to use upper case for SQL keywords?
619564
What is the difference between IEnumerator and IEnumerable?
558304
Can anyone explain IEnumerable and IEnumerator to me?
1036662
Weird Javascript Behaviour: Floating Point Addition giving the wrong answer
588004
Is floating point math broken?
673476
Age in years from DateTime (Date of birth)
9
How do I calculate someone's age based on a DateTime type birthday?
1103495
Is there a "proper" way to read CSV files
1898
Import CSV file to strongly typed data structure in .Net
487578
Performance issue in using SELECT *?
321299
What is the reason not to use select *?
1123201
Convert double to string C++?
332111
How do I convert a double into a string in C++?
490222
Why aren't unsigned variables used more often?
6325
Why are unsigned int's not CLS compliant?
1087401
Is it possible to get all the subclasses of a class?
492184
How do you find all subclasses of a given class in Java?
665234
Add programmatically ListViewItem to Listview in WPF
1305406
WPF ListView - how to add items programmatically?
694814
Ternary operator: bad or good practice?
160218
To ternary or not to ternary?
848705
Why is 2[myArray] valid C syntax?
381542
With arrays, why is it the case that a[5] == 5[a]?
1162791
jQuery query string traversal
647259
JavaScript query string
901115
How can I get query string values in JavaScript?
686897
Is C++ like resource management possible in Java
194261
RAII in Java... is resource disposal always so ugly?
717628
ASP.NET MVC 404 Error Handling
619895
How can I properly handle 404 in ASP.NET MVC?
1129785
compiler design
1669
Learning to write a compiler
1184334
Get number days in a specified month using JavaScript?
315760
What is the best way to determine the number of days in a month with JavaScript?
479323
Is it safe to remove previous versions of the .NET framework?
385893
Safe to uninstall .NET Framework 2.0 and 1.0 after installing 3.5?
532346
How can I find memory leaks in my Python program?
110259
Which Python memory profiler is recommended?
801126
Unit testing in PHP?
282150
How do I write unit tests in PHP?
570451
How to best do unit testing for a web application
817420
how can I create a temporary folder in java 6?
837559
When do you make an underscore in front of an instance variable?
822487
How does an underscore in front of a variable in a cocoa objective-c class work?
1153900
Unresolved External Symbol
12573816
What is an undefined reference/unresolved external symbol error and how do I fix it?
883184
Ways to compress/minify javascript files
28932
Best JavaScript compressor
65491
What is the best method to reduce the size of my Javascript and CSS files?
1070526
How to return anonymous type from c# method that uses LINQ to SQL
534690
Return anonymous type results?
629036
Coalesce operator and Conditional operator in VB.NET
576431
Is there a conditional ternary operator in VB.NET?
630372
Determine the path of the executing BASH script
59895
How can I get the source directory of a Bash script from within the script itself?
635007
Framework - what is a PHP framework?
520225
What are the advantages of using an MVC framework over e.g. Drupal to build a large website?
923348
Is there an existing library of extension methods for C#? or share your own
271398
What are your favorite extension methods for C#? (codeplex.com/extensionoverflow)
944608
WPF vs Silverlight
629927
What is the difference between WPF and Silverlight application?
935711
How do I set ${user} in Eclipse to get the correct @author tag?
246192
How to change the value of ${user} variable used in Eclipse templates
755285
When would you use Abstract methods over virtual methods in C#?
391483
What is the difference between an abstract function and a virtual function?
1251768
CSS Parent/Ancestor Selector
1014861
Is there a CSS parent selector?
1095623
Volatile equivalent in VB.NET
929146
How do I specify the equivalent of volatile in VB.net?
780718
How to disable Back button in IE and firefox?
87422
Disabling Back button on the browser
782913
Google's Bigtable vs. A Relational Database
337344
Pros/cons of document-based databases vs. relational databases
441441
Why should I use document based database instead of relational database?
798971
How to identify if the DLL is Debug or Release build (in .NET)
194616
How to tell if a .NET application was compiled in DEBUG or RELEASE mode?
812560
Why would I not want a central repository in versioning? SVN vs. Git question
871
Why is Git better than Subversion?
161541
Should I use SVN or Git?
740053
Why should I use git instead of svn?
882399
Where to keep Python unit tests?
61151
Where do the Python unit tests go?
898694
List of All Countries in any Language?
1788950
Where can I get a list of all countries/cities to populate a listbox?
646241
C: Run a System Command and Get Output?
43116
How can I run an external program from C and parse its output?
652300
Using MD5 hash on a string in cocoa?
1524604
MD5 algorithm in Objective-C
517107
Why would a sql query have "where 1 = 1"
242822
Why would someone use WHERE 1=1 AND <conditions> in a SQL clause?
1056426
iPhone App Development on Ubuntu
276907
Starting iPhone app development in Linux?
1071636
Storing images on a database
3748
Storing Images in DB - Yea or Nay?
1123044
When should your destructor be virtual?
461203
When to use virtual destructors?
1207859
Benefits of MVC over MVP
2056
What are MVP and MVC and what is the difference?
1305734
Is it OK to add your own attributes to HTML elements?
209428
Non-Standard Attributes on HTML Tags. Good Thing? Bad Thing? Your Thoughts?
909459
how to install multiple versions of IE on the same system?
784313
Read line break in a string with JavaScript
784539
How do I replace all line breaks in a string with <br /> elements?
795160
Java is NEVER pass-by-reference, right?...right?
40480
Is Java "pass-by-reference" or "pass-by-value"?
919034
String.Format vs "string" + "string" or StringBuilder?
6785
Is String.Format as efficient as StringBuilder
1144088
Buffer Overflow (vs) Buffer OverRun (vs) Stack Overflow
1120575
What is the difference between a stack overflow and buffer overflow?
933739
What is the difference between Release and Debug modes in Visual Studio?
665012
Pointer type mismatch warning in example from K&R C
616906
Problem compiling K&R example
1122202
What's a unit test?
702834
What's the common practice for enums in Python?
36932
How can I represent an 'Enum' in Python?
869610
Resolving a parameter name at runtime
72121
Finding the variable name passed to a function
875587
Can I implement yield return for IEnumerable functions in VB.NET?
97381
Yield in VB.NET
812301
Rounded Corners
7089
Creating rounded corners using CSS
1292138
When to use extern "C" in C++?
67894
Why do we need extern "C"{ #include <foo.h> } in C++?
1318980
How to iterate over a TreeMap?
46898
How do I efficiently iterate over each entry in a Java Map?
1326183
Detecting if an Array is Indexed or Associative
173400
How to check if PHP array is associative or sequential?
852442
C# equivalent to C union
126781
C++ union in C#
860348
What is the difference between COM and .NET?
688456
What is the Difference between .NET components and COM Components
868368
What can I use to create a REST client in Java?
221442
How do you create a REST client for Java?
980202
How do I find the current executable filename?
616584
How do I get the name of the current executable in C#?
1012354
Will Dict Return Keys and Values in Same Order?
835092
Python dictionary: are keys() and values() always the same order?
903961
How to tell if Cocoa Touch device can make calls?
5094928
Detecting whether or not device support phone calls?
1158860
How to Concatenate String in Objective-C (iPhone)?
510269
Shortcuts in Objective-C to concatenate NSStrings
1187004
Make javascript file to min version
599911
What do you use to minimize and compress JavaScript libraries?
1198911
How to get local application data folder in Java?
11113974
What is the cross-platform way of obtaining the path to the local application data directory?
1208153
C# generics compared to C++ templates
31693
What are the differences between Generics in C# and Java... and Templates in C++?
885266
WPF vs. Windows Forms
388711
When is Windows Forms the correct choice vs WPF?
442667
WPF vs WinForms or Rich UI vs Stable Applications? What do you think about the future of the Windows Forms platform?
504014
WPF, Windows Forms, or something else?
600639
Why does C# compile much faster than C++?
318398
Why does C++ compilation take so long?
837872
Calculate distance in meters when you know longitude and latitude in java
120283
How can I measure distance and create a bounding box based on two latitude+longitude points in Java?
843288
C# When To Use "This" Keyword
23250
When do you use the "this" keyword?
1036454
What are the differences between utf8_general_ci and utf8_unicode_ci?
766809
What's the difference between utf8_general_ci and utf8_unicode_ci?
1074358
Why does Java have both checked and unchecked exceptions?
888235
Overriding a Base's Overloaded Function in C++
72010
C++ overload resolution
638361
Nullable Method Arguments in C#
271588
Passing null arguments to C# methods
598714
implicit vs explicit interface implementation
143405
C# Interfaces. Implicit implementation versus Explicit implementation
1471654
Reversing an MD5 Hash
1240852
Is it possible to decrypt MD5 hashes?
1374881
How to change PHP's eregi to preg_match
6270004
How can I convert ereg expressions to preg in PHP?
800463
C# Create a hash for a byte array or image
16340
How do I generate a hashcode from a byte array in C#?
1279217
Difference between | and || or & and && for comparison
684648
A clear, layman's explanation of the difference between | and || in c#?