Skip to content
View maddindeiss's full-sized avatar
👍
👍
  • Garden of Concepts GmbH
  • Frankfurt, Germany

Organizations

@gardenofconcepts
Block or Report

Block or report maddindeiss

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 40 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")) {