Taken from https://somagame.com to save them from being lost.
This file contains 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 file contains 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": "osu.Game.Screens.Play.HUD.DefaultHealthDisplay, osu.Game, Version=2022.1228.0.0, Culture=neutral, PublicKeyToken=null", | |
"Position": { | |
"x": 0.0, | |
"y": 0.0 | |
}, | |
"Rotation": 0.0, | |
"Scale": { | |
"x": 1.0, |
This file contains 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 | |
case $1 in | |
'-h'|'--help') | |
printf 'Usage: %s VM_NAME CPUS MEMORY DISK\n' "$0" | |
exit 0 | |
esac | |
[ $# -ne 4 ] && printf 'ERROR: Need 4 arguments. Check -h/--help.\n' && exit 1 |
This file contains 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
Even Better TOML (tamasfe.even-better-toml) | |
Fluent Icons (miguelsolorio.fluent-icons) | |
Gruvbox Theme (jdinhlife.gruvbox) | |
rust-analyzer (rust-lang.rust-analyzer) | |
Vim (vscodevim.vim) | |
vscode-icons (vscode-icons-team.vscode-icons) |
This file contains 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
PART 1: | |
s|$HOME|~| | |
PART 2: | |
s|((\s*\.?\s*[^/]\s*[^/]\s*[^/])\s*[^/]*/)|\2/|g | |
EXAMPLES USED: | |
/home/carlos/Pictures | |
/home/carlos/Documents/fcup/Rust Programming/hello |
I might make a big revision someday to review everything, fix anything that needs fixing, and explain the reason for each step. Maybe.
- Some computers won't work out of the box because of bugs left by the manufacturers.