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
updated their
status
.
Today at 7:57 AM
fukurou
posted the thread
👨💻 dev
soul killer
in
chit chat
.
# create_hello_file.py code = """ class HelloWorld: def hello(self): print("Hello, world!") """ with...
Yesterday at 2:09 PM
fukurou
posted the thread
unitree walkthroughs
in
Atelier
.
## 🟦 1. Connect your laptop to the robot over Wi‑Fi This part is easy: - Turn on the robot. - On the robot’s screen, find the **Wi‑Fi...
Saturday at 5:59 AM
fukurou
replied to the thread
railpunk digivolution
.
itchy asses with smeared shit in the aaaass
Friday at 1:07 AM
fukurou
posted the thread
railpunk digivolution
in
chit chat
.
import time def hourly(): h = time.localtime().tm_hour if hourly.last != h: hourly.last = h return True...
Friday at 1:07 AM
fukurou
replied to the thread
👨💻 dev
SkillSupreme
.
class DiNothing(Skill): # this skill does absolutely nothing def __init__(self): super().__init__() class...
Wednesday at 2:07 PM
fukurou
replied to the thread
👨💻 dev
SkillSupreme
.
class DiNothing(Skill): # this skill does absolutely nothing def __init__(self): super().__init__() class...
Tuesday at 11:37 AM
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
Home
What's new
Top
Text copied to clipboard.