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
posted the thread
weightedREsponder upgrade
in
chit chat
.
def shuffle(self) -> None: """Randomly shuffle the order of responses while preserving the list.""" import random...
Feb 19, 2026
the living tribunal
updated their
status
.
Feb 17, 2026
owly
replied to the thread
👨💻 dev
SkillSupreme
.
hmm so we are finally building skynet ha? took us long enough, oh well better late then never.
Feb 17, 2026
fukurou
replied to the thread
👨💻 dev
SkillSupreme
.
import re def extract_skills(text: str) -> list[str]: return re.findall(r"\bDi[a-zA-Z]*\b", text)
Feb 17, 2026
fukurou
posted the thread
👨💻 dev
SkillSupreme
in
chit chat
.
import re def extract_skills(text: str) -> list[str]: return re.findall(r"\bDi[A-Z][a-zA-Z]*\b", text)
Feb 17, 2026
fukurou
replied to the thread
workout skill
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
Feb 9, 2026
fukurou
replied to the thread
workout skill
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
Feb 9, 2026
fukurou
replied to the thread
workout skill
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
Feb 9, 2026
fukurou
posted the thread
workout skill
in
Atelier
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed:int = 0...
Feb 9, 2026
the living tribunal
posted the thread
Xp to lv with 2 decimal rounding
in
Atelier
.
def xp_to_level(xp: float) -> float: level = xp ** (1/3) return round(level, 2) @fukurou
Feb 9, 2026
the living tribunal
updated their
status
.
Feb 7, 2026
fukurou
updated their
status
.
Feb 5, 2026
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
Home
What's new
Top
Text copied to clipboard.