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
owly
replied to the thread
cpp port
.
Apr 30, 2025
fukurou
updated their
status
.
Apr 29, 2025
fukurou
replied to the thread
cpp port
.
package LivinGrimoire; import java.util.ArrayList; import java.util.List; public class Skill { protected Kokoro kokoro = null; //...
Apr 29, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
// Constructor Skill::Skill() {} // Virtual input method (can be overridden in derived classes) void Skill::input(const std::string&...
Apr 29, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class Skill { protected: Kokoro* kokoro = nullptr; // Reference for interskill communication...
Apr 29, 2025
owly
updated their
status
.
Apr 28, 2025
fukurou
replied to the thread
cpp port
.
.h #ifndef KOKORO_H #define KOKORO_H #include <string> #include <unordered_map> using namespace std; class Kokoro { private...
Apr 28, 2025
fukurou
posted the thread
cpp port
in
chit chat
.
.h #ifndef ALGORITHM_H #define ALGORITHM_H #include <vector> class Algorithm { private: std::vector<void*> algParts; // Using...
Apr 28, 2025
fukurou
posted the thread
F# core
in
chit chat
.
the F stands 4 fuck module AbsDictionaryDB open System.Collections.Generic type DictionaryDB(saveFunc, loadFunc) = let db =...
Apr 28, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
module AbsDictionaryDB open System.Collections.Generic type DictionaryDB(saveFunc, loadFunc) = let db = Dictionary<string...
Apr 28, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
module AbsDictionaryDB type SaveFunction = string -> string -> unit type LoadFunction = string -> string let createDictionaryDB...
Apr 28, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class Skill { protected var kokoro: Kokoro? = nil // Consciousness, shallow ref class to enable interskill communications...
Apr 27, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class Algorithm { private var algParts: [Mutatable] = [] init(algParts: [Mutatable]) { self.algParts = algParts }...
Apr 27, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
class APVerbatim: Mutatable { private var sentences: [String] = [] init(sentences: String...) {...
Apr 26, 2025
fukurou
replied to the thread
👨💻 dev
core diet
.
public void algPartsFusion(int priority, Mutatable... algParts) { this.outAlg = new Algorithm(algParts)...
Apr 26, 2025
Home
What's new
Top
Text copied to clipboard.