Skip to content

Instantly share code, notes, and snippets.

View SchizoDuckie's full-sized avatar

SchizoDuckie

  • The Hague
View GitHub Profile
[{
"className": "row",
"fieldGroup": [{
"key": "name",
"type": "input",
"templateOptions": {
"required": true,
"label": "Search Engine Name",
"type": "text"
},
@SchizoDuckie
SchizoDuckie / lexos.js
Created July 5, 2016 23:26
lexos minified
/*! BvS-LexOS - v1.0.0 - built: Thursday, March 31st, 2016, 2:20:34 PM */ ! function a(b, c, d) {
function e(g, h) {
if (!c[g]) {
if (!b[g]) {
var i = "function" == typeof require && require;
if (!h && i) return i(g, !0);
if (f) return f(g, !0);
var j = new Error("Cannot find module '" + g + "'");
throw j.code = "MODULE_NOT_FOUND", j
}
@SchizoDuckie
SchizoDuckie / keybase.md
Created January 9, 2019 08:58
proving myself

Keybase proof

I hereby claim:

  • I am schizoduckie on github.
  • I am schizoduckie (https://keybase.io/schizoduckie) on keybase.
  • I have a public key ASC-RaPjtlfuI-IWqq1_73SOGJ81KYFgQfJ4E5Gu-tQt3go

To claim this, I am signing this object:

/**
* ---------------------------------------------------------
* | Esp-32/Arduino Stair Led Relay control |
* | By SchizoDuckie, ©2019 |
* | |
* | Disclaimer: |
* | I am in no way, shape or form responsible for |
* | - You setting your house on fire |
* | - Your firstborn suddenly getting autism |
* | - Your girlfriend running off with the neighbour |
#include "Adafruit_VL53L1X.h"
#include "EspMQTTClient.h"
EspMQTTClient client(
"YOUR_WIFI_NAME",
"YOUR_WIFI_PASSWORD",
"atticstairleds.local", // MQTT Broker server ip or hostname
NULL, // Can be omitted if not needed
NULL, // Can be omitted if not needed
"sensor-upstairs", // Client name that uniquely identify your device