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
.
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
fukurou
posted the thread
core update algpart name setter
in
chit chat
.
class AlgPart: def __init__(self): self._custom_name = None def setName(self, name: str): self._custom_name =...
May 13, 2026
fukurou
updated their
status
.
May 12, 2026
fukurou
replied to the thread
👨💻 dev
vrm
.
thread save digivolved code: import asyncio import threading import json import websockets from flask import Flask, send_from_directory...
May 12, 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 12, 2026
fukurou
replied to the thread
👨💻 dev
vrm
.
requirements.txt: flask websockets
May 11, 2026
fukurou
replied to the thread
👨💻 dev
vrm
.
shitindaaaaaS
May 11, 2026
fukurou
replied to the thread
👨💻 dev
vrm
.
DLC/html: https://justpaste.it/m8adt
May 11, 2026
fukurou
replied to the thread
👨💻 dev
vrm
.
skill stage, delamein(DLC/main.py) import asyncio import threading import json import websockets from flask import Flask...
May 11, 2026
fukurou
replied to the thread
👨💻 dev
vrm
.
requirements.txt: flask websockets
May 10, 2026
Home
What's new
Top
Text copied to clipboard.