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
#!/usr/bin/env python | |
""" | |
Script to import GoPro HiLight tags as clip markers. | |
Execute this in the bin where your footage is stored, it will extract the highlight tags | |
""" | |
import os | |
import sys | |
import struct |
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: | |
# Needs the updated firmware: version 0x01000035 (mine came with version 0x00010012) | |
# Added dot-button support by Atlantis_One | |
# Based on https://gist.github.com/cooljimy84/f1f2da3a6b214879b82bf06a68d89264 by James Crook | |
name: ZHA - IKEA Symfonisk sound controller GEN2 for media and dot-buttons control | |
description: 'Control media with an IKEA Symfonisk sound controller GEN2 (Square one). | |
Full media control with the media buttons (play/pause, volume up/down and skip/previous track). | |
Fully customisable dot-buttons, with options for single, double and long press for each one.' | |
domain: automation | |
input: |
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
--- | |
# This automation simulates the use of the IKEA TRADFRI Remote control | |
# connected through ZHA. | |
blueprint: | |
source_url: https://github.com/niro1987/homeassistant-config/blob/main/blueprints/automation/niro1987/zha_ikea_tradfri_styrbar_custompreset.yaml | |
name: ZHA - IKEA TRADFRI - STYRBAR - Custom Preset with color cycling and night light | |
description: >- |
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
tailwind_transformer.rb -> app/models/tailwind_transformer.rb | |
tailwind.rb -> config/initializers/tailwind.rb | |
tailwind.config.js.erb -> config/tailwind.config.js.erb | |
package.json -> ./package.json |
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
<html> | |
<head> | |
<script src="http://code.jquery.com/jquery-1.9.1.js"></script> | |
<script type="text/javascript"> | |
function getCart() { | |
$.ajax({ |
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
<div> | |
<script jquery> | |
<script jquery.shopify> | |
<css> | |
$("body").shopify({ | |
product_area: ".shopify-widget-product", | |
cart_indicator: ".shopify-widget-cart", | |
button: ".shopify-widget-button", | |
style: "/assets/store.css", |