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
| extends Node | |
| class_name PIDController | |
| enum DerivativeMeasurement { | |
| VELOCITY, | |
| ERROR_RATE_OF_CHANGE | |
| } |
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
| // ==UserScript== | |
| // @name Frigate - Bulk delete events | |
| // @namespace Violentmonkey Scripts | |
| // @match http://192.168.1.120:8100/events* | |
| // @grant none | |
| // @version 1.0 | |
| // @author Matto Godoy | |
| // @description Deletes multiple events one by one in Frigate NVR | |
| // ==/UserScript== |
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
| // ==UserScript== | |
| // @name Improved dates - stackoverflow.com | |
| // @namespace Violentmonkey Scripts | |
| // @match https://stackoverflow.com/questions/* | |
| // @grant none | |
| // @version 1.0 | |
| // @author Matto | |
| // @description 11/11/2020, 15:40:59 | |
| // ==/UserScript== |
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
| // ==UserScript== | |
| // @name Fill week time - TimeTool | |
| // @namespace Violentmonkey Scripts | |
| // @match https://www.ttcloud.ch/timetool/db_admin/start.html | |
| // @grant none | |
| // @version 1.0 | |
| // @author - | |
| // @description 04/06/2021, 13:49:17 | |
| // ==/UserScript== |