Sublime in 2023 only has "Save on Build" not "Build on Save" built in.. use: https://github.com/alexnj/SublimeOnSaveBuild
- Tools ➡️ Build System ➡️ New Build System...
{Sublime in 2023 only has "Save on Build" not "Build on Save" built in.. use: https://github.com/alexnj/SublimeOnSaveBuild
{| <html> | |
| <head> | |
| <script src="https://gnat.github.io/css-scope-inline/script.js"></script> | |
| <script src="https://gnat.github.io/surreal/surreal.js"></script> | |
| </head> | |
| <body> | |
| <style> | |
| * { box-sizing: border-box; } | |
| html, body { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } | |
| body { font-family: system-ui, sans-serif; perspective: 1500px; background: linear-gradient(#666, #222); } |
https://www.youtube.com/watch?v=sGzulYJnTCo
Many "languages" can get away without one, however, if your language has one of:
| <html> | |
| <head> | |
| <title>iOS test</title> | |
| </head> | |
| <body> | |
| <thing>Yo</thing> | |
| <thing_test>Yo</thing_test> | |
| <thing_-test>Yo</thing_-test> | |
| <_thing_test>Yo</_thing_test> | |
| <-thing_test>Yo</-thing_test> |
Desktop? Can use the Networks GUI in the tray.
Ubuntu uses NetworkManager in 2025.
Refresh IP using NetworkManager:
nmcli connection show
nmcli connection down <UUID>nmcli connection up <UUID>SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_20.0b2_Linux.runsudo rm -r /opt/resolve/libs/libgio* ; rm -r /opt/resolve/libs/libglib* ; rm -r /opt/resolve/libs/libgmodule* ; rm -r /opt/resolve/libs/libgobject*Window Rules ➡️ Description / Class: resolve ➡️ Appearance & fixes: No titlebar and frame = NO ➡️ Force Onsudo apt install pipewire-alsa Reboot.It's equivalent to #include but for binary files. Lets you embed any binary file similar to C23 #embed https://thephd.dev/implementing-embed-c-and-c++
Originally from https://github.com/Smattr/rumur/blob/7916652b93d1768308a3c1a73bf0a96e62369fb8/misc/xxd.py
#!/usr/bin/env python3
import argparse
import re
import sys