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
replied to the thread
👨💻 dev
F sharp port
.
type Brain() = let mutable logicChobit = Chobits() let mutable hardwareChobit = Chobits() let mutable ear = Chobits()...
May 12, 2025
fukurou
replied to the thread
👨💻 dev
F sharp port
.
type Chobits() = let mutable fusion = Fusion() let mutable noiron = Neuron() let mutable kokoro = Kokoro(AbsDictionaryDB())...
May 12, 2025
fukurou
replied to the thread
👨💻 dev
F sharp port
.
kokoro cls update: type Kokoro(initialGrimoireMemento: AbsDictionaryDB) = let mutable emot = "" let mutable grimoireMemento =...
May 12, 2025
fukurou
replied to the thread
👨💻 dev
F sharp port
.
type Cerabellum() = let mutable fin = 0 let mutable at = 0 let mutable incrementAt = false let mutable alg: Algorithm...
May 12, 2025
fukurou
replied to the thread
👨💻 dev
F sharp port
.
type Skill(initialKokoro: Kokoro option) = let mutable kokoro = initialKokoro let mutable outAlg: Algorithm option = None...
May 12, 2025
fukurou
replied to the thread
👨💻 dev
F sharp port
.
type Neuron() = let defcons = Dictionary<int, ResizeArray<Algorithm>>() do // Initialize the dictionary with priority levels...
May 12, 2025
fukurou
replied to the thread
👨💻 dev
F sharp port
.
// Define the Kokoro type type Kokoro(grimoireMemento: AbsDictionaryDB) = let mutable emot = "" let toHeart = Dictionary<string...
May 12, 2025
fukurou
replied to the thread
👨💻 dev
F sharp port
.
type Algorithm(algParts: IMutatable list) = member this.AlgParts = algParts member this.Size = List.length algParts // Create...
May 12, 2025
fukurou
replied to the thread
👨💻 dev
F sharp port
.
module LivinGrimorie open System.Collections.Generic // Define the AbsDictionaryDB class type AbsDictionaryDB() = member val Save...
May 12, 2025
fukurou
replied to the thread
👨💻 dev
F sharp port
.
type MyClass(value: int) = member this.Value = value member this.ExecuteFunction(f: MyClass -> int) = f this // Calls...
May 12, 2025
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
Home
Members
Top
Text copied to clipboard.