Popular recipes tagged "fizzbuzz"http://code.activestate.com/recipes/tags/fizzbuzz/2011-11-02T00:26:45-07:00ActiveState Code RecipesPass The FizzBuzz Test (Bash) 2011-11-02T00:26:45-07:00userendhttp://code.activestate.com/recipes/users/4179007/http://code.activestate.com/recipes/577938-pass-the-fizzbuzz-test/ <p style="color: grey"> Bash recipe 577938 by <a href="/recipes/users/4179007/">userend</a> (<a href="/recipes/tags/bash/">bash</a>, <a href="/recipes/tags/buzz/">buzz</a>, <a href="/recipes/tags/fizz/">fizz</a>, <a href="/recipes/tags/fizzbuzz/">fizzbuzz</a>, <a href="/recipes/tags/job/">job</a>, <a href="/recipes/tags/math/">math</a>, <a href="/recipes/tags/script/">script</a>, <a href="/recipes/tags/shell/">shell</a>). </p> <p>This is my version of the FizzBuzz test.</p> FizzBuzz (Python) 2009-01-14T01:51:22-08:00Louis RIVIEREhttp://code.activestate.com/recipes/users/4035877/http://code.activestate.com/recipes/576612-fizzbuzz/ <p style="color: grey"> Python recipe 576612 by <a href="/recipes/users/4035877/">Louis RIVIERE</a> (<a href="/recipes/tags/algorithms/">algorithms</a>, <a href="/recipes/tags/fizzbuzz/">fizzbuzz</a>). Revision 4. </p> <p>A Loopless FizzBuzz</p>