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
core diet
.
prechange py: class Algorithm: def __init__(self, algParts: list[Mutatable]): # list of Mutatable super().__init__()...
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class Algorithm: def __init__(self, *algParts): # Handle both a list input and variable arguments if len(algParts)...
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class Algorithm: def __init__(self, *algParts): # Handle both a list input and variable arguments if len(algParts)...
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class Algorithm: def __init__(self, *algParts): # Check if a single argument is a list, otherwise use variable arguments...
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class APVerbatim: def __init__(self, *sentences): # Initialize with either a list of sentences or a variable number of...
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class Skill { constructor() { this.kokoro = null; // Consciousness, shallow ref class for interskill communications...
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class Algorithm { constructor(algParts) { // Handle both Array input and variable arguments (rest parameters)...
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class APVerbatim extends Mutatable { constructor(...sentences) { super(); this.sentences =...
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
public class Skill { protected Kokoro kokoro = null; // consciousness, shallow ref class to enable interskill communications...
Apr 25, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
Public Class Skill Protected kokoro As Kokoro = Nothing ' consciousness, shallow ref class to enable interskill communications...
Apr 24, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
Public Class Skill ' Protected fields Protected kokoro As Kokoro = Nothing ' Consciousness, shallow ref class for interskill...
Apr 24, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
Apr 24, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
vb.net Public Class APVerbatim Inherits Mutatable Private sentences As New List(Of String)() ' Constructor accepting...
Apr 24, 2025
Home
Members
Top
Text copied to clipboard.