Icon+Unicon/Analysis of UnimplementedTasks: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Not Categorized: added analysis of solved tasks)
(split solved/unsolved w/i cats ... leaving DONE suffixes for now)
Line 27:
 
==Externals: Operating System feature, Library Method, C calling, etc.==
===Unsolved===
 
* [[Active Directory/Connect]] - requires an LDAP method
* [[Active Directory/Search for a user]]
Line 42:
* [[Use_another_language_to_call_a_function]]
* [[Write to Windows event log]]
===Solved===
 
==Web, Networking, and OS interface==
===Unsolved===
* [[Chat server]] - needs fork or equiv
* [[Distributed programming]]
* [[DNS_query]]
* [[Echo server]] - needs fork or equiv
* [[Fork]] - DONE - Note fork is not available in Windows and fails (rather than a runerr)
* [[HTTPS]]
* [[HTTPS/Authenticated]]
Line 62 ⟶ 63:
* [[Remote agent/Simulation]] **DRAFT**
* [[Rosetta Code/Tasks sorted by average lines of code]] **DRAFT**
* [[Rosetta Code/Count examples]] - DONE
* [[Rosetta_Code/Find_bare_lang_tags]] **DRAFT**
* [[Rosetta Code/Find unimplemented tasks]]
Line 69:
* [[Secure temporary file]]
* [[Send email]]
* [[Walk a directory/Non-recursively]] - DONE
* [[XML/DOM serialization]]
* [[XML/Input]]
* [[XML/Output]]
* [[XML/XPath]]
===Solved===
* [[Fork]] - DONE - Note fork is not available in Windows and fails (rather than a runerr)
* [[Rosetta Code/Count examples]] - DONE
* [[Walk a directory/Non-recursively]] - DONE
* [[Yahoo! search interface]] - DONE
 
==Internals and platform specific information==
===Unsolved===
* [[Host introspection]]
* [[Memory layout of a data structure]]
===Solved===
* [[Extreme floating point values]] - DONE
* [[Host introspection]]
* [[Infinity]] - DONE
* [[Memory layout of a data structure]]
 
==Functions, Program Control, Language==
===Unsolved===
* [[Anonymous recursion]] - DONE - a second (alternate) approach would be of interest
* [[Call_a_function]] **DRAFT** - DONE
* [[Closures/Variable_capture]] **DRAFT** - DONE
* [[Deconvolution/1D]]
* [[Deconvolution/2D%2B]]
* [[Enforced immutability]] - this could probably be done using program monitoring
* [[Extend your language]] - DONE
* [[First-class functions/Use numbers analogously]] - DONE
* [[Function_prototyping]] **DRAFT**
* [[History_variables]] *DRAFT - this could probably be done using program monitoring
* [[Interactive programming]]
* [[Introspection]] - DONE
* [[Jump_anywhere]] **DRAFT** - not just about gotos - coexpressions could count
* [[List comprehensions]]
* [[Metaprogramming]]
* [[Named parameters]] - DONE
* [[Optional parameters]] - DONE
* [[Partial function application]] - DONE
* [[Polymorphic copy]] - written as if for OO, but possible broader interpretation
* [[Pragmatic_directives]] **DRAFT** - DONE
* [[Runtime evaluation]]
* [[Runtime evaluation/In an environment]]
* [[Shell one-liner]]
* [[Y combinator]]
===Solved===
* [[Anonymous recursion]] - DONE - a second (alternate) approach would be of interest
* [[Call_a_function]] **DRAFT** - DONE
* [[Closures/Variable_capture]] **DRAFT** - DONE
* [[Extend your language]] - DONE
* [[First-class functions/Use numbers analogously]] - DONE
* [[Introspection]] - DONE
* [[Named parameters]] - DONE
* [[Optional parameters]] - DONE
* [[Partial function application]] - DONE
* [[Pragmatic_directives]] **DRAFT** - DONE
 
==Object Oriented and Data types==
===Unsolved===
* [[Active object]] (clock state object)
* [[Add a variable to a class instance at runtime]] - DONE
* [[Break_OO_privacy]] **DRAFT** - DONE
* [[Calling_an_object_method]] **DRAFT**
* [[Classes]] - DONE
* [[Constrained genericity]]
* [[Create an object/Native demonstration]] **DRAFT**
* [[Define a primitive data type]]
* [[Delegates]]
* [[Inheritance/Single]] - DONE
* [[Object serialization]]
===Solved===
* [[Add a variable to a class instance at runtime]] - DONE
* [[Break_OO_privacy]] **DRAFT** - DONE
* [[Classes]] - DONE
* [[Inheritance/Single]] - DONE
* [[Polymorphism]] - DONE
* [[Respond to an unknown method call]] - DONE
Line 125 ⟶ 134:
 
==Concurrent Programming / Multitasking==
===Unsolved===
* [[Atomic updates]]
* [[Checkpoint synchronization]]
Line 133 ⟶ 143:
* [[Parallel calculations]]
* [[Rendezvous]]
===Solved===
 
==GUI, Graphics, images, Multimedia, Animation and related==
===Unsolved===
* [[Animate a pendulum]] - DONE
* [[Animation]] - DONE
* [[Bitmap/Bresenham%27s line algorithm]]
* [[Bitmap/B%C3%A9zier curves/Cubic]]
Line 147 ⟶ 157:
* [[Bitmap/Read an image through a pipe]]
* [[Bitmap/Write a PPM file]]
* [[Brownian tree]] - DONE
* [[Catmull%E2%80%93Clark subdivision surface]]
* [[Colour_bars/Display]] - DONE
* [[Colour_pinstripe/Display]] - DONE
* [[Color_quantization]] **DRAFT**
* [[Death Star]] - possibly problematic 3d subtraction doesn't seem to be supported
* [[Color of a screen pixel]] - DONE
* [[Death Star]]
* [[Dragon curve]] - DONE
* [[Draw_a_clock]] **DRAFT**
* [[Draw a cuboid]] - seem to be missing a draw prism proc, perhaps use matrices to stretch??
* [[Fractal tree]] - DONE
* [[Forest fire]] - DONE
* [[GUI component interaction]] - DONE
* [[GUI enabling/disabling of controls]] - DONE
* [[Grayscale image]]
* [[Honeycombs]] - DONE
* [[Hough transform]]
* [[Image convolution]]
* [[ImageGrayscale noiseimage]] - DONE
* [[Loading animated 3D data]] / [[Load_animated_3D_data]] **DRAFT**
* [[Median filter]]
Line 172 ⟶ 171:
* [[OpenGL]]
* [[OpenGL_Pixel_Shader]] **DRAFT**
* [[Percentage difference between images]] - DONE
* [[Pinstripe/Display]] **DRAFT** - DONE
* [[Play recorded sounds]]
* [[Plot coordinate pairs]] - DONE
* [[Ray-casting algorithm]]
* [[Record sound]] **DRAFT**
* [[Simple windowed application]] - DONE
* [[Sutherland-Hodgman polygon clipping]]
* [[Xiaolin Wu%27s line algorithm]]
===Solved===
* [[Animate a pendulum]] - DONE
* [[Animation]] - DONE
* [[Brownian tree]] - DONE
* [[Colour_bars/Display]] - DONE
* [[Colour_pinstripe/Display]] - DONE
* [[Color of a screen pixel]] - DONE
* [[Dragon curve]] - DONE
* [[Fractal tree]] - DONE
* [[Forest fire]] - DONE
* [[GUI component interaction]] - DONE
* [[GUI enabling/disabling of controls]] - DONE
* [[Honeycombs]] - DONE
* [[Image noise]] - DONE
* [[Percentage difference between images]] - DONE
* [[Pinstripe/Display]] **DRAFT** - DONE
* [[Plot coordinate pairs]] - DONE
* [[Simple windowed application]] - DONE
* [[User input/Graphical]] - DONE
* [[User input/Text]] - DONE
Line 186 ⟶ 200:
* [[Window management]] - DONE
* [[Wireworld]] - DONE
* [[Xiaolin Wu%27s line algorithm]]
* [[Write language name in 3D ASCII]] - DONE
 
==Other I/O related==
===Unsolved===
* [[Bitwise IO]]
* [[Hello world/Line printer]]
* [[Joystick_position]]
* [[Keyboard Input/Determine if a key has been pressed at the terminal]] - DONE
* [[Keyboard Input/Flush the keyboard buffer]]
* [[Keyboard Input/Obtain a Y or N response]]
* [[Keyboard macros]]
* [[Remove_lines_from_a_file]] - DONE
* [[Simulate input/Keyboard]]
* [[Simulate input/Mouse]]
Line 206 ⟶ 218:
* [[Terminal_control/Positional_read]] **DRAFT**
* [[Terminal_control/Unicode_output]] **DRAFT**
* [[Terminal control/Clear the screen]] - DONE
* [[Terminal control/Determine the height and width of the terminal window]]
* [[Terminal control/Display an extended character]] - DONE
* [[Terminal control/Hiding the cursor]]
* [[Terminal control/Inverse video]]
Line 214 ⟶ 224:
* [[Terminal control/Preserve screen]]
* [[Terminal control/Reading a character at a specific location on the screen]] **DRAFT**
* [[Video_display_modes]] **DRAFT**
===Solved===
* [[Keyboard Input/Determine if a key has been pressed at the terminal]] - DONE
* [[Remove_lines_from_a_file]] - DONE
* [[Terminal control/Clear the screen]] - DONE
* [[Terminal control/Display an extended character]] - DONE
* [[Terminal control/Ringing the terminal bell]] - DONE
* [[Truncate_a_file]] **DRAFT** - DONE
* [[Video_display_modes]] **DRAFT**
 
==Math for Vectors, Matrices, Multi-element structures, etc==
===Unsolved===
* [[Cholesky decomposition]] - DONE
* [[Dot product]] - DONE
* [[Element-wise_operations]]
* [[LU decomposition]]
* [[Matrix multiplication]] - DONE
* [[Matrix transposition]] - DONE
* [[Numeric_error_propagation]]
* [[Ordered Partitions]]
* [[QR_decomposition]] **DRAFT**
* [[Reduced row echelon form]]
===Solved===
* [[Cholesky decomposition]] - DONE
* [[Dot product]] - DONE
* [[Matrix multiplication]] - DONE
* [[Matrix transposition]] - DONE
* [[Vector products]] - DONE
 
==Numerical problems and methods==
===Unsolved===
* [[Addition-chain_exponentiation]] *DRAFT*
* [[Closest-pair problem]] - DONE
* [[Counting in factors]] - DONE
* [[Euler method]] - DONE
* [[FFT]] / [[Fast_Fourier_transform]]
* [[Factors of a Mersenne number]]
* [[Formal power series]]
* [[Gamma function]]
* [[Horner%27s rule for polynomial evaluation]] - DONE
* [[Knapsack problem/0-1]] - DONE
* [[Knapsack problem/Bounded]]
* [[Knapsack problem/Continuous]] - DONE
* [[Knapsack problem/Unbounded]]
* [[Lucas-Lehmer test]]
* [[Monte Carlo methods]] - DONE
* [[Montgomery_reduction]] **DRAFT**
* [[Multiple regression]]
* [[Multiplicative order]]
* [[Nth root]] - DONE
* [[Numerical integration]]
* [[Numerical_integration/Gauss-Legendre_Quadrature]]
* [[Pascal%27s triangle]] - DONE
* [[Pi]] - DONE
* [[Polynomial long division]]
* [[Polynomial regression]]
Line 260 ⟶ 268:
* [[Roots of a function]]
* [[Roots of a quadratic function]]
* [[Statistics/Normal_distribution]] **DRAFT**
* [[Thiele%27s interpolation formula]]
===Solved===
* [[Closest-pair problem]] - DONE
* [[Counting in factors]] - DONE
* [[Euler method]] - DONE
* [[Horner%27s rule for polynomial evaluation]] - DONE
* [[Knapsack problem/0-1]] - DONE
* [[Knapsack problem/Continuous]] - DONE
* [[Monte Carlo methods]] - DONE
* [[Nth root]] - DONE
* [[Pascal%27s triangle]] - DONE
* [[Pi]] - DONE
* [[Self-describing numbers]] **DRAFT** - DONE
* [[Standard deviation]] - DONE
* [[Statistics/Basic]] *DRAFT* - DONE
* [[Statistics/Normal_distribution]] **DRAFT**
* [[Thiele%27s interpolation formula]]
 
==Basic String, Structure, and data type problems==
===Unsolved===
* [[Arena storage pool]] **DRAFT**
* [[Safe addition]]
* [[Unicode_strings]]
* [[VList]]
===Solved===
* [[Deepcopy]] **DRAFT** - DONE
* [[Doubly-linked list/Definition]] - DONE
Line 277 ⟶ 301:
* [[Map range]] - DONE
* [[Queue/Definition]] - DONE
* [[Safe addition]]
* [[Singly-linked list/Element definition]] - DONE
* [[Singly-linked list/Element insertion]] - DONE
* [[Singly-linked list/Traversal]] - DONE
* [[Ternary_logic]] **DRAFT** - DONE
* [[Unicode_strings]]
* [[VList]]
* [[Variable size/Get]] - DONE
* [[Variable size/Set]] - DONE
 
==Applied String, Structure, and data type problems==
===Unsolved===
* [[Execute SNUSP]]
* [[Pattern matching]]
* [[EBNF parser]] **DRAFT**
* [[Natural sorting]] **DRAFT**
* [[Read a configuration file]]
* [[Sorting algorithms/Radix sort]]
* [[Sorting algorithms/Strand sort]]
* [[Table creation/Postal addresses]]
* [[Text processing/2]]
* [[Text processing/Max licenses in use]]
* [[Write float arrays to a text file]]
===Solved===
* [[Multiple distinct objects]] - DONE
* [[Non-decimal radices/Convert]] - DONE
* [[Non-decimal radices/Input]] - DONE
* [[Non-decimal radices/Output]] - DONE
* [[Pattern matching]]
* [[Price fraction]] ** - DONE
* [[Quaternion type]] - DONE
* [[Create an HTML table]] **DRAFT** - DONE
* [[Decision tables]] **DRAFT** - DONE
* [[EBNF parser]] **DRAFT**
* [[Natural sorting]] **DRAFT**
* [[Read a configuration file]]
* [[SEDOLs]] - DONE
* [[Sort disjoint sublist]] - DONE
* [[Sorting algorithms/Radix sort]]
* [[Sorting algorithms/Strand sort]]
* [[Spiral matrix]] - DONE
* [[Stem-and-leaf plot]] - DONE
* [[Strip block comments]] - DONE
* [[Strip comments from a string]] - DONE
* [[Table creation/Postal addresses]]
* [[Text processing/2]]
* [[Text processing/Max licenses in use]]
* [[Variable-length quantity]] - DONE
* [[Write float arrays to a text file]]
 
==Permutation, cominations, probability, and randomness==
===Unsolved===
* [[Non-continuous subsequences]]
* [[Permutation test]]
* [[Permutations/Derangements]] **DRAFT**
* [[Random number generator (device)]]
* [[Seven-sided dice from five-sided dice]]
* [[Unbias a random generator]]
* [[Verify distribution uniformity/Chi-squared test]]
* [[Verify distribution uniformity/Naive]]
===Solved===
* [[Anagrams/Deranged anagrams]] **DRAFT** - DONE
* [[Combinations with repetitions]] - DONE
* [[Non-continuous subsequences]]
* [[Permutation test]]
* [[Permutations]] - DONE
* [[Permutations/Derangements]] **DRAFT**
* [[Pick_random_element]] - DONE
* [[Power set]] - DONE
* [[Probabilistic choice]] - DONE
* [[Random number generator (device)]]
* [[Seven-sided dice from five-sided dice]]
* [[Subtractive_generator]] - DONE
* [[Unbias a random generator]]
* [[Verify distribution uniformity/Chi-squared test]]
* [[Verify distribution uniformity/Naive]]
 
==Problems, Puzzles, Games, and Mindbenders==
===Unsolved===
* [[Bulls and cows/Player]]
* [[Morpion_solitaire]] **DRAFT**
* [[Pascal%27s triangle/Puzzle]]
* [[Sokoban]] **DRAFT**
* [[Sudoku]]
* [[Zebra_puzzle]] **DRAFT*
 
===Solved===
* [[Go Fish]] - DONE
* [[Guess the number/With feedback]] - DONE
Line 340 ⟶ 373:
* [[Maze generation]] - DONE
* [[Maze solving]] - DONE
* [[Morpion_solitaire]] **DRAFT**
* [[Narcissist]] (quine recognizer) - DONE
* [[Pascal%27s triangle/Puzzle]]
* [[RCRPG]] - DONE
* [[Rock_Paper_Scissors]] **DRAFT** - DONE
Line 348 ⟶ 379:
* [[Stair-climbing puzzle]] - DONE
* [[State_name_puzzle]] **DRAFT** - DONE
* [[Sokoban]] **DRAFT**
* [[Sudoku]]
* [[Tic-tac-toe]] - DONE
* [[Zebra_puzzle]] **DRAFT*
 
==Odd or Humourous==
===Unsolved===
===Solved===
* [[Calendar_-_for_"real"_programmers]] - initially omit - DONE - very ugly :)
* [[Discordian date]] - DONE
Line 359 ⟶ 389:
 
==Date/Time==
===Unsolved===
===Solved===
* [[Calendar]] - DONE
* [[Five weekends]] - DONE
Line 365 ⟶ 397:
* [[Show_the_epoch]] - DONE
 
==Not Categorized (Unimplemented) ==
===Unsolved===
When these get solved they should be categorized if possible. If not move below.
 
Line 411 ⟶ 444:
* [[Waveform_analysis/Top_and_tail]] **DRAFT**
 
===Solved===
== Not Categorized (Implemented) ==
These were harvest, please dump them into categories.
 
Line 739 ⟶ 772:
 
==Others==
* Top Rank per Group - DONECOMPLETE
* Here Document - OMITTED
 

Revision as of 19:57, 27 December 2011

Analysis of Tasks Icon/Unicon Unimplemented

The following summarizes tasks that are not completed for Icon/Unicon on Rosetta Code. Note: This is not dynamically compiled and tasks may have been completed.

My intent is twofold.

  • Encourage more contribution from other by more clearly identifying areas where they can help.
  • Encourage a general discussion (beyond Icon/Unicon) of task classification/sub-classification. (I know that SML may have a huge impact on this once an approach is found).

While I realize that some of the tasks could easily fall into multiple categories, I've tried to pick a (near) best fit.

Also, I've annotated a (bare) handful of tasks.

Some quick links:

The official up to date list of tasks not yet implemented in Unicon

This list is dynamically generated by the RC Wiki:

The unofficial list (categorized)

Below is a breakdown of these by area.

Externals: Operating System feature, Library Method, C calling, etc.

Unsolved

Solved

Web, Networking, and OS interface

Unsolved

Solved

Internals and platform specific information

Unsolved

Solved

Functions, Program Control, Language

Unsolved

Solved

Object Oriented and Data types

Unsolved

Solved

Concurrent Programming / Multitasking

Unsolved

Solved

GUI, Graphics, images, Multimedia, Animation and related

Unsolved

Solved

Other I/O related

Unsolved

Solved

Math for Vectors, Matrices, Multi-element structures, etc

Unsolved

Solved

Numerical problems and methods

Unsolved

Solved

Basic String, Structure, and data type problems

Unsolved

Solved

Applied String, Structure, and data type problems

Unsolved

Solved

Permutation, cominations, probability, and randomness

Unsolved

Solved

Problems, Puzzles, Games, and Mindbenders

Unsolved

Solved

Odd or Humourous

Unsolved

Solved

Date/Time

Unsolved

Solved

Not Categorized

Unsolved

When these get solved they should be categorized if possible. If not move below.

Solved

These were harvest, please dump them into categories.

Others

  • Top Rank per Group - COMPLETE
  • Here Document - OMITTED

Analysis of Programming Categories on Rosetta

The following list was manually gleaned from the list of categories (special pages) and annotated. It provides another way of looking at the program groupings. There are a number of discussions on the Rosetta Code:Village Pump and in individual tasks about categorization and how to approach it. Use of SMW may change the way in which this is done.

This may also prove useful for editors looking to cleanup categories (e.g. typos).

Broad Categories and Super-Categories

Programming Task Categories