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

Content added Content deleted
mNo edit summary
Line 11: Line 11:
* Reading the file word by word using expect script
* Reading the file word by word using expect script
* doubly-linked list algorithms, both cursor- and pointer-based implementations
* doubly-linked list algorithms, both cursor- and pointer-based implementations
* Basic pointer/reference operations (C++ now exists on [[Basic pointer and reference operations]])
* Basic pointer/reference operations (C now exists on [[Basic pointer and reference operations]])
* 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)
Line 21: Line 21:
* Super Simple p2p network
* Super Simple p2p network
* Provide a SOAP server function
* Provide a SOAP server function
* Win interface... C++ calls to Fortran F90/95 Source Code ... and back...
* Win interface... C calls to Fortran F90/95 Source Code ... and back...
* Quine (program that prints its own code to stdout)
* Quine (program that prints its own code to stdout)


Line 40: Line 40:


<br>
<br>
I'd like to request the following tasks. I can provide code for Java and C++ but I'm not familiar with other programming languages in these areas.
I'd like to request the following tasks. I can provide code for Java and C but I'm not familiar with other programming languages in these areas.
* Socket I/O (TCP or UDP sockets)
* Socket I/O (TCP or UDP sockets)
* Creating a new thread and executing it
* Creating a new thread and executing it