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
posted the thread
jizzbox snippet storer
in
chit chat
.
import re text = "code xx yy ok zz" # extract "xx yy" m1 = re.search(r"code\s+(.*?)\s+ok", text) v1 = m1.group(1) if m1 else None #...
Jan 27, 2026
fukurou
posted the thread
snippet summoner
in
Atelier
.
class SnippetSummonerStr: # funnels strings into lookup keys def __init__(self): self.incantations: set[str] = set()...
Jan 27, 2026
fukurou
posted the thread
office libre on win 11
in
chit chat
.
Jan 27, 2026
fukurou
replied to the thread
👨💻 dev
once per day module
.
class OncePerDayGate: def __init__(self): self.triggerable = True def reset(self): self.triggerable = True...
Jan 23, 2026
fukurou
replied to the thread
👨💻 dev
once per day module
.
import schedule # in terminal: pip install schedule import time class Greeter: def __init__(self): self.count = 0...
Jan 23, 2026
fukurou
posted the thread
👨💻 dev
once per day module
in
chit chat
.
import datetime class TimeOfDayGreeting(Skill): def __init__(self): super().__init__() self.replied_today = False...
Jan 21, 2026
fukurou
replied to the thread
Advanced convo builder
.
def respondLatest(self, ear): if ear not in self.dic: return "" # Assuming RefreshQ.peek() or similar gets top of stack...
Jan 20, 2026
fukurou
replied to the thread
Advanced convo builder
.
import re from typing import override from LivinGrimoirePacket.AXPython import RailChatBot class PopulatorFunc: def...
Jan 20, 2026
fukurou
replied to the thread
Advanced convo builder
.
import re from typing import override from LivinGrimoirePacket.AXPython import RailChatBot class PopulatorFunc: def...
Jan 20, 2026
fukurou
updated their
status
.
Jan 4, 2026
fukurou
replied to the thread
👨💻 dev
Skill tree dev
.
class Shinka(Skill): def __init__(self, base_skill:Skill): super().__init__() self.upgrades: list["Shinka"] = [] self.active_upgrade =...
Jan 3, 2026
fukurou
replied to the thread
👨💻 dev
Skill tree dev
.
now I shall shit!
Jan 3, 2026
fukurou
replied to the thread
👨💻 dev
Skill tree dev
.
@owly get over here! we need extra dark coding force for this shit in the ass man! kuchiyouse no jutsu!
Jan 3, 2026
fukurou
updated their
status
.
Jan 3, 2026
fukurou
replied to the thread
👨💻 dev
Skill tree dev
.
maybe I should add a mandatory base skill class SkillTree(Skill): def __init__(self): super().__init__()...
Jan 3, 2026
Home
Members
Top
Text copied to clipboard.