Skip to content
View Coenenp's full-sized avatar

Block or report Coenenp

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

    App to manage LEGO® and MOC bricks and check sets

    HTML

  2. homeassistant-entity-renamer homeassistant-entity-renamer Public

    Forked from saladpanda/homeassistant-entity-renamer

    HomeAssistant Entity Renamer. A script to bulk rename homeassistant entities using regular expressions and without losing their history.

    Python 2

  3. Unpack QNAP qpkg files Unpack QNAP qpkg files
    1
    #!/bin/sh
    2
    
                  
    3
    usage(){
    4
        echo "usage: $0 <path/to/qpkg>"
    5
    }
  4. Repack QNAP qpkg files Repack QNAP qpkg files
    1
    #!/bin/bash
    2
    
                  
    3
    usage(){
    4
        echo "Usage: $0 <output.qpkg>"
    5
    }
  5. homeassistant_renamer homeassistant_renamer Public

    Django project offering a UI to the home assistant entity renamer project.

    Python 1