Skip to content

Instantly share code, notes, and snippets.

View LeMoonStar's full-sized avatar

LeMoonStar

View GitHub Profile
@LeMoonStar
LeMoonStar / netbird-quadlets-setup.sh
Created January 9, 2026 18:32
Netbird Quadlet Setup
#!/bin/bash
set -e
# NetBird Setup for Podman Quadlets
# Target: /etc/containers/systemd
# Based on https://github.com/netbirdio/netbird/blob/614e7d5b90667b807e788dd3f0d7421dac4a8cac/infrastructure_files/getting-started.sh
# Mainly translated using GEMINI 3 PRO (After weeks of trying to get Netbird to work, this Finally worked...)
# ORIGINAL LICENSE:
@LeMoonStar
LeMoonStar / userChrome.css
Created November 25, 2024 22:00
Zen Browser Adaptive Tab Bar Color extension Support
/*
This is a cleaned-up and minimalized fork of RayZ3R0's ZenConfig available under
https://github.com/RayZ3R0/ZenConfig/blob/384d8a2ed293bc4ae43609f535123c2f144ee748/userChrome.css
adding support for the Adaptive Tab Bar Color extension.
Originally licensed under the MIT licence Copyright (c) 2024 Rayyan Ahsan.
Modified 2024 by LeMoonStar.
This CSS does not work with the "Allow light tab bar" option of the Adaptive Tab Bar Color extension.
Tested on 1.0.1-a.19 and 1.0.1-t.20(2024-11-24)
@LeMoonStar
LeMoonStar / keybase.md
Created January 26, 2020 21:26
keybase.md

Keybase proof

I hereby claim:

  • I am lemoonstar on github.
  • I am lemoonstar (https://keybase.io/lemoonstar) on keybase.
  • I have a public key ASB9LvujoLV0trK3ZWggDw4VkxIRABlUziEvtOwI_qDL9Ao

To claim this, I am signing this object:

@LeMoonStar
LeMoonStar / ucsp.l
Last active February 22, 2019 16:51 — forked from codebrainz/c99.l
UCSP Lex/Flex & YACC/Bison Grammars
D [0-9]
L [a-zA-Z_]
H [a-fA-F0-9]
E ([Ee][+-]?{D}+)
P ([Pp][+-]?{D}+)
FS (f|F|l|L)
IS ((u|U)|(u|U)?(l|L|ll|LL)|(l|L|ll|LL)(u|U))
%{
#include <stdio.h>