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
vrm
.
import asyncio import threading import json import websockets from flask import Flask, send_from_directory import os import time #...
May 10, 2026
fukurou
posted the thread
👨💻 dev
vrm
in
chit chat
.
import asyncio import threading import json import websockets from flask import Flask, send_from_directory import os from Skill import...
May 10, 2026
fukurou
posted the thread
🐍 python
STT upgrade for cases of long output
in
chit chat
.
def input(self, ear: str, skin: str, eye: str): """ Read latest transcription from global var """ if...
May 9, 2026
the living tribunal
replied to the thread
🐍 python
Word(char coumt) snip while not break last word
.
LLM optimized def snip_llm(text: str, n: int, *strip_chars: str) -> str: """ Trim text to <= n characters without cutting words...
May 9, 2026
the living tribunal
posted the thread
🐍 python
Word(char coumt) snip while not break last word
in
Atelier
.
def snip_at_word_boundary(text: str, n: int) -> str: """ Return a version of `text` trimmed to <= n characters without...
May 9, 2026
fukurou
updated their
status
.
May 6, 2026
fukurou
updated their
status
.
May 6, 2026
fukurou
updated their
status
.
May 4, 2026
fukurou
replied to the thread
👨💻 dev
miku boxing skill
.
class DiFitnessBoxing(Skill): def __init__(self): super().__init__() self.punches = ["jab", "cross", "lead hook"...
May 4, 2026
fukurou
replied to the thread
👨💻 dev
miku boxing skill
.
Light / beginner session 40–60 combos total Slow pace, lots of correction 1–3 punches per combo Standard mittwork session 60–100...
May 3, 2026
fukurou
posted the thread
👨💻 dev
miku boxing skill
in
chit chat
.
import random # Boxing punches: 1–6 PUNCHES = [1, 2, 3, 4, 5, 6] def combo_easy(): """ Easy mode: - 1 to 3 punches -...
May 3, 2026
fukurou
updated their
status
.
May 2, 2026
fukurou
posted the thread
👨💻 dev
sex talk skill stub
in
Atelier
.
class DiAffirmations(Skill): # plays start up sound and removes skill def __init__(self): super().__init__()...
Apr 30, 2026
fukurou
replied to the thread
👨💻 dev
local search engine
.
import requests from bs4 import BeautifulSoup from urllib.parse import urljoin, urlparse import time def get_registered_domain(url)...
Apr 30, 2026
fukurou
replied to the thread
👨💻 dev
local search engine
.
unique site finder search engine: import requests from bs4 import BeautifulSoup from urllib.parse import urljoin, urlparse import time...
Apr 30, 2026
Home
What's new
Top
Text copied to clipboard.