Skip to content
View sveneberth's full-sized avatar
💥
Eat.Sleep.Code.Repeat
💥
Eat.Sleep.Code.Repeat

Highlights

  • Pro

Organizations

@mausbrand @viur-ignite @viur-framework @GRS-Events

Block or report sveneberth

Report abuse

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

Report abuse

Pinned Loading

  1. xenux xenux Public

    Xenux is an open-source CMS.

    HTML 1

  2. wifi-led wifi-led Public

    Control LED Strip via WIFI, based on Arduino and ESP8266

    Arduino

  3. viur-core viur-core Public

    Forked from viur-framework/viur-core

    The core component of ViUR, a development framework for Google App Engineâ„¢.

    Python

  4. cheatSheet cheatSheet Public

    TeX

  5. dotfiles dotfiles Public

    My .dotfiles

    Shell

  6. dotfiles dotfiles
    1
    # Bash won't get SIGWINCH if another process is in the foreground.
    2
    # Enable checkwinsize so that bash will check the terminal size when
    3
    # it regains control.  #65623
    4
    # http://cnswww.cns.cwru.edu/~chet/bash/FAQ (E11)
    5
    shopt -s checkwinsize