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.
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 |
Taken from https://somagame.com to save them from being lost.
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) |
#!/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 |
[ | |
{ | |
"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, |
================================================================================ | |
================================================================================ | |
================================================================================ | |
+------------------------------------------------------+ | |
| ______ ________ ___ ____ ___ _____ | | |
| / ___/ | / / ____/ |__ \ / __ \__ \|__ / | | |
| / __ \| | /| / / / __/ // / / /_/ / /_ < | | |
| / /_/ /| |/ |/ / /___ / __// /_/ / __/___/ / | | |
| \____/ |__/|__/\____/ /____/\____/____/____/ | |