Rosetta Code/Count examples: Difference between revisions

m
→‎{{header|Perl 6}}: Use a better matcher to cut down on both the false positives and false negatives
m (→‎{{header|Perl 6}}: secondary sort on task name for initial table order)
m (→‎{{header|Perl 6}}: Use a better matcher to cut down on both the false positives and false negatives)
Line 1,690:
:prop<title>
).map({
my $page = mediawiki-query(
$client.get("{ $url }/index.php?title={ uri-escape .<title> }&action=raw").content;
$url, 'pages',
my $count = +$page.comb(/ ^^'==' <-[\n=]>* '{{header|' \w+ \N+ '==' \h* $$ /);
:titles(.<title>),
:prop<revisions>,
:rvprop<content>,
);
my $count = +$page.comb(/'=={{header|'/);
%tasks{.<title>} = {'cat' => %cat{$cat}, :$count};
print $progress.inc;
Line 1,772 ⟶ 1,768:
<div style="height:80ex;overflow:scroll;">
{|class="wikitable sortable"
|+ As of 2018-03-30 :: Tasks: 871 :: Draft Tasks: 209 :: Total Tasks: 1080 :: Total Examples: 5606955684
! Count !! Task !! Category
|-
| 383382
| [[Hello%20world%2FText|Hello world/Text]]
| Task
|-
| 288270
|data-sort-value="0C99 bottles of beer"| [[99%20Bottles%20of%20Beer|99 Bottles of Beer]]
| Task
|-
| 266262
| [[FizzBuzz|FizzBuzz]]
| Task
|-
| 265
|data-sort-value="0D100 doors"| [[100%20doors|100 doors]]
| Task
|-
| 244262
| [[FizzBuzz|FizzBuzz]]
| [[Fibonacci%20sequence|Fibonacci sequence]]
| Task
|-
| 242239
| [[Comments|Comments]]
| Task
|-
| 236239
| [[Fibonacci%20sequence|Fibonacci sequence]]
| [[Factorial|Factorial]]
| Task
|-
| 224230
| [[A%2BBFactorial|A+BFactorial]]
| Task
|-
Line 1,811 ⟶ 1,803:
| Task
|-
| 208214
| [[A%2BB|A+B]]
| [[Function%20definition|Function definition]]
| Task
|-
| 196207
| [[Function%20definition|Function definition]]
| [[Loops%2FFor|Loops/For]]
| Task
|-
| 195
| [[Loops%2FInfinite|Loops/Infinite]]
| Task
|-
Line 1,827 ⟶ 1,815:
| Task
|-
| 190192
| [[Loops%2FWhile2FInfinite|Loops/WhileInfinite]]
| Task
|-
| 187188
| [[ArraysLoops%2FWhile|ArraysLoops/While]]
| Task
|-
Line 1,839 ⟶ 1,827:
| Task
|-
| 174184
| [[Arrays|Arrays]]
| [[Arithmetic%2FInteger|Arithmetic/Integer]]
| Task
|-
| 177
| [[Loops%2FFor|Loops/For]]
| Task
|-
| 173176
| [[Greatest%20common%20divisor|Greatest common divisor]]
| Task
|-
| 172171
| [[Arithmetic%2FInteger|Arithmetic/Integer]]
| [[Conditional%20structures|Conditional structures]]
| Task
|-
| 171
| [[Conditional%20structures|Conditional structures]]
| Task
|-
| 170
| [[Greatest%20element%20of%20a%20list|Greatest element of a list]]
| Task
Line 1,859 ⟶ 1,855:
| Task
|-
| 164162
| [[Integer%20comparison|Integer comparison]]
| Task
|-
| 161158
| [[Increment%20a%20numerical%20string|Increment a numerical string]]
| Task
|-
| 160158
| [[Repeat%20a%20string|Repeat a string]]
| [[Loops%2FFor%20with%20a%20specified%20step|Loops/For with a specified step]]
| Task
|-
| 159157
| [[Array%20concatenation|Array concatenation]]
| Task
|-
| 159
| [[Loops%2FDownward%20for|Loops/Downward for]]
| Task
|-
| 158156
| [[Array%20concatenation|Array concatenation]]
| [[Repeat%20a%20string|Repeat a string]]
| Task
|-
| 156
| [[LoopsBoolean%2FForeach20values|Loops/ForeachBoolean values]]
| Task
|-
| 155152
| [[Loops%2FFor%20with%20a%20specified%20step|Loops/For with a specified step]]
| [[Boolean%20values|Boolean values]]
| Task
|-
| 155151
| [[Copy%20a%20string|Copy a string]]
| Task
|-
| 150148
| [[Hello%20world%2FGraphical|Hello world/Graphical]]
| Task
|-
| 149148
| [[Sum%20and%20product%20of%20an%20array|Sum and product of an array]]
| Task
|-
| 148147
| [[Even%20or%20odd|Even or odd]]
| Task
|-
| 148146
| [[String%20case|String case]]
| Task
|-
| 148
| [[String%20length|String length]]
| Task
|-
| 146
| [[Character%20codes|Character codes]]
| Task
|-
| 146
| [[Hailstone%20sequence|Hailstone sequence]]
| Task
|-
Line 1,928 ⟶ 1,908:
|-
| 144
| [[Loops%2FDo-while2FForeach|Loops/Do-whileForeach]]
| Task
|-
| 141143
| [[Character%20codes|Character codes]]
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
| Task
|-
| 140143
| [[Loops%2FDo-while|Loops/Do-while]]
| [[String%20concatenation|String concatenation]]
| Task
|-
| 139141
| [[String%20case|String case]]
| [[Loops%2FN%20plus%20one%20half|Loops/N plus one half]]
| Task
|-
| 138
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
| [[Binary%20digits|Binary digits]]
| Task
|-
| 138
| [[Sum%20of%20a%20series|Sum of a series]]
| Task
|-
| 138
| [[Tokenize%20a%20string|Tokenize a string]]
| Task
|-
| 137
| [[Filter|Filter]]
| Task
|-
Line 1,964 ⟶ 1,932:
|-
| 137
| [[Loops%2FBreak2FN%20plus%20one%20half|Loops/BreakN plus one half]]
| Task
|-
| 137
| [[String%20concatenation|String concatenation]]
| [[Palindrome%20detection|Palindrome detection]]
| Task
|-
| 137136
| [[Hailstone%20sequence|Hailstone sequence]]
| [[Sum%20of%20squares|Sum of squares]]
| Task
|-
Line 1,980 ⟶ 1,948:
|-
| 136
| [[Sum%20of%20a%20series|Sum of a series]]
| [[Logical%20operations|Logical operations]]
| Task
|-
| 136
| [[Sum%20of%20squares|Sum of squares]]
|data-sort-value="rot-0C13"| [[Rot-13|Rot-13]]
| Task
|-
| 135
| [[Binary%20digits|Binary digits]]
| [[Execute%20a%20system%20command|Execute a system command]]
| Task
|-
| 135
| [[Filter|Filter]]
| Task
|-
| 134
| [[Loops%2FBreak|Loops/Break]]
| [[Sieve%20of%20Eratosthenes|Sieve of Eratosthenes]]
| Task
|-
| 134
| [[Palindrome%20detection|Palindrome detection]]
| Task
|-
| 134
|data-sort-value="rot-0C13"| [[Rot-13|Rot-13]]
| Task
|-
| 133
| [[Execute%20a%20system%20command|Execute a system command]]
| Task
|-
| 133
| [[Towers%20of%20Hanoi|Towers of Hanoi]]
| Task
|-
| 131
| [[Logical%20operations|Logical operations]]
| Task
|-
Line 2,007 ⟶ 1,995:
| Task
|-
| 129128
| [[Sieve%20of%20Eratosthenes|Sieve of Eratosthenes]]
| [[File%20input%2Foutput|File input/output]]
| Task
|-
| 129127
| [[Associative%20array%2FCreation|Associative array/Creation]]
| [[Leap%20year|Leap year]]
| Task
|-
| 127
| [[File%20input%2Foutput|File input/output]]
| [[Associative%20array%2FCreation|Associative array/Creation]]
| Task
|-
| 127
| [[Tokenize%20a%20string|Tokenize a string]]
| Task
|-
Line 2,024 ⟶ 2,016:
|-
| 126
| [[Leap%20year|Leap year]]
| [[Remove%20duplicate%20elements|Remove duplicate elements]]
| Task
|-
| 126
| [[Remove%20duplicate%20elements|Remove duplicate elements]]
| [[Sorting%20algorithms%2FBubble%20sort|Sorting algorithms/Bubble sort]]
| Task
|-
Line 2,036 ⟶ 2,028:
|-
| 124
| [[Sorting%20algorithms%2FBubble%20sort|Sorting algorithms/Bubble sort]]
| [[Array%20length|Array length]]
| Task
|-
| 123
| [[EmptyArray%20string20length|EmptyArray stringlength]]
| Task
|-
| 123122
| [[Hello%20world%2FStandard%20error|Hello world/Standard error]]
| Task
|-
| 123
| [[Quine|Quine]]
| Task
|-
| 123
| [[User%20input%2FText|User input/Text]]
| Task
|-
| 122
| [[Roman%20numerals%2FEncode|Roman numerals/Encode]]
| [[Guess%20the%20number|Guess the number]]
| Task
|-
| 122121
| [[Empty%20string|Empty string]]
| [[Read%20entire%20file|Read entire file]]
| Task
|-
| 121
| [[Read%20entire%20file|Read entire file]]
| [[Command-line%20arguments|Command-line arguments]]
| Task
|-
| 121
| [[RomanUser%20numerals20input%2FEncode2FText|RomanUser numeralsinput/EncodeText]]
| Task
|-
| 120
| [[Command-line%20arguments|Command-line arguments]]
| [[Create%20a%20file|Create a file]]
| Task
|-
| 120
| [[Hello%20world%2FStandard%20error|Hello world/Standard error]]
| [[Loops%2FContinue|Loops/Continue]]
| Task
|-
| 119
| [[Create%20a%20file|Create a file]]
| [[Primality%20by%20trial%20division|Primality by trial division]]
| Task
|-
| 118
| [[Guess%20the%20number|Guess the number]]
| [[Bitwise%20operations|Bitwise operations]]
| Task
|-
| 118
| [[Primality%20by%20trial%20division|Primality by trial division]]
| [[Ethiopian%20multiplication|Ethiopian multiplication]]
| Task
|-
| 118117
| [[Bitwise%20operations|Bitwise operations]]
| [[Loop%20over%20multiple%20arrays%20simultaneously|Loop over multiple arrays simultaneously]]
| Task
|-
| 117
| [[LeastLoop%20common20over%20multiple%20arrays%20simultaneously|LeastLoop commonover multiple arrays simultaneously]]
| Task
|-
| 117
| [[Sorting%20algorithms%2FQuicksort|Sorting algorithms/Quicksort]]
| [[Sleep|Sleep]]
| Task
|-
| 116
| [[Sleep|Sleep]]
| [[Day%20of%20the%20week|Day of the week]]
| Task
|-
| 116
| [[Factors%20of%20an%20integer|Factors of an integer]]
| Task
|-
| 116
| [[Sorting%20algorithms%2FQuicksort|Sorting algorithms/Quicksort]]
| Task
|-
Line 2,120 ⟶ 2,096:
|-
| 115
| [[CheckFactors%20that20of%20file20an%20exists20integer|CheckFactors thatof filean existsinteger]]
| Task
|-
| 115114
| [[Check%20that%20file%20exists|Check that file exists]]
| [[Happy%20numbers|Happy numbers]]
| Task
|-
| 115114
| [[IncludeDay%20a20of%20file20the%20week|IncludeDay of athe fileweek]]
| Task
|-
| 115
| [[Substring|Substring]]
| Task
|-
| 114
| [[CaesarHappy%20cipher20numbers|CaesarHappy ciphernumbers]]
| Task
|-
Line 2,144 ⟶ 2,116:
|-
| 113
| [[Caesar%20cipher|Caesar cipher]]
| [[Literals%2FInteger|Literals/Integer]]
| Task
|-
| 113
| [[Least%20common%20multiple|Least common multiple]]
| Task
|-
| 113
| [[Mutual%20recursion|Mutual recursion]]
| Task
|-
| 113
| [[Substring|Substring]]
| Task
|-
| 112
| [[Literals%2FInteger|Literals/Integer]]
| [[Detect%20division%20by%20zero|Detect division by zero]]
| Task
|-
Line 2,159 ⟶ 2,139:
| Task
|-
| 111112
| [[Stack|Stack]]
| [[Averages%2FRoot%20mean%20square|Averages/Root mean square]]
| Task
|-
| 111
| [[Balanced%20brackets|Balanced brackets]]
| Task
|-
Line 2,176 ⟶ 2,152:
|-
| 110
| [[Include%20a%20file|Include a file]]
| [[Program%20termination|Program termination]]
| Task
|-
| 110
| [[Loops%2FContinue|Loops/Continue]]
| [[Stack|Stack]]
| Task
|-
| 109
| [[Averages%2FRoot%20mean%20square|Averages/Root mean square]]
| Task
|-
| 109
| [[Balanced%20brackets|Balanced brackets]]
| Task
|-
| 109
| [[Ethiopian%20multiplication|Ethiopian multiplication]]
| Task
|-
Line 2,196 ⟶ 2,184:
|-
| 108
| [[VariablesDate%20format|VariablesDate format]]
| Task
|-
Line 2,204 ⟶ 2,192:
|-
| 107
| [[Program%20termination|Program termination]]
| [[Date%20format|Date format]]
| Task
|-
| 107106
| [[Read%20a%20file%20line%20by%20line|Read a file line by line]]
| Task
|-
| 106
| [[Delete%20a%20file|Delete a file]]
| Task
|-
| 106
| [[Generate%20lower%20case%20ASCII%20alphabet|Generate lower case ASCII alphabet]]
| Task
|-
| 106
| [[Real%20constants%20and%20functions|Real constants and functions]]
| Task
|-
| 106
| [[Rename%20a%20file|Rename a file]]
| Task
|-
Line 2,232 ⟶ 2,208:
|-
| 105
| [[Anagrams|Anagrams]]
| [[Mandelbrot%20set|Mandelbrot set]]
| Task
|-
| 104105
| [[Detect%20division%20by%20zero|Detect division by zero]]
| [[ABC%20Problem|ABC Problem]]
| Task
|-
| 104105
| [[Variables|Variables]]
| [[Count%20in%20octal|Count in octal]]
| Task
|-
| 104
| [[Classes|Classes]]
| [[Function%20composition|Function composition]]
| Task
|-
| 104
| [[InputDelete%20loop20a%20file|InputDelete a loopfile]]
| Task
|-
| 104
| [[NullRename%20object20a%20file|NullRename a objectfile]]
| Task
|-
| 104103
| [[Averages%2FMedian|Averages/Median]]
| [[Return%20multiple%20values|Return multiple values]]
| Task
|-
Line 2,265 ⟶ 2,241:
| 103
| [[Case-sensitivity%20of%20identifiers|Case-sensitivity of identifiers]]
| Task
|-
| 103
| [[Classes|Classes]]
| Task
|-
Line 2,276 ⟶ 2,248:
|-
| 103
| [[Function%20composition|Function composition]]
| [[Loops%2FNested|Loops/Nested]]
| Task
|-
| 103
| [[Return%20multiple%20values|Return multiple values]]
| [[Sorting%20algorithms%2FInsertion%20sort|Sorting algorithms/Insertion sort]]
| Task
|-
| 102
| [[ABC%20Problem|ABC Problem]]
| [[Averages%2FMedian|Averages/Median]]
| Task
|-
| 102
| [[Count%20occurrences20in%20of%20a%20substring20octal|Count occurrences of ain substringoctal]]
| Task
|-
| 102
| [[Hostname|Hostname]]
| Task
|-
| 102
| [[Input%20loop|Input loop]]
| Task
|-
| 102
| [[Loops%2FNested|Loops/Nested]]
| Task
|-
| 102
| [[Null%20object|Null object]]
| Task
|-
Line 2,307 ⟶ 2,291:
| Task
|-
| 100101
| [[Sorting%20algorithms%2FInsertion%20sort|Sorting algorithms/Insertion sort]]
| [[HTTP|HTTP]]
| Task
|-
| 100
| [[Count%20occurrences%20of%20a%20substring|Count occurrences of a substring]]
| [[Multiplication%20tables|Multiplication tables]]
| Task
|-
| 100
| [[Multiplication%20tables|Multiplication tables]]
| [[Pick%20random%20element|Pick random element]]
| Task
|-
| 99
| [[Anagrams|Anagrams]]
| Task
|-
Line 2,328 ⟶ 2,308:
|-
| 99
| [[Generate%20lower%20case%20ASCII%20alphabet|Generate lower case ASCII alphabet]]
| [[Find%20limit%20of%20recursion|Find limit of recursion]]
| Task
|-
Line 2,344 ⟶ 2,324:
|-
| 99
| [[Pick%20random%20element|Pick random element]]
| [[Pangram%20checker|Pangram checker]]
| Task
|-
| 98
| [[HTTP|HTTP]]
| [[Conway%27s%20Game%20of%20Life|Conway's Game of Life]]
| Task
|-
| 98
| [[Guess%20the%20number%2FWith%20feedback|Guess the number/With feedback]]
| Task
|-
Line 2,360 ⟶ 2,336:
|-
| 97
| [[Create%20a%20two-dimensional%20array%20at%20runtime|Create a two-dimensional array at runtime]]
| [[Accumulator%20factory|Accumulator factory]]
| Task
|-
| 97
| [[Guess%20the%20number%2FWith%20feedback|Guess the number/With feedback]]
| [[Align%20columns|Align columns]]
| Task
|-
| 97
| [[Pangram%20checker|Pangram checker]]
| [[Create%20a%20two-dimensional%20array%20at%20runtime|Create a two-dimensional array at runtime]]
| Task
|-
| 9796
| [[Accumulator%20factory|Accumulator factory]]
| [[Perfect%20numbers|Perfect numbers]]
| Task
|-
Line 2,388 ⟶ 2,364:
|-
| 96
| [[Mandelbrot%20set|Mandelbrot set]]
| [[Roman%20numerals%2FDecode|Roman numerals/Decode]]
| Task
|-
| 96
| [[Perfect%20numbers|Perfect numbers]]
| [[Strip%20a%20set%20of%20characters%20from%20a%20string|Strip a set of characters from a string]]
| Task
|-
| 96
| [[Roman%20numerals%2FDecode|Roman numerals/Decode]]
| [[Temperature%20conversion|Temperature conversion]]
| Task
|-
| 95
| [[Align%20columns|Align columns]]
| Task
|-
Line 2,408 ⟶ 2,388:
|-
| 95
| [[Find%20limit%20of%20recursion|Find limit of recursion]]
| [[String%20matching|String matching]]
| Task
|-
| 9495
| [[String%20matching|String matching]]
| [[Middle%20three%20digits|Middle three digits]]
| Task
|-
| 9495
| [[Strip%20a%20set%20of%20characters%20from%20a%20string|Strip a set of characters from a string]]
| [[Substring%2FTop%20and%20tail|Substring/Top and tail]]
| Task
|-
| 94
| [[Temperature%20conversion|Temperature conversion]]
| [[Variadic%20function|Variadic function]]
| Task
|-
Line 2,432 ⟶ 2,412:
|-
| 93
| [[Substring%2FTop%20and%20tail|Substring/Top and tail]]
| [[Zero%20to%20the%20zero%20power|Zero to the zero power]]
| Task
|-
| 9293
| [[Variadic%20function|Variadic function]]
| [[Arithmetic-geometric%20mean|Arithmetic-geometric mean]]
| Task
|-
| 9293
| [[Zero%20to%20the%20zero%20power|Zero to the zero power]]
| [[Program%20name|Program name]]
| Task
|-
| 92
| [[Exceptions|Exceptions]]
| [[Shell%20one-liner|Shell one-liner]]
| Task
|-
| 92
| [[Zig-zag%20matrix|Zig-zag matrix]]
| [[Strip%20whitespace%20from%20a%20string%2FTop%20and%20tail|Strip whitespace from a string/Top and tail]]
| Task
|-
| 9291
| [[Arithmetic-geometric%20mean|Arithmetic-geometric mean]]
| [[Zig-zag%20matrix|Zig-zag matrix]]
| Task
|-
| 91
| [[ExceptionsProgram%20name|ExceptionsProgram name]]
| Task
|-
| 91
| [[Strip%20whitespace%20from%20a%20string%2FTop%20and%20tail|Strip whitespace from a string/Top and tail]]
| [[Trigonometric%20functions|Trigonometric functions]]
| Task
|-
Line 2,480 ⟶ 2,460:
|-
| 90
| [[Shell%20one-liner|Shell one-liner]]
| [[String%20interpolation%20%28included%29|String interpolation (included)]]
| Task
|-
| 89
| [[Combinations|Combinations]]
| Task
|-
| 89
| [[Conway%27s%20Game%20of%20Life|Conway's Game of Life]]
| Task
|-
| 89
| [[String%20interpolation%20%28included%29|String interpolation (included)]]
| Task
|-
| 89
| [[Trigonometric%20functions|Trigonometric functions]]
| Task
|-
Line 2,492 ⟶ 2,484:
|-
| 88
| [[Middle%20three%20digits|Middle three digits]]
| [[Enumerations|Enumerations]]
| Task
|-
Line 2,501 ⟶ 2,493:
| 88
| [[Random%20number%20generator%20%28included%29|Random number generator (included)]]
| Task
|-
| 88
| [[Short-circuit%20evaluation|Short-circuit evaluation]]
| Task
|-
Line 2,524 ⟶ 2,512:
|-
| 87
| [[Enumerations|Enumerations]]
| [[One-dimensional%20cellular%20automata|One-dimensional cellular automata]]
| Task
|-
| 87
| [[Ordered%20words|Ordered words]]
| Task
|-
| 87
| [[Short-circuit%20evaluation|Short-circuit evaluation]]
| Task
|-
Line 2,536 ⟶ 2,528:
|-
| 86
| [[One-dimensional%20cellular%20automata|One-dimensional cellular automata]]
| [[Interactive%20programming|Interactive programming]]
| Task
|-
Line 2,545 ⟶ 2,537:
| 85
| [[Exponentiation%20operator|Exponentiation operator]]
| Task
|-
| 85
| [[Inheritance%2FSingle|Inheritance/Single]]
| Task
|-
Line 2,552 ⟶ 2,548:
|-
| 85
| [[Look-and-say%20sequence|Look-and-say sequence]]
| [[Queue%2FDefinition|Queue/Definition]]
| Task
|-
Line 2,568 ⟶ 2,564:
|-
| 84
| [[Interactive%20programming|Interactive programming]]
| [[Look-and-say%20sequence|Look-and-say sequence]]
| Task
|-
Line 2,581 ⟶ 2,577:
| 84
| [[Reverse%20words%20in%20a%20string|Reverse words in a string]]
| Task
|-
| 84
|data-sort-value="sum multiples of 0B3 and 0B5"| [[Sum%20multiples%20of%203%20and%205|Sum multiples of 3 and 5]]
| Task
|-
Line 2,588:
|-
| 83
| [[Queue%2FDefinition|Queue/Definition]]
| [[Cumulative%20standard%20deviation|Cumulative standard deviation]]
| Task
|-
Line 2,596:
|-
| 82
| [[Cumulative%20standard%20deviation|Cumulative standard deviation]]
| [[Bulls%20and%20cows|Bulls and cows]]
| Task
|-
| 82
| [[Inheritance%2FSingle|Inheritance/Single]]
| Task
|-
Line 2,609 ⟶ 2,605:
| 82
| [[Range%20expansion|Range expansion]]
| Task
|-
| 81
| [[Bulls%20and%20cows|Bulls and cows]]
| Task
|-
Line 2,621:
| 81
| [[Sorting%20algorithms%2FGnome%20sort|Sorting algorithms/Gnome sort]]
| Task
|-
| 81
| [[String%20prepend|String prepend]]
| Task
|-
| 81
|data-sort-value="sum multiples of 0B3 and 0B5"| [[Sum%20multiples%20of%203%20and%205|Sum multiples of 3 and 5]]
| Task
|-
| 81
| [[Symmetric%20difference|Symmetric difference]]
| Task
|-
| 81
| [[Window%20creation|Window creation]]
| Task
|-
Line 2,653 ⟶ 2,641:
| 80
| [[Y%20combinator|Y combinator]]
| Task
|-
| 79
| [[Averages%2FSimple%20moving%20average|Averages/Simple moving average]]
| Task
|-
Line 2,660 ⟶ 2,652:
|-
| 79
| [[String%20append20prepend|String appendprepend]]
| Task
|-
| 79
| [[Window%20creation|Window creation]]
| [[Sum%20digits%20of%20an%20integer|Sum digits of an integer]]
| Task
|-
| 78
| [[Abstract%20type|Abstract type]]
| [[Averages%2FSimple%20moving%20average|Averages/Simple moving average]]
| Task
|-
Line 2,677 ⟶ 2,669:
| 78
| [[File%20modification%20time|File modification time]]
| Task
|-
| 78
| [[Monty%20Hall%20problem|Monty Hall problem]]
| Task
|-
Line 2,688 ⟶ 2,676:
|-
| 77
| [[AbstractAverages%20type2FMode|Abstract typeAverages/Mode]]
| Task
|-
Line 2,700 ⟶ 2,688:
|-
| 77
| [[Monty%20Hall%20problem|Monty Hall problem]]
| [[Sierpinski%20carpet|Sierpinski carpet]]
| Task
|-
| 77
| [[Sierpinski%20carpet|Sierpinski carpet]]
| [[Vector%20products|Vector products]]
| Task
|-
| 7677
| [[BabbageString%20problem20append|BabbageString problemappend]]
| Task
|-
| 7677
| [[Vector%20products|Vector products]]
| [[Entropy|Entropy]]
| Task
|-
Line 2,724 ⟶ 2,712:
|-
| 76
| [[Sum%20digits%20of%20an%20integer|Sum digits of an integer]]
| [[Menu|Menu]]
| Task
|-
| 7675
| [[Babbage%20problem|Babbage problem]]
| [[Sorting%20algorithms%2FCocktail%20sort|Sorting algorithms/Cocktail sort]]
| Task
|-
| 76
| [[Spiral%20matrix|Spiral matrix]]
| Task
|-
| 75
| [[Entropy|Entropy]]
| [[Averages%2FMode|Averages/Mode]]
| Task
|-
| 75
| [[Menu|Menu]]
| [[Hello%20world%2FLine%20printer|Hello world/Line printer]]
| Task
|-
| 75
| [[Simple%20windowed%20application|Simple windowed application]]
| [[Map%20range|Map range]]
| Task
|-
Line 2,752 ⟶ 2,736:
|-
| 75
| [[Sorting%20algorithms%2FCocktail%20sort|Sorting algorithms/Cocktail sort]]
| [[Walk%20a%20directory%2FRecursively|Walk a directory/Recursively]]
| Task
|-
| 74
| [[Harshad%20or%20Niven%20series|Harshad or Niven series]]
| [[Execute%20Brain%2A%2A%2A%2A|Execute Brain****]]
| Task
|-
| 74
| [[Hello%20world%2FLine%20printer|Hello world/Line printer]]
| [[Harshad%20or%20Niven%20series|Harshad or Niven series]]
| Task
|-
Line 2,773 ⟶ 2,757:
| 74
| [[Show%20the%20epoch|Show the epoch]]
| Task
|-
| 74
| [[Simple%20windowed%20application|Simple windowed application]]
| Task
|-
| 74
| [[The%20Twelve%20Days%20of%20Christmas|The Twelve Days of Christmas]]
| Task
|-
| 74
| [[Web%20scraping|Web scraping]]
| Task
|-
Line 2,797 ⟶ 2,773:
| 73
| [[Gray%20code|Gray code]]
| Task
|-
| 73
| [[Map%20range|Map range]]
| Task
|-
Line 2,805 ⟶ 2,785:
| 73
| [[Set|Set]]
| Task
|-
| 73
| [[Spiral%20matrix|Spiral matrix]]
| Task
|-
| 73
| [[Tree%20traversal|Tree traversal]]
| Task
|-
| 73
| [[Walk%20a%20directory%2FRecursively|Walk a directory/Recursively]]
| Task
|-
| 72
| [[Execute%20Brain%2A%2A%2A%2A|Execute Brain****]]
| Task
|-
| 72
| [[Introspection|Introspection]]
| Task
|-
| 72
| [[Last%20Friday%20of%20each%20month|Last Friday of each month]]
| Task
|-
| 72
| [[Literals%2FFloating%20point|Literals/Floating point]]
| Task
|-
Line 2,831:
| Task
|-
| 7172
| [[Web%20scraping|Web scraping]]
| [[CSV%20to%20HTML%20translation|CSV to HTML translation]]
| Task
|-
| 71
| [[CSV%20to%20HTML%20translation|CSV to HTML translation]]
| [[Last%20Friday%20of%20each%20month|Last Friday of each month]]
| Task
|-
| 71
| [[Literals%2FFloating%20point|Literals/Floating point]]
| Task
|-
Line 2,856 ⟶ 2,852:
|-
| 71
| [[URL%20decoding|URL decoding]]
| [[Terminal%20control%2FRinging%20the%20terminal%20bell|Terminal control/Ringing the terminal bell]]
| Task
|-
Line 2,872 ⟶ 2,868:
|-
| 70
| [[Number%20names|Number names]]
| [[Keyboard%20input%2FObtain%20a%20Y%20or%20N%20response|Keyboard input/Obtain a Y or N response]]
| Task
|-
| 70
| [[Sorting%20algorithms%2FHeapsort|Sorting algorithms/Heapsort]]
| Task
|-
| 70
| [[URL%20decoding|URL decoding]]
| Task
|-
Line 2,895 ⟶ 2,887:
| Task
|-
| 6968
| [[Address%20of%20a%20variable|Address of a variable]]
| [[Sockets|Sockets]]
| Task
|-
| 68
| [[Concurrent%20computing|Concurrent computing]]
| [[Abundant%2C%20deficient%20and%20perfect%20number%20classifications|Abundant, deficient and perfect number classifications]]
| Task
|-
Line 2,924 ⟶ 2,916:
|-
| 68
| [[Take%20notes%20on%20the%20command%20line|Take notes on the command line]]
| [[String%20comparison|String comparison]]
| Task
|-
| 68
| [[TakeTerminal%20notes20control%20on2FRinging%20the%20command20terminal%20line20bell|TakeTerminal notes oncontrol/Ringing the commandterminal linebell]]
| Task
|-
Line 2,940 ⟶ 2,932:
|-
| 67
| [[Abundant%2C%20deficient%20and%20perfect%20number%20classifications|Abundant, deficient and perfect number classifications]]
| [[Address%20of%20a%20variable|Address of a variable]]
| Task
|-
| 67
| [[Catamorphism|Catamorphism]]
| Task
|-
| 67
| [[Concurrent%20computing|Concurrent computing]]
| Task
|-
Line 2,960 ⟶ 2,948:
|-
| 67
| [[KaprekarRoots%20numbers20of%20unity|KaprekarRoots of numbersunity]]
| Task
|-
| 67
| [[Number%20namesSockets|Number namesSockets]]
| Task
|-
| 67
| [[Sorting%20algorithms%2FShell%20sort|Sorting algorithms/Shell sort]]
| [[Roots%20of%20unity|Roots of unity]]
| Task
|-
| 67
| [[String%20comparison|String comparison]]
| [[Sorting%20algorithms%2FShell%20sort|Sorting algorithms/Shell sort]]
| Task
|-
| 67
| [[Strip%20comments%20from%20a%20string|Strip comments from a string]]
| Task
|-
| 67
| [[Terminal%20control%2FClear%20the%20screen|Terminal control/Clear the screen]]
| Task
|-
Line 2,989 ⟶ 2,973:
| 66
| [[Dynamic%20variable%20names|Dynamic variable names]]
| Task
|-
| 66
| [[Kaprekar%20numbers|Kaprekar numbers]]
| Task
|-
Line 2,997 ⟶ 2,985:
| 66
| [[Playing%20cards|Playing cards]]
| Task
|-
| 66
| [[Polymorphism|Polymorphism]]
| Task
|-
Line 3,021 ⟶ 3,013:
| 65
| [[Bitmap%2FBresenham%27s%20line%20algorithm|Bitmap/Bresenham's line algorithm]]
| Task
|-
| 65
| [[Empty%20directory|Empty directory]]
| Task
|-
Line 3,037 ⟶ 3,033:
| 65
| [[Order%20two%20numerical%20lists|Order two numerical lists]]
| Task
|-
| 65
| [[Polymorphism|Polymorphism]]
| Task
|-
| 64
| [[Find%20the%20last%20Sunday%20of%20each%20month|Find the last Sunday of each month]]
| [[Empty%20directory|Empty directory]]
| Task
|-
| 64
| [[Flow-control%20structures|Flow-control structures]]
| [[Find%20the%20last%20Sunday%20of%20each%20month|Find the last Sunday of each month]]
| Task
|-
| 64
| [[N%27th|N'th]]
| [[Flow-control%20structures|Flow-control structures]]
| Task
|-
Line 3,072 ⟶ 3,064:
|-
| 63
| [[Exceptions%2FCatch%20an%20exception%20thrown%20in%20a%20nested%20call|Exceptions/Catch an exception thrown in a nested call]]
| [[Forest%20fire|Forest fire]]
| Task
|-
Line 3,080 ⟶ 3,072:
|-
| 63
| [[Keyboard%20input%2FObtain%20a%20Y%20or%20N%20response|Keyboard input/Obtain a Y or N response]]
| [[Here%20document|Here document]]
| Task
|-
Line 3,089 ⟶ 3,081:
| 63
| [[Multiple%20distinct%20objects|Multiple distinct objects]]
| Task
|-
| 63
| [[N%27th|N'th]]
| Task
|-
Line 3,100 ⟶ 3,088:
|-
| 63
| [[Semordnilap|Semordnilap]]
| [[Read%20a%20configuration%20file|Read a configuration file]]
| Task
|-
| 63
| [[Sorting%20algorithms%2FComb%20sort|Sorting algorithms/Comb sort]]
| [[Semordnilap|Semordnilap]]
| Task
|-
| 63
| [[Terminal%20control%2FClear%20the%20screen|Terminal control/Clear the screen]]
| [[Sorting%20algorithms%2FComb%20sort|Sorting algorithms/Comb sort]]
| Task
|-
Line 3,116 ⟶ 3,104:
|-
| 62
| [[Call%20an%20object%20method|Call an object method]]
| [[Compare%20a%20list%20of%20strings|Compare a list of strings]]
| Task
|-
| 62
| [[Compare%20a%20list%20of%20strings|Compare a list of strings]]
| [[Constrained%20random%20points%20on%20a%20circle|Constrained random points on a circle]]
| Task
|-
| 62
| [[Convert%20seconds%20to%20compound%20duration|Convert seconds to compound duration]]
| Task
|-
Line 3,132 ⟶ 3,116:
|-
| 62
| [[Fibonacci%20n-step%20number%20sequences|Fibonacci n-step number sequences]]
| [[Enforced%20immutability|Enforced immutability]]
| Task
|-
| 62
| [[Guess%20the%20number%2FWith%20feedback%20%28player%29|Guess the number/With feedback (player)]]
| [[Euler%20method|Euler method]]
| Task
|-
| 62
| [[Here%20document|Here document]]
| [[Exceptions%2FCatch%20an%20exception%20thrown%20in%20a%20nested%20call|Exceptions/Catch an exception thrown in a nested call]]
| Task
|-
| 62
| [[Hofstadter%20Q%20sequence|Hofstadter Q sequence]]
| [[Fibonacci%20n-step%20number%20sequences|Fibonacci n-step number sequences]]
| Task
|-
| 62
| [[Jensen%27s%20Device|Jensen's Device]]
| [[Guess%20the%20number%2FWith%20feedback%20%28player%29|Guess the number/With feedback (player)]]
| Task
|-
| 62
| [[Largest%20int%20from%20concatenated%20ints|Largest int from concatenated ints]]
| [[Hofstadter%20Q%20sequence|Hofstadter Q sequence]]
| Task
|-
| 62
| [[Long%20multiplication|Long multiplication]]
| [[Jensen%27s%20Device|Jensen's Device]]
| Task
|-
| 62
| [[Pythagorean%20triples|Pythagorean triples]]
| [[Largest%20int%20from%20concatenated%20ints|Largest int from concatenated ints]]
| Task
|-
| 62
| [[Read%20a%20configuration%20file|Read a configuration file]]
| [[Pythagorean%20triples|Pythagorean triples]]
| Task
|-
Line 3,180 ⟶ 3,164:
|-
| 61
| [[Convert%20seconds%20to%20compound%20duration|Convert seconds to compound duration]]
| [[Call%20an%20object%20method|Call an object method]]
| Task
|-
| 61
| [[Enforced%20immutability|Enforced immutability]]
| [[Draw%20a%20sphere|Draw a sphere]]
| Task
|-
Line 3,192 ⟶ 3,176:
|-
| 61
| [[Sort%20disjoint%20sublist|Sort disjoint sublist]]
| [[Long%20multiplication|Long multiplication]]
| Task
|-
| 61
| [[Sudoku|Sudoku]]
| [[Sort%20disjoint%20sublist|Sort disjoint sublist]]
| Task
|-
| 61
| [[Text%20processing%2FMax%20licenses%20in%20use|Text processing/Max licenses in use]]
| [[Sudoku|Sudoku]]
| Task
|-
| 61
| [[Trabb%20Pardo%E2%80%93Knuth%20algorithm|Trabb Pardo–Knuth algorithm]]
| Task
|-
| 60
| [[Constrained%20random%20points%20on%20a%20circle|Constrained random points on a circle]]
| Task
|-
| 60
|data-sort-value="execute hq0B9+"| [[Execute%20HQ9%2B|Execute HQ9+]]
| Task
|-
| 60
| [[Gamma%20function|Gamma function]]
| Task
|-
Line 3,221 ⟶ 3,213:
| 60
| [[Probabilistic%20choice|Probabilistic choice]]
| Task
|-
| 60
| [[Singly-linked%20list%2FElement%20insertion|Singly-linked list/Element insertion]]
| Task
|-
Line 3,236 ⟶ 3,224:
|-
| 59
| [[Call%20a%20foreign-language%20function|Call a foreign-language function]]
| [[Fork|Fork]]
| Task
|-
| 59
| [[FourEuler%20bit%20adder20method|Four bitEuler addermethod]]
| Task
|-
| 59
| [[Fork|Fork]]
| [[Gamma%20function|Gamma function]]
| Task
|-
| 59
| [[Four%20bit%20adder|Four bit adder]]
| [[Named%20parameters|Named parameters]]
| Task
|-
| 59
| [[Runtime%20evaluation|Runtime evaluation]]
| Task
|-
| 59
| [[Undefined%20values|Undefined values]]
| Task
|-
| 59
|data-sort-value="write language name in 0B3d ascii"| [[Write%20language%20name%20in%203D%20ASCII|Write language name in 3D ASCII]]
| Task
|-
Line 3,268 ⟶ 3,248:
|-
| 58
| [[Named%20parameters|Named parameters]]
| [[Call%20a%20foreign-language%20function|Call a foreign-language function]]
| Task
|-
| 58
| [[One%20of%20n%20lines%20in%20a%20file|One of n lines in a file]]
| Task
|-
| 58
| [[Quaternion%20type|Quaternion type]]
| Task
|-
Line 3,284 ⟶ 3,268:
|-
| 58
| [[Singly-linked%20list%2FElement%20insertion|Singly-linked list/Element insertion]]
| [[Text%20processing%2FMax%20licenses%20in%20use|Text processing/Max licenses in use]]
| Task
|-
| 58
| [[Special%20variables|Special variables]]
| Task
|-
Line 3,305 ⟶ 3,293:
| 57
| [[Fractal%20tree|Fractal tree]]
| Task
|-
| 57
| [[HTTPS|HTTPS]]
| Task
|-
| 57
| [[Horizontal%20sundial%20calculations|Horizontal sundial calculations]]
| Task
|-
| 57
| [[IBAN|IBAN]]
| Task
|-
| 57
| [[Magic%20squares%20of%20odd%20order|Magic squares of odd order]]
| Task
|-
Line 3,330:
| [[Proper%20divisors|Proper divisors]]
| Draft
|-
| 57
| [[Quaternion%20type|Quaternion type]]
| Task
|-
| 57
Line 3,344 ⟶ 3,340:
|-
| 57
| [[Undefined%20values|Undefined values]]
| [[Runge-Kutta%20method|Runge-Kutta method]]
| Task
|-
Line 3,356 ⟶ 3,352:
|-
| 56
| [[HTTPSCurrying|HTTPSCurrying]]
| Task
|-
| 56
|data-sort-value="hofstadter-conway $0C10,0D000 sequence"| [[Hofstadter-Conway%20%2410%2C000%20sequence|Hofstadter-Conway $10,000 sequence]]
| Task
|-
| 56
| [[Horizontal%20sundial%20calculations|Horizontal sundial calculations]]
| Task
|-
Line 3,372 ⟶ 3,364:
|-
| 56
| [[Memory%20allocation|Memory allocation]]
| [[Magic%20squares%20of%20odd%20order|Magic squares of odd order]]
| Task
|-
| 56
| [[Runge-Kutta%20method|Runge-Kutta method]]
| [[Memory%20allocation|Memory allocation]]
| Task
|-
Line 3,397 ⟶ 3,389:
| 55
| [[AKS%20test%20for%20primes|AKS test for primes]]
| Task
|-
| 55
| [[Best%20shuffle|Best shuffle]]
| Task
|-
Line 3,408 ⟶ 3,404:
|-
| 55
| [[Draw%20a%20sphere|Draw a sphere]]
| [[Currying|Currying]]
| Task
|-
| 55
| [[Fast%20Fourier%20transform|Fast Fourier transform]]
| [[Extend%20your%20language|Extend your language]]
| Task
|-
| 55
| [[Jump%20anywhere|Jump anywhere]]
| [[Fast%20Fourier%20transform|Fast Fourier transform]]
| Task
|-
Line 3,437 ⟶ 3,433:
| 55
| [[Sorting%20algorithms%2FSleep%20sort|Sorting algorithms/Sleep sort]]
| Task
|-
| 55
| [[Special%20variables|Special variables]]
| Task
|-
| 55
| [[XML%2FOutput|XML/Output]]
| Task
|-
| 54
| [[Extend%20your%20language|Extend your language]]
|data-sort-value="0C24 game/solve"| [[24%20game%2FSolve|24 game/Solve]]
| Task
|-
| 54
| [[Inheritance%2FMultiple|Inheritance/Multiple]]
| [[Documentation|Documentation]]
| Task
|-
| 54
| [[Jump%20anywhere|Jump anywhere]]
| Task
|-
Line 3,475 ⟶ 3,459:
| Task
|-
| 5354
| [[XML%2FOutput|XML/Output]]
| [[Animate%20a%20pendulum|Animate a pendulum]]
| Task
|-
| 53
| [[Binary%20strings|Binary strings]]
| Task
|-
Line 3,492 ⟶ 3,472:
|-
| 53
| [[Forest%20fire|Forest fire]]
| [[Globally%20replace%20text%20in%20several%20files|Globally replace text in several files]]
| Task
|-
| 53
| [[Globally%20replace%20text%20in%20several%20files|Globally replace text in several files]]
| [[Huffman%20coding|Huffman coding]]
| Task
|-
| 53
| [[Inheritance%2FMultiple|Inheritance/Multiple]]
| Task
|-
Line 3,528 ⟶ 3,504:
|-
| 52
|data-sort-value="0C24 game/solve"| [[24%20game%2FSolve|24 game/Solve]]
| [[Best%20shuffle|Best shuffle]]
| Task
|-
| 52
| [[Documentation|Documentation]]
| Task
|-
Line 3,537 ⟶ 3,517:
| 52
| [[Fibonacci%20word|Fibonacci word]]
| Task
|-
| 52
| [[Huffman%20coding|Huffman coding]]
| Task
|-
Line 3,544 ⟶ 3,528:
|-
| 52
| [[Singleton|Singleton]]
| [[Scope%20modifiers|Scope modifiers]]
| Task
|-
Line 3,557 ⟶ 3,541:
| 52
| [[Write%20entire%20file|Write entire file]]
| Task
|-
| 52
|data-sort-value="write language name in 0B3d ascii"| [[Write%20language%20name%20in%203D%20ASCII|Write language name in 3D ASCII]]
| Task
|-
| 52
| [[XML%2FXPath|XML/XPath]]
| Task
|-
| 51
| [[Animate%20a%20pendulum|Animate a pendulum]]
| Task
|-
Line 3,568 ⟶ 3,560:
|-
| 51
| [[Binary%20strings|Binary strings]]
| [[Dinesman%27s%20multiple-dwelling%20problem|Dinesman's multiple-dwelling problem]]
| Task
|-
Line 3,586 ⟶ 3,578:
| [[Repeat|Repeat]]
| Draft
|-
| 51
| [[Rosetta%20Code%2FCount%20examples|Rosetta Code/Count examples]]
| Task
|-
| 51
Line 3,596 ⟶ 3,584:
|-
| 51
| [[SingletonStack%20traces|SingletonStack traces]]
| Task
|-
Line 3,616 ⟶ 3,604:
|-
| 50
| [[Miller%E2%80%93Rabin%20primality%20test|Miller–Rabin primality test]]
| [[Draw%20a%20clock|Draw a clock]]
| Task
|-
| 50
| [[Rosetta%20Code%2FRank%20languages%20by%20popularity|Rosetta Code/Rank languages by popularity]]
| [[Miller%E2%80%93Rabin%20primality%20test|Miller–Rabin primality test]]
| Task
|-
Line 3,628 ⟶ 3,616:
|-
| 50
| [[Scope%20modifiers|Scope modifiers]]
| [[Semiprime|Semiprime]]
| Task
|-
| 50
| [[Semiprime|Semiprime]]
| [[Sorting%20algorithms%2FPermutation%20sort|Sorting algorithms/Permutation sort]]
| Task
|-
| 50
| [[Sorting%20algorithms%2FPermutation%20sort|Sorting algorithms/Permutation sort]]
| [[Stack%20traces|Stack traces]]
| Task
|-
| 50
| [[Truncate%20a%20file|Truncate a file]]
| Task
|-
| 50
| [[Unbias%20a%20random%20generator|Unbias a random generator]]
| Task
|-
Line 3,657 ⟶ 3,641:
| 49
| [[Deal%20cards%20for%20FreeCell|Deal cards for FreeCell]]
| Task
|-
| 49
| [[Dinesman%27s%20multiple-dwelling%20problem|Dinesman's multiple-dwelling problem]]
| Task
|-
| 49
| [[Draw%20a%20clock|Draw a clock]]
| Task
|-
Line 3,684 ⟶ 3,676:
|-
| 49
| [[Truncatable%20primes|Truncatable primes]]
| [[Topological%20sort|Topological sort]]
| Task
|-
| 49
| [[Unbias%20a%20random%20generator|Unbias a random generator]]
| Task
|-
Line 3,692 ⟶ 3,688:
|-
| 48
| [[Doubly-linked%20list%2FElement%20definition|Doubly-linked list/Element definition]]
| [[Generator%2FExponential|Generator/Exponential]]
| Task
|-
| 48
| [[Generator%2FExponential|Generator/Exponential]]
| [[I%20before%20E%20except%20after%20C|I before E except after C]]
| Task
|-
Line 3,709 ⟶ 3,705:
| 48
| [[Pointers%20and%20references|Pointers and references]]
| Task
|-
| 48
| [[Send%20email|Send email]]
| Task
|-
Line 3,724:
|-
| 47
| [[Dutch%20national%20flag%20problem|Dutch national flag problem]]
| [[Doubly-linked%20list%2FElement%20definition|Doubly-linked list/Element definition]]
| Task
|-
| 47
| [[I%20before%20E%20except%20after%20C|I before E except after C]]
| [[Dutch%20national%20flag%20problem|Dutch national flag problem]]
| Task
|-
Line 3,752:
|-
| 47
| [[Random%20number%20generator%20%28device%29|Random number generator (device)]]
| [[Rosetta%20Code%2FRank%20languages%20by%20popularity|Rosetta Code/Rank languages by popularity]]
| Task
|-
| 47
| [[Split%20a%20character%20string%20based%20on%20change%20of%20character|Split a character string based on change of character]]
| [[Send%20email|Send email]]
| Task
|-
| 47
| [[Statistics%2FBasic|Statistics/Basic]]
| [[Split%20a%20character%20string%20based%20on%20change%20of%20character|Split a character string based on change of character]]
| Task
|-
| 47
| [[Topological%20sort|Topological sort]]
| [[Statistics%2FBasic|Statistics/Basic]]
| Task
|-
| 47
| [[Wireworld|Wireworld]]
| Task
|-
| 46
| [[DNS%20query|DNS query]]
| Task
|-
| 46
| [[Grayscale%20image|Grayscale image]]
| Task
|-
| 46
| [[Handle%20a%20signal|Handle a signal]]
| Task
|-
Line 3,780 ⟶ 3,788:
|-
| 46
| [[Respond%20to%20an%20unknown%20method%20call|Respond to an unknown method call]]
|data-sort-value="text processing/0B1"| [[Text%20processing%2F1|Text processing/1]]
| Task
|-
| 46
|data-sort-value="text processing/0B20B1"| [[Text%20processing%2F22F1|Text processing/21]]
| Task
|-
| 46
|data-sort-value="text processing/0B2"| [[Text%20processing%2F2|Text processing/2]]
| [[Truncatable%20primes|Truncatable primes]]
| Task
|-
Line 3,805 ⟶ 3,813:
| 45
| [[First-class%20functions%2FUse%20numbers%20analogously|First-class functions/Use numbers analogously]]
| Task
|-
| 45
| [[Handle%20a%20signal|Handle a signal]]
| Task
|-
Line 3,820 ⟶ 3,824:
|-
| 45
| [[Mad%20Libs|Mad Libs]]
| [[Maximum%20triangle%20path%20sum|Maximum triangle path sum]]
| Task
|-
| 45
| [[Maximum%20triangle%20path%20sum|Maximum triangle path sum]]
| [[Munchausen%20numbers|Munchausen numbers]]
| Task
|-
| 45
| [[Random%20number%20generator%20%28device%29|Random number generator (device)]]
| Task
|-
| 45
| [[Respond%20to%20an%20unknown%20method%20call|Respond to an unknown method call]]
| Task
|-
Line 3,844 ⟶ 3,840:
|-
| 45
| [[XML%2FDOM%20serialization|XML/DOM serialization]]
| [[Thue-Morse|Thue-Morse]]
| Task
|-
| 4544
|data-sort-value="0B9 billion names of god the integer"| [[9%20billion%20names%20of%20God%20the%20integer|9 billion names of God the integer]]
| [[XML%2FDOM%20serialization|XML/DOM serialization]]
| Task
|-
Line 3,869 ⟶ 3,865:
| 44
| [[Matrix-exponentiation%20operator|Matrix-exponentiation operator]]
| Task
|-
| 44
| [[Munchausen%20numbers|Munchausen numbers]]
| Task
|-
Line 3,885:
| 44
| [[Ternary%20logic|Ternary logic]]
| Task
|-
| 44
| [[Thue-Morse|Thue-Morse]]
| Task
|-
Line 3,897 ⟶ 3,901:
| 43
| [[Discordian%20date|Discordian date]]
| Task
|-
| 43
| [[Keyboard%20input%2FKeypress%20check|Keyboard input/Keypress check]]
| Task
|-
Line 3,913:
| 43
| [[Quickselect%20algorithm|Quickselect algorithm]]
| Task
|-
| 43
| [[Send%20an%20unknown%20method%20call|Send an unknown method call]]
| Task
|-
Line 3,924 ⟶ 3,928:
|-
| 42
| [[Dining%20philosophers|Dining philosophers]]
|data-sort-value="0B9 billion names of god the integer"| [[9%20billion%20names%20of%20God%20the%20integer|9 billion names of God the integer]]
| Task
|-
| 42
| [[Doubly-linked%20list%2FElement%20insertion|Doubly-linked list/Element insertion]]
| [[Emirp%20primes|Emirp primes]]
| Task
|-
| 42
| [[MadEmirp%20Libs20primes|MadEmirp Libsprimes]]
| Task
|-
| 42
| [[Polymorphic%20copy|Polymorphic copy]]
| Task
|-
| 42
| [[Send%20an%20unknown%20method%20call|Send an unknown method call]]
| Task
|-
| 41
| [[Color%20of%20a%20screen%20pixel|Color of a screen pixel]]
| Task
|-
| 41
| [[Colour%20bars%2FDisplay|Colour bars/Display]]
| Task
|-
Line 3,956 ⟶ 3,952:
|-
| 41
| [[Doubly-linked%20list%2FTraversal|Doubly-linked list/Traversal]]
| [[Dining%20philosophers|Dining philosophers]]
| Task
|-
| 41
| [[Echo%20server|Echo server]]
| [[Doubly-linked%20list%2FElement%20insertion|Doubly-linked list/Element insertion]]
| Task
|-
| 41
| [[Execute%20a%20Markov%20algorithm|Execute a Markov algorithm]]
| Task
|-
| 41
| [[Exponentiation%20order|Exponentiation order]]
| Task
|-
Line 4,007 ⟶ 3,999:
| Draft
|-
| 4140
| [[Exponentiation%20order|Exponentiation order]]
| [[Universal%20Turing%20machine|Universal Turing machine]]
| Task
|-
| 40
| [[GUI%20component%20interaction|GUI component interaction]]
| [[Doubly-linked%20list%2FTraversal|Doubly-linked list/Traversal]]
| Task
|-
| 40
| [[Keyboard%20input%2FKeypress%20check|Keyboard input/Keypress check]]
| [[Echo%20server|Echo server]]
| Task
|-
Line 4,029 ⟶ 4,021:
| 40
| [[Parsing%2FShunting-yard%20algorithm|Parsing/Shunting-yard algorithm]]
| Task
|-
| 40
| [[Rosetta%20Code%2FCount%20examples|Rosetta Code/Count examples]]
| Task
|-
| 40
| [[Universal%20Turing%20machine|Universal Turing machine]]
| Task
|-
Line 4,036:
|-
| 39
| [[Atomic%20updates|Atomic updates]]
| [[Archimedean%20spiral|Archimedean spiral]]
| Task
|-
Line 4,054:
| [[Extract%20file%20extension|Extract file extension]]
| Draft
|-
| 39
| [[GUI%20component%20interaction|GUI component interaction]]
| Task
|-
| 39
Line 4,076 ⟶ 4,072:
|-
| 39
| [[Terminal%20control%2FColoured%20text|Terminal control/Coloured text]]
| [[Zebra%20puzzle|Zebra puzzle]]
| Task
|-
| 3839
| [[AtomicZebra%20updates20puzzle|AtomicZebra updatespuzzle]]
| Task
|-
| 38
| [[Bitmap%2FMidpoint%20circle%20algorithm|Bitmap/Midpoint circle algorithm]]
| [[DNS%20query|DNS query]]
| Task
|-
Line 4,097 ⟶ 4,093:
| 38
| [[FASTA%20format|FASTA format]]
| Task
|-
| 38
| [[History%20variables|History variables]]
| Task
|-
Line 4,129 ⟶ 4,121:
| 38
| [[Sparkline%20in%20unicode|Sparkline in unicode]]
| Task
|-
| 37
| [[Doubly-linked%20list%2FDefinition|Doubly-linked list/Definition]]
| Task
|-
Line 4,153 ⟶ 4,149:
| 37
| [[Subtractive%20generator|Subtractive generator]]
| Task
|-
| 37
| [[Terminal%20control%2FInverse%20video|Terminal control/Inverse video]]
| Task
|-
Line 4,165 ⟶ 4,157:
| 36
| [[Active%20object|Active object]]
| Task
|-
| 36
| [[Department%20Numbers|Department Numbers]]
| Task
|- style="background-color: #ffc"
Line 4,176 ⟶ 4,164:
|-
| 36
|data-sort-value="generate chess0D960 starting position"| [[Generate%20Chess960%20starting%20position|Generate Chess960 starting position]]
| [[Doubly-linked%20list%2FDefinition|Doubly-linked list/Definition]]
| Task
|-
| 36
| [[History%20variables|History variables]]
|data-sort-value="generate chess0D960 starting position"| [[Generate%20Chess960%20starting%20position|Generate Chess960 starting position]]
| Task
|-
Line 4,209 ⟶ 4,197:
| 36
| [[Stern-Brocot%20sequence|Stern-Brocot sequence]]
| Task
|-
| 36
| [[Terminal%20control%2FColoured%20text|Terminal control/Coloured text]]
| Task
|-
| 36
| [[Terminal%20control%2FDimensions|Terminal control/Dimensions]]
| Task
|-
Line 4,232 ⟶ 4,212:
|-
| 35
| [[Bulls%20and%20cows%2FPlayer|Bulls and cows/Player]]
| [[Bitmap%2FMidpoint%20circle%20algorithm|Bitmap/Midpoint circle algorithm]]
| Task
|-
| 35
| [[Colour%20bars%2FDisplay|Colour bars/Display]]
| [[Bulls%20and%20cows%2FPlayer|Bulls and cows/Player]]
| Task
|-
| 35
| [[Department%20Numbers|Department Numbers]]
| Task
|-
| 35
| [[Element-wise%20operations|Element-wise operations]]
| Task
|-
| 35
| [[Farey%20sequence|Farey sequence]]
| Task
|-
| 35
| [[GUI%20enabling%2Fdisabling%20of%20controls|GUI enabling/disabling of controls]]
| Task
|-
Line 4,252 ⟶ 4,244:
|-
| 35
| [[Matrix%20arithmetic|Matrix arithmetic]]
| [[Leonardo%20numbers|Leonardo numbers]]
| Task
|-
| 35
| [[Parallel%20calculations|Parallel calculations]]
| [[Matrix%20arithmetic|Matrix arithmetic]]
| Task
|-
Line 4,281 ⟶ 4,273:
| 35
|data-sort-value="sum to 0D100"| [[Sum%20to%20100|Sum to 100]]
| Task
|-
| 35
| [[Terminal%20control%2FDimensions|Terminal control/Dimensions]]
| Task
|-
Line 4,296 ⟶ 4,292:
|-
| 34
| [[Amb|Amb]]
| [[Average%20loop%20length|Average loop length]]
| Task
|-
| 34
| [[Archimedean%20spiral|Archimedean spiral]]
| [[Balanced%20ternary|Balanced ternary]]
| Task
|-
| 34
| [[Average%20loop%20length|Average loop length]]
| [[Calendar%20-%20for%20%22REAL%22%20programmers|Calendar - for "REAL" programmers]]
| Task
|-
| 34
| [[ChaosBalanced%20game20ternary|ChaosBalanced gameternary]]
| Task
|-
| 34
| [[Calendar%20-%20for%20%22REAL%22%20programmers|Calendar - for "REAL" programmers]]
| [[Element-wise%20operations|Element-wise operations]]
| Task
|-
| 34
| [[Constrained%20genericity|Constrained genericity]]
| [[GUI%20enabling%2Fdisabling%20of%20controls|GUI enabling/disabling of controls]]
| Task
|-
| 34
| [[Hickerson%20series%20of%20almost%20integers|Hickerson series of almost integers]]
| Task
|-
Line 4,328 ⟶ 4,320:
|-
| 34
| [[Leonardo%20numbers|Leonardo numbers]]
| [[Keyboard%20input%2FFlush%20the%20keyboard%20buffer|Keyboard input/Flush the keyboard buffer]]
| Task
|- style="background-color: #ffc"
Line 4,334 ⟶ 4,326:
| [[Longest%20common%20prefix|Longest common prefix]]
| Draft
|-
| 34
| [[Parallel%20calculations|Parallel calculations]]
| Task
|-
| 34
Line 4,351 ⟶ 4,339:
| Task
|-
| 3334
| [[AmbTopswops|AmbTopswops]]
| Task
|-
Line 4,364 ⟶ 4,352:
|-
| 33
| [[Gaussian%20elimination|Gaussian elimination]]
| [[Constrained%20genericity|Constrained genericity]]
| Task
|-
| 33
| [[Hickerson%20series%20of%20almost%20integers|Hickerson series of almost integers]]
| [[Gaussian%20elimination|Gaussian elimination]]
| Task
|-
Line 4,377 ⟶ 4,365:
| 33
| [[Parsing%2FRPN%20to%20infix%20conversion|Parsing/RPN to infix conversion]]
| Task
|-
| 33
| [[Password%20generator|Password generator]]
| Task
|-
Line 4,389 ⟶ 4,373:
| 33
| [[Start%20from%20a%20main%20routine|Start from a main routine]]
| Task
|-
| 33
| [[Topswops|Topswops]]
| Task
|-
Line 4,409 ⟶ 4,389:
| 32
| [[Aliquot%20sequence%20classifications|Aliquot sequence classifications]]
| Task
|-
| 32
| [[Break%20OO%20privacy|Break OO privacy]]
| Task
|-
| 32
| [[Events|Events]]
| Task
|-
| 32
| [[Extensible%20prime%20generator|Extensible prime generator]]
| Task
|-
| 32
| [[GUI%2FMaximum%20window%20dimensions|GUI/Maximum window dimensions]]
| Task
|-
| 32
| [[Knuth%27s%20algorithm%20S|Knuth's algorithm S]]
| Task
|-
| 32
| [[Metered%20concurrency|Metered concurrency]]
| Task
|- style="background-color: #ffc"
Line 4,428:
|-
| 32
| [[Password%20generator|Password generator]]
| [[S-Expressions|S-Expressions]]
| Task
|-
| 32
| [[S-Expressions|S-Expressions]]
| [[Sort%20three%20variables|Sort three variables]]
| Task
|-
Line 4,443:
| Task
|-
| 3132
| [[Voronoi%20diagram|Voronoi diagram]]
| [[Break%20OO%20privacy|Break OO privacy]]
| Task
|-
Line 4,452:
|-
| 31
| [[DeepcopyChaos%20game|DeepcopyChaos game]]
| Task
|-
| 31
| [[EventsDeepcopy|EventsDeepcopy]]
| Task
|-
| 31
| [[Keyboard%20input%2FFlush%20the%20keyboard%20buffer|Keyboard input/Flush the keyboard buffer]]
| [[Extensible%20prime%20generator|Extensible prime generator]]
| Task
|-
| 31
|data-sort-value="md0B4"| [[MD4|MD4]]
| Task
|-
| 31
| [[Metered%20concurrency|Metered concurrency]]
| Task
|-
Line 4,482 ⟶ 4,478:
| [[Vector|Vector]]
| Draft
|-
| 31
| [[Voronoi%20diagram|Voronoi diagram]]
| Task
|-
| 30
Line 4,501 ⟶ 4,493:
| 30
| [[Fibonacci%20word%2Ffractal|Fibonacci word/fractal]]
| Task
|-
| 30
| [[Function%20prototype|Function prototype]]
| Task
|-
| 30
| [[GUI%2FMaximum%20window%20dimensions|GUI/Maximum window dimensions]]
| Task
|-
Line 4,529 ⟶ 4,513:
| 30
| [[Scope%2FFunction%20names%20and%20labels|Scope/Function names and labels]]
| Task
|-
| 30
| [[Sort%20three%20variables|Sort three variables]]
| Task
|-
| 30
| [[Speech%20synthesis|Speech synthesis]]
| Task
|-
| 30
| [[Terminal%20control%2FInverse%20video|Terminal control/Inverse video]]
| Task
|-
Line 4,541 ⟶ 4,533:
| 29
| [[Conjugate%20transpose|Conjugate transpose]]
| Task
|-
| 29
| [[Function%20prototype|Function prototype]]
| Task
|- style="background-color: #ffc"
Line 4,546 ⟶ 4,542:
| [[Input%2FOutput%20for%20Pairs%20of%20Numbers|Input/Output for Pairs of Numbers]]
| Draft
|-
| 29
| [[Julia%20set|Julia set]]
| Task
|-
| 29
| [[Maze%20solving|Maze solving]]
| Task
|-
| 29
| [[Terminal%20control%2FHiding%20the%20cursor|Terminal control/Hiding the cursor]]
| Task
|-
Line 4,573 ⟶ 4,561:
| 28
| [[Executable%20library|Executable library]]
| Task
|-
| 28
| [[Find%20the%20intersection%20of%20two%20lines|Find the intersection of two lines]]
| Task
|-
Line 4,605 ⟶ 4,589:
| 28
| [[Sutherland-Hodgman%20polygon%20clipping|Sutherland-Hodgman polygon clipping]]
| Task
|-
| 28
| [[Terminal%20control%2FHiding%20the%20cursor|Terminal control/Hiding the cursor]]
| Task
|-
Line 4,630 ⟶ 4,618:
| [[File%20extension%20is%20in%20extensions%20list|File extension is in extensions list]]
| Draft
|-
| 27
| [[Find%20the%20intersection%20of%20two%20lines|Find the intersection of two lines]]
| Task
|- style="background-color: #ffc"
| 27
Line 4,636 ⟶ 4,628:
|-
| 27
| [[Julia%20set|Julia set]]
| [[Multiple%20regression|Multiple regression]]
| Task
|-
| 27
| [[Multiple%20regression|Multiple regression]]
| [[Penney%27s%20game|Penney's game]]
| Task
|-
Line 4,661 ⟶ 4,653:
| 26
| [[Pathological%20floating%20point%20problems|Pathological floating point problems]]
| Task
|-
| 26
| [[Penney%27s%20game|Penney's game]]
| Task
|-
Line 4,677 ⟶ 4,673:
| 26
| [[Set%20puzzle|Set puzzle]]
| Task
|-
| 26
| [[Solve%20a%20Hidato%20puzzle|Solve a Hidato puzzle]]
| Task
|- style="background-color: #ffc"
Line 4,682:
| [[Sorting%20Algorithms%2FCircle%20Sort|Sorting Algorithms/Circle Sort]]
| Draft
|-
| 26
| [[Use%20another%20language%20to%20call%20a%20function|Use another language to call a function]]
| Task
|-
| 26
| [[Xiaolin%20Wu%27s%20line%20algorithm|Xiaolin Wu's line algorithm]]
| Task
|-
| 26
Line 4,748 ⟶ 4,756:
|-
| 25
| [[Rosetta%20Code%2FFind%20unimplemented%20tasks|Rosetta Code/Find unimplemented tasks]]
| [[Same%20Fringe|Same Fringe]]
| Task
|-
| 25
| [[Same%20Fringe|Same Fringe]]
| [[Solve%20a%20Hidato%20puzzle|Solve a Hidato puzzle]]
| Task
|-
Line 4,773 ⟶ 4,781:
| 25
| [[Update%20a%20configuration%20file|Update a configuration file]]
| Task
|-
| 25
| [[Use%20another%20language%20to%20call%20a%20function|Use another language to call a function]]
| Task
|-
| 25
| [[Xiaolin%20Wu%27s%20line%20algorithm|Xiaolin Wu's line algorithm]]
| Task
|-
Line 4,825:
| 24
| [[Resistor%20mesh|Resistor mesh]]
| Task
|-
| 24
| [[Rosetta%20Code%2FFind%20bare%20lang%20tags|Rosetta Code/Find bare lang tags]]
| Task
|-
Line 4,873 ⟶ 4,869:
| 23
| [[Pythagoras%20tree|Pythagoras tree]]
| Task
|-
| 23
| [[Rosetta%20Code%2FFind%20bare%20lang%20tags|Rosetta Code/Find bare lang tags]]
| Task
|-
Line 4,886:
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
| Draft
|-
| 23
| [[Stream%20Merge|Stream Merge]]
| Task
|-
| 23
Line 4,905 ⟶ 4,909:
| 22
| [[Check%20Machin-like%20formulas|Check Machin-like formulas]]
| Task
|-
| 22
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
| Task
|-
Line 4,926 ⟶ 4,934:
| [[Prime%20conspiracy|Prime conspiracy]]
| Draft
|-
| 22
| [[Rosetta%20Code%2FFind%20unimplemented%20tasks|Rosetta Code/Find unimplemented tasks]]
| Task
|-
| 22
| [[Terminal%20control%2FCursor%20movement|Terminal control/Cursor movement]]
| Task
|- style="background-color: #ffc"
| 22
Line 4,945:
| 22
| [[Write%20to%20Windows%20event%20log|Write to Windows event log]]
| Task
|-
| 21
| [[Chat%20server|Chat server]]
| Task
|- style="background-color: #ffc"
Line 4,950 ⟶ 4,954:
| [[Check%20input%20device%20is%20a%20terminal|Check input device is a terminal]]
| Draft
|-
| 21
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
| Task
|- style="background-color: #ffc"
| 21
Line 4,973:
| 21
| [[Nautical%20bell|Nautical bell]]
| Task
|-
| 21
| [[Set%20of%20real%20numbers|Set of real numbers]]
| Task
|-
| 21
| [[Solve%20a%20Holy%20Knight%27s%20tour|Solve a Holy Knight's tour]]
| Task
|-
Line 4,982 ⟶ 4,990:
| [[Table%20creation|Table creation]]
| Draft
|-
| 21
| [[Terminal%20control%2FCursor%20movement|Terminal control/Cursor movement]]
| Task
|-
| 21
Line 5,002 ⟶ 5,014:
| [[Verify%20distribution%20uniformity%2FChi-squared%20test|Verify distribution uniformity/Chi-squared test]]
| Task
|- style="background-color: #ffc"
| 21
| [[Welch%27s%20t-test|Welch's t-test]]
| Draft
|- style="background-color: #ffc"
| 20
| [[Birthday%20problem|Birthday problem]]
| Draft
|-
| 20
| [[Chat%20server|Chat server]]
| Task
|- style="background-color: #ffc"
| 20
Line 5,069 ⟶ 5,073:
| 20
| [[Safe%20addition|Safe addition]]
| Task
|-
| 20
| [[Set%20of%20real%20numbers|Set of real numbers]]
| Task
|-
Line 5,081:
| 20
| [[Simulate%20input%2FKeyboard|Simulate input/Keyboard]]
| Task
|-
| 20
| [[Solve%20a%20Holy%20Knight%27s%20tour|Solve a Holy Knight's tour]]
| Task
|- style="background-color: #ffc"
Line 5,090 ⟶ 5,086:
| [[Substitution%20Cipher|Substitution Cipher]]
| Draft
|- style="background-color: #ffc"
| 20
| [[Welch%27s%20t-test|Welch's t-test]]
| Draft
|-
| 20
| [[Yahoo%21%20search%20interface|Yahoo! search interface]]
| Task
|-
| 19
Line 5,138 ⟶ 5,142:
| [[Total%20circles%20area|Total circles area]]
| Task
|- style="background-color: #ffc"
|-
| 19
| [[WindowType%20management20detection|WindowType managementdetection]]
| TaskDraft
|-
| 19
| [[Yahoo%21%20search%20interface|Yahoo! search interface]]
| Task
|-
| 18
Line 5,188:
|-
| 18
| [[Stream%20MergeSOAP|Stream MergeSOAP]]
| Task
|-
| 18
| [[Window%20management|Window management]]
| Task
|- style="background-color: #ffc"
Line 5,229 ⟶ 5,233:
| 17
| [[Reflection%2FList%20properties|Reflection/List properties]]
| Task
|-
| 17
| [[SOAP|SOAP]]
| Task
|- style="background-color: #ffc"
Line 5,277:
| 16
| [[Simulate%20input%2FMouse|Simulate input/Mouse]]
| Task
|-
| 16
| [[Solve%20a%20Numbrix%20puzzle|Solve a Numbrix puzzle]]
| Task
|-
Line 5,294 ⟶ 5,298:
| [[Compiler%2Flexical%20analyzer|Compiler/lexical analyzer]]
| Task
|- style="background-color: #ffc"
| 15
| [[Faulhaber%27s%20formula|Faulhaber's formula]]
| Draft
|- style="background-color: #ffc"
| 15
Line 5,304 ⟶ 5,312:
|-
| 15
| [[Solve%20a%20Numbrix20Hopido%20puzzle|Solve a NumbrixHopido puzzle]]
| Task
|- style="background-color: #ffc"
Line 5,325 ⟶ 5,333:
| 14
| [[Elementary%20cellular%20automaton%2FInfinite%20length|Elementary cellular automaton/Infinite length]]
| Draft
|- style="background-color: #ffc"
| 14
| [[Faulhaber%27s%20formula|Faulhaber's formula]]
| Draft
|- style="background-color: #ffc"
Line 5,362 ⟶ 5,366:
| [[Selective%20File%20Copy|Selective File Copy]]
| Draft
|-
| 14
| [[Solve%20a%20Hopido%20puzzle|Solve a Hopido puzzle]]
| Task
|- style="background-color: #ffc"
| 14
Line 5,398:
| [[Color%20quantization|Color quantization]]
| Task
|- style="background-color: #ffc"
| 13
| [[Convex%20hull|Convex hull]]
| Draft
|- style="background-color: #ffc"
| 13
Line 5,429 ⟶ 5,433:
| 13
| [[Superpermutation%20minimisation|Superpermutation minimisation]]
| Draft
|-
| 13
| [[Terminal%20control%2FPositional%20read|Terminal control/Positional read]]
| Task
|- style="background-color: #ffc"
| 13
| [[Type%20detection|Type detection]]
| Draft
|-
Line 5,446 ⟶ 5,442:
| [[Bitmap%2FRead%20an%20image%20through%20a%20pipe|Bitmap/Read an image through a pipe]]
| Task
|- style="background-color: #ffc"
| 12
| [[Convex%20hull|Convex hull]]
| Draft
|- style="background-color: #ffc"
| 12
Line 5,558 ⟶ 5,550:
| [[Shortest%20common%20supersequence|Shortest common supersequence]]
| Draft
|-
| 11
| [[Terminal%20control%2FPositional%20read|Terminal control/Positional read]]
| Task
|-
| 11
Line 5,621 ⟶ 5,617:
| 10
| [[Readline%20interface|Readline interface]]
| Draft
|- style="background-color: #ffc"
| 10
| [[Snake|Snake]]
| Draft
|- style="background-color: #ffc"
Line 5,673 ⟶ 5,665:
| 9
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
| Draft
|- style="background-color: #ffc"
| 9
| [[Snake|Snake]]
| Draft
|- style="background-color: #ffc"
Line 5,702 ⟶ 5,698:
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
| Task
|- style="background-color: #ffc"
| 8
| [[Finite%20state%20machine|Finite state machine]]
| Draft
|-
| 8
Line 5,746 ⟶ 5,738:
|data-sort-value="deconvolution/0B2d+"| [[Deconvolution%2F2D%2B|Deconvolution/2D+]]
| Task
|- style="background-color: #ffc"
| 7
| [[Finite%20state%20machine|Finite state machine]]
| Draft
|- style="background-color: #ffc"
| 7
10,327

edits