Skip to content

Instantly share code, notes, and snippets.

View AARP41298's full-sized avatar

Aarón Rodríguez AARP41298

View GitHub Profile
@AARP41298
AARP41298 / rock_band_scrap.py
Created April 7, 2025 00:14
Listar TODAS las canciones instaladas de rock band RPCS3
#codigo de python para hacer scrap
import os
import re
def detectar_encoding(path):
with open(path, 'rb') as f:
try:
contenido = f.read(2048).decode("latin1")
match = re.search(r"\('encoding'\s*'([^']+)'\)", contenido)
if match:
@AARP41298
AARP41298 / l4d2.md
Last active May 8, 2025 20:00
L4D2 Dedicated Server