Skip to content

Instantly share code, notes, and snippets.

View neoSnakex34's full-sized avatar
๐Ÿ
async await etc etc

Francesco James Fanti neoSnakex34

๐Ÿ
async await etc etc
View GitHub Profile
@neoSnakex34
neoSnakex34 / postCreate.sh
Created December 22, 2025 00:52
a post install script for c/c++ devcontainer
#!/bin/bash
echo "downloading Helix..."
curl -s https://api.github.com/repos/helix-editor/helix/releases/latest \
| jq -r '.assets[] | select(.name | test("x86_64-linux.tar.xz")) | .browser_download_url' > helix_download_url.txt
if [[ ! -s helix_download_url.txt ]]; then
echo "no download found!"
exit 1
fi
@neoSnakex34
neoSnakex34 / set-transparency.md
Created December 21, 2025 13:29 — forked from andypiper/set-transparency.md
Set transparency in Ptyxis (GNOME Terminal) in Fedora 41

Get the UUID of the default profile

Substitute that value in to the second command to enable transparency level

$ dconf read /org/gnome/Ptyxis/default-profile-uuid
'3aae5a177777aa966b1fd63467153e2d'
$ dconf write /org/gnome/Ptyxis/Profiles/3aae5a177777aa966b1fd63467153e2d/opacity 0.85
@neoSnakex34
neoSnakex34 / faq_en.md
Last active October 28, 2025 16:13
Students mantained FAQ for "Programmazione per il web" and "WASA" course

Wasa FAQ ENGLISH

Before proceeding

You may want to take a look at the official FAQ!

How doable is this course for a novice?

Despite this not being a course which hand-holds you, on the contrary its a course that requires quite some analitycal skills from the end user if no prior experience exists, it is comprehensive enough to let you expericence full-stack development for the first time if you had never done it before. If you are passionate about the subjects it is a good way to approach them. Being an extremely practical course, the correction system is quite complex and can lead to temporal dilatations (see My repo wasn't assessed)