This file contains hidden or 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"meta": { | |
"theme": "flat" | |
}, | |
"basics": { | |
"name": "Drew Burchfiel", | |
"label": "Systems Administrator", | |
"email": "[email protected]", | |
"summary": "I like to code", |
This file contains hidden or 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
#-------------------------------------------------------------------# | |
# ScriptName : SetWall.ps1 # | |
# Description : Force a Desktop wallpaper Refresh # | |
# Credits : Unknown (if you know original creator, let us know) # | |
# # | |
# Date : 01 July 2020 # | |
#-------------------------------------------------------------------# | |
#Modify Path to the picture accordingly to reflect your infrastructure | |
$imgPath="\\Domain.lab\netlogon\Wallpaper.png" |
This file contains hidden or 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
# source: https://community.home-assistant.io/t/vacation-lighting-replay-historical-lighting/282435 | |
# blog post on this: https://blog.fuzzymistborn.com/smart-vacation-mode-lighting/ | |
blueprint: | |
name: Blueprint - Vacation Lighting | |
description: Vacation Lighting - Replay Sensors to Light Behavior | |
domain: automation | |
input: | |
vacation_mode_toggle: |