👋
Greetings traveller I am Frank L. Quednau, software gardener for the ahead intranet product. I am doing software dev professionally since the year 2000 and love dancing between web frontends and their immediate backends.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseI am Frank L. Quednau, software gardener for the ahead intranet product. I am doing software dev professionally since the year 2000 and love dancing between web frontends and their immediate backends.
This is the code base for a game where it is up to you to gerrymander constituents such that the minority vote wins.
TypeScript
A collection of FizzBuzz implementations over many languages. The specification goes something like this...
> Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and
> for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.