Skip to content

Instantly share code, notes, and snippets.

View peprolinbot's full-sized avatar

Pedro Rey Anca peprolinbot

View GitHub Profile
@peprolinbot
peprolinbot / dgt_grade_checker.py
Last active April 8, 2026 10:51
A Python script to check the grade of a DGT test.
import requests
from bs4 import BeautifulSoup
import argparse
from datetime import datetime
class GradeResponse():
def __init__(self, calification: str, num_errors: int, errors: dict = None):
self.calification: str = calification
self.num_errors: int = num_errors
@peprolinbot
peprolinbot / proof.md
Created November 2, 2024 15:00
peprolinbot's Keyoxide Proof

openpgp4fpr:D3C32036439E06C20198F84D053EA6E00116533A

@peprolinbot
peprolinbot / README.md
Last active March 15, 2021 15:32
A bash script wrapper to use CDecrypt on linux easily.

cdecrypt.sh

A bash script wrapper to use CDecrypt on linux easily. ATTENTION: Don't use this with games you don't own. I don't make responsible for any ilegal use of this script.

Requirements

  • This uses Wine, you need it.

  • To use this script, replace the CdecryptFolder variable with its correct value (the full path for the folder where you store CDecrypt_v2.0b.exe and his friends, not the zip you downloaded). Download CDecrypt form here, hosted on a PrivateBin (a very cool project).

  • chmod +x cdecrypt.sh to make sure it is executable.