fzbz
fzbz is a fizz-buzz solution
rfs_fb
this computes a fizz buzz sequence. They are really advanced.
ek_fb
this computes a fizz buzz sequence
node-fizzbuzz
Command-line function that prints the numbers from 1 to N. For multiples of three it prints “Fizz” instead of the number and for the multiples of five it prints “Buzz”. For numbers which are multiples of both three and five it prints “FizzBuzz