question1_id
stringlengths 1
8
| question1
stringlengths 10
149
| question2_id
stringlengths 2
8
| question2
stringlengths 13
150
|
---|---|---|---|
27577478 | What does the semicolon do when it is run in a bash command? | 25669540 | What is the difference between double-ampersand (&&) and semicolon (;) in Linux Bash? |
10661159 | How do I get the classes of all columns in a data frame? | 21125222 | Determine the data types of a data frame's columns |
33097957 | Counting words and characters in Bash without wc | 10510691 | How to check whether a file or directory exists? |
12518876 | How to check if a file exists in Go? | 12582720 | How to check in python that a file in a folder has changed? |
20296777 | Trying to check if username already exists in MySQL database using PHP | 22252904 | How to check if a row exists in MySQL? (i.e. check if an email exists in MySQL) |
30980062 | "${0%/*}" and "${0##*/}" in sh | 2059794 | What is the meaning of the ${0##...} syntax with variable, braces and hash character in bash? |
9346755 | Update multiple rows in 1 column in MySQL | 25674737 | MySQL - UPDATE multiple rows with different values in one query |
42453262 | How to prompt user for input in shell script? | 18544359 | How to read user input into a variable in Bash? |
25221078 | nested associative arrays in bash | 6149679 | Multidimensional associative arrays in Bash |
8133417 | Android get free size of internal/external memory | 56663624 | How to get free and total size of each StorageVolume? |
7115016 | How to find the amount of free storage (disk space) left on Android? | 14526584 | What does the ^ (XOR) operator do? |
2451386 | What does the caret operator (^) in Python do? | 7558022 | PHP reindex array? |
11224821 | How to reindex an array? | 33128024 | Singleton with argument in Kotlin |
40398072 | Singleton with parameter in Kotlin | 21639275 | Python "SyntaxError: Non-ASCII character '\xe2' in file" |
29634425 | Merging two columns into one in R | 19253820 | How to implement coalesce efficiently in R |
42554744 | Javascript remove all '|' in a string | 6967073 | javascript delete all occurrences of a char in a string |
12046729 | In MySQL, how to return the week of the month? | 785206 | Function for week of the month in mysql |
60036554 | Performance: regular vs arrow functions | 44030645 | Are arrow functions faster (more performant, lighter) than ordinary standalone function declaration in v8? |
51132115 | Plot with ggplot a graph with two y scales | 3099219 | ggplot with 2 y axes on each side and different scales |
191010 | How to get a complete list of object's methods and attributes? | 2675028 | List attributes of an object |
1251692 | How to enumerate an object's properties in Python? | 12340934 | Pass data from BroadcastReceiver class to a Android Activity |
6661801 | How can I send result data from Broadcast Receiver to Activity | 3078454 | Can a PHP function accept an unlimited number of parameters? |
1577383 | PHP function with unlimited number of parameters | 2117943 | PHP: Define function with variable parameter count? |
5009382 | Unlimited arguments for PHP function? | 12165002 | How to work with infinity arguments in a function (like PHP's isset()) |
21634088 | Execute "ffmpeg" command in a loop | 41144654 | Git error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large |
7489813 | Github Push Error: RPC failed; result=22, HTTP code = 413 | 13795789 | Check if string contains word in array |
2124527 | String contains any items in an array (case insensitive) | 19445798 | Check if string contains a value in array |
1748923 | How to detect whether two files are identical in Python | 13388164 | Get the computer name |
975308 | C# HTTP Request Parser | 318506 | Converting Raw HTTP Request into HTTPWebRequest Object |
20382369 | Create JSON object using PHP | 3281354 | How to create a JSON object |
66067417 | System.OverflowException in unchecked block of C# | 26594645 | Why dividing int.MinValue by -1 threw OverflowException in unchecked context? |
27206178 | CodeIgniter insert_batch() | 17875706 | How to create Codeigniter batch insert array |
1307618 | Multiple mysql INSERT statements in one query php | 12502032 | Insert multiple rows with one query MySQL |
10697487 | What does the L at the end of a number do? | 2958007 | What does the "L" mean at the end of an integer literal? |
24778725 | How to change default encoding in NetBeans 8.0 | 4133195 | How to change file encoding in NetBeans? |
10795948 | The calling thread cannot access this object because a different thread owns it.WPF | 66113393 | Why is async required to call await inside a JavaScript function body? |
38320610 | Why do I have to put async keyword to functions which have await keywords? | 44184006 | JS async/await - why does await need async? |
53475814 | Nodejs why is await only restricted to async functions? | 39062972 | Execute stored procedure using entity framework |
20901419 | How to call Stored Procedure in Entity Framework 6 (Code-First)? | 26954569 | Execute javascript after page load is complete |
247455 | Stopping a Thread in Java? | 94011 | How to abort a thread in a fast and clean way in java? |
37592507 | A namespace cannot directly contain members? | 21175781 | "A namespace cannot directly contain members such as fields or methods" |
13376566 | Error: A namespace cannot directly contain members such as fields or methods | 441547 | Most efficient way to process arguments from the command-line in C++ |
865668 | Parsing Command Line Arguments in C++? | 3826897 | What's an effective way to parse command line parameters in C++? |
17283431 | Data was not saved: object references an unsaved transient instance - save the transient instance before flushing | 2302802 | How to fix the Hibernate "object references an unsaved transient instance - save the transient instance before flushing" error |
10278096 | object references an unsaved transient instance : save the transient instance before flushing | 30277087 | cumsum by group |
16850207 | Calculate cumulative sum (cumsum) by group | 11181853 | The opposite of instanceof |
9068150 | Best way to "negate" an instanceof | 32998146 | bash printf two arrays in two columns |
16510592 | How to print two arrays side by side with bash script? | 17403498 | Iterate over two arrays simultaneously in bash |
8447384 | How to order child collections of entities in EF | 54859088 | OrderBy in Include child using EF Core |
19951369 | How to store command results in a shell variable? | 41586293 | How can I get a JS stack trace without halting the script? |
43236925 | Print current stack trace in JavaScript | 20410119 | Cross Domain Web Worker? |
21913673 | Execute web worker from different origin | 18593661 | How do I strftime a date object in a different locale? |
985505 | Locale date formatting in Python | 40967101 | Why ggplot2 legend not show in the graph |
57723304 | Efficient algorithm to find all peaks in a 2d array | 23120300 | 2D peak finding algorithm in O(n) worst case time? |
15418302 | ggplot2: how to show the legend | 31317198 | Paramiko, exec_command get the output stream continuously |
31834743 | Get output from a Paramiko SSH exec_command continuously | 5486601 | linux debian crontab job not executed |
12524908 | How to escape "&" in XML? | 1328538 | How do I escape ampersands in XML so they are rendered as entities in HTML? |
66169296 | Apple Push Notification service must incorporate the new root certificate (AAACertificateServices) - APNS certificate update | 66153798 | Apple Push Notification service server certificate update |
29956087 | stdin into zip command, how do I specify a file name? | 2019603 | How do you specify filenames within a zip when creating it on the command line from a pipe? |
66228430 | Ambiguous overloads, implicit conversion and explicit constructors | 34622076 | Calling an explicit constructor with a braced-init list: ambiguous or not? |
38208529 | De-aggregate / reverse-summarise / expand a dataset in R | 2510649 | how to make my java app get global time from some online clock |
32318108 | Select multiple rows from MySQL | 12272017 | Returning Multiple Rows with MySqli and Arrays |
37339465 | RecyclerView does not update after deleting an item from sqlite? | 45413292 | RecyclerView does not update after removing an item |
50542264 | Replace value by column name for many columns using R and dplyr | 50138295 | Replace column values with column name using dplyr's transmute_all |
44668311 | I got message for error_log file "The stream or file ".../laravel.log" could not be opened: failed to open stream: Permission denied" | 44389464 | Align the form to the center in Bootstrap 4 |
7265186 | How do I specify the Linq OrderBy argument dynamically? | 46075870 | App crashing with 'boolean android.content.Intent.migrateExtraStreamToClipData()' on a null object reference' even when try/catch block is there |
38041230 | Intent.migrateExtraStreamToClipData() on a null object reference | 39435531 | Pop up blocker API- how to check if user has it enabled |
2914 | How can I detect if a browser is blocking a popup? | 7107026 | Converting an Int to a BCD byte array |
2448303 | Converting a int to a BCD byte array | 19556765 | How to calculate the algorithmic complexity of Python functions? |
10287123 | Python Time Complexity (run-time) | 11631839 | what is java:comp/env? |
4099095 | What does java:comp/env/ do? | 4566314 | PHP: What is the complexity [i.e O(1),O(n)] of the function 'count'? |
5835241 | Is PHP's count() function O(1) or O(n) for arrays? | 7665955 | package javax.servlet.http does not exist |
9193228 | Compile error: package javax.servlet does not exist | 7766418 | mysql_num_rows() expects parameter 1 to be resource, boolean given in |
37603621 | Jenkins sudo: no tty present and no askpass program specified with NOPASSWD | 21659637 | How to fix 'sudo: no tty present and no askpass program specified' error? |
51868069 | Button gradient borders with transparent background | 51496204 | Border Gradient with Border Radius |
39939121 | Android Webview Add header to HTTP request | 7610790 | Add custom headers to WebView resource requests - android |
44423096 | localhost and "stream_socket_enable_crypto(): SSL operation failed with code 1" | 30556773 | how to fix stream_socket_enable_crypto(): SSL operation failed with code 1 |
42960290 | 3 * 1000000000 overflows as an int, but the variable is long long. Why? | 15960955 | long long is 8 bytes, but I get integer overflow? |
66386585 | Is it legal to have multiple const qualifiers? | 20551632 | Why is this const const const declaration valid |
66387109 | JavaScript async callbacks - Promise and setTimeout | 38752620 | Promise vs setTimeout |
2778410 | Array in Bash Not Found | 17582007 | Where is the mysqli prepared statement query error? |