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
Block or Report

Block or report sveneberth

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

  1. xenux xenux Public

    Xenux is an open-source CMS.

    HTML

  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