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
#!/usr/bin/env python3 | |
# vim: set fdm=marker: | |
# Copyright (c) 2024 S. Zeid. | |
# | |
# Permission to use, copy, modify, and/or distribute this software for any | |
# purpose with or without fee is hereby granted. | |
# | |
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
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
-- input.conf usage: <key> show-text "${user-data/bitrates}" | |
-- <key> show-text "${user-data/bitrate/<subkey>}" | |
-- <key> script-message bitrate-osd-toggle [subkey (default: all)] | |
-- subkeys: all, va, v, a, s | |
-- example: k show-text "${user-data/bitrates}" | |
-- K script-message bitrate-osd-toggle va | |
local function update() | |
local function reformat_size(s) | |
return s:gsub(" (.)bps$", "%1") .. "" |
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
#!/usr/bin/env python3 | |
r"""Gets information from Franklin Wireless cellular hotspots. | |
Also allows rebooting the hotspot (`-r`/`--reboot`). | |
Example script to store login information (`frk-status.local.py` in the same | |
directory as this script; `.py` may be omitted): | |
```python |
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
#!/bin/sh | |
# NAT6 + masquerading firewall script | |
# https://github.com/akatrevorjay/openwrt-masq6 | |
# trevorj <github@trevor.joynson.io> | |
# | |
# You can configure in /etc/config/firewall per zone: | |
# * IPv4 masquerading | |
# option masq 1 | |
# * IPv6 masquerading |
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
#!/usr/bin/env python3 | |
# vim: set fdm=marker: | |
import atexit | |
import os | |
import sys | |
from typing import * | |
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
/* ==UserStyle== | |
@name Facebook Messenger - Make stickers larger | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@license 0BSD | |
@var text u-size "Size" 160px | |
==/UserStyle== */ | |
@-moz-document domain("www.messenger.com") { |
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
#!/bin/sh | |
ADDRESSES=' | |
eth0=2001:db8::2 eth0=2001:db8:2::1 | |
eth0=192.0.2.2 eth0=198.51.100.2 eth0=203.0.113.2 eth0=233.252.0.2 | |
' | |
################################################################################ | |
set -e |
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
"use strict"; | |
//export default | |
class EmojiFavicon { | |
static DEFAULT_ATTRIBUTE_NAME() { return "data-emoji-favicon"; } | |
static set(emoji, shadowColor, size) { | |
shadowColor = (typeof shadowColor === "string") ? shadowColor : null; |
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
# <https://gist.github.com/b6f7106e553b8c31723dc50c5aa1f1c2> | |
include "%L" | |
# Uncategorized {{{1 | |
<Multi_key> <equal> <equal> <equal> : "≡" U2261 # IDENTICAL TO | |
<Multi_key> <asterisk> <asterisk> : "∗" U2217 # ASTERISK OPERATOR | |
<Multi_key> <bracketleft> <o> <bar> : "⎄" U2384 # COMPOSITION SYMBOL | |
<Multi_key> <bracketleft> <O> <bar> : "⎄" U2384 # COMPOSITION SYMBOL | |
<Multi_key> <c> <m> <p> : "⎄" U2384 # COMPOSITION SYMBOL |
NewerOlder