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: Frigate Notifications (0.12.0.1g) | |
description: | | |
## Frigate Notifications | |
This blueprint will send a notification to your device when a Frigate event for the selected camera is fired. The notification will initially include the thumbnail of the detection, but include an actionable notification allowing you to view the clip and snapshot. | |
With this blueprint, you may send the notification to multiple devices by leaving "Device" blank and instead use a [notification group][1]. | |
### Software Version Requirements |
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
import ipaddress | |
from typing import List, Tuple | |
cidr_blocks = [ | |
"172.31.0.0/16", ...... | |
] | |
def check_cidr_conflicts(cidr_blocks: List[str]) -> List[Tuple[str, List[str]]]: | |
results = [] | |
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
// ==UserScript== | |
// @name RFD Dark | |
// @description Dark theme for RFD / RedFlagDeals, powered by the Dark Reader API | |
// @include *://forums.redflagdeals.com/* | |
// @include *://www.redflagdeals.com/* | |
// @run-at document-start | |
// @version 1.2 | |
// ==/UserScript== | |
(function() { |
OlderNewer