Skip to content
View slfux's full-sized avatar
🍑
🍑

Block or report slfux

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
slfux/README.md
(define (ask-steve topic)
  (case topic
    ((pseudo)  "fux")
    ((bday)    #(28 2 2003))
    ((country) "de")
    ((color)   "bright indigo")
    ((lang)    '("de" "en"))
    ((plang)   '("c" "scm" "php" "py" "pde" "glsl")) ; + couple more
    (else      "hmmm ... weird topic >:/")))

Popular repositories Loading

  1. Display-Orientation-Switcher Display-Orientation-Switcher Public

    A small windows tool for toggling the display orientation.

    C 2 1

  2. CursorKeys CursorKeys Public

    A simple program to move your cursor with the keyboard.

    C

  3. SGRLib SGRLib Public

    An implementation of the common graphical ANSI escape sequences as defined in ECMA-48.

    C

  4. slfux.github.io slfux.github.io Public

  5. slfux slfux Public

  6. knowledge knowledge Public

    Accumulation of KNOWLEDGE

    TypeScript