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
lambda skill experiment
.
self.f1 = lambda ear, skin, eye: ""
May 11, 2025
fukurou
replied to the thread
👨💻 dev
lambda skill experiment
.
def create_and_use_global(): global counter # Declare the variable as global if "counter" not in globals(): # Check if it...
May 11, 2025
fukurou
replied to the thread
👨💻 dev
lambda skill experiment
.
class CustomBot: def __init__(self, action_func): self.action = action_func # Set function dynamically def...
May 11, 2025
fukurou
replied to the thread
👨💻 dev
lambda skill experiment
.
class Robot: def greet(self): return "Hello, I am a robot." # Define a new function def new_greet(): return "Hi! I'm...
May 11, 2025
fukurou
posted the thread
👨💻 dev
lambda skill experiment
in
chit chat
.
def process_text(text): text = text.strip() # Remove whitespace text = text.upper() # Convert to uppercase return...
May 11, 2025
fukurou
replied to the thread
👨💻 dev
F sharp port
.
module LivinGrimorie // Define the AbsDictionaryDB class type AbsDictionaryDB() = member val Save: string -> string -> unit = fun _...
May 11, 2025
fukurou
posted the thread
👨💻 dev
F sharp port
in
chit chat
.
module AbsDictionaryDB // Define the AbsDictionaryDB class type AbsDictionaryDB() = member val Save: string -> string -> unit = fun...
May 11, 2025
fukurou
replied to the thread
cts ports
.
CTS Methods Ported from Java to Swift 1/5 - AddContinuousSkill func addContinuousSkill(skill: Skill) { if isThinking { return }...
May 10, 2025
fukurou
replied to the thread
cts ports
.
CTS Methods Ported from Java to JavaScript 1/5 - AddContinuousSkill function addContinuousSkill(skill) { if (this.isThinking)...
May 10, 2025
fukurou
replied to the thread
cts ports
.
CTS Methods Ported from Java to C# 1/5 - AddContinuousSkill public void AddContinuousSkill(Skill skill) { if (this.IsThinking)...
May 10, 2025
fukurou
replied to the thread
cts ports
.
CTS Methods Ported from Java to VB.NET 1/5 - AddContinuousSkill Public Sub AddContinuousSkill(skill As Skill) If Me.IsThinking Then...
May 10, 2025
fukurou
replied to the thread
cts ports
.
1/5 def add_continuous_skill(self, skill): if self.is_thinking: return skill.set_kokoro(self.kokoro)...
May 10, 2025
fukurou
posted the thread
cts ports
in
chit chat
.
public void addContinuousSkill(Skill skill) { if (this.isThinking) { return; } skill.setKokoro(this.kokoro)...
May 8, 2025
the living tribunal
posted the thread
Zgc robot forum 2025
in
chit chat
.
May 5, 2025
fukurou
replied to the thread
new STT code
.
premode: import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23...
May 4, 2025
Home
What's new
Top
Text copied to clipboard.