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

Content added Content deleted
Line 446: Line 446:
Place new items here, if it's unclear where they belong.
Place new items here, if it's unclear where they belong.


===Count Consonants===
=== Count Consonants ===
Create a program to count consonants in a string input by the user using the ASCII character set.
Create a program to count consonants in a string input by the user using the ASCII character set.
The program must only count the letters that are not vowels. It should not count white space, punctuation, control characters, or numeric digits.
The program must only count the letters that are not vowels. It should not count white space, punctuation, control characters, or numeric digits.
Line 480: Line 480:
<\lang>
<\lang>


===Multiple Mice===
=== Multiple Mice ===
If 2 or more USB mice (or trackballs / trackpads) are connected to the system, read the input of each separately (for multiple mouse pointers or for multiplayer game input).
If 2 or more USB mice (or trackballs / trackpads) are connected to the system, read the input of each separately (for multiple mouse pointers or for multiplayer game input).


===Colorwheel===
=== Colorwheel ===
description
description
* [https://stackoverflow.com/questions/4235072/what-is-the-math-behind-the-colour-wheel SO]
* [https://stackoverflow.com/questions/4235072/what-is-the-math-behind-the-colour-wheel SO]