fukurou's latest activity

  • fukurou
    fukurou replied to the thread 👨‍💻 dev F sharp port.
    // Define the Kokoro type type Kokoro(grimoireMemento: AbsDictionaryDB) = let mutable emot = "" let toHeart = Dictionary<string...
  • fukurou
    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...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev F sharp port.
    module LivinGrimorie open System.Collections.Generic // Define the AbsDictionaryDB class type AbsDictionaryDB() = member val Save...
  • fukurou
    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...
  • fukurou
    self.f1 = lambda ear, skin, eye: ""
  • fukurou
    def create_and_use_global(): global counter # Declare the variable as global if "counter" not in globals(): # Check if it...
  • fukurou
    class CustomBot: def __init__(self, action_func): self.action = action_func # Set function dynamically def...
  • fukurou
    class Robot: def greet(self): return "Hello, I am a robot." # Define a new function def new_greet(): return "Hi! I'm...
  • fukurou
    def process_text(text): text = text.strip() # Remove whitespace text = text.upper() # Convert to uppercase return...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev F sharp port.
    module LivinGrimorie // Define the AbsDictionaryDB class type AbsDictionaryDB() = member val Save: string -> string -> unit = fun _...
  • fukurou
    module AbsDictionaryDB // Define the AbsDictionaryDB class type AbsDictionaryDB() = member val Save: string -> string -> unit = fun...
  • fukurou
    fukurou replied to the thread cts ports.
    CTS Methods Ported from Java to Swift 1/5 - AddContinuousSkill func addContinuousSkill(skill: Skill) { if isThinking { return }...
  • fukurou
    fukurou replied to the thread cts ports.
    CTS Methods Ported from Java to JavaScript 1/5 - AddContinuousSkill function addContinuousSkill(skill) { if (this.isThinking)...
  • fukurou
    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)...
  • fukurou
    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...
Top