Instantly share code, notes, and snippets.
Discover gists
fbradyirl /sigen_modbus_card.yaml
Last activeMarch 23, 2025 11:06
Recreate Sigenergy UI (using modbus sensors) as Home Assistant Card 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
type:custom:button-card | |
show_state:true | |
tap_action:none | |
custom_fields: | |
home_image: | |
card: | |
type:picture | |
image:local/Sigenergy/home_has_solar_has_car.png | |
card_mod: | |
style:| |
nd3w /install-lapp-ubuntu-20.04.md
Last activeMarch 23, 2025 11:03
Install Apache2, PostgreSQL and PHP-FPM on Ubuntu 20.04tatumroaquin /archlinux-qemu-kvm.md
Last activeMarch 23, 2025 11:01
QEMU-KVM Installation for Arch LinuxRishikant181 /Steam-Gamemode.md
Last activeMarch 23, 2025 11:01
Create a Steam Gamemode Session, allowing you to seamlessly switch between your Desktop Environment and Gamemode.taichikuji /README.md
Last activeMarch 23, 2025 10:58
Get a DDNS up and running with DuckDNS - Step by Stepcoltenkrauter /detailed-home-assistant-os-installation-in-vm-on-truenas-scale.md
Last activeMarch 23, 2025 10:57
Comprehensive instructions for installing Home Assistant OS in a VM on TrueNAS SCALE.Akeit0 /DefaultInterpolatedStringHandler.cs
Last activeMarch 23, 2025 10:55
DefaultInterpolatedStringHandler for Unity 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
#define FILLATTRIBUTES // Uncomment this line to fill the attributes | |
//#define INTERNAL // Uncomment this line to make the class internal | |
#define TMP_INTERPOTATION_EXTENSIONS // Uncomment this line to add TMP extensions | |
// Licensed to the .NET Foundation under one or more agreements. | |
// The .NET Foundation licenses this file to you under the MIT license. | |
#nullable enable | |
usingSystem.Buffers; | |
usingSystem.Diagnostics; |
NewerOlder