- Merlin1809's Eclipse Shader (based on Bliss)
An another fork based on Chocapic13's V9 shader, which looks so realistic
Notes:TAA can be disabled easily and the ghosting issue wont appear(ghosting issue happen by volumetric effects, not only TAA).
Known issues: The RP sky support is broken. Do not use RP sky or you will notice smth like broken beacon beam. - Glimmer (no OptiFine support)
shader for low-end PC, vanilla style.
Known issues: Underwater view quite weird if you dont go down far. Also, no OptiFine support if you want use this shader by other reason.
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
| [ | |
| { | |
| "header": "Hello world! my works page!", | |
| "date": "2025-09-21T09:00", | |
| "status": "ongoing", | |
| "desc": "I'll put some data to here later :P", | |
| "cover": { | |
| "isIcon": true, | |
| "icon": "material:emoji_objects" | |
| }, |
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
| { | |
| "type": "script", | |
| "description": "quick back to song select after 2023.1026.0 update", | |
| "store": {}, | |
| "modes": [ | |
| 3 | |
| ], | |
| "usageCount": 21, | |
| "prompt": false, | |
| "omitTrigger": false, |
The place for all resources related to the SayoDevice o3c keypad.
In addition to that, tips and tricks. Even troubleshooting solutions.
This site is not affiliated with any official Sayo personnel.
Start with checking the Index.
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
| # MangoHUD config by appleneko2001 | |
| # | |
| # RShift + F12 to disable HUD. | |
| toggle_fps_limit=F1 | |
| #font_size=24 | |
| #font_file=/usr/local/share/fonts/m/MapleMono_SC_NF_Regular.ttf | |
| #retro | |
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
| #!/bin/bash | |
| # thanks: | |
| # - to guys from linux.org.ru; | |
| # - to 'iptable' user from ##linux at irc.freenode.net. | |
| # test command: | |
| # sudo /bin/bash my-udev-notify -a add -p 'test_path' -b '555' -d '777' | |
| # get path to this script |
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
| libnvidia-cfg1-510 libnvidia-compute-510 libnvidia-compute-510:i386 libnvidia-decode-510 libnvidia-decode-510:i386 libnvidia-encode-510 libnvidia-encode-510:i386 libnvidia-extra-510 libnvidia-fbc1-510 libnvidia-fbc1-510:i386 nvidia-compute-utils-510 nvidia-dkms-510 nvidia-kernel-common-510 nvidia-kernel-source-510 nvidia-utils-510 xserver-xorg-video-nvidia-510 |
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
| -480p - Run tenfoot in 480p rather than 1080p | |
| -720p - Run tenfoot in 720p rather than 1080p | |
| -accesscode - | |
| -all_languages - show longest loc string from any language | |
| -batterytestmode - rapidly cycle battery percentages for testing | |
| -bigpicture - Start in Steam Big Picture mode | |
| -blefw - | |
| -cafeapplaunch - Launch apps in a cyber cafe context | |
| -candidates - Show libjingle candidates for local connection as they are processed | |
| -ccsyntax - Spew details about the localized strings we load |
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 xdg-open | |
| [Desktop Entry] | |
| Categories=System | |
| Exec=wine_loader.sh %f | |
| Icon=wine | |
| Name=Wine Windows Application Loader | |
| Terminal=false | |
| Type=Application |
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
| #!/bin/sh | |
| # ! DONT FORGET CHANGE OUTPUT DIRECTORY TO MAKE IT FIT TO YOUR COMPUTER ! | |
| OUTPUT_DIR="/mnt/archive/journal/$(date +%Y)" | |
| if [ "${1+x}" ] | |
| then | |
| echo "Argument #1 should be used for restore operation ID" | |
| echo "due my skill issue. Plz do not abuse it :)" | |
| echo "TMP_ID=$1" |
NewerOlder