Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| <!doctype html> | |
| <html lang="en-US"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Section + Aside with 'T' and decorative lines</title> | |
| <style> | |
| :root { | |
| /* decorative T-shape dimensions and colors */ | |
| --t-height: 40px; |
This file contains hidden or 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
| body { | |
| padding:40px; | |
| --size: 5vw; | |
| --margin: 1vw; | |
| --stroke: 2px; | |
| } | |
| .expander{ | |
| border: 1px solid #000; | |
| width: var(--size); | |
| height: var(--size); |
This file contains hidden or 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
| curl -X PUT \ | |
| -H "Accept: application/vnd.github.v3+json" \ | |
| -H "Authorization: token $TOKEN" \ | |
| https://api.github.com/notifications \ | |
| -d '{"last_read_at":"2025-08-31T00:00:00Z"}' |
This file contains hidden or 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
| sudo apt install certbot | |
| mkdir -p {.secrets,.config/letsencrypt} | |
| sudo chmod -R 0700 {.secrets,.config/letsencrypt} | |
| sudo chown pi:pi ~/.config/letsencrypt | |
| #https://home.omg.lol/address/travis/dns/#dns-form | |
| #https://toolbox.googleapps.com/apps/dig/#TXT/ |
This file contains hidden or 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
| @media print { | |
| * { | |
| background-color: #fff; | |
| color: #fff; | |
| visibility: hidden; | |
| break-after: always; | |
| break-before: always; | |
| } | |
| *::before, *::after { | |
| content: "Don't waste paper!"; |
This file contains hidden or 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
| // C:\Users\travis\AppData\Local\Arduino15\packages\Seeeduino\hardware\nrf52\1.1.10\libraries\Wire\Wire_nRF52.cpp | |
| // ----------------------------------------^ | |
| // Edit line # 32 | |
| #if defined(ARDUINO_Seeed_XIAO_nRF52840) || defined(ARDUINO_Seeed_XIAO_nRF52840_Sense) || defined(ARDUINO_Seeed_XIAO_nRF52840_Sense_SDA6SCL7) || defined(ARDUINO_Seeed_XIAO_nRF52840_Plus) || defined(ARDUINO_Seeed_XIAO_nRF52840_Sense_Plus) || defined(ARDUINO_TRACKER_T1000_E_LORAWAN) |
This file contains hidden or 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
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "background": "#0077c2", | |
| "foreground": "#ffffff", | |
| "leading_diamond": "\u256d\u2500\ue0b6", |
This file contains hidden or 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
| format = """ | |
| [](#DA627D)\ | |
| $directory\ | |
| [](fg:#DA627D bg:#DC815D)\ | |
| $git_branch\ | |
| $git_status\ | |
| [](fg:#DC815D bg:#76ABC8)\ | |
| $c\ | |
| $cmake\ | |
| $dotnet\ |
NewerOlder