name stringlengths 1 28 | source stringlengths 0 11.3k | assembly stringlengths 29 123k | language stringclasses 2
values | reasoning stringlengths 0 7.49k | logprobs listlengths 571 16.4k |
|---|---|---|---|---|---|
main | "@pragma('vm:entry-point')\nvoid main() {\n // Define the graph as an adjacency matrix\n List<List(...TRUNCATED) | "Dump of assembler code for function main:\n 0x000000000008a154 <+0>:\tpush rbp\n 0x0000000000(...TRUNCATED) | Dart | [{"token":"We","bytes":[87,101],"logprob":-0.4895617961883545,"top_logprobs":[{"token":"We","bytes":(...TRUNCATED) | |
main | "import 'dart:collection';\n\n@pragma('vm:entry-point')\nvoid main() {\n // Define the maze as a 2D(...TRUNCATED) | "Dump of assembler code for function main:\n 0x000000000008f18c <+0>:\tpush rbp\n 0x0000000000(...TRUNCATED) | Dart | "```dart\nvoid main() {\n // The assembly builds a 5x5 grid of integers (0/1) using growable lists.(...TRUNCATED) | [{"token":"We","bytes":[87,101],"logprob":-0.4523788094520569,"top_logprobs":[{"token":"We","bytes":(...TRUNCATED) |
main | "@pragma('vm:entry-point')\nvoid main() {\n // Example of using collection if and for in a list\n (...TRUNCATED) | "Dump of assembler code for function main:\n 0x000000000008a768 <+36>:\tmov QWORD PTR [rbp-0x8](...TRUNCATED) | Dart | "```dart\nvoid main() {\n // The assembly initialises a growable list with the integers 1 through 1(...TRUNCATED) | [{"token":"The","bytes":[84,104,101],"logprob":-0.641093909740448,"top_logprobs":[{"token":"The","by(...TRUNCATED) |
main | "@pragma('vm:entry-point')\nvoid main() {\n // Using triple-quoted strings for a multiline string\n(...TRUNCATED) | "Dump of assembler code for function main:\n1\t@pragma('vm:entry-point')\n 0x000000000008a167 <+19(...TRUNCATED) | Dart | "Here is the Dart code equivalent to the provided assembly:\n\n```dart\n@pragma('vm:entry-point')\nv(...TRUNCATED) | [{"token":"We","bytes":[87,101],"logprob":-0.7137147784233093,"top_logprobs":[{"token":"We","bytes":(...TRUNCATED) |
main | "class Fraction {\n int _numerator;\n int _denominator;\n\n Fraction(this._numerator, this._denom(...TRUNCATED) | "Dump of assembler code for function main:\n67\t@pragma('vm:entry-point')\n 0x000000000008a3da <+4(...TRUNCATED) | Dart | "```dart\n/// Minimal implementation of a fraction class to support the operations\n/// observed in (...TRUNCATED) | [{"token":"The","bytes":[84,104,101],"logprob":-0.9240580797195435,"top_logprobs":[{"token":"The","b(...TRUNCATED) |
main | "@pragma('vm:entry-point')\nvoid main() {\n // Using triple-quoted strings to define a multiline st(...TRUNCATED) | "Dump of assembler code for function main:\n1\t@pragma('vm:entry-point')\n 0x000000000008a167 <+19(...TRUNCATED) | Dart | "```dart\n@pragma('vm:entry-point')\nvoid main() {\n // Using triple-quoted strings to define a mul(...TRUNCATED) | [{"token":"The","bytes":[84,104,101],"logprob":-0.5986950397491455,"top_logprobs":[{"token":"The","b(...TRUNCATED) |
main | "@pragma('vm:entry-point')\nvoid main() {\n // Sample sorted list and target value\n List<int> sor(...TRUNCATED) | "Dump of assembler code for function main:\n 0x000000000008a27b <+295>:\tmov r11,QWORD PTR [r15(...TRUNCATED) | Dart | [{"token":"The","bytes":[84,104,101],"logprob":-0.70057213306427,"top_logprobs":[{"token":"The","byt(...TRUNCATED) | |
main | "@pragma('vm:entry-point')\nvoid main() {\n // Example graph represented as an adjacency list\n //(...TRUNCATED) | "Dump of assembler code for function main:\n 0x000000000008a1af <+71>:\tmov rcx,QWORD PTR [rbp-(...TRUNCATED) | Dart | [{"token":"The","bytes":[84,104,101],"logprob":-0.48267704248428345,"top_logprobs":[{"token":"The","(...TRUNCATED) | |
main | "@pragma('vm:entry-point')\nvoid main() {\n int fibonacci(int n, Map<int, int> memo) {\n if (n <(...TRUNCATED) | "Dump of assembler code for function main:\n 0x000000000008a339 <+29>:\tmov rdx,rax\n 0x00000(...TRUNCATED) | Dart | "```dart\nvoid main() {\n // The assembly corresponds to allocating a closure (anonymous function)\(...TRUNCATED) | [{"token":"The","bytes":[84,104,101],"logprob":-0.39269545674324036,"top_logprobs":[{"token":"The","(...TRUNCATED) |
main | "@pragma('vm:entry-point')\nvoid main() {\n // Example items: values and weights\n List<int> value(...TRUNCATED) | "Dump of assembler code for function main:\n1\t@pragma('vm:entry-point')\n 0x000000000008a958 <+19(...TRUNCATED) | Dart | "```dart\nimport 'dart:math';\n\nvoid main() {\n // Example items: values and weights\n List<int> (...TRUNCATED) | [{"token":"We","bytes":[87,101],"logprob":-0.664819598197937,"top_logprobs":[{"token":"We","bytes":[(...TRUNCATED) |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 10