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:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Home
Members
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
.
fukurou's latest activity
fukurou
replied to the thread
workout skill
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
Yesterday at 1:24 PM
fukurou
replied to the thread
workout skill
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
Yesterday at 1:22 PM
fukurou
replied to the thread
workout skill
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
Yesterday at 1:09 PM
fukurou
posted the thread
workout skill
in
Atelier
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed:int = 0...
Yesterday at 12:54 PM
fukurou
updated their
status
.
Thursday at 8:22 PM
fukurou
posted the thread
railpunk funcs
in
chit chat
.
replacer mapper for ports, translations def word_diff(str1, str2): w1 = str1.split() w2 = str2.split() limit = min(len(w1)...
Feb 3, 2026
fukurou
posted the thread
👨💻 dev
legend of fudge extractor
in
chit chat
.
import re def make_extractor(pattern_str): # Escape the whole string so regex metacharacters don’t break it escaped =...
Jan 31, 2026
fukurou
replied to the thread
👨💻 dev
Chrome compressor
.
import re from typing import override from LivinGrimoirePacket.AXPython import RailBot #...
Jan 30, 2026
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
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
fukurou
replied to the thread
jizzbox snippet storer
.
v2: import re text = "code xx yy ok zz" # Strict full‑structure match v1, v2 = re.fullmatch(r"code\s+(.*?)\s+ok\s+(.*)"...
Jan 27, 2026
Home
Members
Top
Text copied to clipboard.