Skip to content

Instantly share code, notes, and snippets.

View thnukid's full-sized avatar
👨‍💻

Eric Bartholemy thnukid

👨‍💻
View GitHub Profile
@thnukid
thnukid / devices
Created January 22, 2020 09:38
Sample Devices Json
{
"devices": [{
"name": "Indoor Motion Sensor",
"icon": "lightblub_outline"
},
{
"name": "Outdoor Motion Sensor",
"icon": "lightblub_outline"
},
{
@thnukid
thnukid / keybase.md
Created September 14, 2018 11:46
keybase.io

Keybase proof

I hereby claim:

  • I am thnukid on github.
  • I am thnukid (https://keybase.io/thnukid) on keybase.
  • I have a public key whose fingerprint is B275 71C1 C2FE B029 0E36 EFB0 56CF EA36 865B AB80

To claim this, I am signing this object:

@thnukid
thnukid / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@thnukid
thnukid / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
#core_toolbar {
right: 0px;
color: rgb(255, 255, 255);