This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Arduino.h> | |
#include <M5Unified.h> | |
#include <M5UnitLCD.h> | |
#include <esp_dmx.h> | |
// I tried Various combinations of transmit and enable pins here | |
int receivePin = GPIO_NUM_26; | |
int transmitPin = GPIO_NUM_36; | |
int enablePin = GPIO_NUM_0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Alarm Triggers | |
description: Trigger the alarm | |
domain: automation | |
input: | |
sensor: | |
name: Sensors | |
description: Select the Sensors you want to trigger on. | |
selector: | |
entity: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env: | |
VMWARE_HOST: '{{hostname}}' | |
VMWARE_PASSWORD: '{{password}}' | |
VMWARE_SERVER: '{{hostname}}' | |
VMWARE_SSLCHECK: '{{ "True" if checkssl else "False" }}' | |
VMWARE_USER: '{{username}}' | |
VMWARE_USERNAME: '{{username}}' | |
VMWARE_VALIDATE_CERTS: '{{ "True" if checkssl else "False" }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
testexit() { | |
if [ ! $? -eq 0 ]; then | |
echo "something went wrong, exiting" | |
exit 1 | |
fi | |
} | |
echoerr() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Frank Rosquin <[email protected]> | |
MAC=$1 | |
echo "Calculating ipv6 for $MAC" | |
LEAD=`echo $MAC|awk -F':' '{ print $1}'` | |
FIXED=`echo $MAC|awk -F':' '{ print tolower($2":"$3":"$4":"$5":"$6)}'` | |
# TODO: TOGGLE this |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:squeeze | |
ENV DEBIAN_FRONTEND noninteractive | |
RUN apt-get update \ | |
&& apt-get install -y wget \ | |
&& wget -O - http://packages.vyos.net/vyos-pubkey.gpg | apt-key add - \ | |
&& echo "deb http://backports.debian.org/debian-backports squeeze-backports main" > /etc/apt/sources.list.d/bp.list \ | |
&& apt-get update \ | |
&& apt-get -t squeeze-backports install -y squashfs-tools \ |
I hereby claim:
- I am cnf on github.
- I am cnf (https://keybase.io/cnf) on keybase.
- I have a public key whose fingerprint is 2BF3 DEDC C538 A25F 11B8 93B1 B212 68FB BD8D 25C3
To claim this, I am signing this object:
- cAdvisor - Container Advisor, stats for docker host / containers, Influxdb output
- docker syslog - Multiple Docker containers logging to a single syslog
- IRC Channel irc://chat.freenode.org/##warframe
- Discord server
- Warframe Wiki
- Warframe Builder
- Deathsnack WF tracker
- Warframe Market
NewerOlder