Skip to content
View flq's full-sized avatar

Block or report flq

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
flq/README.md

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.

Pinned Loading

  1. peltzer peltzer Public

    A UI to run gremlin queries

    TypeScript

  2. flq.github.io flq.github.io Public

    My posts

    MDX

  3. jerry-mander-show jerry-mander-show Public

    This is the code base for a game where it is up to you to gerrymander constituents such that the minority vote wins.

    TypeScript

  4. NMeasure NMeasure Public

    .NET library to work with Measurements (numbers measured in a certain unit)

    C# 9 4

  5. Fizzbuzzes in many colours. Fizzbuzzes in many colours.
    1
    A collection of FizzBuzz implementations over many languages. The specification goes something like this...
    2
    
                  
    3
    > Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and
    4
    > for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.
    5