File size: 22,528 Bytes
11ab093 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 | {"prompt": "What's the most efficient way to flatten a deeply nested list in C++, and why?", "domain": "coding"}
{"prompt": "Review this Java snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "How would you reverse a string in TypeScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a Go function that find the longest common subsequence of two strings.", "domain": "coding"}
{"prompt": "Refactor a C++ program that merge two sorted lists to be more readable.", "domain": "coding"}
{"prompt": "What's the most efficient way to debounce a function in Java, and why?", "domain": "coding"}
{"prompt": "Refactor a C++ program that check whether a number is prime to be more readable.", "domain": "coding"}
{"prompt": "What's the most efficient way to check whether a number is prime in Python, and why?", "domain": "coding"}
{"prompt": "How would you debounce a function in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "What's the most efficient way to merge two sorted lists in Go, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to debounce a function in JavaScript, and why?", "domain": "coding"}
{"prompt": "Refactor a JavaScript program that merge two sorted lists to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to parse an ISO-8601 date using JavaScript.", "domain": "coding"}
{"prompt": "Explain to a beginner how to debounce a function using Rust.", "domain": "coding"}
{"prompt": "Explain to a beginner how to reverse a string using Java.", "domain": "coding"}
{"prompt": "Explain to a beginner how to parse an ISO-8601 date using Java.", "domain": "coding"}
{"prompt": "Write a Java function that reverse a string.", "domain": "coding"}
{"prompt": "Write a C++ function that check whether a number is prime.", "domain": "coding"}
{"prompt": "Write a Go function that check whether a number is prime.", "domain": "coding"}
{"prompt": "What's the most efficient way to reverse a string in Java, and why?", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to debounce a function and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to merge two sorted lists in Rust, and why?", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that merge two sorted lists to be more readable.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "Write a TypeScript function that merge two sorted lists.", "domain": "coding"}
{"prompt": "Write a Python function that flatten a deeply nested list.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to find the longest common subsequence of two strings and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that find the longest common subsequence of two strings to be more readable.", "domain": "coding"}
{"prompt": "Refactor a Python program that debounce a function to be more readable.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in TypeScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a Ruby function that reverse a string.", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in Rust, and why?", "domain": "coding"}
{"prompt": "Explain to a beginner how to check whether a number is prime using C++.", "domain": "coding"}
{"prompt": "How would you check whether a number is prime in TypeScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Refactor a JavaScript program that check whether a number is prime to be more readable.", "domain": "coding"}
{"prompt": "Write a TypeScript function that flatten a deeply nested list.", "domain": "coding"}
{"prompt": "Review this Java snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "How would you reverse a string in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that flatten a deeply nested list to be more readable.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to find the longest common subsequence of two strings and point out the bugs.", "domain": "coding"}
{"prompt": "Write a JavaScript function that parse an ISO-8601 date.", "domain": "coding"}
{"prompt": "Refactor a Go program that check whether a number is prime to be more readable.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in TypeScript, and why?", "domain": "coding"}
{"prompt": "Refactor a Ruby program that parse an ISO-8601 date to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to check whether a number is prime using Ruby.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in C++, and why?", "domain": "coding"}
{"prompt": "Refactor a Ruby program that reverse a string to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to check whether a number is prime using Go.", "domain": "coding"}
{"prompt": "Explain to a beginner how to flatten a deeply nested list using Java.", "domain": "coding"}
{"prompt": "How would you parse an ISO-8601 date in Java? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a C++ function that reverse a string.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in Java? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to find the longest common subsequence of two strings using Java.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in JavaScript, and why?", "domain": "coding"}
{"prompt": "Write a Python function that check whether a number is prime.", "domain": "coding"}
{"prompt": "Explain to a beginner how to flatten a deeply nested list using Ruby.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in Rust, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in Ruby, and why?", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in Python? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Python program that reverse a string to be more readable.", "domain": "coding"}
{"prompt": "Write a Ruby function that debounce a function.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "Write a Python function that find the longest common subsequence of two strings.", "domain": "coding"}
{"prompt": "What's the most efficient way to flatten a deeply nested list in Go, and why?", "domain": "coding"}
{"prompt": "Refactor a Python program that flatten a deeply nested list to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to find the longest common subsequence of two strings using JavaScript.", "domain": "coding"}
{"prompt": "What's the most efficient way to merge two sorted lists in TypeScript, and why?", "domain": "coding"}
{"prompt": "Review this Java snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in C++, and why?", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "How would you find the longest common subsequence of two strings in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Ruby snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Go program that find the longest common subsequence of two strings to be more readable.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to flatten a deeply nested list in Rust, and why?", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to find the longest common subsequence of two strings and point out the bugs.", "domain": "coding"}
{"prompt": "Explain to a beginner how to flatten a deeply nested list using C++.", "domain": "coding"}
{"prompt": "What's the most efficient way to debounce a function in Rust, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to check whether a number is prime in Rust, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in Java, and why?", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to check whether a number is prime in Go, and why?", "domain": "coding"}
{"prompt": "Refactor a Rust program that flatten a deeply nested list to be more readable.", "domain": "coding"}
{"prompt": "How would you parse an ISO-8601 date in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Ruby snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in Ruby? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a JavaScript function that merge two sorted lists.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in JavaScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to check whether a number is prime using Java.", "domain": "coding"}
{"prompt": "Write a TypeScript function that check whether a number is prime.", "domain": "coding"}
{"prompt": "How would you parse an ISO-8601 date in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to merge two sorted lists using Go.", "domain": "coding"}
{"prompt": "What's the most efficient way to merge two sorted lists in Python, and why?", "domain": "coding"}
{"prompt": "Refactor a Ruby program that find the longest common subsequence of two strings to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to debounce a function using TypeScript.", "domain": "coding"}
{"prompt": "How would you check whether a number is prime in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a C++ program that reverse a string to be more readable.", "domain": "coding"}
{"prompt": "Refactor a Rust program that parse an ISO-8601 date to be more readable.", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to debounce a function using Go.", "domain": "coding"}
{"prompt": "Explain to a beginner how to find the longest common subsequence of two strings using C++.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "Explain to a beginner how to flatten a deeply nested list using Go.", "domain": "coding"}
{"prompt": "How would you reverse a string in Ruby? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Ruby snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a TypeScript function that find the longest common subsequence of two strings.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "How would you reverse a string in JavaScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Java snippet that is meant to find the longest common subsequence of two strings and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to reverse a string in JavaScript, and why?", "domain": "coding"}
{"prompt": "Refactor a Ruby program that check whether a number is prime to be more readable.", "domain": "coding"}
{"prompt": "Refactor a Go program that parse an ISO-8601 date to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to debounce a function using Python.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "Write a JavaScript function that check whether a number is prime.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in Java, and why?", "domain": "coding"}
{"prompt": "Explain to a beginner how to merge two sorted lists using JavaScript.", "domain": "coding"}
{"prompt": "Explain to a beginner how to flatten a deeply nested list using Python.", "domain": "coding"}
{"prompt": "Refactor a Ruby program that merge two sorted lists to be more readable.", "domain": "coding"}
{"prompt": "Write a Java function that debounce a function.", "domain": "coding"}
{"prompt": "Write a Rust function that flatten a deeply nested list.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "Write a JavaScript function that flatten a deeply nested list.", "domain": "coding"}
{"prompt": "Explain to a beginner how to find the longest common subsequence of two strings using Python.", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that parse an ISO-8601 date to be more readable.", "domain": "coding"}
{"prompt": "Review this Ruby snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in JavaScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you check whether a number is prime in Ruby? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to merge two sorted lists using C++.", "domain": "coding"}
{"prompt": "Explain to a beginner how to check whether a number is prime using Python.", "domain": "coding"}
{"prompt": "Write a Go function that reverse a string.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to merge two sorted lists and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Java program that flatten a deeply nested list to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to debounce a function using C++.", "domain": "coding"}
{"prompt": "Write a Python function that reverse a string.", "domain": "coding"}
{"prompt": "Refactor a Java program that debounce a function to be more readable.", "domain": "coding"}
{"prompt": "What's the most efficient way to flatten a deeply nested list in Java, and why?", "domain": "coding"}
{"prompt": "How would you parse an ISO-8601 date in TypeScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to reverse a string using Ruby.", "domain": "coding"}
{"prompt": "How would you check whether a number is prime in Python? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to reverse a string using Python.", "domain": "coding"}
{"prompt": "How would you find the longest common subsequence of two strings in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you parse an ISO-8601 date in Python? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Explain to a beginner how to find the longest common subsequence of two strings using Go.", "domain": "coding"}
{"prompt": "Refactor a Java program that merge two sorted lists to be more readable.", "domain": "coding"}
{"prompt": "Write a Rust function that reverse a string.", "domain": "coding"}
{"prompt": "Explain to a beginner how to parse an ISO-8601 date using TypeScript.", "domain": "coding"}
{"prompt": "How would you reverse a string in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Refactor a Python program that check whether a number is prime to be more readable.", "domain": "coding"}
{"prompt": "Review this Java snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "How would you check whether a number is prime in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in Python, and why?", "domain": "coding"}
{"prompt": "Write a Ruby function that find the longest common subsequence of two strings.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in Ruby, and why?", "domain": "coding"}
{"prompt": "Write a Rust function that merge two sorted lists.", "domain": "coding"}
{"prompt": "What's the most efficient way to debounce a function in C++, and why?", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to flatten a deeply nested list and point out the bugs.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to debounce a function and point out the bugs.", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in Ruby? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "How would you merge two sorted lists in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a Java function that check whether a number is prime.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to find the longest common subsequence of two strings and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to merge two sorted lists in Ruby, and why?", "domain": "coding"}
{"prompt": "Explain to a beginner how to parse an ISO-8601 date using Go.", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in JavaScript, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to find the longest common subsequence of two strings in Go, and why?", "domain": "coding"}
{"prompt": "Review this TypeScript snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "How would you find the longest common subsequence of two strings in Java? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you flatten a deeply nested list in Java? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this TypeScript snippet that is meant to reverse a string and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Python program that parse an ISO-8601 date to be more readable.", "domain": "coding"}
{"prompt": "How would you debounce a function in C++? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to check whether a number is prime and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Python program that find the longest common subsequence of two strings to be more readable.", "domain": "coding"}
{"prompt": "How would you find the longest common subsequence of two strings in Python? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a C++ function that flatten a deeply nested list.", "domain": "coding"}
{"prompt": "Write a C++ function that debounce a function.", "domain": "coding"}
{"prompt": "What's the most efficient way to reverse a string in Python, and why?", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to parse an ISO-8601 date and point out the bugs.", "domain": "coding"}
{"prompt": "Write a Java function that find the longest common subsequence of two strings.", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that debounce a function to be more readable.", "domain": "coding"}
{"prompt": "What's the most efficient way to parse an ISO-8601 date in Go, and why?", "domain": "coding"}
{"prompt": "What's the most efficient way to reverse a string in TypeScript, and why?", "domain": "coding"}
{"prompt": "Write a C++ function that parse an ISO-8601 date.", "domain": "coding"}
{"prompt": "Explain to a beginner how to compute a moving average over a stream using C++.", "domain": "coding"}
{"prompt": "What's the most efficient way to compute a moving average over a stream in Rust, and why?", "domain": "coding"}
{"prompt": "How would you compute a moving average over a stream in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to implement binary search and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a JavaScript program that implement binary search to be more readable.", "domain": "coding"}
|