Skip to content
View wernersbacher's full-sized avatar

Block or report wernersbacher

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. telemhub telemhub Public

    telemetry hub for motec files, especially from ACC

    CSS

  2. webcamZoomer webcamZoomer Public

    Digital Zoom for your generic webcam. Needs the OBS Virtual cam installed.

    Python

  3. Bash: Check if IP-Address is valid Bash: Check if IP-Address is valid
    1
    function valid_ip()
    2
    {
    3
        local  ip=$1
    4
        local  stat=1
    5
        regexv6='^([0-9a-fA-F]{0,4}:){1,7}[0-9a-fA-F]{0,4}$'
  4. meowManager meowManager Public

    simple javascript managing game

    JavaScript

  5. flaskboilerplate flaskboilerplate Public

    This is a flask boilterplate with a index page, user registration, login, logout

    Python

  6. amr-carmaster amr-carmaster Public

    AMR Projekt: Hauptcontroller zur Fahrzeugsteuerung

    CMake