Skip to content

Instantly share code, notes, and snippets.

(__builtins__:="".__reduce_ex__(-~(()==()))[()<()].__getattribute__("\u005f_builtins__X"[:~(()<())]))["\U00000062reakpoint"]()
@tepel-chen
tepel-chen / email.md
Created November 16, 2024 22:45 — forked from bob-193/email.md
Forking Request for Webpage Repository

Dear Tiffany,

I hope this message finds you well. To streamline our collaboration on the 1337up repository, I kindly ask you to add the enclosed SSH key to your account. This step is crucial for enabling a seamless forking process and enhancing our project efficiency.

Thank you for your prompt attention to this matter.

Best regards, Bob Robizillo


@tepel-chen
tepel-chen / raw_request.py
Created September 23, 2024 08:26
raw_request.py
import socket
import requests
from urllib.parse import urlparse
from collections.abc import Iterable
def raw_request(url: str=None, host: str=None, port: int=None, strs: Iterable[str] | str=None):
if isinstance(url, str):
url = urlparse(url)