question1_id
stringlengths
1
8
question1
stringlengths
10
149
question2_id
stringlengths
2
8
question2
stringlengths
13
150
1116114
UIButton title and image alignment query
6415666
How to properly define constants
538996
Constants in Objective-C
7042182
How to make a deep copy of Java ArrayList
7408566
Java Double value = 0.01 changes to 0.009999999999999787
3730019
Why not use Double or Float to represent currency?
7420968
Displaying Vim variables
2078271
Get current value of a setting in Vim
7428039
Java constructor/method with optional parameters?
965690
Java optional parameters
4992109
Generate SHA256 String in Objective C
3709204
Sha256 in Objective-C for iPhone
7345122
Is there a limit to how long a SQL query can be in SQL Server?
1869753
Maximum size for a SQL Server Query? IN clause? Is there a Better Approach
7715953
Do we need type="text/css" for <link> in HTML5
5409114
Is type="text/css" necessary in a <link> tag?
6427977
Intel TBB will work on AMD processors?
1623975
AMD multi-core programming
5001240
Template typedef of a template
2795023
C++ template typedef
7318819
How to make div stack first vertically then horizontally?
7268447
How to stack divs from top to bottom in CSS
7326925
Difference betweet style.visibility and style.display
133051
What is the difference between visibility:hidden and display:none?
5006020
Decode XML returned by a webservice (< and > are replaced with &lt; and &gt)?
6757019
How to decode string to XML string in C#
7310080
Assign custom navigation bar to UINavigationController
704558
Custom UINavigationBar Background
7311435
How do I embed WebKit in a window?
1924255
How to embed WebKit into my C/C++/Win32 application?
7137395
What is the purpose of marker interface?
1023068
What is the purpose of a marker interface?
6334966
Adding Framework in Xcode 4
7685838
How to obtain the next Power Of Two of a given number?
1322510
Given an integer, how do I find the next largest power of two using bit-twiddling?
7350363
Select a random string from an array
7358090
Is there any Developer tool like FireBug for IE?
8351
Is there something like "Firebug for IE" (for debugging JavaScript)?
6480612
Showing an underscore (_) inside a label in C#
40733
Disable WPF label accelerator key (text underscore is missing)
7452720
What does the double exclamation !! operator mean?
2168406
What does !! (double exclamation point) mean?
7455664
How to generate a unique url for images (imgur.com like) in php?
1846202
PHP: How to generate a random, unique, alphanumeric string for use in a secret link?
7724380
Why is calling a protected or private CSharp method / variable possible?
6983553
Why are private fields private to the type, not the instance?
6509551
How to render with isometric perspective?
1059200
true isometric projection with opengl
6979120
How to convert java.lang.string To java.util.date in java
999172
How to parse a date?
7869223
Javascript: How do I change the URL in the address bar without refreshing the page?
136458
Change the URL in the browser without loading the new page using JavaScript
6543702
Recursive containers in C++?
6517231
Are C++ recursive type definitions possible, in particular can I put a vector<T> within the definition of T?
5063194
android portrait or landscape
2795833
Check orientation on Android phone
7524503
PHP: Difference between -> and ::
3173501
What's the difference between :: (double colon) and -> (arrow) in PHP?
7416969
VS 2010 does not open CSS files
6731470
CSS file not opening in Visual Studio 2010 SP1?
7428358
Why const keyword is not used in Java?
2735736
Why is there no Constant feature in Java?
6567916
How to create a memory leak in C# / .NET
620733
Memory Leak in C#
6436620
Is it possible to have a memory leak in managed code? (specifically C# 3.0)
6372037
Binary Search Problems?
504335
What are the pitfalls in implementing binary search?
6382180
How do I check this boolean hashmap is empty in javascript?
6537023
How can I perform arithmetic operation with dates in Java?
4927856
How to calculate time difference in java?
6543811
Intent.putExtra List
6541088
How to put a List in intent
7482026
Can i use the latest features of C++11 in XCode 4 or OSX Lion?
4574246
Can I use C++11 with Xcode?
5067724
How to limit a generic type parameter to System.Enum
7244
Anyone know a good workaround for the lack of an enum generic constraint?
79126
Create Generic method constraining T to an Enum
5068610
How to handle Loading Images in Android
7784067
Compare date without time
1439779
How to compare two Dates without the time portion?
7102327
UITableView image on the left hand side
4999017
adding images to UItableView
7432438
How to get the function name as string in Python?
251464
How to get a function name as a string?
7901644
How do I sort lines of code alphabetically in Visual Studio?
3350793
Sort selected text from Visual Studio context menu
6583546
How to make an exception to certain StyleCop rules?
3287656
How to suppress a StyleCop warning?
7446006
Android Fragment view state within a tab host
6987334
Separate Back Stack for each tab in Android using Fragments
7399640
jQuery - select option in select box
1573930
jQuery / Programmatically Select an Option in Select Box
6426835
What happens if exception gets thrown "through" c code?
2101390
Will C++ exceptions safely propagate through C code?
6809609
Objective-C: Numbers only text field?
2719680
Iphone UITextField only integer
7113310
Warning: mysql_fetch_row() expects parameter 1 to be resource
5082228
what is the difference between linq to sql class and entity framework
8676
Entity Framework vs LINQ to SQL
5091445
What are possible differences between window.location.reload() and window.location = document.URL?
2405117
Difference between window.location.href=window.location.href and window.location.reload()
7534606
Save multiple graphs one after another in one pdf file
1395410
How to print R graphics to multiple pages of a PDF and multiple PDFs?
7540085
Disable text input history
2530
How do you disable browser Autocomplete on web form field / input tag?
7542793
How to use switch-case on a Type?
298976
Is there a better alternative than this to 'switch on type'?
7242585
what is called before onCreate in android
7919227
ARC error : -fobjc-arc is not supported with fragile abi
6965990
Objective-C ARC Error: -fobjc-arc is not supported with fragile abi
7421018
Getting INSTALL_FAILED_CONFLICTING_PROVIDER when using a library. Can ContentProvider be registered dynamically?
6273592
Content Provider INSTALL_FAILED_CONFLICTING_PROVIDER (installing content provider as a separate apk)
7430744
Reload all open files in emacs after git branch change
665600
How can I get Emacs to revert all unchanged buffers when switching branches in git?
7837190
C/C++ global vs static global
2271902
Static vs global
6610709
Undefined symbols for architecture i386
4839981
symbol(s) not found for architecture i386
7940283
Convert char to NSString
6325993
Convert from char* to NSString?
5099855
Safely storing passwords when access to the plaintext is still needed
5089841
Two-way encryption: I need to store passwords that can be retrieved
7268721
Why does the key parameter in Map.get() is not generic?
6844471
Virtual functions in C
5116288
How to select an element with 2 classes
3772290
CSS Selector that applies to elements with two classes
7574388
How does one change the color for text highlighting in Xcode 4 for warnings and errors?
7375303
Fix for Xcode's indiscernible highlighting of inline errors?
6647177
Set equal width of columns in table layout in Android
2865497
XML Table layout? Two EQUAL-width rows filled with equally width buttons?
5175234
Default Garbage collector for a jvm
5024959
find which type of garbage collector is running
7475536
Parsing a CSV with comma in data
6869641
Meaning of the ? operator in C# for Properties
3183818
? (nullable) operator in C#
7997440
How to create a sidebar similar to the facebook app for iOS?
7989020
What's the best way to develop a sideswipe menu like the one in Facebook's new iOS app?
7560114
Random number c++ in some range
288739
Generate random numbers uniformly over an entire range
6485127
How to delete/unset the properties of a javascript object?
208105
How do I remove a property from a JavaScript object?
1596782
How to unset a JavaScript variable?
6676107
Unable to locate tools.jar
5730815
Unable to locate tools.jar
8004578
PHP short open tag vs long open tag
200640
Are PHP short tags acceptable to use?
8007467
Are the platforms covered by the C standard still in use?
8007825
List of platforms supported by the C standard
5225813
what is the difference between Convert.ToInt16 or 32 or 64 and Int.Parse?
199470
What's the main difference between int.Parse() and Convert.ToInt32
7495785
Java how to instantiate a class from string
1268817
Create new object from a string in Java
7068968
Getting a Custom Objects properties by string var
4255472
JavaScript object: access variable property by name as string
6694455
What is xml normalization?
2457955
What does Java Node normalize method do?
6545560
Is there an existing Google+ API?
7582833
How to enable the (two finger) zoom in/out feature for an image in android
4227451
android imageView: setting drag and pinch zoom parameters
8028192
What does "**" mean in python?
36901
What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
6719089
JavaScript anonymous function immediate invocation/execution (expression vs. declaration)
1634268
Explain the encapsulated anonymous function syntax
7650915
Capturing Ctrl + Shift + P key stroke in a C# Windows Forms application
3062587
Capture combination key event in a Windows Forms application
7366298
Good and clean way to wait until the file closes
50744
Wait until file is unlocked in .NET
7390155
SQL 2008 - varchar(max) vs text data types
564755
SQL Server Text type vs. varchar data type
834788
Using varchar(MAX) vs TEXT on SQL Server
5345784
Visual Studio 2008 keeps rebuilding
2991972
Visual Studio keeps building everything
5579817
is there any code, that will never execute finally clause?
3484353
Is there such case when in try\finally block the finally won't be executed?
6056754
What is the difference between int and NSInteger?
5870867
Why is there an NSInteger?
5679775
Preferred way to name instance variable in Objective C
6082440
How to parse Google Maps direction api's "overview_polyline"
2964982
android get and parse Google Directions
6091064
Matlab: Is there a way to get the path of the current script?
2720140
Find location of current m-file in MATLAB
5733162
Converting Proc and Method to String
4811501
How to extract the code from a Proc object?
6245173
Make your app run as Android lock screen
2140964
Source of Android's lock screen
6260178
Reverse Engineer Android APK to get code?
3593420
Is there a way to get the source code from an APK file?
5878619
‘for’ loop initial declaration used outside C99 mode
24881
How do I fix "for loop initial declaration used outside C99 mode" GCC error?
6850628
How to make a checkbox checked with jQuery?
426258
Setting "checked" for a checkbox with jQuery
7606506
Whats the point of Tuple(Of T)
3121025
What's the purpose of the Tuple(T1)/Singleton in .net?
7556060
Using Split in Java and substring the result
3481828
How to split a string in Java
5885471
jQuery creating elements - another .attr() vs .prop() question
5874652
.prop() vs .attr()
5886936
How do I make the first letter of a string uppercase?
5889508
Using "word-wrap: break-word" within a table
1258416
Word-wrap in an HTML table