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
updated their
status
.
Saturday at 6:01 AM
fukurou
updated their
status
.
Friday at 1:17 PM
fukurou
posted the thread
🐍 python
polinators
in
chit chat
.
# Simple pronoun resolver using history import re PRONOUNS = re.compile(r'\b(it|they|them|that|this|its|their)\b', re.I) def...
Thursday at 9:56 PM
fukurou
replied to the thread
🐍 python
upgraded spit xp farm skill for chatbot gamification
.
class DiEmoV2(Skill): def __init__(self): super().__init__() self.xp = 0 self.reseter: TrgEveryNMinutes =...
Thursday at 2:34 AM
fukurou
replied to the thread
🐍 python
upgraded spit xp farm skill for chatbot gamification
.
class DiEmoV2(Skill): def __init__(self): super().__init__() self.xp = 0 self.reseter: TrgEveryNMinutes =...
Wednesday at 9:42 PM
fukurou
posted the thread
🐍 python
upgraded spit xp farm skill for chatbot gamification
in
Atelier
.
class DiEmoV2(Skill): def __init__(self): super().__init__() self.xp = 0 self.reseter: TrgEveryNMinutes =...
Wednesday at 12:20 PM
fukurou
updated their
status
.
May 18, 2026
fukurou
replied to the thread
shondo boredom handler
.
class DiBoredHandler(Skill): def __init__(self): super().__init__() self.activity: Responder = Responder(...
May 16, 2026
fukurou
posted the thread
shondo boredom handler
in
chit chat
.
class DiBoredHandler(Skill): def __init__(self): super().__init__() self.activity: Responder = Responder(...
May 16, 2026
fukurou
updated their
status
.
May 14, 2026
fukurou
replied to the thread
👨💻 dev
vrm
.
import asyncio import threading import json import websockets from flask import Flask, send_from_directory import os import time from...
May 13, 2026
fukurou
replied to the thread
core update algpart name setter
.
class AlgPart: def __init__(self): # Start with the default class name self._custom_name: str =...
May 13, 2026
fukurou
replied to the thread
core update algpart name setter
.
str | None optional
May 13, 2026
fukurou
replied to the thread
core update algpart name setter
.
class AlgPart: def __init__(self): # No magic values. None = "no custom name set". self._custom_name = None def...
May 13, 2026
fukurou
replied to the thread
core update algpart name setter
.
But in Python, or is not a boolean operator. It is a truthiness selector
May 13, 2026
Home
Members
Top
Text copied to clipboard.