Rosetta Code/Count examples/Full list: Difference between revisions

From Rosetta Code
Content added Content deleted
(Update full list output)
(Update full list output)
Line 20: Line 20:
<div style="height:40em;overflow:scroll;">
<div style="height:40em;overflow:scroll;">
{|class="wikitable sortable"
{|class="wikitable sortable"
|+ As of 2019-12-23T02:09:22Z :: Tasks: 987 ::<span style="background-color:#ffd"> Draft Tasks:229 </span>:: Total Tasks: 1216 :: Total Examples: 65253
|+ As of 2019-12-29T23:48:38Z :: Tasks: 988 ::<span style="background-color:#ffd"> Draft Tasks:228 </span>:: Total Tasks: 1216 :: Total Examples: 65351
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
|-
|-
| 443
| 444
| [[Hello%20world%2FText|Hello world/Text]]
| [[Hello%20world%2FText|Hello world/Text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 39: Line 39:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 269
| 270
| [[Fibonacci%20sequence|Fibonacci sequence]]
| [[Fibonacci%20sequence|Fibonacci sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 59: Line 59:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 223
| 224
| [[Function%20definition|Function definition]]
| [[Function%20definition|Function definition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 83: Line 83:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 196
| 197
| [[Loops%2FFor|Loops/For]]
| [[Loops%2FFor|Loops/For]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 91: Line 91:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 187
| 188
| [[Greatest%20element%20of%20a%20list|Greatest element of a list]]
| [[Greatest%20element%20of%20a%20list|Greatest element of a list]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 99: Line 99:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 179
| 180
| [[Greatest%20common%20divisor|Greatest common divisor]]
| [[Averages%2FArithmetic%20mean|Averages/Arithmetic mean]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 179
| 179
| [[Averages%2FArithmetic%20mean|Averages/Arithmetic mean]]
| [[Greatest%20common%20divisor|Greatest common divisor]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 123: Line 123:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 171
| 172
| [[Loops%2FDownward%20for|Loops/Downward for]]
| [[Increment%20a%20numerical%20string|Increment a numerical string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 171
| 171
| [[Increment%20a%20numerical%20string|Increment a numerical string]]
| [[Loops%2FDownward%20for|Loops/Downward for]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 139: Line 139:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 167
| 168
| [[Loops%2FFor%20with%20a%20specified%20step|Loops/For with a specified step]]
| [[Loops%2FFor%20with%20a%20specified%20step|Loops/For with a specified step]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 149: Line 149:
| 158
| 158
| [[Apply%20a%20callback%20to%20an%20array|Apply a callback to an array]]
| [[Apply%20a%20callback%20to%20an%20array|Apply a callback to an array]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 157
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 161: Line 165:
| 155
| 155
| [[Character%20codes|Character codes]]
| [[Character%20codes|Character codes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 155
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 188: Line 188:
|-
|-
| 151
| 151
| [[Loops%2FBreak|Loops/Break]]
| [[Sum%20of%20a%20series|Sum of a series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 150
| 151
| [[Sum%20of%20a%20series|Sum of a series]]
| [[Loops%2FBreak|Loops/Break]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 215: Line 215:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 147
| 148
| [[Generic%20swap|Generic swap]]
| [[Generic%20swap|Generic swap]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 235: Line 235:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 144
| 145
| [[Hailstone%20sequence|Hailstone sequence]]
| [[Empty%20string|Empty string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 144
| 144
| [[Empty%20string|Empty string]]
| [[Hailstone%20sequence|Hailstone sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 275: Line 275:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 135
| 136
| [[Determine%20if%20a%20string%20is%20numeric|Determine if a string is numeric]]
| [[Determine%20if%20a%20string%20is%20numeric|Determine if a string is numeric]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 135
| 136
| [[Factors%20of%20an%20integer|Factors of an integer]]
| [[Factors%20of%20an%20integer|Factors of an integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 135
| 135
| [[Quine|Quine]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 134
| [[Caesar%20cipher|Caesar cipher]]
| [[Caesar%20cipher|Caesar cipher]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 134
| 135
| [[File%20input%2Foutput|File input/output]]
| [[File%20input%2Foutput|File input/output]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 135
| [[Guess%20the%20number|Guess the number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 135
| [[Quine|Quine]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 303: Line 307:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 133
| 132
| [[Hello%20world%2FStandard%20error|Hello world/Standard error]]
| [[Guess%20the%20number|Guess the number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 313: Line 317:
| 131
| 131
| [[Command-line%20arguments|Command-line arguments]]
| [[Command-line%20arguments|Command-line arguments]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 131
| [[Hello%20world%2FStandard%20error|Hello world/Standard error]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 325: Line 325:
| 131
| 131
| [[Roman%20numerals%2FEncode|Roman numerals/Encode]]
| [[Roman%20numerals%2FEncode|Roman numerals/Encode]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 129
| [[Day%20of%20the%20week|Day of the week]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 333: Line 337:
| 128
| 128
| [[Create%20a%20file|Create a file]]
| [[Create%20a%20file|Create a file]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 128
| [[Day%20of%20the%20week|Day of the week]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 345: Line 345:
| 127
| 127
| [[Primality%20by%20trial%20division|Primality by trial division]]
| [[Primality%20by%20trial%20division|Primality by trial division]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 126
| [[Loops%2FContinue|Loops/Continue]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 352: Line 356:
|-
|-
| 125
| 125
| [[Loop%20over%20multiple%20arrays%20simultaneously|Loop over multiple arrays simultaneously]]
| [[Loops%2FContinue|Loops/Continue]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 365: Line 369:
| 124
| 124
| [[Check%20that%20file%20exists|Check that file exists]]
| [[Check%20that%20file%20exists|Check that file exists]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 124
| [[Loop%20over%20multiple%20arrays%20simultaneously|Loop over multiple arrays simultaneously]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 396: Line 396:
|-
|-
| 120
| 120
| [[Happy%20numbers|Happy numbers]]
| [[Least%20common%20multiple|Least common multiple]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 119
| 120
| [[Least%20common%20multiple|Least common multiple]]
| [[Happy%20numbers|Happy numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 425: Line 425:
| 116
| 116
| [[Compound%20data%20type|Compound data type]]
| [[Compound%20data%20type|Compound data type]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 116
| [[Generate%20lower%20case%20ASCII%20alphabet|Generate lower case ASCII alphabet]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 433: Line 437:
| 116
| 116
| [[Variables|Variables]]
| [[Variables|Variables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 115
| [[Generate%20lower%20case%20ASCII%20alphabet|Generate lower case ASCII alphabet]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 465: Line 465:
| 114
| 114
| [[Null%20object|Null object]]
| [[Null%20object|Null object]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 113
| [[Function%20composition|Function composition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 474: Line 478:
| [[Classes|Classes]]
| [[Classes|Classes]]
|①||②|| ||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②|| ||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 112
| [[Function%20composition|Function composition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 112
| 112
Line 493: Line 493:
| 111
| 111
| [[Averages%2FRoot%20mean%20square|Averages/Root mean square]]
| [[Averages%2FRoot%20mean%20square|Averages/Root mean square]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 111
| [[Hash%20from%20two%20arrays|Hash from two arrays]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 505: Line 509:
| 110
| 110
| [[Ethiopian%20multiplication|Ethiopian multiplication]]
| [[Ethiopian%20multiplication|Ethiopian multiplication]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 110
| [[Hash%20from%20two%20arrays|Hash from two arrays]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 593: Line 593:
| 105
| 105
| [[Babbage%20problem|Babbage problem]]
| [[Babbage%20problem|Babbage problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 105
| [[Haversine%20formula|Haversine formula]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 617: Line 621:
| 104
| 104
| [[Find%20limit%20of%20recursion|Find limit of recursion]]
| [[Find%20limit%20of%20recursion|Find limit of recursion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 104
| [[Haversine%20formula|Haversine formula]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 701: Line 701:
| 97
| 97
| [[Permutations|Permutations]]
| [[Permutations|Permutations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 97
| [[String%20interpolation%20%28included%29|String interpolation (included)]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 721: Line 725:
| 97
| 97
| [[Zig-zag%20matrix|Zig-zag matrix]]
| [[Zig-zag%20matrix|Zig-zag matrix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 96
| [[String%20interpolation%20%28included%29|String interpolation (included)]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 838: Line 838:
| [[Interactive%20programming|Interactive programming]]
| [[Interactive%20programming|Interactive programming]]
|①||②|| ||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②|| ||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 89
|data-sort-value="md0B5"| [[MD5|MD5]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 89
| 89
Line 856: Line 860:
|-
|-
| 88
| 88
| [[Random%20number%20generator%20%28included%29|Random number generator (included)]]
|data-sort-value="md0B5"| [[MD5|MD5]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 88
| 88
| [[Sequence%20of%20non-squares|Sequence of non-squares]]
| [[Random%20number%20generator%20%28included%29|Random number generator (included)]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 88
| 88
|data-sort-value="sum multiples of 0B3 and 0B5"| [[Sum%20multiples%20of%203%20and%205|Sum multiples of 3 and 5]]
| [[Sequence%20of%20non-squares|Sequence of non-squares]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 881: Line 885:
| 87
| 87
| [[String%20prepend|String prepend]]
| [[String%20prepend|String prepend]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 87
|data-sort-value="sum multiples of 0B3 and 0B5"| [[Sum%20multiples%20of%203%20and%205|Sum multiples of 3 and 5]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 912: Line 912:
|-
|-
| 85
| 85
| [[Averages%2FSimple%20moving%20average|Averages/Simple moving average]]
| [[Five%20weekends|Five weekends]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 84
| 85
| [[Five%20weekends|Five weekends]]
| [[Averages%2FSimple%20moving%20average|Averages/Simple moving average]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 945: Line 945:
| 83
| 83
| [[Execute%20Brain%2A%2A%2A%2A|Execute Brain****]]
| [[Execute%20Brain%2A%2A%2A%2A|Execute Brain****]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 83
| [[Hamming%20numbers|Hamming numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 968: Line 972:
|-
|-
| 82
| 82
| [[Greatest%20subsequential%20sum|Greatest subsequential sum]]
| [[Hamming%20numbers|Hamming numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 82
| [[Harshad%20or%20Niven%20series|Harshad or Niven series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 993: Line 1,001:
| 81
| 81
| [[Dragon%20curve|Dragon curve]]
| [[Dragon%20curve|Dragon curve]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 81
| [[Greatest%20subsequential%20sum|Greatest subsequential sum]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 81
| [[Harshad%20or%20Niven%20series|Harshad or Niven series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,121: Line 1,121:
| 76
| 76
| [[Non-decimal%20radices%2FConvert|Non-decimal radices/Convert]]
| [[Non-decimal%20radices%2FConvert|Non-decimal radices/Convert]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 76
| [[Number%20reversal%20game|Number reversal game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,133: Line 1,137:
| 76
| 76
| [[XML%2FInput|XML/Input]]
| [[XML%2FInput|XML/Input]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 75
| [[Number%20reversal%20game|Number reversal game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,245: Line 1,245:
| 71
| 71
| [[Fibonacci%20n-step%20number%20sequences|Fibonacci n-step number sequences]]
| [[Fibonacci%20n-step%20number%20sequences|Fibonacci n-step number sequences]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 71
| [[Hello%20world%2FNewbie|Hello world/Newbie]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,284: Line 1,288:
|-
|-
| 70
| 70
| [[Here%20document|Here document]]
| [[Hello%20world%2FNewbie|Hello world/Newbie]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,313: Line 1,317:
| 69
| 69
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 69
| [[Here%20document|Here document]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,357: Line 1,357:
| 68
| 68
| [[Equilibrium%20index|Equilibrium index]]
| [[Equilibrium%20index|Equilibrium index]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 68
| [[Gamma%20function|Gamma function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,397: Line 1,401:
| 67
| 67
| [[Flow-control%20structures|Flow-control structures]]
| [[Flow-control%20structures|Flow-control structures]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 67
| [[Gamma%20function|Gamma function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,569: Line 1,569:
| 63
| 63
|data-sort-value="sha-0B1"| [[SHA-1|SHA-1]]
|data-sort-value="sha-0B1"| [[SHA-1|SHA-1]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 63
|data-sort-value="sha-0D256"| [[SHA-256|SHA-256]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,574: Line 1,578:
| [[Split%20a%20character%20string%20based%20on%20change%20of%20character|Split a character string based on change of character]]
| [[Split%20a%20character%20string%20based%20on%20change%20of%20character|Split a character string based on change of character]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 62
|data-sort-value="0C15 puzzle game"| [[15%20Puzzle%20Game|15 Puzzle Game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 62
| 62
Line 1,598: Line 1,606:
| [[Morse%20code|Morse code]]
| [[Morse%20code|Morse code]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 62
|data-sort-value="sha-0D256"| [[SHA-256|SHA-256]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 62
| 62
Line 1,706: Line 1,710:
| [[Undefined%20values|Undefined values]]
| [[Undefined%20values|Undefined values]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 59
|data-sort-value="0C15 puzzle game"| [[15%20Puzzle%20Game|15 Puzzle Game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 59
| 59
Line 1,737: Line 1,737:
| 59
| 59
| [[Remove%20lines%20from%20a%20file|Remove lines from a file]]
| [[Remove%20lines%20from%20a%20file|Remove lines from a file]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 59
| [[Sorting%20algorithms%2FPancake%20sort|Sorting algorithms/Pancake sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,764: Line 1,768:
|-
|-
| 58
| 58
| [[Sorting%20algorithms%2FPancake%20sort|Sorting algorithms/Pancake sort]]
| [[Sorting%20algorithms%2FSleep%20sort|Sorting algorithms/Sleep sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,773: Line 1,777:
| 57
| 57
| [[Circles%20of%20given%20radius%20through%20two%20points|Circles of given radius through two points]]
| [[Circles%20of%20given%20radius%20through%20two%20points|Circles of given radius through two points]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 57
| [[General%20FizzBuzz|General FizzBuzz]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 57
| [[Globally%20replace%20text%20in%20several%20files|Globally replace text in several files]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 57
| [[Huffman%20coding|Huffman coding]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,793: Line 1,809:
| 57
| 57
| [[Rep-string|Rep-string]]
| [[Rep-string|Rep-string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 57
| [[Sorting%20algorithms%2FSleep%20sort|Sorting algorithms/Sleep sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,808: Line 1,820:
|-
|-
| 56
| 56
| [[Draw%20a%20clock|Draw a clock]]
| [[Globally%20replace%20text%20in%20several%20files|Globally replace text in several files]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 56
| [[Huffman%20coding|Huffman coding]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,849: Line 1,857:
| 55
| 55
| [[Deal%20cards%20for%20FreeCell|Deal cards for FreeCell]]
| [[Deal%20cards%20for%20FreeCell|Deal cards for FreeCell]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 55
| [[Draw%20a%20clock|Draw a clock]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,862: Line 1,866:
| [[Forest%20fire|Forest fire]]
| [[Forest%20fire|Forest fire]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
| 55
| [[General%20FizzBuzz|General FizzBuzz]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 55
| 55
Line 1,906: Line 1,906:
| [[Extreme%20floating%20point%20values|Extreme floating point values]]
| [[Extreme%20floating%20point%20values|Extreme floating point values]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 54
| [[Hash%20join|Hash join]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 54
| 54
Line 1,962: Line 1,966:
| [[Fibonacci%20word|Fibonacci word]]
| [[Fibonacci%20word|Fibonacci word]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 53
| [[Hash%20join|Hash join]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 53
| 53
Line 2,086: Line 2,086:
| [[Statistics%2FBasic|Statistics/Basic]]
| [[Statistics%2FBasic|Statistics/Basic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 51
| [[Truncatable%20primes|Truncatable primes]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|-
|-
| 50
| 50
Line 2,105: Line 2,109:
| 50
| 50
| [[Inverted%20syntax|Inverted syntax]]
| [[Inverted%20syntax|Inverted syntax]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 50
| [[JortSort|JortSort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,130: Line 2,138:
| [[Topological%20sort|Topological sort]]
| [[Topological%20sort|Topological sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 50
| [[Truncatable%20primes|Truncatable primes]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|-
|-
| 50
| 50
Line 2,165: Line 2,169:
| 49
| 49
| [[Integer%20overflow|Integer overflow]]
| [[Integer%20overflow|Integer overflow]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 49
| [[JortSort|JortSort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,261: Line 2,261:
| 46
| 46
| [[FASTA%20format|FASTA format]]
| [[FASTA%20format|FASTA format]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 46
| [[Fractran|Fractran]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,298: Line 2,302:
| [[Doubly-linked%20list%2FTraversal|Doubly-linked list/Traversal]]
| [[Doubly-linked%20list%2FTraversal|Doubly-linked list/Traversal]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|-
| 45
| [[Fractran|Fractran]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 45
| 45
Line 2,338: Line 2,338:
| [[GUI%20component%20interaction|GUI component interaction]]
| [[GUI%20component%20interaction|GUI component interaction]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|-
| 44
| [[Gaussian%20elimination|Gaussian elimination]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 44
| 44
Line 2,393: Line 2,397:
| 43
| 43
| [[Extensible%20prime%20generator|Extensible prime generator]]
| [[Extensible%20prime%20generator|Extensible prime generator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 43
| [[Gaussian%20elimination|Gaussian elimination]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,566: Line 2,566:
| [[Chaos%20game|Chaos game]]
| [[Chaos%20game|Chaos game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 40
| [[Colour%20bars%2FDisplay|Colour bars/Display]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 40
| 40
Line 2,600: Line 2,604:
|-
|-
| 39
| 39
| [[Average%20loop%20length|Average loop length]]
| [[Abundant%20odd%20numbers|Abundant odd numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 39
| 39
| [[Average%20loop%20length|Average loop length]]
| [[Bulls%20and%20cows%2FPlayer|Bulls and cows/Player]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 39
| 39
| [[Bulls%20and%20cows%2FPlayer|Bulls and cows/Player]]
| [[Colour%20bars%2FDisplay|Colour bars/Display]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 39
| 39
Line 2,646: Line 2,650:
| [[Word%20frequency|Word frequency]]
| [[Word%20frequency|Word frequency]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 38
| [[Abundant%20odd%20numbers|Abundant odd numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 38
| 38
Line 2,669: Line 2,669:
| 38
| 38
| [[Topswops|Topswops]]
| [[Topswops|Topswops]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 37
| [[Cantor%20set|Cantor set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,732: Line 2,736:
|-
|-
| 37
| 37
| [[Variable-length%20quantity|Variable-length quantity]]
| [[Voronoi%20diagram|Voronoi diagram]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 36
| 37
| [[Voronoi%20diagram|Voronoi diagram]]
| [[Attractive%20numbers|Attractive numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 36
| 36
| [[Attractive%20numbers|Attractive numbers]]
| [[Cantor%20set|Cantor set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,781: Line 2,785:
| 36
| 36
| [[Vampire%20number|Vampire number]]
| [[Vampire%20number|Vampire number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 36
| [[Variable-length%20quantity|Variable-length quantity]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,817: Line 2,817:
| 35
| 35
| [[LU%20decomposition|LU decomposition]]
| [[LU%20decomposition|LU decomposition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 35
|data-sort-value="md0B4"| [[MD4|MD4]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 35
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,850: Line 2,858:
| [[Water%20collected%20between%20towers|Water collected between towers]]
| [[Water%20collected%20between%20towers|Water collected between towers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 34
|data-sort-value="base0C64 decode data"| [[Base64%20decode%20data|Base64 decode data]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 34
| 34
Line 2,870: Line 2,882:
| [[Julia%20set|Julia set]]
| [[Julia%20set|Julia set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 34
|data-sort-value="md0B4"| [[MD4|MD4]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 34
| 34
Line 2,886: Line 2,894:
| [[Multiline%20shebang|Multiline shebang]]
| [[Multiline%20shebang|Multiline shebang]]
|①||②|| ||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②|| ||④||⑤||⑥|| ||⑧||⑨||⑩
|-
| 34
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 34
| 34
Line 2,929: Line 2,933:
| 33
| 33
| [[Primorial%20numbers|Primorial numbers]]
| [[Primorial%20numbers|Primorial numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 33
|data-sort-value="ripemd-0D160"| [[RIPEMD-160|RIPEMD-160]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,950: Line 2,958:
| [[Test%20integerness|Test integerness]]
| [[Test%20integerness|Test integerness]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 32
|data-sort-value="base0C64 decode data"| [[Base64%20decode%20data|Base64 decode data]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 32
| 32
Line 2,977: Line 2,981:
| 32
| 32
| [[File%20extension%20is%20in%20extensions%20list|File extension is in extensions list]]
| [[File%20extension%20is%20in%20extensions%20list|File extension is in extensions list]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 32
| [[Fusc%20sequence|Fusc sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 32
| 32
| [[Input%2FOutput%20for%20Lines%20of%20Text|Input/Output for Lines of Text]]
| [[Input%2FOutput%20for%20Lines%20of%20Text|Input/Output for Lines of Text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 32
| [[Kahan%20summation|Kahan summation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,002: Line 3,014:
| [[Pinstripe%2FDisplay|Pinstripe/Display]]
| [[Pinstripe%2FDisplay|Pinstripe/Display]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 32
|data-sort-value="ripemd-0D160"| [[RIPEMD-160|RIPEMD-160]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 32
| 32
Line 3,030: Line 3,038:
| [[Chowla%20numbers|Chowla numbers]]
| [[Chowla%20numbers|Chowla numbers]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
| 31
| [[Fusc%20sequence|Fusc sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 31
| [[Kahan%20summation|Kahan summation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 31
| 31
Line 3,125: Line 3,125:
| 30
| 30
| [[Kernighans%20large%20earthquake%20problem|Kernighans large earthquake problem]]
| [[Kernighans%20large%20earthquake%20problem|Kernighans large earthquake problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[MAC%20Vendor%20Lookup|MAC Vendor Lookup]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,174: Line 3,178:
| [[Keyboard%20macros|Keyboard macros]]
| [[Keyboard%20macros|Keyboard macros]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 29
| [[MAC%20Vendor%20Lookup|MAC Vendor Lookup]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 29
| 29
Line 3,190: Line 3,190:
| [[Pattern%20matching|Pattern matching]]
| [[Pattern%20matching|Pattern matching]]
|①||②||③||④|| ||⑥||⑦||⑧|| || 
|①||②||③||④|| ||⑥||⑦||⑧|| || 
|-
| 29
| [[Pentagram|Pentagram]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 29
| 29
Line 3,262: Line 3,266:
| [[Numeric%20error%20propagation|Numeric error propagation]]
| [[Numeric%20error%20propagation|Numeric error propagation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 28
| [[Pentagram|Pentagram]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 28
| 28
Line 3,302: Line 3,302:
| [[Copy%20stdin%20to%20stdout|Copy stdin to stdout]]
| [[Copy%20stdin%20to%20stdout|Copy stdin to stdout]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 27
| [[Death%20Star|Death Star]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 27
| 27
Line 3,329: Line 3,333:
| 27
| 27
| [[Poker%20hand%20analyser|Poker hand analyser]]
| [[Poker%20hand%20analyser|Poker hand analyser]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 27
| [[Pragmatic%20directives|Pragmatic directives]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
Line 3,350: Line 3,358:
| [[Active%20Directory%2FConnect|Active Directory/Connect]]
| [[Active%20Directory%2FConnect|Active Directory/Connect]]
|①||②|| || ||⑤||⑥||⑦||⑧||⑨|| 
|①||②|| || ||⑤||⑥||⑦||⑧||⑨|| 
|-
| 26
| [[Apply%20a%20digital%20filter%20%28direct%20form%20II%20transposed%29|Apply a digital filter (direct form II transposed)]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 26
| 26
Line 3,358: Line 3,370:
| [[Chat%20server|Chat server]]
| [[Chat%20server|Chat server]]
|①||②|| ||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②|| ||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 26
| [[Death%20Star|Death Star]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
|-
| 26
| 26
Line 3,406: Line 3,414:
| [[Paraffins|Paraffins]]
| [[Paraffins|Paraffins]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 26
| [[Pragmatic%20directives|Pragmatic directives]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 26
| 26
Line 3,446: Line 3,450:
|data-sort-value="window creation/x0C11"| [[Window%20creation%2FX11|Window creation/X11]]
|data-sort-value="window creation/x0C11"| [[Window%20creation%2FX11|Window creation/X11]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 25
| [[Apply%20a%20digital%20filter%20%28direct%20form%20II%20transposed%29|Apply a digital filter (direct form II transposed)]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
Line 3,566: Line 3,566:
| [[Superellipse|Superellipse]]
| [[Superellipse|Superellipse]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 23
|data-sort-value="0D100 prisoners"| [[100%20prisoners|100 prisoners]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
|-
| 23
| 23
| [[AVL%20tree|AVL tree]]
| [[AVL%20tree|AVL tree]]
|①||②||③|| ||⑤|| ||⑦|| ||⑨|| 
|①||②||③|| ||⑤|| ||⑦|| ||⑨|| 
|- style="background-color: #ffc"
| 23
| [[Brazilian%20numbers|Brazilian numbers]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
Line 3,594: Line 3,602:
| [[Make%20a%20backup%20file|Make a backup file]]
| [[Make%20a%20backup%20file|Make a backup file]]
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|-
| 23
| [[SOAP|SOAP]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨|| 
|-
|-
| 23
| 23
Line 3,614: Line 3,626:
| [[Birthday%20problem|Birthday problem]]
| [[Birthday%20problem|Birthday problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 22
| [[Brazilian%20numbers|Brazilian numbers]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 22
| 22
| [[Compiler%2Flexical%20analyzer|Compiler/lexical analyzer]]
| [[Compiler%2Flexical%20analyzer|Compiler/lexical analyzer]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
| 22
| [[Determine%20if%20a%20string%20has%20all%20the%20same%20characters|Determine if a string has all the same characters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[Dice%20game%20probabilities|Dice game probabilities]]
| [[Dice%20game%20probabilities|Dice game probabilities]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 22
| [[Draw%20a%20rotating%20cube|Draw a rotating cube]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 22
| 22
Line 3,634: Line 3,650:
| [[K-means%2B%2B%20clustering|K-means++ clustering]]
| [[K-means%2B%2B%20clustering|K-means++ clustering]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|-
| 22
| [[Kronecker%20product%20based%20fractals|Kronecker product based fractals]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 22
| 22
Line 3,653: Line 3,673:
| 22
| 22
|data-sort-value="main step of gost 0F28147-0C89"| [[Main%20step%20of%20GOST%2028147-89|Main step of GOST 28147-89]]
|data-sort-value="main step of gost 0F28147-0C89"| [[Main%20step%20of%20GOST%2028147-89|Main step of GOST 28147-89]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 22
| [[Parallel%20Brute%20Force|Parallel Brute Force]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,674: Line 3,698:
| [[Play%20recorded%20sounds|Play recorded sounds]]
| [[Play%20recorded%20sounds|Play recorded sounds]]
|①|| ||③|| ||⑤|| || ||⑧|| || 
|①|| ||③|| ||⑤|| || ||⑧|| || 
|-
| 22
| [[SOAP|SOAP]]
|①||②||③|| ||⑤||⑥||⑦|| ||⑨|| 
|-
|-
| 22
| 22
Line 3,710: Line 3,730:
| [[Yahoo%21%20search%20interface|Yahoo! search interface]]
| [[Yahoo%21%20search%20interface|Yahoo! search interface]]
|①||②|| || ||⑤||⑥||⑦||⑧|| || 
|①||②|| || ||⑤||⑥||⑦||⑧|| || 
|-
| 21
|data-sort-value="0D100 prisoners"| [[100%20prisoners|100 prisoners]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
Line 3,730: Line 3,746:
| [[Cut%20a%20rectangle|Cut a rectangle]]
| [[Cut%20a%20rectangle|Cut a rectangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 21
| [[Determine%20if%20a%20string%20has%20all%20the%20same%20characters|Determine if a string has all the same characters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 21
| [[Draw%20a%20rotating%20cube|Draw a rotating cube]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
Line 3,754: Line 3,762:
| [[Koch%20curve|Koch curve]]
| [[Koch%20curve|Koch curve]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 21
| [[Kronecker%20product%20based%20fractals|Kronecker product based fractals]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
Line 3,766: Line 3,770:
| [[Nonoblock|Nonoblock]]
| [[Nonoblock|Nonoblock]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 21
| [[Parallel%20Brute%20Force|Parallel Brute Force]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 21
| 21
Line 3,817: Line 3,817:
| 20
| 20
| [[Create%20an%20object%2FNative%20demonstration|Create an object/Native demonstration]]
| [[Create%20an%20object%2FNative%20demonstration|Create an object/Native demonstration]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 20
| [[Deming%27s%20Funnel|Deming's Funnel]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
Line 3,865: Line 3,869:
| 19
| 19
| [[Chemical%20Calculator|Chemical Calculator]]
| [[Chemical%20Calculator|Chemical Calculator]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 19
| [[Deming%27s%20Funnel|Deming's Funnel]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,913: Line 3,913:
| 18
| 18
| [[Addition%20chains|Addition chains]]
| [[Addition%20chains|Addition chains]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 18
| [[Approximate%20Equality|Approximate Equality]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,062: Line 4,066:
| [[Zeckendorf%20arithmetic|Zeckendorf arithmetic]]
| [[Zeckendorf%20arithmetic|Zeckendorf arithmetic]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|-
| 16
| [[Approximate%20Equality|Approximate Equality]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 4,085: Line 4,085:
| 16
| 16
| [[Compiler%2Fcode%20generator|Compiler/code generator]]
| [[Compiler%2Fcode%20generator|Compiler/code generator]]
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|-
| 16
| [[Determine%20if%20a%20string%20has%20all%20unique%20characters|Determine if a string has all unique characters]]
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,126: Line 4,130:
| [[Montgomery%20reduction|Montgomery reduction]]
| [[Montgomery%20reduction|Montgomery reduction]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 16
| [[Names%20to%20numbers|Names to numbers]]
|①||②||③|| ||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 4,186: Line 4,194:
| [[NYSIIS|NYSIIS]]
| [[NYSIIS|NYSIIS]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 15
| [[Names%20to%20numbers|Names to numbers]]
|①||②||③|| ||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 15
| 15
Line 4,254: Line 4,258:
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
| 14
| [[Gapful%20numbers|Gapful numbers]]
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
Line 4,302: Line 4,310:
| [[Terminal%20control%2FPositional%20read|Terminal control/Positional read]]
| [[Terminal%20control%2FPositional%20read|Terminal control/Positional read]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
| 14
| [[Transportation%20problem|Transportation problem]]
|①||②||③||④|| || ||⑦||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
Line 4,325: Line 4,337:
| 13
| 13
| [[Fermat%20numbers|Fermat numbers]]
| [[Fermat%20numbers|Fermat numbers]]
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|-
| 13
| [[Gapful%20numbers|Gapful numbers]]
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|-
|-
Line 4,354: Line 4,362:
| [[Suffix%20tree|Suffix tree]]
| [[Suffix%20tree|Suffix tree]]
|①||②||③|| ||⑤||⑥||⑦||⑧|| || 
|①||②||③|| ||⑤||⑥||⑦||⑧|| || 
|- style="background-color: #ffc"
| 13
| [[Transportation%20problem|Transportation problem]]
|①||②||③||④|| || ||⑦||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 4,374: Line 4,378:
|data-sort-value="deconvolution/0B2d+"| [[Deconvolution%2F2D%2B|Deconvolution/2D+]]
|data-sort-value="deconvolution/0B2d+"| [[Deconvolution%2F2D%2B|Deconvolution/2D+]]
|①||②||③||④||⑤||⑥|| || ||⑨|| 
|①||②||③||④||⑤||⑥|| || ||⑨|| 
|-
| 12
| [[Determine%20if%20a%20string%20has%20all%20unique%20characters|Determine if a string has all unique characters]]
|①||②||③||④|| ||⑥|| || ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 4,386: Line 4,386:
| [[Generalised%20floating%20point%20addition|Generalised floating point addition]]
| [[Generalised%20floating%20point%20addition|Generalised floating point addition]]
|①||②||③||④|| ||⑥||⑦||⑧|| || 
|①||②||③||④|| ||⑥||⑦||⑧|| || 
|-
| 12
| [[Matrix%20Digital%20Rain|Matrix Digital Rain]]
|①||②|| ||④|| ||⑥|| ||⑧||⑨||⑩
|-
|-
| 12
| 12
Line 4,438: Line 4,442:
| [[Functional%20coverage%20tree|Functional coverage tree]]
| [[Functional%20coverage%20tree|Functional coverage tree]]
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|-
| 11
| [[Matrix%20Digital%20Rain|Matrix Digital Rain]]
|①||②|| ||④|| ||⑥|| ||⑧||⑨||⑩
|-
|-
| 11
| 11
Line 4,478: Line 4,478:
| [[Latin%20Squares%20in%20reduced%20form|Latin Squares in reduced form]]
| [[Latin%20Squares%20in%20reduced%20form|Latin Squares in reduced form]]
|①|| ||③||④||⑤|| ||⑦|| || || 
|①|| ||③||④||⑤|| ||⑦|| || || 
|- style="background-color: #ffc"
| 10
| [[Metallic%20ratios|Metallic ratios]]
|①||②||③||④|| ||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 4,510: Line 4,514:
| [[Audio%20frequency%20generator|Audio frequency generator]]
| [[Audio%20frequency%20generator|Audio frequency generator]]
|①|| ||③|| || ||⑥|| || || || 
|①|| ||③|| || ||⑥|| || || || 
|-
| 9
| [[Bioinformatics%2FSequence%20mutation|Bioinformatics/Sequence mutation]]
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|-
|-
| 9
| 9
Line 4,534: Line 4,542:
| [[Launch%20rocket%20with%20countdown%20and%20acceleration%20in%20stdout|Launch rocket with countdown and acceleration in stdout]]
| [[Launch%20rocket%20with%20countdown%20and%20acceleration%20in%20stdout|Launch rocket with countdown and acceleration in stdout]]
|①||②||③||④|| ||⑥|| ||⑧|| ||⑩
|①||②||③||④|| ||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
| 9
| [[Metallic%20ratios|Metallic ratios]]
|①||②||③||④|| ||⑥|| || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 4,546: Line 4,550:
| [[Pentomino%20tiling|Pentomino tiling]]
| [[Pentomino%20tiling|Pentomino tiling]]
|①|| ||③||④|| || ||⑦||⑧|| ||⑩
|①|| ||③||④|| || ||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 9
| [[Resistance%20Calculator|Resistance Calculator]]
|①||②||③||④||⑤||⑥|| || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 4,570: Line 4,578:
|data-sort-value="0C21 game"| [[21%20Game|21 Game]]
|data-sort-value="0C21 game"| [[21%20Game|21 Game]]
|①||②||③||④|| ||⑥|| ||⑧|| || 
|①||②||③||④|| ||⑥|| ||⑧|| || 
|- style="background-color: #ffc"
| 8
| [[Bioinformatics%2FSequence%20mutation|Bioinformatics/Sequence mutation]]
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 4,614: Line 4,618:
| [[Rare%20numbers|Rare numbers]]
| [[Rare%20numbers|Rare numbers]]
|①|| ||③||④|| || || || || || 
|①|| ||③||④|| || || || || || 
|- style="background-color: #ffc"
| 8
| [[Resistance%20Calculator|Resistance Calculator]]
|①||②||③|| ||⑤||⑥|| || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 4,641: Line 4,641:
| 7
| 7
| [[Curve%20that%20touches%20three%20points|Curve that touches three points]]
| [[Curve%20that%20touches%20three%20points|Curve that touches three points]]
|①||②||③||④|| ||⑥|| || || ||⑩
|- style="background-color: #ffc"
| 7
| [[Display%20an%20outline%20as%20a%20nested%20table|Display an outline as a nested table]]
|①||②||③||④|| ||⑥|| || || ||⑩
|①||②||③||④|| ||⑥|| || || ||⑩
|-
|-
Line 4,696: Line 4,700:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
|data-sort-value="minimal steps down to 0B1"| [[Minimal%20steps%20down%20to%201|Minimal steps down to 1]]
| [[Display%20an%20outline%20as%20a%20nested%20table|Display an outline as a nested table]]
|①||②||③||④|| || || || || ||⑩
|①||②||③||④|||| || || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
Line 4,738: Line 4,742:
| [[Mayan%20calendar|Mayan calendar]]
| [[Mayan%20calendar|Mayan calendar]]
|①||②||③|| || ||⑥|| || || ||⑩
|①||②||③|| || ||⑥|| || || ||⑩
|- style="background-color: #ffc"
| 5
|data-sort-value="minimal steps down to 0B1"| [[Minimal%20steps%20down%20to%201|Minimal steps down to 1]]
|①||②|| ||④||⑤|| || || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
Line 4,782: Line 4,782:
| [[Recursive%20descent%20parser%20generator|Recursive descent parser generator]]
| [[Recursive%20descent%20parser%20generator|Recursive descent parser generator]]
|①|| || ||④|| || || || || || 
|①|| || ||④|| || || || || || 
|- style="background-color: #ffc"
| 4
| [[Tamagotchi%20emulator|Tamagotchi emulator]]
|①|| || || || || || || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
Line 4,798: Line 4,802:
| [[Audio%20Overlap%20Loop|Audio Overlap Loop]]
| [[Audio%20Overlap%20Loop|Audio Overlap Loop]]
|①|| || || || || || || || || 
|①|| || || || || || || || || 
|- style="background-color: #ffc"
| 3
| [[Black%20Box|Black Box]]
|①|| || || || || || || || ||⑩
|- style="background-color: #ffc"
| 3
| [[Compiler%2F%20Verifying%20Syntax|Compiler/ Verifying Syntax]]
|①|| || ||④|| ||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
Line 4,818: Line 4,830:
| [[Solve%20a%20Rubik%27s%20Cube|Solve a Rubik's Cube]]
| [[Solve%20a%20Rubik%27s%20Cube|Solve a Rubik's Cube]]
|①|| ||③|| || || ||⑦|| || || 
|①|| ||③|| || || ||⑦|| || || 
|- style="background-color: #ffc"
| 3
| [[Tamagotchi%20emulator|Tamagotchi emulator]]
| || || || || || || || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
| [[Unicode%20polynomial%20equation|Unicode polynomial equation]]
| [[Unicode%20polynomial%20equation|Unicode polynomial equation]]
|①|| ||③||④|| || || || || || 
|①|| ||③||④|| || || || || || 
|- style="background-color: #ffc"
| 2
| [[Black%20Box|Black Box]]
|①|| || || || || || || || || 
|- style="background-color: #ffc"
| 2
| [[Compiler%2F%20Verifying%20Syntax|Compiler/ Verifying Syntax]]
|①|| || ||④|| || || || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 2
| 2

Revision as of 23:50, 29 December 2019

Full output for the Rosetta Code/Count examples#Perl_6 task. Updated periodically.

This is something of a experiment. The top 10 languages have their completed task entries marked with a circled digit in the table so you can sort on the language to see which tasks have been done. Hold down control and click on several columns to do secondary, tertiary, etc. sorts. Ideally it would be nice to be able to generate the table for any language but it is fairly intensive to generate. Once a week is ok, on demand would be unsustainable.

See Rosetta_Code/Rank_languages_by_popularity/Full_list for a full language/task completion table.

Top ten programming languages by number of task examples completed:
① Go
② Perl 6
③ Phix
④ Julia
⑤ Python
⑥ Perl
⑦ Kotlin
⑧ Racket
⑨ C
⑩ Zkl
As of 2019-12-29T23:48:38Z :: Tasks: 988 :: Draft Tasks:228 :: Total Tasks: 1216 :: Total Examples: 65351
Count Task
444 Hello world/Text
302 99 Bottles of Beer
295 100 doors
293 FizzBuzz
270 Fibonacci sequence
267 Factorial
260 Comments
247 A+B
237 Empty program
224 Function definition
215 Loops/Infinite
210 Loops/While
209 Arrays
208 Ackermann function  
208 Reverse a string
197 Loops/For
188 Conditional structures
188 Greatest element of a list
186 Arithmetic/Integer
180 Greatest common divisor
179 Averages/Arithmetic mean
178 Array concatenation
178 Integer comparison
176 Repeat a string
173 Boolean values
172 Loops/Downward for
171 Increment a numerical string
168 Even or odd
168 Hello world/Graphical
168 Loops/For with a specified step
165 Copy a string
158 Apply a callback to an array
157 Hello world/Newline omission
156 Loops/Foreach
156 Sum and product of an array
155 Character codes
155 Loops/Do-while
155 String length
153 Binary digits
153 String concatenation
152 Sieve of Eratosthenes
151 Loops/Break
151 Sum of a series
150 Loops/N plus one half
150 Palindrome detection
150 Towers of Hanoi
149 String case
148 Array length
148 Generic swap
147 Integer sequence
147 Logical operations
146 Leap year
145 Filter
145 Hailstone sequence
144 Empty string
144 Rot-13
144 Sum of squares
143 Dot product
143 Tokenize a string
141 Execute a system command
140 Associative array/Creation
139 Sort an integer array
137 Sorting algorithms/Bubble sort
136 Determine if a string is numeric
136 Factors of an integer
135 Caesar cipher
135 File input/output
135 Guess the number
135 Quine
134 Higher-order functions
134 User input/Text
132 Hello world/Standard error
132 Remove duplicate elements
131 Command-line arguments
131 Read entire file
131 Roman numerals/Encode
129 Day of the week
129 System time
128 Create a file
127 Bitwise operations
127 Primality by trial division
126 Loops/Continue
126 Sorting algorithms/Quicksort
125 Loop over multiple arrays simultaneously
125 Stack
125 Substring
124 Check that file exists
124 Luhn test of credit card numbers
124 Sleep
123 Literals/String
123 Pascal's triangle
122 Mutual recursion
121 Include a file  
120 Happy numbers
120 Least common multiple
119 Literals/Integer
118 Detect division by zero
117 Date format
117 Flatten a list
116 Balanced brackets
116 Compound data type
116 Generate lower case ASCII alphabet
116 Program termination
116 Variables
114 Associative array/Iteration
114 Binary search
114 File size
114 Formatted numeric output
114 Knuth shuffle
114 Loops/Nested
114 Null object
113 Function composition
113 Search a list
112 Classes  
112 Mandelbrot set
112 Read a file line by line
111 ABC Problem
111 Averages/Root mean square
111 Hash from two arrays
111 Real constants and functions
111 Zero to the zero power
110 Ethiopian multiplication
110 Hostname  
110 N-queens problem
109 Averages/Median
109 Delete a file
109 Guess the number/With feedback
109 Input loop
108 Case-sensitivity of identifiers
108 Matrix multiplication
108 Matrix transposition
108 Rename a file
107 Count in octal
107 Count occurrences of a substring
107 HTTP
107 Identity matrix
107 Multiplication tables
107 Sorting algorithms/Insertion sort
106 Environment variables
106 Pick random element
106 Roman numerals/Decode
106 String matching
105 Babbage problem
105 Haversine formula
105 Perfect numbers
105 Random numbers
105 Return multiple values
104 Accumulator factory
104 Arithmetic/Complex
104 Find limit of recursion
104 Pangram checker
103 Align columns
103 Anagrams
103 Assertions
102 Averages/Pythagorean means
101 Catalan numbers
101 Horner's rule for polynomial evaluation
101 Infinity
101 Temperature conversion
100 Conway's Game of Life
100 Exceptions
100 Program name
100 Regular expressions
100 Variadic function
99 Arithmetic-geometric mean
99 Evaluate binomial coefficients
99 Run-length encoding
97 Combinations
97 Letter frequency
97 Permutations
97 String interpolation (included)
97 Strip a set of characters from a string
97 Strip whitespace from a string/Top and tail
97 Substring/Top and tail
97 Trigonometric functions
97 Zig-zag matrix
95 24 game
95 Sorting algorithms/Selection sort
94 Anonymous recursion  
94 Levenshtein distance
94 Prime decomposition
94 Queue/Definition
94 Reverse words in a string
94 Shell one-liner
94 Short-circuit evaluation
93 Comma quibbling
92 Bulls and cows
92 Collections
92 Enumerations
92 Nth root
92 Range extraction
92 Sorting algorithms/Merge sort
92 String append
91 Create a two-dimensional array at runtime
91 Look-and-say sequence
91 Middle three digits
91 Ordered words
91 Power set
90 First-class functions
90 Range expansion
90 Sierpinski triangle
89 Arbitrary-precision integers (included)
89 Call a function
89 Interactive programming    
89 MD5
89 One-dimensional cellular automata
89 Y combinator
88 Create an HTML table
88 Exponentiation operator
88 Random number generator (included)
88 Sequence of non-squares
88 Sum multiples of 3 and 5
88 Walk a directory/Non-recursively
87 Averages/Mode
87 Evolutionary algorithm
87 String prepend
87 Time a function
87 Vector products
86 Cumulative standard deviation
86 Inheritance/Single  
86 Sort using a custom comparator
86 Sorting algorithms/Gnome sort
85 Averages/Simple moving average
85 Five weekends
84 Forward difference
84 Langton's ant
84 Monty Hall problem
84 Sorting algorithms/Cocktail sort
84 Sum digits of an integer
83 Digital root
83 Execute Brain****
83 Hamming numbers
83 Sierpinski carpet
83 Symmetric difference
83 Window creation  
82 Entropy
82 File modification time
82 Greatest subsequential sum
82 Harshad or Niven series
82 JSON
81 Abstract type  
81 Abundant, deficient and perfect number classifications
81 CSV data manipulation
81 CSV to HTML translation
81 Dragon curve
81 Menu
81 N'th
81 Price fraction
81 The Twelve Days of Christmas
79 Gray code
79 Josephus problem
79 Sorting algorithms/Bogosort
78 Box the compass
78 Hello world/Line printer  
78 Last Friday of each month
78 Literals/Floating point
78 Map range
78 Queue/Usage
78 Simple windowed application  
78 Tree traversal
78 Web scraping
77 Catamorphism
77 Closures/Value capture
77 Floyd's triangle
77 Introspection
77 Monte Carlo methods
77 Number names  
77 SEDOLs
77 Sort an array of composite structures
77 Sorting algorithms/Heapsort
77 String comparison
77 Walk a directory/Recursively
76 Amicable pairs
76 Count in factors
76 Non-decimal radices/Convert
76 Number reversal game
76 Read a specific line from a file
76 Set
76 XML/Input
75 Singly-linked list/Traversal
75 Spiral matrix
75 URL decoding
74 Bitmap
74 Dynamic variable names  
74 Playing cards
74 Pythagorean triples
74 Show the epoch
74 Sockets  
74 Terminal control/Ringing the terminal bell
74 Top rank per group
73 Call an object method  
73 Count the coins
73 Find common directory path
73 Hofstadter Q sequence
73 Knapsack problem/0-1
73 Sorting algorithms/Shell sort
73 Strip comments from a string
73 Terminal control/Clear the screen
72 Concurrent computing
72 URL encoding
71 Address of a variable    
71 Almost prime
71 CRC-32
71 Compare a list of strings
71 Date manipulation
71 Fibonacci n-step number sequences
71 Hello world/Newbie
71 Keyboard input/Obtain a Y or N response  
71 Lucas-Lehmer test
71 Man or boy test  
71 Order two numerical lists
71 Proper divisors
71 Roots of unity
71 Soundex  
70 Averages/Mean angle
70 Find the missing permutation
70 Here document
70 Kaprekar numbers
70 Linear congruential generator
70 Special characters
69 Bitmap/Bresenham's line algorithm
69 Exceptions/Catch an exception thrown in a nested call
69 Find the last Sunday of each month
69 Hello world/Web server
69 Jensen's Device
69 List comprehensions
69 Long multiplication
69 Multifactorial
69 Sorting algorithms/Counting sort
69 Take notes on the command line
69 Unicode variable names
68 Calculating the value of e
68 Empty directory
68 Equilibrium index
68 Gamma function
68 Non-decimal radices/Output
68 Pi
68 Polymorphism
68 Rock-paper-scissors  
68 Singly-linked list/Element definition
68 Sorting algorithms/Comb sort
68 Word wrap
67 Calendar
67 Execute HQ9+
67 Flow-control structures
67 Modular inverse
67 Multiple distinct objects
67 Parsing/RPN calculator algorithm
67 Stair-climbing puzzle
67 Sudoku
67 Vigenère cipher
67 Write float arrays to a text file
66 Anagrams/Deranged anagrams
66 Animation  
66 Convert seconds to compound duration
66 Four bit adder
66 IBAN
66 Longest common subsequence
66 Operator precedence
66 Quaternion type
66 Read a configuration file
66 Semordnilap
66 Sorting algorithms/Stooge sort
66 Trabb Pardo–Knuth algorithm
65 Call a foreign-language function
65 Enforced immutability
65 Guess the number/With feedback (player)
65 Write entire file
64 Catalan numbers/Pascal's triangle
64 Closest-pair problem
64 Currying
64 Magic squares of odd order
64 Maze generation
64 Named parameters  
64 Numerical integration
64 Phrase reversals
64 Self-describing numbers
64 Sort disjoint sublist
64 Variable size/Get
63 AKS test for primes
63 Euler method
63 Fork
63 Largest int from concatenated ints
63 Munchausen numbers
63 Repeat
63 Runtime evaluation    
63 SHA-1
63 SHA-256
63 Split a character string based on change of character
62 15 Puzzle Game  
62 Arithmetic/Rational
62 Benford's law
62 Euler's sum of powers conjecture
62 HTTPS
62 Horizontal sundial calculations
62 Morse code  
62 Sort stability
62 Strip control codes and extended characters from a string
62 Text processing/Max licenses in use
62 Van der Corput sequence
62 XML/Output
62 Zeckendorf number representation
61 Combinations with repetitions
61 Constrained random points on a circle
61 Draw a sphere
61 Hofstadter-Conway $10,000 sequence
61 Inheritance/Multiple  
61 Narcissistic decimal number
61 One of n lines in a file
61 Roots of a function
61 Special variables  
60 Continued fraction
60 Extend your language    
60 Fractal tree
60 Jump anywhere
60 Nested function
60 Optional parameters
60 Priority queue
60 Probabilistic choice
60 Roots of a quadratic function
60 Singly-linked list/Element insertion
60 Undefined values
59 Amb
59 Documentation    
59 Fast Fourier transform
59 Host introspection  
59 Memory allocation
59 Pernicious numbers
59 Remove lines from a file
59 Sorting algorithms/Pancake sort
59 Write language name in 3D ASCII
58 Arithmetic evaluation
58 Chinese remainder theorem
58 Cholesky decomposition
58 Population count
58 Runge-Kutta method
58 Sorting algorithms/Sleep sort
58 Unix/ls
57 Circles of given radius through two points
57 General FizzBuzz
57 Globally replace text in several files
57 Huffman coding
57 Miller–Rabin primality test
57 Old lady swallowed a fly
57 Partial function application
57 Reduced row echelon form
57 Rep-string
56 24 game/Solve
56 Animate a pendulum  
56 Draw a clock
56 Knapsack problem/Unbounded
56 Non-decimal radices/Input
56 Sequence of primes by trial division
56 Stem-and-leaf plot
56 Test a function  
55 Averages/Mean time of day
55 Binary strings
55 Brownian tree
55 Deal cards for FreeCell
55 Factors of a Mersenne number
55 Forest fire    
55 Generator/Exponential
55 Get system command output
55 Knapsack problem/Continuous
55 LZW compression
55 Plot coordinate pairs
55 Semiprime
55 XML/XPath    
54 Add a variable to a class instance at runtime      
54 Barnsley fern
54 Extreme floating point values  
54 Hash join  
54 Knight's tour
54 Modular exponentiation
54 Mouse position  
54 Odd word problem
54 Scope modifiers
54 Sorting algorithms/Bead sort
54 Tic-tac-toe  
54 Unicode strings
53 Best shuffle
53 Compile-time calculation  
53 Define a primitive data type    
53 Delegates
53 Dinesman's multiple-dwelling problem
53 Fibonacci word
53 Munching squares
53 Random number generator (device)
53 Runtime evaluation/In an environment    
53 Send email  
53 Singleton  
53 Sorting algorithms/Permutation sort
53 Stack traces
53 Terminal control/Display an extended character
53 Thue-Morse
53 Two Sum
53 User input/Graphical  
52 4-rings or 4-squares puzzle  
52 Angle difference between two bearings
52 Draw a cuboid
52 Dutch national flag problem
52 Exponentiation order
52 I before E except after C
52 Left factorials
52 Matrix-exponentiation operator  
52 Pointers and references  
52 Rosetta Code/Rank languages by popularity
52 Synchronous concurrency
52 Truncate a file  
52 Yin and yang
51 Bitmap/Write a PPM file
51 Doubly-linked list/Element definition
51 Extract file extension
51 Iterated digits squaring
51 Multisplit
51 Statistics/Basic
51 Truncatable primes  
50 9 billion names of God the integer
50 Dining philosophers
50 Emirp primes
50 Handle a signal
50 Inverted syntax
50 JortSort
50 Leonardo numbers
50 Maximum triangle path sum
50 Modulinos      
50 Non-continuous subsequences
50 Sort three variables
50 Topological sort
50 Unbias a random generator
50 XML/DOM serialization  
49 Bernoulli numbers
49 Convert decimal number to rational
49 Department Numbers
49 First-class functions/Use numbers analogously  
49 Grayscale image
49 Integer overflow
49 Ludic numbers
49 Seven-sided dice from five-sided dice
49 Sierpinski triangle/Graphical
49 Terminal control/Cursor positioning  
49 Ternary logic  
49 Wireworld    
48 CUSIP
48 Longest increasing subsequence
48 Mad Libs  
48 Quickselect algorithm
48 Respond to an unknown method call  
48 Universal Turing machine
47 2048    
47 Cartesian product of two or more lists
47 DNS query    
47 Heronian triangles
47 Keyboard input/Keypress check  
47 Text processing/2
47 Zebra puzzle
46 Anti-primes
46 Call a function in a shared library
46 Dijkstra's algorithm
46 FASTA format
46 Fractran
46 Polymorphic copy  
46 Polynomial regression
46 Smith numbers
46 Stable marriage problem
46 Stern-Brocot sequence
46 Subleq
46 Text processing/1  
45 Discordian date
45 Doubly-linked list/Traversal  
45 Greyscale bars/Display
45 Move-to-front algorithm
45 Rate counter
45 Validate International Securities Identification Number
44 Base64 encode data
44 Determine if only one instance is running  
44 Echo server  
44 Farey sequence
44 GUI component interaction    
44 Gaussian elimination
44 Last letter-first letter
44 Longest common prefix
44 Longest string challenge
44 Make directory path
44 Metaprogramming
44 Pascal matrix generation
44 Rosetta Code/Count examples    
44 Search a list of records
44 Send an unknown method call  
44 Show Ascii table
44 Strip block comments
44 Terminal control/Coloured text
43 Doubly-linked list/Element insertion
43 Extensible prime generator
43 Holidays related to Easter  
43 Image noise  
43 Naming conventions
43 Parsing/Shunting-yard algorithm
43 Perfect shuffle
43 Pig the dice game  
43 Set consolidation
43 Shoelace formula for polygonal area
43 Verify distribution uniformity/Naive
42 Archimedean spiral
42 Bitmap/Read a PPM file
42 Chinese zodiac
42 Execute a Markov algorithm
42 Find the intersection of two lines
42 Generate Chess960 starting position
42 History variables  
42 Hofstadter Figure-Figure sequences  
42 OpenGL  
42 Polynomial long division
42 Sattolo cycle
42 Tokenize a string with escaping
42 Vector
42 Visualize a tree
41 Active object
41 Append a record to the end of a text file
41 Atomic updates
41 Bitmap/Flood fill
41 Carmichael 3 strong pseudoprimes
41 Determinant and permanent
41 Element-wise operations
41 Jaro distance
41 Loops/Increment loop index within loop body
41 MD5/Implementation  
41 Narcissist
41 Percentage difference between images
41 Secure temporary file
41 Sum to 100
41 Table creation/Postal addresses  
41 Twelve statements  
41 Variable size/Set
40 Calendar - for "REAL" programmers  
40 Chaos game
40 Colour bars/Display  
40 Digital root/Multiplicative digital root
40 Doubly-linked list/Definition  
40 Kronecker product
40 Password generator
40 Problem of Apollonius
40 Sparkline in unicode
40 Subtractive generator
40 Ulam spiral (for primes)
39 Abundant odd numbers
39 Average loop length
39 Bulls and cows/Player
39 Egyptian division
39 Hickerson series of almost integers
39 Knapsack problem/Bounded
39 McNuggets Problem
39 Parametric polymorphism      
39 Permutations/Derangements
39 Sorting algorithms/Strand sort
39 Start from a main routine  
39 Word frequency  
38 GUI enabling/disabling of controls    
38 Keyboard input/Flush the keyboard buffer  
38 Sorting algorithms/Radix sort
38 Terminal control/Dimensions
38 Topswops
37 Cantor set
37 Color of a screen pixel  
37 Combinations and permutations  
37 Damm algorithm
37 Draw a pixel  
37 Elementary cellular automaton
37 GUI/Maximum window dimensions  
37 Inverted index  
37 Jewels and Stones
37 Parallel calculations
37 Permutations by swapping
37 Ray-casting algorithm
37 Self-referential sequence
37 Speech synthesis  
37 Taxicab numbers
37 Text between
37 Variable-length quantity
37 Voronoi diagram
36 Attractive numbers
36 Constrained genericity        
36 Knuth's algorithm S
36 Longest Common Substring
36 Magic squares of doubly even order  
36 Parsing/RPN to infix conversion
36 Permutation test
36 Pythagorean quadruples
36 QR decomposition  
36 Statistics/Normal distribution
36 Vampire number
35 Aliquot sequence classifications
35 Balanced ternary  
35 Bitmap/Midpoint circle algorithm    
35 Break OO privacy      
35 Deepcopy  
35 Events  
35 Function prototype  
35 LU decomposition
35 MD4  
35 Numerical integration/Gauss-Legendre Quadrature
35 Object serialization  
35 Order disjoint list items  
35 Pascal's triangle/Puzzle
35 Permutations with repetitions  
35 S-Expressions  
35 Sailors, coconuts and a monkey problem
35 Spinning rod animation/Text
35 Water collected between towers
34 Base64 decode data  
34 Colour pinstripe/Display  
34 Find palindromic numbers in both binary and ternary bases
34 Floyd-Warshall algorithm
34 Input/Output for Pairs of Numbers
34 Julia set
34 Metered concurrency
34 Minesweeper game    
34 Multiline shebang    
34 Pathological floating point problems
34 Square but not cube
34 Terminal control/Unicode output
34 UTF-8 encode and decode
33 Cramer's rule
33 Flipping bits game  
33 Musical scale    
33 Penney's game
33 Prime conspiracy
33 Primorial numbers
33 RIPEMD-160
33 RPG Attributes Generator
33 Scope/Function names and labels
33 Terminal control/Hiding the cursor
33 Terminal control/Inverse video
33 Test integerness
32 Bitcoin/address validation
32 Bitwise IO
32 Casting out nines  
32 Currency
32 Fibonacci word/fractal
32 File extension is in extensions list
32 Fusc sequence
32 Input/Output for Lines of Text
32 Kahan summation
32 Lychrel numbers  
32 Maze solving
32 Ordered Partitions
32 Parametrized SQL statement  
32 Pinstripe/Display  
32 Ranking methods
32 Rosetta Code/Find bare lang tags    
32 Sorting Algorithms/Circle Sort
32 Sutherland-Hodgman polygon clipping  
31 Bitmap/Bézier curves/Cubic  
31 Chowla numbers  
31 Parse command-line arguments
31 Pythagoras tree
31 RSA code
31 Recaman's sequence  
31 Set puzzle
31 Solve the no connection puzzle  
31 Straddling checkerboard
31 Subset sum problem
31 Topic variable  
30 Abbreviations, automatic  
30 Arithmetic-geometric mean/Calculate Pi  
30 Bitmap/Bézier curves/Quadratic  
30 Bitmap/Histogram  
30 Brace expansion  
30 Continued fraction/Arithmetic/Construct from rational number
30 Convex hull
30 Create a file on magnetic tape    
30 Executable library  
30 Feigenbaum constant calculation
30 Galton box animation  
30 Integer roots
30 Kernighans large earthquake problem
30 MAC Vendor Lookup
30 Metronome  
30 Read a file character by character/UTF8
30 Resistor mesh
30 Simple database  
30 Solve a Hidato puzzle
30 Truth table  
29 Check output device is a terminal  
29 Conjugate transpose  
29 Cuban primes
29 Find the intersection of a line with a plane
29 Hilbert curve
29 Keyboard macros  
29 Multiple regression  
29 Multiplicative order
29 Pattern matching      
29 Pentagram
29 Sort a list of object identifiers  
29 The Name Game  
29 URL parser    
29 Van Eck sequence  
29 Write to Windows event log  
29 Zhang-Suen thinning algorithm  
28 Check Machin-like formulas    
28 Checkpoint synchronization
28 Cycle detection
28 Decimal floating point number to binary  
28 Deconvolution/1D
28 Entropy/Narcissist
28 Euler's identity
28 Execute SNUSP  
28 First class environments
28 Memory layout of a data structure    
28 Negative base numbers
28 Numeric error propagation  
28 Rosetta Code/Find unimplemented tasks      
28 Set of real numbers
28 Sort numbers lexicographically
28 Substitution Cipher
28 Terminal control/Preserve screen
28 Totient function
28 Use another language to call a function      
28 Xiaolin Wu's line algorithm  
27 Copy stdin to stdout
27 Death Star    
27 Display a linear combination
27 Egyptian fractions  
27 FTP
27 Formal power series
27 Implicit type conversion
27 Partition an integer X into N primes  
27 Poker hand analyser  
27 Pragmatic directives  
27 Reflection/List properties      
27 Rosetta Code/Fix code tags    
27 Terminal control/Cursor movement
27 Verify distribution uniformity/Chi-squared test
26 Active Directory/Connect      
26 Apply a digital filter (direct form II transposed)  
26 Arena storage pool  
26 Chat server  
26 Distributed programming      
26 Find first and last set bit of a long integer
26 Find largest left truncatable prime in a given base
26 HTTPS/Authenticated
26 Idiomatically determine all the lowercase and uppercase letters  
26 Largest number divisible by its digits  
26 Magic 8-Ball
26 Modular arithmetic
26 Multi-dimensional array  
26 Nautical bell  
26 Paraffins
26 Reflection/List methods    
26 Safe addition  
26 Sorting algorithms/Cycle sort  
26 Sorting algorithms/Patience sort
26 Square-free integers
26 State name puzzle
26 Table creation      
26 Update a configuration file  
26 Window creation/X11  
25 Check input device is a terminal  
25 Create an object at a given address      
25 Faulhaber's formula  
25 Faulhaber's triangle
25 Go Fish    
25 Image convolution  
25 Mian-Chowla sequence    
25 Natural sorting
25 Nim Game  
25 Old Russian measure of length  
25 Ramsey's theorem    
25 Same Fringe  
25 Textonyms  
25 The ISAAC Cipher  
24 Abbreviations, simple  
24 Bacon cipher
24 Chaocipher  
24 Cheryl's Birthday
24 Church Numerals    
24 Days between dates  
24 Honeycombs    
24 Long primes
24 Perfect totient numbers
24 Polyspiral  
24 RCRPG    
24 Simulate input/Keyboard      
24 Solve a Holy Knight's tour    
24 Sum and Product Puzzle  
24 Superellipse
23 100 prisoners  
23 AVL tree        
23 Brazilian numbers  
23 Card shuffles
23 Decision tables  
23 Determine if two triangles overlap
23 Eban numbers  
23 Hough transform
23 Make a backup file    
23 SOAP    
23 Stream Merge    
23 Type detection  
23 Welch's t-test
22 Abbreviations, easy  
22 Birthday problem
22 Compiler/lexical analyzer    
22 Determine if a string has all the same characters
22 Dice game probabilities
22 Draw a rotating cube  
22 Function frequency    
22 K-means++ clustering    
22 Kronecker product based fractals  
22 Loops/Wrong ranges
22 Loops/with multiple ranges  
22 Machine code      
22 Magic squares of singly even order  
22 Main step of GOST 28147-89
22 Parallel Brute Force
22 Percolation/Mean run density
22 Perlin noise
22 Permutations/Rank of a permutation
22 Plasma effect  
22 Play recorded sounds            
22 Sequence of primorial primes
22 Sequence: smallest number greater than previous term with exactly n divisors  
22 Superpermutation minimisation
22 Thiele's interpolation formula  
22 Total circles area
22 Word break problem  
22 World Cup group stage  
22 Yahoo! search interface        
21 Base58Check encoding  
21 Chebyshev coefficients
21 Cipolla's algorithm  
21 Cut a rectangle
21 Elementary cellular automaton/Random Number Generator
21 Generate random chess position  
21 Idiomatically determine all the characters that can be used for symbols  
21 Koch curve
21 Linux CPU utilization
21 Nonoblock  
21 Pig the dice game/Player      
21 Ramer-Douglas-Peucker line simplification  
21 Record sound        
21 Reverse the gender of a string    
21 Safe primes and unsafe primes    
21 Tonelli-Shanks algorithm  
21 Video display modes      
21 Window management    
20 A* search algorithm    
20 AudioAlarm        
20 Bell numbers  
20 Create an object/Native demonstration  
20 Deming's Funnel  
20 Humble numbers
20 Law of cosines - triples  
20 Median filter
20 Mersenne primes    
20 Parse an IP Address  
20 Playfair cipher      
20 Sokoban  
20 Solve a Numbrix puzzle  
19 Active Directory/Search for a user            
19 Bilinear interpolation
19 Burrows–Wheeler transform  
19 Chemical Calculator  
19 Diversity prediction theorem  
19 Elliptic curve arithmetic  
19 Markov chain text generator    
19 N-body problem    
19 Native shebang    
19 Sequence: smallest number with exactly n divisors  
19 Sierpinski pentagon  
19 Simulate input/Mouse      
19 Solve a Hopido puzzle  
19 Weird numbers    
18 Addition chains
18 Approximate Equality
18 Color quantization  
18 Eertree  
18 Intersecting Number Wheels      
18 Lucky and even lucky numbers    
18 Mastermind    
18 Mind boggling card trick    
18 Orbital elements  
18 Pell's equation    
18 Shortest common supersequence
18 Snake And Ladder  
18 Strong and weak primes      
17 Assertions in design by contract      
17 Bitcoin/public point to address  
17 Commatizing numbers    
17 Data Encryption Standard        
17 Elementary cellular automaton/Infinite length  
17 Find duplicate files    
17 First perfect square in base N with N unique digits      
17 Fixed length records      
17 Four is magic  
17 Hunt The Wumpus        
17 Index finite lists of positive integers  
17 Joystick position              
17 K-d tree  
17 Kosaraju  
17 Levenshtein distance/Alignment  
17 Numeric separator syntax  
17 P-value correction  
17 Percolation/Site percolation
17 Readline interface    
17 Reflection/Get source      
17 SQL-based authentication    
17 Selective File Copy      
17 Sexy primes  
17 Untrusted environment    
17 Vigenère cipher/Cryptanalysis
17 Zeckendorf arithmetic    
16 Arithmetic coding/As a generalized change of radix    
16 Aspect Oriented Programming    
16 Code segment unload      
16 Color wheel  
16 Compiler/code generator    
16 Determine if a string has all unique characters    
16 Finite state machine    
16 HTTPS/Client-authenticated  
16 I.Q. Puzzle  
16 Just in time processing on a character stream
16 Knuth's power tree  
16 Kolakoski sequence  
16 List rooted trees  
16 Monads/List monad      
16 Monads/Maybe monad        
16 Montgomery reduction  
16 Names to numbers    
16 Perceptron        
16 Polynomial synthetic division  
16 Range consolidation    
16 Vogel's approximation method  
15 Compiler/syntax analyzer        
15 Compiler/virtual machine interpreter    
15 Determine if a string is collapsible    
15 Draw pixel 2    
15 Factorions    
15 Find URI in text          
15 Fraction reduction  
15 Free polyominoes enumeration        
15 Gauss-Jordan matrix inversion    
15 N-smooth numbers    
15 NYSIIS  
15 Nonogram solver      
15 Peano curve  
15 Percolation/Bond percolation
15 Percolation/Mean cluster density
15 Primes - allocate descendants to their ancestors
15 Rendezvous      
15 Retrieve and search chat history      
15 Self-hosting compiler        
15 Separate the house number from the street name    
15 Successive prime differences      
15 Sum data type        
15 Sunflower fractal    
14 Angles (geometric), normalization and conversion    
14 Bitmap/Read an image through a pipe    
14 De Bruijn sequences  
14 EKG sequence convergence  
14 Gapful numbers    
14 Geometric algebra        
14 ISBN13 check digit    
14 Imaginary base numbers      
14 Lah numbers    
14 Monads/Writer monad            
14 Most frequent k chars distance      
14 Nested templated data    
14 Particle Swarm Optimization        
14 Smarandache prime-digital sequence      
14 Spelling of ordinal numbers    
14 Teacup rim text      
14 Terminal control/Positional read    
14 Transportation problem        
14 Vibrating rectangles    
14 Word search    
13 Abelian sandpile model      
13 Compare sorting algorithms' performance        
13 Determine if a string is squeezable    
13 Fermat numbers    
13 Matrix chain multiplication    
13 Mayan numerals      
13 Numerical integration/Adaptive Simpson's method  
13 Proof                
13 Random Latin Squares      
13 Suffix tree      
13 XML Validation        
12 Bitmap/PPM conversion through a pipe    
12 Compiler/AST interpreter      
12 Deconvolution/2D+      
12 File size distribution
12 Generalised floating point addition      
12 Matrix Digital Rain      
12 Peaceful chess queen armies  
12 Permutations with some identical elements        
12 Pierpont primes    
12 Sequence: nth number with exactly n divisors    
12 Singly-linked list/Element removal      
12 Snake          
12 Super-d numbers      
12 Topological sort/Extracted top item    
12 Zumkeller numbers    
11 Bioinformatics/base count    
11 Chernick's Carmichael numbers      
11 Continued fraction/Arithmetic/G(matrix NG, Contined Fraction N)      
11 Functional coverage tree    
11 OpenWebNet Password      
11 Safe mode          
11 Stirling numbers of the first kind        
11 Stirling numbers of the second kind        
10 15 puzzle solver          
10 Banker's algorithm        
10 Factorial base numbers indexing permutations of a collection      
10 Interactive Help        
10 Latin Squares in reduced form          
10 Metallic ratios      
10 Palindromic gapful numbers        
10 Penrose tiling      
10 Print debugging statement      
10 Sine wave        
10 Tarjan    
10 VList          
9 ASCII art diagram converter          
9 Audio frequency generator              
9 Bioinformatics/Sequence mutation    
9 Canny edge detector            
9 Catmull–Clark subdivision surface            
9 Combinations with repetitions/Square Digit Chain      
9 Execute CopyPasta Language        
9 Four is the number of letters in the ...    
9 Launch rocket with countdown and acceleration in stdout      
9 Parse EBNF            
9 Pentomino tiling        
9 Resistance Calculator      
9 Run as a daemon or service            
9 Simulated annealing          
9 Sorting algorithms/Tree sort on a linked list        
9 Suffixation of decimal numbers      
9 Unprimeable numbers        
8 21 Game        
8 Checksumcolor        
8 External sort        
8 French Republican calendar          
8 Gradient descent        
8 Greed            
8 Morpion solitaire            
8 Numerical and alphabetical suffixes        
8 Railway circuit        
8 Ramanujan's constant          
8 Rare numbers              
8 Starting a web browser          
8 Tetris                  
8 Time-based One-time Password Algorithm            
8 Unit testing          
7 Colour pinstripe/Printer            
7 Curve that touches three points        
7 Display an outline as a nested table        
7 Faces from a mesh      
7 IPC via named pipe            
7 Multidimensional Newton-Raphson method        
7 One-time pad        
7 Pinstripe/Printer              
7 Resistance Network Calculator      
7 Rosetta Code/Rank languages by number of users        
7 Spoof game          
7 Tree datastructures      
7 UPC        
7 User defined pipe and redirection operators            
7 Using a Speech engine to highlight words                  
6 16 Puzzle Game              
6 Minimal steps down to 1        
6 OpenGL Pixel Shader            
6 OpenGL/Utah Teapot            
6 Robots            
6 Rosetta Code/Tasks without examples          
6 Text to HTML            
5 Addition-chain exponentiation            
5 Continued fraction/Arithmetic/G(matrix NG, Contined Fraction N1, Contined Fraction N2)              
5 Fibonacci heap            
5 Hexapawn              
5 Mayan calendar          
5 Remote agent/Agent interface              
5 Remote agent/Agent logic              
5 Remote agent/Simulation              
5 Rosetta Code/Run examples                  
4 Boids              
4 Chess player              
4 Elliptic Curve Digital Signature Algorithm              
4 I'm a software engineer, get me out of here              
4 OLE Automation                
4 Recursive descent parser generator                
4 Tamagotchi emulator                  
4 Terminal control/Restricted width positional input/No wrapping            
4 Terminal control/Restricted width positional input/With wrapping            
4 Using the Meetup.com API                
3 Audio Overlap Loop                  
3 Black Box                
3 Compiler/ Verifying Syntax              
3 Generalised floating point multiplication                
3 Latin Squares in reduced form/Randomizing using Jacobson and Matthews’ Technique                
3 Process SMIL directives in XML data                
3 Raster bars                
3 Solve a Rubik's Cube              
3 Unicode polynomial equation              
2 IRC gateway                  
2 Solving coin problems                
1 15 Puzzle Game in 3D                    
1 Rosetta Code/List authors of task descriptions                  
1 Ukkonen’s Suffix Tree Construction                  
1 Waveform analysis/Doh ray me                  
1 Waveform analysis/Top and tail                  
0 Blackjack strategy                    
0 Chess player/Move generation                    
0 Chess player/Program options and user interface                    
0 Chess player/Search and evaluation                    
0 Rosetta Code/Tasks sorted by average lines of code                    
0 Weather Routing