Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

Content added Content deleted
(https+authentication)
No edit summary
Line 1: Line 1:
So you want to see a problem solved? If you're not comfortable creating the task page yourself, feel free to edit this page, and describe the problem below. (To edit this page, click the "edit" tab at the top.)
So you want to see a problem solved? If you're not comfortable creating the task page yourself, feel free to edit this page, and describe the problem below. (To edit this page, click the "edit" tab at the top.)


* doubly-linked list algorithms, both cursor- and pointer-based implementations

* (added) Simple hash functions and indexing algorithms.
* (added) Simple hash functions and indexing algorithms.
* Regular expression matching
* Regular expression matching
Line 13: Line 13:
* Open a window and create a simple opengl 3d demonstration
* Open a window and create a simple opengl 3d demonstration
* Retrieve bookmarks from Del.icio.us (Or anything else that demonstrates a HTTPS request with authentication)
* Retrieve bookmarks from Del.icio.us (Or anything else that demonstrates a HTTPS request with authentication)
* [non-trivial] implement a table-based native code (macro?) assembler in various HLLs
* [hard] arbitrary precision integer and floating point math routines (these can be very instructive to new programmers)


<br>
<br>