Skip to content

Instantly share code, notes, and snippets.

View joaociocca's full-sized avatar
❤️‍🔥
Working from home

João Ciocca joaociocca

❤️‍🔥
Working from home
View GitHub Profile
@joaociocca
joaociocca / steamos_unlock.sh
Last active March 14, 2024 18:38
Johnny SteamOS Steamdeck - enable package install via pacman/paru and install my basics
sudo steamos-readonly disable
sudo sed -i 's/Required DatabaseOptional/Optional TrustAll/' /etc/pacman.conf
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman-key --populate holo
sudo pacman -S holo-keyring archlinux-keyring
pacman -S fakeroot vivaldi vivaldi-ffmpeg-codecs telegram-desktop neofetch code code-marketplace
@joaociocca
joaociocca / digimon_cyber_sleuth_switch_to_pc_save_converter.py
Last active October 24, 2025 17:26 — forked from GiowGiow/digimon_cyber_sleuth_switch_to_pc_save_converter.py
Automatically converts Digimon Story Cyber Sleuth save files from Nintendo Switch format to PC format, making them compatible with the Steam/PC version of the game
#!/usr/bin/env python3
"""
Digimon Story Cyber Sleuth Save Converter
==========================================
Automatically converts Digimon Story Cyber Sleuth save files from Nintendo Switch
format to PC format, making them compatible with the Steam/PC version of the game.
Requirements:
-------------
• Python 3.7 or higher
• Internet connection (for initial DSCSTools download)