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

(Add suggested task for ICMP Ping.)
Line 71:
 
* cat & tee: copy input to output, copy input to multiple outputs. I'm not sure of the best name for these tasks ("IO/cat" & "IO/tee"? "copy input to output"?). [[Input loop]] has some solutions that implement the first, but it doesn't explicitly say what should be done with input, and some solutions to `cat` and `tee` may not use loops (which is what's interesting about these tasks).
 
* Collision detection between primitive geometric shapes: line-line, point-triangle, line-triangle, triangle-triangle (in both 2D and 3D)
 
==Games==
Anonymous user