User:Kevin Reid/E tasks: Difference between revisions

From Rosetta Code
Content added Content deleted
(classifying)
(classifying)
Line 9: Line 9:
* [[Doubly-linked list/Traversal]]
* [[Doubly-linked list/Traversal]]
* [[Evaluate binomial coefficients]]
* [[Evaluate binomial coefficients]]
* [[Hailstone sequence]]
* [[Hamming numbers]]
* [[Horner's rule for polynomial evaluation]]


==Language/library features==
==Language/library features==
Line 15: Line 18:
* [[Compile-time calculation]]
* [[Compile-time calculation]]
* [[Extreme floating point values]]
* [[Extreme floating point values]]
* [[Flow-control structures]]
* [[JSON]] (2 ways: terml and deJSONKit)


==Algorithmic==
==Algorithmic==
* [[Arena storage pool]] (Covers both implementing an allocator, and using it to allocate physical memory... Do the first part perhaps.)
* [[Best shuffle]]
* [[Best shuffle]]
* [[Catmull–Clark subdivision surface]]
* [[Catmull–Clark subdivision surface]]
Line 22: Line 28:
* [[Closest-pair problem]]
* [[Closest-pair problem]]
* [[Equilibrium index]]
* [[Equilibrium index]]
* [[Find common directory path]]
* [[Find the missing permutation]]
* [[Long multiplication]]
* [[Long multiplication]]
* [[Longest common subsequence]]
* [[Longest common subsequence]]
* [[Non-continuous subsequences]]
* [[Non-continuous subsequences]]
* [[Ray-casting algorithm]]
* [[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==
* [[GUI component interaction]]
* [[GUI enabling/disabling of controls]]
* [[Keyboard macros]]
* [[Keyboard macros]]
* [[Mouse position]]
* [[Mouse position]]
Line 38: Line 52:
* [[Simulate input/Keyboard]]
* [[Simulate input/Keyboard]]
* [[Simulate input/Mouse]]
* [[Simulate input/Mouse]]

==User interaction (unspecified type)==
* [[Guess the number]]
* [[Guess the number/With feedback]]
* [[Guess the number/With feedback (player)]]


==Graphics==
==Graphics==
* [[Brownian tree]]
* [[Brownian tree]]
* [[Constrained random points on a circle]]
* [[Dragon curve]]
* [[Dragon curve]]
* [[Fractal tree]]
* [[Plot coordinate pairs]]
* [[Plot coordinate pairs]]
* [[Image noise]]
* [[Constrained random points on a circle]]
===Using [[Basic bitmap storage]]===
===Using [[Basic bitmap storage]]===
* [[Bitmap/Bézier curves/Cubic]]
* [[Bitmap/Bézier curves/Cubic]]
Line 56: Line 77:
* [[Bitmap/Read an image through a pipe]]
* [[Bitmap/Read an image through a pipe]]
* [[Xiaolin Wu's line algorithm]]
* [[Xiaolin Wu's line algorithm]]
===Other pixel processing===
* [[Hough transform]]



==Mathematics==
==Mathematics==
Line 62: Line 86:
* [[Deconvolution/1D]]
* [[Deconvolution/1D]]
* [[Deconvolution/2D+]]
* [[Deconvolution/2D+]]
* [[Hofstadter-Conway $10,000 sequence]]
===Integers===
===Integers===
* [[Factors of an integer]]
* [[Factors of an integer]]
Line 77: Line 102:
* [[Verify distribution uniformity/Naive]]
* [[Verify distribution uniformity/Naive]]
* [[Verify distribution uniformity/Chi-squared test]]
* [[Verify distribution uniformity/Chi-squared test]]

==Operating system interfaces==
* [[Globally replace text in several files]]
* [[Hello world/Line printer]]


==Small projects==
==Small projects==
* [[24 game]]
* [[24 game]]
* [[Discordian date]]
* [[Forest fire]]
* [[Four bit adder]]
* [[Horizontal sundial calculations]]
* [[Inverted index]]


==Large projects==
==Large projects==
Line 90: Line 122:
* [[Execute a Markov algorithm]]
* [[Execute a Markov algorithm]]
* [[Execute SNUSP]]
* [[Execute SNUSP]]
* [[Go Fish]]
* [[Huffman coding]]
* [[Huffman coding]]
* [[LZW compression]]
* [[LZW compression]]
Line 150: Line 183:
* [[Date manipulation]]
* [[Date manipulation]]
* [[Date format]]
* [[Date format]]
* [[Discordian date]]
* [[Five weekends]]
* [[Holidays related to Easter]]


===Stream IO===
===Stream IO===
Line 229: Line 265:
Insert new tasks here.
Insert new tasks here.
<!--INSERT-->
<!--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/0-1]]
* [[Knapsack problem/Bounded]]
* [[Knapsack problem/Bounded]]
Line 286: Line 297:
* [[Simple quaternion type and operations]]
* [[Simple quaternion type and operations]]
* [[Sort an array of composite structures]]
* [[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]]
* [[Soundex]]
* [[Stable marriage problem]]
* [[Stable marriage problem]]

Revision as of 21:55, 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. 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

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

Vector type

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

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.