User:Kevin Reid/E tasks: Difference between revisions

update by script + manual
(classifying)
(update by script + manual)
 
(3 intermediate revisions by the same user not shown)
Line 4:
 
==Simple==
* [[Averages/Median]]
* [[Averages/Pythagorean means]]
* [[Averages/Root mean square]]
* [[Doubly-linked list/Traversal]]
* [[Evaluate binomial coefficients]]
* [[Hailstone sequence]]
* [[Hamming numbers]]
* [[Map range]]
* [[Range expansion]]
* [[Strip block comments]]
* [[Strip comments from a string]]
 
==Language/library features==
* [[Anonymous recursion]]
* [[Character matching]]
* [[Compile-time calculation]]
* [[Extreme floating point values]]
* [[Flow-control structures]]
* [[JSON]] (2 ways: terml and deJSONKit)
* [[Literals/Floating point]]
* [[Narcissist]]
* [[Parallel calculations]]
* [[Random number generator (device)]]
* [[Random number generator (included)]]
* [[Reverse a string]]
* [[String concatenation]]
 
==Algorithmic==
* [[Arena storage pool]] (Covers both implementing an allocator, and using it to allocate physical memory... Do the first part perhaps.)
* [[Best shuffle]]
* [[Catmull–Clark subdivision surface]]
Line 22 ⟶ 33:
* [[Closest-pair problem]]
* [[Equilibrium index]]
* [[Find common directory path]]
* [[Find the missing permutation]]
* [[Knapsack problem/0-1]]
* [[Knapsack problem/Bounded]]
* [[Knapsack problem/Continuous]]
* [[Long multiplication]]
* [[Longest common subsequence]]
* [[Maze generation]]
* [[Maze solving]]
* [[N-queens problem]]
* [[Non-continuous subsequences]]
* [[Permutations]]
* [[Ray-casting algorithm]]
* [[Sorting algorithms/Bead sort]]
* [[Arena storage pool]] (Covers both implementing an allocator, and using it to allocate physical memory... Do the first part perhaps.)
* [[Sorting algorithms/Comb sort]]
* [[Sorting algorithms/Pancake sort]]
* [[Sorting algorithms/Radix sort]]
* [[Sorting algorithms/Stooge sort]]
 
==GUI==
* [[GUI component interaction]]
* [[GUI enabling/disabling of controls]]
* [[Keyboard macros]]
* [[Minesweeper game]]
* [[Mouse position]]
* [[Window management]]
* [[Play recorded sounds]] (classified here because we can borrow Java facilities in the EoJ case)
* [[User input/Graphical]]
* [[Wireworld]]
===Reflective===
* [[Color of a screen pixel]]
* [[Simulate input/Keyboard]]
* [[Simulate input/Mouse]]
 
==User interaction (unspecified type)==
* [[Guess the number]]
* [[Guess the number/With feedback]]
* [[Guess the number/With feedback (player)]]
* [[Number reversal game]]
 
==Graphics==
* [[Brownian tree]]
* [[Constrained random points on a circle]]
* [[Dragon curve]]
* [[Fractal tree]]
* [[Plot coordinate pairs]]
* [[Image noise]]
* [[Constrained random points on a circle]]
===Using [[Basic bitmap storage]]===
* [[Bitmap/Bézier curves/Cubic]]
Line 56 ⟶ 92:
* [[Bitmap/Read an image through a pipe]]
* [[Xiaolin Wu's line algorithm]]
===Other pixel processing===
* [[Hough transform]]
 
 
==Mathematics==
* [[Formal power series]] (similar to [[Polynomial long division]])
* improve [[Averages/Median]] (research better algorithms)
* [[Deconvolution/1D]]
* [[Deconvolution/2D+]]
* [[Hofstadter-Conway $10,000 sequence]]
* [[Simple quaternion type and operations]]
* [[Truncatable primes]]
===Integers===
* [[Factors of an integer]]
Line 77 ⟶ 119:
* [[Verify distribution uniformity/Naive]]
* [[Verify distribution uniformity/Chi-squared test]]
 
==Operating system interfaces==
* [[Globally replace text in several files]]
* [[Hello world/Line printer]]
 
==Small projects==
* [[24 game]]
* [[DiscordianForest datefire]]
* [[Four bit adder]]
* [[Horizontal sundial calculations]]
* [[Inverted index]]
* [[Luhn test of credit card numbers]]
* [[Permutation test]]
* [[Price fraction]]
* [[Problem of Apollonius]]
* [[Soundex]]
* [[Stem-and-leaf plot]]
* [[Sutherland-Hodgman polygon clipping]]
* [[Variable-length quantity]]
 
==Large projects==
* [[24 game/Solve]]
* [[Bulls and cows/Player]]
* [[Text processing/1]]
* [[Text processing/2]]
* [[RCRPG]]
* [[Execute a Markov algorithm]]
* [[Execute SNUSP]]
* [[Go Fish]]
* [[Huffman coding]]
* [[LZW compression]]
* [[MD5/Implementation]]
* [[Monty Hall problem]]
* [[Pascal's triangle/Puzzle]]
* [[Number names]]
* [[Pascal's triangle/Puzzle]]
* [[RCRPG]]
* [[Roman numerals]]
* [[Stable marriage problem]]
* [[Sudoku]]
* [[Text processing/1]]
* [[Text processing/2]]
* [[Thiele's interpolation formula]]
 
==Rosetta Code processing==
Line 126 ⟶ 187:
 
===Iter/accum/stream tools===
* [[NMultiple distinct objects]] (improve: needs better answer than accumulator)
* ...and many other tasks to improve
 
Line 150 ⟶ 211:
* [[Date manipulation]]
* [[Date format]]
* [[Discordian date]]
* [[Five weekends]]
* [[Holidays related to Easter]]
* [[Leap year]]
 
===Stream IO===
Line 172 ⟶ 237:
* [[Fork]]
* [[Handle a signal]]
* [[Morse code]] — involves playing a sound
* [[Time a function]] (improve: done EoJ; needs cross-platform)
* [[Terminal control/Clear the screen]]
* [[Terminal control/Determine the height and width of the terminal window]]
* [[Terminal control/Moving the cursor to a specific location on the screen]]
====Windows====
* [[Write to Windows event log]]
 
===FFI===
Line 188 ⟶ 256:
* [[Table creation/Postal addresses]]
* [[SQL-based authentication]]
* [[Parametrized SQL statement]]
 
===Protocol/language implementations===
Line 215 ⟶ 284:
* [[Dynamic variable names]] (improve: Once environment-<code>with</code> is builtin, show using it together with <code>interp.setTopScope</code>)
* [[E-on-Java]] is flagged for something
* [[Non-decimal radices/Input]] — Don't use __ methods
* [[Optional parameters]] — map-patterns
* [[Power set]] — show dynamically constructed set
* [[Stair-climbing puzzle]]
 
==Special cases==
Line 229 ⟶ 302:
Insert new tasks here.
<!--INSERT-->
* [[Find common directory path]]
* [[Find the missing permutation]]
* [[Five weekends]]
* [[Flow-control structures]]
* [[Forest fire]]
* [[Four bit adder]]
* [[Fractal tree]]
* [[GUI component interaction]]
* [[GUI enabling/disabling of controls]]
* [[Globally replace text in several files]]
* [[Go Fish]]
* [[Guess the number]]
* [[Guess the number/With feedback]]
* [[Guess the number/With feedback (player)]]
* [[Hailstone sequence]]
* [[Hamming numbers]]
* [[Hello world/Line printer]]
* [[Hofstadter-Conway $10,000 sequence]]
* [[Holidays related to Easter]]
* [[Horizontal sundial calculations]]
* [[Horner's rule for polynomial evaluation]]
* [[Hough transform]]
* [[Image noise]]
* [[Inverted index]]
* [[JSON]]
* [[Knapsack problem/0-1]]
* [[Knapsack problem/Bounded]]
* [[Knapsack problem/Continuous]]
* [[Leap year]]
* [[Literals/Floating point]]
* [[Luhn test of credit card numbers]]
* [[MD5/Implementation]]
* [[Map range]]
* [[Maze generation]]
* [[Maze solving]]
* [[Metaprogramming]]
* [[Minesweeper game]]
* [[Morse code]]
* [[Multiple distinct objects]]
* [[N-queens problem]]
* [[Narcissist]]
* [[Non-decimal radices/Input]]
* [[Number reversal game]]
* [[Optional parameters]]
* [[Ordered words]]
* [[Parallel calculations]]
* [[Parametrized SQL statement]]
* [[Permutations]]
* [[Power set]]
* [[Price fraction]]
* [[Problem of Apollonius]]
* [[Random number generator (device)]]
* [[Random number generator (included)]]
* [[Range expansion]]
* [[Reverse a string]]
* [[Simple quaternion type and operations]]
* [[Sort an array of composite structures]]
* [[Sorting algorithms/Bead sort]]
* [[Sorting algorithms/Comb sort]]
* [[Sorting algorithms/Pancake sort]]
* [[Sorting algorithms/Radix sort]]
* [[Sorting algorithms/Stooge sort]]
* [[Soundex]]
* [[Stable marriage problem]]
* [[Stair-climbing puzzle]]
* [[Stem-and-leaf plot]]
* [[String concatenation]]
* [[String interpolation (included)]]
* [[Strip block comments]]
* [[Strip comments from a string]]
* [[Sutherland-Hodgman polygon clipping]]
* [[Symmetric difference]]
* [[Thiele's interpolation formula]]
* [[Truncatable primes]]
* [[Undefined values]]
* [[VList]]
* [[Variable-length quantity]]
* [[Wireworld]]
* [[Write to Windows event log]]
<!--ENDINSERT-->