User:Kevin Reid/E tasks: Difference between revisions

From Rosetta Code
Content added Content deleted
m (move image-type requiring tasks)
(regular updates; also moving image tasks out of the "Need a" section since I implemented Basic bitmap storage#E)
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 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.


As of 09:03, 23 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.
As of 16:52, 26 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">
Line 29: Line 29:
* [[Point in polygon (ray casting algorithm)]]
* [[Point in polygon (ray casting algorithm)]]
* [[Topological (dependency) sort]]
* [[Topological (dependency) sort]]



==Funky control flow==
==Funky control flow==
Line 49: Line 48:
* [[Dragon curve]]
* [[Dragon curve]]
* [[Plot x, y arrays]]
* [[Plot x, y arrays]]
===Using [[Basic bitmap storage]]===
* [[Cubic bezier curves]]
* [[Image convolution]]
* [[Image histogram]]
* [[Grayscale image]]
* [[Median filter]]
* [[Midpoint circle algorithm]]
* [[Percentage of difference between 2 images]]
* [[PPM conversion through a pipe]]
* [[Quadratic bezier curves]]
* [[Read image file through a pipe]]
* [[Xiaolin Wu's line algorithm]]


==Mathematics==
==Mathematics==
Line 101: Line 112:
===Iter/accum/stream tools===
===Iter/accum/stream tools===
* [[N distinct objects]] (needs better answer than accumulator)
* [[N distinct objects]] (needs better answer than accumulator)

===Image type===
* [[Basic bitmap storage]]
* [[Cubic bezier curves]]
* [[Flood fill]]
* [[Image convolution]]
* [[Image histogram]]
* [[Grayscale image]]
* [[Median filter]]
* [[Midpoint circle algorithm]]
* [[Percentage of difference between 2 images]]
* [[PPM conversion through a pipe]]
* [[Quadratic bezier curves]]
* [[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===

Revision as of 18:30, 26 July 2009

This is 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.

As of 16:52, 26 July 2009. When updating this list, consult the diffs since then for what to add/remove.

Should go ahead and do

Problems

Data structures

Algorithmic

Funky control flow

GUI

Reflective

Graphics

Using Basic bitmap storage

Mathematics

Integers

Numerics

Large projects

Argue with

Needs a ... to be done well

Reflection toolkit

User-defined exceptions

Parser library

Iter/accum/stream tools

Matrix type

Complex type

Rational type

Calendar

Stream IO

Console input

Sockets

Operating system interfaces

FFI

Database

Protocol/language implementations

Miscellaneous

Special cases

Notable omits

To review

Insert new tasks here.