Skip to content
View maddindeiss's full-sized avatar
πŸ‘
πŸ‘
  • Garden of Concepts GmbH
  • Frankfurt, Germany

Organizations

@gardenofconcepts
Block or Report

Block or report maddindeiss

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. co2-monitor co2-monitor Public

    Measure CO2 and temperature in nodejs with the TFA-Dostmann AirControl Mini

    JavaScript 39 9

  2. iot-docker-mqtt-setup iot-docker-mqtt-setup Public

    IoT Docker Setup with Node-Red, Mosquitto, Influx, Grafana and OpenHab

    Shell 5 1

  3. win10-setup-scripts win10-setup-scripts Public

    PowerShell

  4. Windows 10 .Net DevBox Windows 10 .Net DevBox
    1
     # Description: Boxstarter Script  
    2
    # Common dev settings for desktop app development
    3
    
                  
    4
    # Test-Admin is not available yet, so use...
    5
    if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) {