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
| #!/usr/bin/env sh | |
| addstuff=y; true && echo "a b$([ $addstuff = "y" ] && echo \" c\")" | |
| # a b" c" | |
| addstuff=y; stufftoadd=" c d"; true && echo a b$([ $addstuff = "y" ] && echo $stufftoadd) | |
| # a bc d |
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
| From 09c136006b11872d7b9d713440b2566a5f4f36c3 Mon Sep 17 00:00:00 2001 | |
| From: solarkraft <> | |
| Date: Fri, 3 Oct 2025 23:24:20 +0200 | |
| Subject: [PATCH] Set up formatting | |
| --- | |
| .prettierignore | 3 +++ | |
| .prettierrc | 6 ++++++ | |
| .vscode/settings.json | 4 ++++ | |
| package.json | 4 +++- |
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> | |
| <head> | |
| <title>Deepgram Live Demo</title> | |
| <script src="https://cdn.jsdelivr.net/npm/@deepgram/sdk@v4.11.2"></script> | |
| <style> | |
| body { | |
| font-family: sans-serif; | |
| max-width: 60rem; |
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
| window-padding-x = 16 | |
| window-padding-y = 8 | |
| font-thicken = true | |
| font-thicken-strength = 255 | |
| theme = 3024 Night | |
| term = xterm-256color |
OlderNewer