Skip to content
View flechnical's full-sized avatar
🤡
🤡

Block or report flechnical

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Numptons Numptons Public

    Useful laptop AutoHotkey scripts turning your Keyboard into a Numpad and Mousebuttons (-> Numptons)

    AutoHotkey

  2. patbot patbot Public

    We should take unrelated voice-channel text-chat from 'general' and push it somewhere else (pat = private automatic text-chats)!

    JavaScript

  3. buoance buoance Public

    Complete Web-App for organizing sponsors for a prom, packed with HTML5-Features and various web-technologies.

    PHP

  4. qviz qviz Public

    Simple Vue.js Quiz App

    Vue 1

  5. Next permutation in C - CodeSignal: ... Next permutation in C - CodeSignal: stringsRearrangement
    1
    /*
    2
     * Solution to CodeSignal arcade level "stringsRearrangement" (https://app.codesignal.com/arcade/intro/level-7/PTWhv2oWqd6p4AHB9) using a custom next-permutation-function without recursion.
    3
     * It switches the values in an integer-array, so I can use the values in this array as my index while looping through the strings-array (it simulates reordering the strings themselves).
    4
     *
    5
     * Permutation logic: