Skip to content

Instantly share code, notes, and snippets.

View blackdesert575's full-sized avatar
💭
I may be slow to respond.

blackdesert blackdesert575

💭
I may be slow to respond.
View GitHub Profile
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
// use onboard LED for convenience
#define LED (2)
// maximum received message length
#define MAX_MSG_LEN (128)
const char *ssid = "";
const char *password = "";
const char *mqttServer = "broker.hivemq.com";
@yufengwng
yufengwng / arch_cheatsheet.txt
Last active January 20, 2026 00:28
Arch Linux Commands Cheatsheet
pacman
======
view logs: /var/log/pacman.log
update system
# pacman -Syu
list installed packages
# pacman -Q
@JosefJezek
JosefJezek / how-to-use-pelican.md
Last active August 24, 2025 22:27
How to use Pelican on GitHub Pages