Rosetta Code:TODO: Difference between revisions

From Rosetta Code
Content added Content deleted
(Merge Sum and Product)
mNo edit summary
Line 3: Line 3:


=TODO=
=TODO=
* <st>Replace language example headers with the <nowiki>{{header|(language)}}</nowiki> template.</st> '''Check''' 13 November 2007
* <s>Replace language example headers with the <nowiki>{{header|(language)}}</nowiki> template.</s> '''Check''' 13 November 2007
* <st>Replace usage of Template:Programming_Language with Template:language. See [[RapidQ]] as an example.</st> '''Check''' 1 December 2007
* <s>Replace usage of Template:Programming_Language with Template:language. See [[RapidQ]] as an example.</s> '''Check''' 1 December 2007
* Look through the [[:Category:WikiStubs|stubs]], and research and fill in useful information. Cite sources as needed, of course. Remove stub template when done with each page.
* Look through the [[:Category:WikiStubs|stubs]], and research and fill in useful information. Cite sources as needed, of course. Remove stub template when done with each page.
* Comb through the suggestions on the [[Help:Request a new programming task|task request]] page and put a few together. Or drop some into a "Questionable" category, so they can be debated.
* Comb through the suggestions on the [[Help:Request a new programming task|task request]] page and put a few together. Or drop some into a "Questionable" category, so they can be debated.
Line 10: Line 10:
** [[Singly-linked list]] from [[Singly-Linked List (element)]], [[Singly-Linked List (element insertion)]], [[Singly-Linked List (traversal)]]
** [[Singly-linked list]] from [[Singly-Linked List (element)]], [[Singly-Linked List (element insertion)]], [[Singly-Linked List (traversal)]]
** [[Doubly-linked list]] from [[Doubly-Linked List (element)]], [[Doubly-Linked List (element insertion)]]
** [[Doubly-linked list]] from [[Doubly-Linked List (element)]], [[Doubly-Linked List (element insertion)]]
** <st>[[Sum and product of array]] from [[Sum of Array]], [[Product of Array]].</st> '''Done.''' --[[User:IanOsgood|IanOsgood]] 16:49, 3 December 2007 (MST)
** <s>[[Sum and product of array]] from [[Sum of Array]], [[Product of Array]].</s> '''Done.''' --[[User:IanOsgood|IanOsgood]] 16:49, 3 December 2007 (MST)
** [[Basic array operations]] from [[Creating an Array]], [[Assigning Values to an Array]], [[Retrieving an Element of an Array]]
** [[Basic array operations]] from [[Creating an Array]], [[Assigning Values to an Array]], [[Retrieving an Element of an Array]]
** [[String length]] from [[String Byte Length]], [[String Character Length]]
** [[String length]] from [[String Byte Length]], [[String Character Length]]

Revision as of 23:50, 3 December 2007

Here's a list of "Someone needs to..." items. If you're looking for something to do, you can always do something on this list.


TODO