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
automata
.
operations: dict[int, Callable[..., Any]]
Yesterday at 5:19 AM
fukurou
replied to the thread
👨💻 dev
automata
.
from typing import Callable, Any operations: dict[int, Callable[..., Any]] = {}
Yesterday at 5:17 AM
fukurou
replied to the thread
👨💻 dev
automata
.
from functools import partial class Calculator: def add(self, a, b): return a + b def sub(self, a, b)...
Yesterday at 4:50 AM
fukurou
replied to the thread
👨💻 dev
automata
.
class Calculator: def add(self, a, b): return a + b def sub(self, a, b): return a - b calc = Calculator()...
Yesterday at 4:48 AM
fukurou
posted the thread
👨💻 dev
automata
in
chit chat
.
def greet(): print("Hello!") def farewell(): print("Goodbye!") def add(a, b): print(a + b) # Dictionary mapping int →...
Yesterday at 4:47 AM
fukurou
updated their
status
.
Mar 15, 2026
fukurou
replied to the thread
🐍 python
once per hour
.
from datetime import datetime class EveningGate: def __init__(self, hour=19): self.hour = hour...
Mar 15, 2026
fukurou
posted the thread
🐍 python
once per hour
in
Atelier
.
from datetime import datetime class EveningGate: def __init__(self): self._triggered_today = False...
Mar 15, 2026
fukurou
posted the thread
AlgRelay
in
Atelier
.
class AlgRelay: def __init__(self): super().__init__() self.dic: dict[str, int] = {} # code 1: next mode # code 2: goal achieved...
Mar 14, 2026
fukurou
updated their
status
.
Mar 14, 2026
fukurou
replied to the thread
👨💻 dev
mega digivolution speech lobe
.
class DiFunnel(Skill): # default skill for EvoChain def __init__(self): super().__init__() # Override def...
Mar 12, 2026
fukurou
replied to the thread
👨💻 dev
mega digivolution speech lobe
.
class EvoChain(Skill): """ this unique skill upgrades a base skill with upgrade skills when an upgrade skill wants to run...
Mar 12, 2026
fukurou
replied to the thread
👨💻 dev
mega digivolution speech lobe
.
class DiDigivolutionTest(Skill): def __init__(self): super().__init__() self.toggeld = False # Override def...
Mar 12, 2026
fukurou
replied to the thread
👨💻 dev
mega digivolution speech lobe
.
class Digivolution(Skill): """ this unique skill upgrades a base skill with upgrade skills when an upgrade skill wants to...
Mar 12, 2026
fukurou
posted the thread
👨💻 dev
mega digivolution speech lobe
in
chit chat
.
Mar 12, 2026
Home
What's new
Top
Text copied to clipboard.