User:Kevin Reid/E tasks: Difference between revisions

From Rosetta Code
Content added Content deleted
(mark the items which are 'improve' as opposed to uncompleted)
m (de-redirect)
Line 16:
* [[Longest common subsequence]]
* [[Non-continuous subsequences]]
* [[Point in polygon (ray Ray-casting algorithm)]]
* [[Arena storage pool]] (Covers both implementing an allocator, and using it to allocate physical memory... Do the first part perhaps.)
 
==GUI==
* [[Keyboard macros]]
* [[Get mouseMouse position]]
* [[Window management]]
* [[Play recorded sounds]] (classified here because we can borrow Java facilities in the EoJ case)
Line 27:
===Reflective===
* [[Color of a screen pixel]]
* [[Simulate key strokesinput/Keyboard]]
* [[Simulate mouse clickinput/Mouse]]
 
==Graphics==
* [[Dragon curve]]
* [[Plot x,coordinate y arrayspairs]]
===Using [[Basic bitmap storage]]===
* [[Bitmap/Bézier curves/Cubic]]
* [[Bitmap/Bézier curves/Quadratic]]
* [[Image convolution]]
* [[Image histogramBitmap/Histogram]]
* [[Grayscale image]]
* [[Median filter]]
* [[Bitmap/Midpoint circle algorithm]]
* [[Bitmap/PPM conversion through a pipe]]
* [[Bitmap/Read imagean fileimage through a pipe]]
* [[Quadratic bezier curves]]
* [[Read image file through a pipe]]
* [[Xiaolin Wu's line algorithm]]
 
Line 52:
* [[Lucas-Lehmer test]]
* [[Multiplicative order]]
* [[Trial factoringFactors of a Mersenne number]]
* [[Seven-sided dice from Fivefive-sided dice]]
===Numerics===
* [[Gamma function]]
Line 66:
==Large projects==
* [[Text processing/1]]
* [[Text_processingText processing/2]]
* [[RCRPG]]
* [[RCSNUSPSNUSP]]
* [[Huffman codes]]
* [[LZW compression]]
* [[Monty Hall simulationproblem]]
* [[PyramidPascal's of numberstriangle/Puzzle]]
* [[Number names]]
* [[Roman numerals]]
* [[Sudoku Solver]]
 
==Rosetta Code processing==
Line 110:
===Matrix type===
* [[Matrix transposition]]
* [[Matrix -exponentiation operator]]
* [[Matrix multiplication]]
* [[Reduced row echelon form]]
Line 123:
 
===Calendar===
* [[YuletideDay Holidayof the week]]
* [[Date manipulation]]
* [[Date format]]
Line 130:
* [[Bitwise IO]]
====Console input====
* [[SelectMenu]]
* [[Input loop]]
* [[TwoCreate a two-dimensional array (at runtime)]]
* [[User input/Text]]
====Sockets====
Line 142:
* [[Secure temporary file]]
* [[Fork]]
* [[InterruptsHandle a signal]]
* [[Query Performance]] (improve: done EoJ; needs cross-platform)
 
Line 154:
 
===Database===
* [[Table creation]]
* [[Table creation/Postal addresses]]
* [[SQL-based authentication]]
Line 160 ⟶ 159:
===Protocol/language implementations===
* [[Active Directory/Connect]]
* [[Active Directory/Search for a User in Active Directoryuser]]
* [[SOAP]]
* [[Send an email]]
* [[Window creation/X11]]
====HTTP client====
Line 168 ⟶ 167:
* [[HTTPS/Authenticated]]
* [[HTTPS/Client-authenticated]]
* [[Search Yahoo! search interface]]
====XML====
* [[XML/Output]]
* [[XML/Input]]
* [[XML/XPath]] (improve: needs revisiting when E-XML is better)
 
===Miscellaneous===
* [[Formatted numeric output]]
* [[Write float arrays to a text file]] (same as Formatted Output)
* [[Regular expression matchingexpressions]] (need agreement on regexp substitution and regexp search-as-opposed-to-match)
* [[Sort stability]] (Need to find/write the documentation on this)
* [[Stack traces]] (cross-impl agreement)

Revision as of 01:48, 31 January 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.

If you wish to help update this list, please do only these:

As of 06:16, 18 August 2009. When updating this list, consult the main unimp list's diffs since then for what to add/move.

Language features

Algorithmic

GUI

Reflective

Graphics

Using Basic bitmap storage

Mathematics

Integers

Numerics

Large projects

Rosetta Code processing

Argue with




Needs a ... to be done well

Reflection toolkit

User-defined exceptions

Parser library

Iter/accum/stream tools

  • N distinct objects (improve: needs better answer than accumulator)
  • ...and many other tasks to improve

Matrix type

Complex type

Rational type

Calendar

Stream IO

Console input

Sockets

Operating system interfaces

FFI

Database

Protocol/language implementations

HTTP client

XML

Miscellaneous

Needs improvement

  • Dynamic variable names (improve: Once environment-with is builtin, show using it together with interp.setTopScope)

Special cases

Notable omits

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

Completed

To classify

Insert new tasks here.