User:Kevin Reid/E tasks: Difference between revisions

From Rosetta Code
Content added Content deleted
m (removed empty sections)
(update by script + manual)
 
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is [[User:Kevin Reid|Kevin Reid]]'s classification of [[tasks not implemented in E]], or just poorly done in E, by what kind of problem they are, or what kind of library/language work should come first.
This is [[User:Kevin Reid|Kevin Reid]]'s ''personal'' classification of [[Reports:tasks not implemented in E|tasks not implemented in E]], or just poorly done in E, by what kind of problem they are, or what kind of library/language work should come first. The presence of items on this list is managed by [[../Task list updater.e|Task list updater.e]] (but is not automatically run); the classification is done manually.

As of 12:04, 17 July 2009. When updating this list, consult [http://rosettacode.org/w/index.php?title=Template:Unimp_body_E&action=history the diffs] since then for what to add/remove.


<div style="-webkit-column-count: 3">
<div style="-webkit-column-count: 3">


==Simple==
==Should go ahead and do==
* [[Doubly-linked list/Traversal]]
===Simple===
* [[Evaluate binomial coefficients]]
* [[Eval]] (except for the "how to bind a variable" bit but we already lost on that in [[Eval in environment]])
* [[Named Arguments]]
* [[Hailstone sequence]]
* [[Loop/For with step]]
* [[Hamming numbers]]
* [[Map range]]

* [[Range expansion]]
===Problems===
* [[Bulls and Cows]]
* [[Strip block comments]]
* [[Strip comments from a string]]
* [[Anagrams]]
* [[Conway's Game of Life]]
* [[Zig Zag]]
* [[SEDOL]]

===Data structures===
* [[Formal Power Series]]
* [[Singly-Linked List (traversal)]]


==Language/library features==
===Algorithmic===
* [[Cocktail Sort]]
* [[Anonymous recursion]]
* [[Extreme floating point values]]
* [[Selection sort]]
* [[Shell sort]]
* [[Flow-control structures]]
* [[JSON]] (2 ways: terml and deJSONKit)
* [[Heapsort]]
* [[Literals/Floating point]]
* [[Closest pair problem]]
* [[Knapsack Problem]]
* [[Narcissist]]
* [[Long Multiplication]]
* [[Parallel calculations]]
* [[Longest Common Subsequence]]
* [[Random number generator (device)]]
* [[Random number generator (included)]]
* [[Maximum subsequence]]
* [[Non Continuous Subsequences]]
* [[Reverse a string]]
* [[String concatenation]]
* [[Point in polygon (ray casting algorithm)]]
* [[Topological (dependency) sort]]


==Algorithmic==
==Funky control flow==
* [[Arena storage pool]] (Covers both implementing an allocator, and using it to allocate physical memory... Do the first part perhaps.)
* [[Amb]]
* [[Best shuffle]]
* [[Catmull–Clark subdivision surface]]
* [[Combinations with repetitions]]
* [[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]]
* [[Sorting algorithms/Comb sort]]
* [[Sorting algorithms/Pancake sort]]
* [[Sorting algorithms/Radix sort]]
* [[Sorting algorithms/Stooge sort]]


==GUI==
==GUI==
* [[Basic Animation]]
* [[GUI component interaction]]
* [[GUI enabling/disabling of controls]]
* [[Keyboard macros]]
* [[Keyboard macros]]
* [[Get mouse position]]
* [[Minesweeper game]]
* [[Mouse position]]
* [[Window management]]
* [[Window management]]
* [[Play recorded sounds]] (classified here because we can borrow Java facilities in the EoJ case)
* [[Play recorded sounds]] (classified here because we can borrow Java facilities in the EoJ case)
* [[User Input - graphical]]
* [[User input/Graphical]]
* [[Wireworld]]
===Reflective===
===Reflective===
* [[Get Pixel Information]]
* [[Color of a screen pixel]]
* [[Simulate key strokes]]
* [[Simulate input/Keyboard]]
* [[Simulate mouse click]]
* [[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==
==Graphics==
* [[Cubic bezier curves]]
* [[Brownian tree]]
* [[Constrained random points on a circle]]
* [[Dragon curve]]
* [[Dragon curve]]
* [[Midpoint circle algorithm]]
* [[Fractal tree]]
* [[Plot x, y arrays]]
* [[Plot coordinate pairs]]
* [[Quadratic bezier curves]]
* [[Image noise]]
===Using [[Basic bitmap storage]]===
* [[Bitmap/Bézier curves/Cubic]]
* [[Bitmap/Bézier curves/Quadratic]]
* [[Image convolution]]
* [[Bitmap/Histogram]]
* [[Grayscale image]]
* [[Median filter]]
* [[Bitmap/Midpoint circle algorithm]]
* [[Bitmap/PPM conversion through a pipe]]
* [[Bitmap/Read a PPM file]]
* [[Bitmap/Read an image through a pipe]]
* [[Xiaolin Wu's line algorithm]]
===Other pixel processing===
* [[Hough transform]]



==Mathematics==
==Mathematics==
* [[Polynomial long division]]
* [[Formal power series]] (similar to [[Polynomial long division]])
* improve [[Median]] (research better algorithms)
* [[Averages/Median]] (research better algorithms)
* [[Deconvolution/1D]]
* [[Deconvolution/2D+]]
* [[Hofstadter-Conway $10,000 sequence]]
* [[Simple quaternion type and operations]]
* [[Truncatable primes]]
===Integers===
===Integers===
* [[Happy Number]]
* [[Factors of an integer]]
* [[Lucas-Lehmer test]]
* [[Lucas-Lehmer test]]
* [[Miller-Rabin test]]
* [[Multiplicative order]]
* [[Multiplicative order]]
* [[Perfect Numbers]]
* [[Factors of a Mersenne number]]
* [[Seven-sided dice from five-sided dice]]
* [[Trial factoring of a Mersenne number]]
===Numerics===
===Numerics===
* [[Gamma function]]
* [[Gamma function]]
* [[Polynomial Fitting]]
* [[Polynomial regression]]
* [[Multiple Regression]]
* [[Multiple regression]]
* [[Roots of a quadratic function]]
* [[Quadratic Equation]]
* [[Roots of a function]]
* [[Roots of a function]]
* [[Sequence of Non-squares]]
* [[Sequence of non-squares]]
* [[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]]
* [[Forest fire]]
* [[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==
==Large projects==
* [[Code Tag Fixer]]
* [[24 game/Solve]]
* [[Count programming examples]]
* [[Bulls and cows/Player]]
* [[Data Munging]]
* [[Execute a Markov algorithm]]
* [[Data Munging 2]]
* [[Execute SNUSP]]
* [[RCRPG]]
* [[Go Fish]]
* [[RCSNUSP]]
* [[Huffman coding]]
* [[Huffman codes]]
* [[LZW compression]]
* [[LZW compression]]
* [[Monty Hall simulation]]
* [[MD5/Implementation]]
* [[Pyramid of numbers]]
* [[Monty Hall problem]]
* [[Number names]]
* [[Convert an integer into words]]
* [[Roman Numerals]]
* [[Pascal's triangle/Puzzle]]
* [[RCRPG]]
* [[Sort most popular programming languages]]
* [[Roman numerals]]
* [[Stable marriage problem]]
* [[Sudoku]]
* [[Text processing/1]]
* [[Text processing/2]]
* [[Thiele's interpolation formula]]

==Rosetta Code processing==
* [[Rosetta Code/Fix code tags]]
* [[Rosetta Code/Count examples]]
* [[Rosetta Code/Rank languages by popularity]]


==Argue with==
==Argue with==
* [[Determine if Only One Instance is Running]]
* [[Determine if only one instance is running]]

</div>
----



----
<div style="-webkit-column-count: 3">


==Needs a ... to be done well==
==Needs a ... to be done well==


===Reflection toolkit===
===Reflection toolkit===
* [[Adding variables to a class instance at runtime]]
* [[Add a variable to a class instance at runtime]]


===User-defined exceptions===
===User-defined exceptions===
* [[Exceptions Through Nested Calls]]
* [[Exceptions/Catch an exception thrown in a nested call]]


===Parser library===
===Parser library===
* [[Arithmetic evaluation]] ought to use one even if it's not technically required. (improve)
* [[Arithmetic Evaluator]]


===Iter/accum/stream tools===
===Iter/accum/stream tools===
* [[N distinct objects]] (needs better answer than accumulator)
* [[Multiple distinct objects]] (improve: needs better answer than accumulator)
* ...and many other tasks to improve


===Image type===
===Vector type===
* [[Basic bitmap storage]]
* [[Dot product]]
* [[Flood fill]]
* [[Image convolution]]
* [[Image histogram]]
* [[Grayscale image]]
* [[Median filter]]
* [[Percentage of difference between 2 images]]
* [[PPM conversion through a pipe]]
* [[Read image file through a pipe]]
* [[Read ppm file]]
* [[Write ppm file]]
* [[Bresenham's line algorithm]]
* [[Xiaolin Wu's line algorithm]]


===Matrix type===
===Matrix type===
* [[Matrix Transpose]]
* [[Matrix transposition]]
* [[Matrix exponentiation operator]]
* [[Matrix-exponentiation operator]]
* [[Matrix multiplication]]
* [[Matrix multiplication]]
* [[Reduced row echelon form]]
* [[Reduced row echelon form]]


===Complex type===
===Complex type===
* [[Complex numbers]]
* [[Arithmetic/Complex]]
* [[Mandelbrot set]]
* [[Mandelbrot set]]
* [[Roots of unity]]
* [[Roots of unity]]


===Rational type===
===Rational type===
* [[Rational Arithmetic]]
* [[Arithmetic/Rational]]


===Calendar===
===Calendar===
* [[Yuletide Holiday]]
* [[Day of the week]]
* [[Date Manipulation]]
* [[Date manipulation]]
* [[Date format]]
* [[Date format]]
* [[Discordian date]]
* [[Five weekends]]
* [[Holidays related to Easter]]
* [[Leap year]]


===Stream IO===
===Stream IO===
* [[Bit oriented IO]]
* [[Bitwise IO]]
====Console input====
====Console input====
* [[Select]]
* [[A+B]]
* [[Keyboard Input/Determine if a key has been pressed at the terminal]]
* [[Basic input loop]]
* [[Keyboard Input/Flush the keyboard buffer]]
* [[Two-dimensional array (runtime)]]
* [[User Input - text]]
* [[Keyboard Input/Obtain a Y or N response]]
* [[Menu]]
* [[Input loop]]
* [[Create a two-dimensional array at runtime]]
* [[User input/Text]]
====Sockets====
====Sockets====
* [[Echo Server]]
* [[Chat server]]
* [[Echo server]]
* [[Sockets]]
* [[Sockets]]
* improve [[Discover the Hostname]] (done by shell command, but should be done internally)
* [[Hostname]] (improve: done by shell command, but should be done internally)


===Operating system interfaces===
===Operating system interfaces===
* [[Creating a Secure Temporary File]]
* [[Secure temporary file]]
* [[Fork Process]]
* [[Fork]]
* [[Interrupts]]
* [[Handle a signal]]
* [[Morse code]] — involves playing a sound
* [[Query Performance]]
* [[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===
===FFI===
* [[Call function in shared library]]
* [[Call a function in a shared library]]
* [[Call a foreign-language function]]
* [[Call a function from a foreign language]]
* [[OpenGL]]
* [[OpenGL]]
* [[Host introspection]] (currently omitted)
* [[Machine Address]]
* [[Create an object at a given address]] (currently omitted)


===Database===
===Database===
* [[Table Creation]]
* [[Table creation/Postal addresses]]
* [[SQL-based authentication]]
* [[Table Creation - Address]]
* [[Parametrized SQL statement]]


===Protocol/language implementations===
===Protocol/language implementations===
* [[Connect to Active Directory]]
* [[Active Directory/Connect]]
* [[Creating a SOAP Client]]
* [[Active Directory/Search for a user]]
* [[Send an email]]
* [[SOAP]]
* [[HTTPS Request]]
* [[Send email]]
* [[Window creation/X11]]
* [[Client-Authenticated HTTPS Request]]
====HTTP client====
* [[HTTPS request with authentication]]
* [[HTTPS]]
* [[SQL-Based Authentication]]
* [[Search Yahoo]]
* [[HTTPS/Authenticated]]
* [[HTTPS/Client-authenticated]]
* [[Search for a User in Active Directory]]
* [[XML Creation]]
* [[Yahoo! search interface]]
====XML====
* [[XML Reading]]
* [[XML and XPath]]
* [[XML/Output]]
* [[Xlib simple window]]
* [[XML/Input]]
* [[XML/XPath]] (improve: needs revisiting when E-XML is better)


===Miscellaneous===
===Miscellaneous===
* [[BNF Grammar]]
* [[Formatted numeric output]]
* [[Formatted Numeric Output]]
* [[Print a Stack Trace]] (cross-impl agreement)
* [[Write float arrays to a text file]] (same as Formatted Output)
* [[Write float arrays to a text file]] (same as Formatted Output)
* [[Regular expression matching]] (need agreement on regexp substitution and regexp search-as-opposed-to-match)
* [[Regular expressions]] (need agreement on regexp substitution and regexp search-as-opposed-to-match)
* [[Sort stability]] (Need to find/write the documentation on this)
* [[Sort stability]] (Need to find/write the documentation on this)
* [[Stack traces]] (cross-impl agreement)
* improve [[Dynamic variable names]] (Once environment-<code>with</code> is builtin, show using it together with <code>interp.setTopScope</code>)

==Needs improvement==
* [[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==
==Special cases==
* [[Measure relative performance of sorting algorithms implementations]] -- waiting on sorts, Query Performance
* [[Compare sorting algorithms' performance]] waiting on [[Shell sort]], [[Plot x, y arrays]], [[Write float arrays to a text file]], [[Polynomial regression]]


==Notable omits==
==Notable omits==
* [[Evens Sum To Even]] wants a 'proof'
* [[Rendezvous]] (Hard to define what this ''means'' in E. Intervat perhaps? Is currently marked omit.)
* [[Rendezvous]] (Hard to define what this ''means'' in E. Intervat perhaps? Is currently marked omit.)


==To review==
==Completed==
<!--COMPLETED-->
<!--ENDCOMPLETED-->

==To classify==
Insert new tasks here.
Insert new tasks here.
<!--INSERT-->
<!--ENDINSERT-->


</div>
</div>

Latest revision as of 18:38, 1 February 2011

This is Kevin Reid's personal classification of tasks not implemented in E, or just poorly done in E, by what kind of problem they are, or what kind of library/language work should come first. The presence of items on this list is managed by Task list updater.e (but is not automatically run); the classification is done manually.

Simple

Language/library features

Algorithmic

GUI

Reflective

User interaction (unspecified type)

Graphics

Using Basic bitmap storage

Other pixel processing


Mathematics

Integers

Numerics

Operating system interfaces

Small projects

Large projects

Rosetta Code processing

Argue with




Needs a ... to be done well

Reflection toolkit

User-defined exceptions

Parser library

Iter/accum/stream tools

Vector type

Matrix type

Complex type

Rational type

Calendar

Stream IO

Console input

Sockets

Operating system interfaces

Windows

FFI

Database

Protocol/language implementations

HTTP client

XML

Miscellaneous

Needs improvement

Special cases

Notable omits

  • Rendezvous (Hard to define what this means in E. Intervat perhaps? Is currently marked omit.)

Completed

To classify

Insert new tasks here.