Skip to content

Instantly share code, notes, and snippets.

View Caio99BR's full-sized avatar
🫠
Keep running!

Caio Oliveira Caio99BR

🫠
Keep running!
View GitHub Profile
@Caio99BR
Caio99BR / nps2pkgi.py
Last active May 1, 2025 22:14
Downloads the latest TSV files from NPS and exports them in PKGi PS3 formatted TXT files
import csv
import os
import re
import tempfile
import urllib.parse
import urllib.request
# Base script variables
BASE_NPS_URL = "http://nopaystation.com/tsv/"
BASE_NPS_VERSIONS = { 1: "", 2: "pending/" }
@Caio99BR
Caio99BR / BuildGuide.txt
Last active September 3, 2024 04:08 — forked from masemoel/BuildGuide.txt
How to build an A12+ ROM from scratch under Ubuntu 24.04
# To build a A12+ (AOSP/LOS based) on Ubuntu 24.04 (or distros based)
# If using virtual machine, prefer VMWare
# There are four main steps:
#################################################################
# Step 1: Setup your environment #
#################################################################
****Some QoL updates****