User:Kevin Reid/E tasks: Difference between revisions

From Rosetta Code
Content added Content deleted
(classifying)
(classifying)
Line 12:
* [[Hamming numbers]]
* [[Horner's rule for polynomial evaluation]]
* [[Map range]]
* [[Range expansion]]
* [[Strip block comments]]
* [[Strip comments from a string]]
* [[Symmetric difference]]
 
==Language/library features==
Line 20 ⟶ 25:
* [[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]]
* [[String interpolation (included)]]
* [[Undefined values]]
 
==Algorithmic==
Line 30 ⟶ 44:
* [[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]]
Line 44 ⟶ 65:
* [[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]]
Line 57 ⟶ 80:
* [[Guess the number/With feedback]]
* [[Guess the number/With feedback (player)]]
* [[Number reversal game]]
 
==Graphics==
Line 87 ⟶ 111:
* [[Deconvolution/2D+]]
* [[Hofstadter-Conway $10,000 sequence]]
* [[Simple quaternion type and operations]]
* [[Truncatable primes]]
===Integers===
* [[Factors of an integer]]
Line 113 ⟶ 139:
* [[Horizontal sundial calculations]]
* [[Inverted index]]
* [[Luhn test of credit card numbers]]
* [[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]]
Line 125 ⟶ 155:
* [[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 159 ⟶ 195:
 
===Iter/accum/stream tools===
* [[NMultiple distinct objects]] (improve: needs better answer than accumulator)
* ...and many other tasks to improve
 
Line 186 ⟶ 222:
* [[Five weekends]]
* [[Holidays related to Easter]]
* [[Leap year]]
 
===Stream IO===
Line 208 ⟶ 245:
* [[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 224 ⟶ 264:
* [[Table creation/Postal addresses]]
* [[SQL-based authentication]]
* [[Parametrized SQL statement]]
 
===Protocol/language implementations===
Line 251 ⟶ 292:
* [[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 265 ⟶ 310:
Insert new tasks here.
<!--INSERT-->
* [[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]]
* [[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-->
 

Revision as of 22:33, 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

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.