question1_id
stringlengths 1
8
| question1
stringlengths 10
149
| question2_id
stringlengths 2
8
| question2
stringlengths 13
150
|
---|---|---|---|
1325686 | What is a computer programming language? | 1447805 | can't install PHPUnit through pear |
2006626 | Installing PHPUnit via PEAR | 1342761 | How to skip ActiveRecord callbacks? |
632742 | How can I avoid running ActiveRecord callbacks? | 1348594 | Is there a C# generic constraint for "real number" types? |
32664 | Is there a constraint that restricts my generic method to numeric types? | 1391447 | What does the postfix "_t" stand for in C? |
231760 | What does a type followed by _t (underscore-t) represent? | 965580 | C# generics syntax for multiple type parameter constraints |
588643 | Generic method with multiple constraints | 982978 | MVVM for winforms |
595469 | UI Design Pattern for Windows Forms (like MVVM for WPF) | 1122928 | Generate a unique temporary file name with a given extension using .NET |
581570 | How can I create a temp file with a specific extension with .NET? | 1402776 | How do I commit all deleted files in Git? |
492558 | Removing multiple files from a Git repo that have already been deleted from disk | 2060578 | Is it possible to write a varargs function that sends it argument list to another varargs function? |
1719784 | C Programming: Forward variable argument list | 1028170 | What is the difference between String.Empty and “” and null? |
151472 | What is the difference between String.Empty and "" (empty string)? | 1028527 | Best font for coding |
4689 | Recommended Fonts for Programming? | 1445463 | How to best represent addresses in a database |
24481 | What is the "best" way to store international addresses in a database? | 126207 | Best practices for consistent and comprehensive address storage in a database |
929684 | Is there common street addresses database design for all addresses of the world? | 1796506 | Search all tables, all columns for a specific value SQL Server |
436351 | Find a value anywhere in a database | 1529927 | Rails ERB <%- ... -%> vs. <% ... %> |
1158909 | Average of two angles with wrap around | 491738 | How do you calculate the average of a set of circular data? |
1192691 | problem saveOrUpdate object Hibernate (a different object with the same identifier session) | 3553200 | Hibernate: different object with the same identifier value was already associated with the session |
1041481 | Visual Studio - Resource (CSS/JS/Images) sharing between web projects | 6107464 | Handling common JavaScript files in Visual Studio 2010 |
1170660 | Committing specific parts of a file in Git | 1085162 | Commit only part of a file in Git |
1439059 | Best IDE / TextEditor for R | 1097367 | What IDEs are available for R in Linux? |
1066674 | How do I copy a folder and all subfolders and files in .NET? | 58744 | Copy the entire contents of a directory in C# |
1071797 | Is sa1200 All using directives must be placed inside the namespace (StyleCop) purely cosmetic? | 125319 | Should 'using' directives be inside or outside the namespace? |
2096975 | Ruby : `&:symbol` syntax | 1961030 | Ruby ampersand colon shortcut |
1646851 | jquery right click event? | 1206203 | How to distinguish between left and right mouse click with jQuery |
1680111 | Int32 vs. Int64 vs. Int in C# | 164643 | Is an int a 64-bit integer in 64-bit C#? |
2106204 | Migrating from Mercurial to Subversion | 1898994 | Converting from Mercurial to Subversion |
1269633 | Watch for object properties changes in JavaScript | 1029241 | Object.watch() for all browsers? |
1827704 | HttpWebRequest Vs webclient class who is better | 1694388 | WebClient vs. HttpWebRequest/HttpWebResponse |
1842544 | How do I detect if Python is running as a 64-bit application? | 1405913 | How do I determine if my python shell is executing in 32bit or 64bit? |
1454652 | Embed browser in Java based desktop application | 1512990 | What is the difference between int x=1 and int x(1) in C++? |
1051379 | Is there a difference between copy initialization and direct initialization? | 1946063 | In JavaScript is != same as !== |
1889260 | What is the difference between != and !== operators in JavaScript? | 1623685 | How to extract a GET parameter from the URL in Javascript? |
827368 | Using the GET parameter of a URL in JavaScript | 1164810 | Using Python from within Java |
1119696 | Java Python Integration | 1205329 | C# var keyword usage |
41479 | Use of var keyword in C# | 209199 | What's the point of the var keyword? |
1301049 | Table - fixed header, scrollable body, most robust/simple solution? | 673153 | HTML table with fixed headers? |
1303934 | Convert String to Integer | 1019793 | How can I convert String to Int? |
1493407 | how to split a string in javascript | 96428 | How do I split a string, breaking at a particular character? |
2180597 | Is there a way to include an email address "display name" in the smtp element of a Web.config file? | 1394354 | Storing Smtp from email friendly display name in Web.Config |
1372147 | Check whether a request is GET or POST | 359047 | Detecting request type in PHP (GET, POST, PUT or DELETE) |
1377529 | Cross-thread operation not valid while listening to a COM port | 1523878 | Getting Cross-thread operation not valid |
5037470 | Cross-thread operation not valid | 1295358 | Best practices: When should I use a delegate in .NET? |
31497 | Where do I use delegates? | 2181520 | How to update 'title in jQuery UI Dialog? |
2171763 | jQuery ui dialog change title after load-callback | 2226298 | Using Google Closure compiler |
1691861 | jQuery compiled with Google Closure Compiler | 2228906 | How to access a static variable from another file in C? |
1973162 | Access a global static variable from another file in C | 1276909 | PHP syntax question: What does the question mark and colon mean? |
889373 | What does ? ... : ... do? | 1283504 | How can I create a zero-padded string representation of a number in an arbitrary base? |
1267283 | How can I pad a value with leading zeros? | 1304278 | How to sort an array containing class objects by a property value of a class instance? |
1301822 | How to sort a list of objects by a specific field in C#? | 1725517 | How to check if a list is empty in Python? |
53513 | How do I check if a list is empty? | 2257472 | How can I write code without "needing" comments for readability? |
784250 | Is it possible to write good and understandable code without any comments? | 2258676 | What is Serial Version ID in Java? |
285793 | What is a serialVersionUID and why should I use it? | 615181 | what is a serial version id? |
2229557 | What are pros and cons of letting Google host jQuery for me? | 936399 | Should I link to Google API's cloud for JS libraries? |
2235526 | How to split a list into a given number of sub-lists in python | 312443 | How do you split a list into evenly sized chunks? |
2130016 | Splitting a list into N parts of approximately equal length | 2239151 | How to run Console Application in Background (no UI)? |
934901 | .Net Console Application that Doesn't Bring up a Console | 1555640 | Which is latest C++ Standard Release , From where i can download it |
1973373 | Why does it do this ? if - __name__ == '__main__' | 419163 | What does if __name__ == "__main__": do? |
2292597 | Extension Method for Generic Class | 68750 | How do you write a C# Extension Method for a Generically Typed Class |
1825952 | How to create a generic extension method? | 1263732 | How to pass a JSON date value via ASP.NET MVC using JSON.NET? |
206384 | How do I format a Microsoft JSON date? | 1777709 | Number of Zeros in the binary representation of an Integer |
109023 | How to count the number of set bits in a 32-bit integer? | 2095407 | Configure Qt Creator to work with CDB |
5318691 | How to get Qt Creator to work with CDB? | 1412132 | Can I reference another property in a properties file (use ${property}) |
872272 | How to reference another property in java.util.Properties? | 2140716 | How to profile and get Javascript performance |
855126 | What is the best way to profile javascript execution? | 1791465 | List of openid urls |
1116743 | Where can I find a list of OpenID Provider URLs? | 2380054 | How can this SQL query code be broken/exploited by user input? |
139199 | Can I protect against SQL injection by escaping single-quote and surrounding user input with single-quotes? | 2323189 | How is a reference different from a pointer in implementation? |
57483 | What are the differences between a pointer variable and a reference variable in C++? | 2336508 | Javascript: Get access to local variable or variable in closure by its name |
598878 | How can I access local scope dynamically in javascript? | 2203554 | What are the advantages of F# over C# for enterprise application development? |
952318 | What are the benefits of using C# vs F# or F# vs C#? | 2024342 | link with href="#" scrolls page to top when used with jquery slidetoggle |
1601933 | How do I stop a web page from scrolling to the top when a link is clicked that triggers JavaScript? | 2376369 | Ruby: what is the difference between the comparatives: "||" and "or" |
2083112 | Difference between "or" and || in Ruby? | 1884433 | Java enum inheritance |
55375 | Extending an enum via inheritance | 1898473 | Animate UITableViewCell height on selection |
460014 | Can you animate a height change on a UITableViewCell when selected? | 1311405 | iPhone update application version (in Settings) |
877128 | How can I display the application version revision in my application's settings bundle? | 1299071 | Serializing .NET dictionary |
495647 | Serialize Class containing Dictionary member | 1429571 | How to stop NStimer event? |
1031554 | NSTimer doesn't stop | 1538558 | C# Get the default icon of an exe file |
462270 | Get File Icon used by Shell | 1356015 | How to get the year number with PHP? |
64003 | How do I use PHP to get the current year? | 1669016 | How do you get a C# property name as a string with reflection? |
716399 | How do you get a variable's name as it was physically typed in its declaration? | 1876197 | Why have empty get set properties instead of using a public member variable? |
1180860 | Public Fields versus Automatic Properties | 1618398 | Given a set of points, how do I find the two points that are farthest from each other? |
321989 | Greatest linear dimension 2d set of points | 2205092 | Android - How to set the wallpaper image? |
1964193 | Android - how to set the wallpaper image | 1386531 | CSS - Increase Page Font Size |
891980 | Allow users to change font size in a webpage | 1968106 | Generate download file link in PHP |
985083 | Open Download Dialog with PHP | 2359484 | Why do many sites minify CSS and JavaScript but not HTML? |
1306792 | Why people minify assets and not the HTML? | 1641815 | CLR question. Why method overloading in C# decides that null is a string? |
719546 | C#: Passing null to overloaded method - which method is called? | 1859134 | programmatically change the windows color border of windows 7 |
1487919 | How does Windows change Aero Glass color? | 2454549 | how to get count of '#' in a string? |
541954 | How would you count occurrences of a string (actually a char) within a string? | 2475505 | Why is Javascript called Javascript, if it has nothing to do with Java? |
2018731 | Why is JavaScript called JavaScript, since it has nothing to do with Java? | 2558216 | Output a NULL cell value in Excel |
1119614 | Return empty cell from formula in Excel | 2102354 | Why python multiprocessing module cause CPU completely run out? |
1923706 | Multiprocessing launching too many instances of Python VM | 1568988 | What is the difference between RMI and Corba? |
1898944 | RMI and CORBA Differences? | 1986756 | Setting Ringtone in Android |
1271777 | How to set ringtone in Android from my activity? | 1393819 | What is the difference between <% %> and <%= %> in ASP.NET MVC |
197047 | What is the difference between <% %> and <%=%>? | 942166 | What is the difference between <%# and <%= in ASP.NET MVC? |
1876664 | Find/replace across workspace in eclipse | 3376440 | Eclipse Replace text in all Classes? |
2305183 | The concept of file's owner,first responder, and application delegate in iPhone | 761814 | iPhone Interface Builder and Delegates |
2155123 | Can you modify the web.config and NOT restart the ASP.NET application? | 613824 | How to prevent an ASP.NET application restarting when the web.config is modified? |
1453666 | Why is this snippet compilable in C? | 1460684 | How to get file name of .EXE |
52797 | How do I get the path of the assembly the code is in? | 1493888 | Python Auto Importing |
1024455 | Autoload in Python | 2442230 | php getting unique values of a multidimensional array |