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
| #version 450 | |
| layout(push_constant) uniform Push | |
| { | |
| vec4 OutputSize; | |
| vec4 OriginalSize; | |
| vec4 SourceSize; | |
| uint FrameCount; | |
| } params; |
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
| # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | |
| PortSystem 1.0 | |
| PortGroup github 1.0 | |
| PortGroup python 1.0 | |
| name beets | |
| version 2.2.0 | |
| revision 0 |
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
| menu_item :main :Start Syncthing :cmd_spawn :quiet :exec /mnt/onboard/.adds/stop_syncthing.sh | |
| chain_always :nickel_setting :enable :force_wifi | |
| chain_always :nickel_wifi :enable | |
| chain_always :nickel_wifi :autoconnect_silent | |
| chain_success :cmd_spawn :quiet :exec /mnt/onboard/.adds/start_syncthing.sh | |
| menu_item :main :Stop Syncthing :cmd_spawn :quiet :exec /mnt/onboard/.adds/stop_syncthing.sh | |
| chain_always :nickel_setting :disable :force_wifi | |
| chain_always :nickel_wifi :disable | |
| chain_always :nickel_misc :rescan_books | |
| menu_item :main :Rescan :nickel_misc :rescan_books |
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
| /* This should be applied on top of the Dev theme: https://github.com/pengx17/logseq-dev-theme */ | |
| /* Colours */ | |
| :root { | |
| /* Dark theme color variables */ | |
| --bg0-dark: #22282c; | |
| --bg1-dark: #272f34; | |
| --bg-dark: #2f383e; | |
| --bg2-dark: #374247; | |
| --bg3-dark: #404c51; |
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 python3 | |
| # coding: utf-8 | |
| """ | |
| Download a GameFaqs.com FAQ in printable text format. | |
| Forked from https://forum.omz-software.com/topic/2648/download-plain-text-html-document-and-save-content-as-text | |
| Updated to use the new gamespot domain, remove Pythonista-specific functionality, | |
| and bypass Cloudflare protections. | |
| Dependencies: |
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
| yaml name: espanso-dreyers | |
| parent: default | |
| matches: | |
| - trigger: "very" | |
| replace: "" | |
| word: true | |
| - trigger: "rather" | |
| replace: "" |
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
| # Peppermint Theme for Kitty Terminal Emulator | |
| # Original Theme by Noah Frederick: https://noahfrederick.com/log/lion-terminal-theme-peppermint | |
| background #000000 | |
| cursor #bbbbbb | |
| cursor_text_color #ffffff | |
| foreground #c7c7c7 | |
| selection_foreground #000000 | |
| selection_background #e6e6e6 | |
| color0 #4C4C4C | |
| color8 #737373 |