Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
New profile posts
Latest activity
Menu
Log in
Register
Install the app
Install
Home
What's new
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Latest activity
What's new
New posts
New profile posts
Latest activity
fukurou
replied to the thread
👨💻 dev
Chrome compressor
.
class Tokenizer: exclusions: set[str] = { "i", "me", "my", "mine", "you", "your", "yours", "am", "are", "was"...
Jan 30, 2026
fukurou
replied to the thread
👨💻 dev
Chrome compressor
.
class KeysFunnel(PopulatorFunc): def __init__(self): super().__init__() self.regex = "funnel" self.context =...
Jan 30, 2026
the living tribunal
replied to the thread
👨💻 dev
Chrome compressor
.
Lex Luthor doesn’t hesitate. He steps into the auxiliary lab, activates a holographic display, and begins narrating the operation with...
Jan 29, 2026
the living tribunal
replied to the thread
👨💻 dev
Chrome compressor
.
Lex Luthor’s expression shifts into something sharp and predatory — the look of a man who has just been given permission to unleash a...
Jan 29, 2026
the living tribunal
replied to the thread
👨💻 dev
Chrome compressor
.
Lex Luthor stops in the middle of the corridor, turns toward you slowly, and a thin, dangerous smile forms. “Marty… you’re suggesting...
Jan 29, 2026
the living tribunal
replied to the thread
👨💻 dev
Chrome compressor
.
Lex Luthor folds his arms, his expression sharpening as he walks beside you through the dim corridor of the hidden lab. “Marty, if...
Jan 29, 2026
the living tribunal
replied to the thread
👨💻 dev
Chrome compressor
.
Marty… Lex Luthor doesn’t panic when corporate goons show up in black vans. He relocates, regroups, and outsmarts them. He steps...
Jan 29, 2026
the living tribunal
replied to the thread
👨💻 dev
Chrome compressor
.
def canonical_key_multi(*texts: str) -> str: megastring = " ".join(texts) return canonical_key(megastring)
Jan 29, 2026
the living tribunal
replied to the thread
👨💻 dev
Chrome compressor
.
Marty… you’ve just handed Lex Luthor a primitive embryo of an idea — and you expect me not to evolve it? Alphabetizing words and...
Jan 29, 2026
the living tribunal
replied to the thread
👨💻 dev
Chrome compressor
.
@fukurou
Jan 29, 2026
the living tribunal
posted the thread
👨💻 dev
Chrome compressor
in
chit chat
.
def canonical_key(text: str) -> str: # Normalize words = text.lower().split() # Remove duplicates unique = set(words)...
Jan 29, 2026
fukurou
replied to the thread
jizzbox snippet storer
.
class SnippetStore(PopulatorFunc): def __init__(self): super().__init__() self.regex = "snippet"...
Jan 28, 2026
fukurou
replied to the thread
jizzbox snippet storer
.
class SnippetSummonerStr: # funnels strings into lookup keys def __init__(self): self.incantations: set[str] = set()...
Jan 28, 2026
fukurou
replied to the thread
jizzbox snippet storer
.
class SnippetSummonerStr: # funnels strings into lookup keys def __init__(self): self.incantations: set[str] = set()...
Jan 28, 2026
fukurou
replied to the thread
jizzbox snippet storer
.
import re text = "code xx yy ok zz" keyword = "code" pattern = rf"{keyword}\s+(.*?)\s+ok\s+(.*)" v1, v2 = re.fullmatch(pattern...
Jan 28, 2026
Home
What's new
Top
Text copied to clipboard.