Latest activity

  • fukurou
    fukurou replied to the thread 👨‍💻 dev core diet.
    Public Class Skill Protected kokoro As Kokoro = Nothing ' consciousness, shallow ref class to enable interskill communications...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev core diet.
    Public Class Skill ' Protected fields Protected kokoro As Kokoro = Nothing ' Consciousness, shallow ref class for interskill...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev core diet.
  • fukurou
    fukurou replied to the thread 👨‍💻 dev core diet.
    vb.net Public Class APVerbatim Inherits Mutatable Private sentences As New List(Of String)() ' Constructor accepting...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev core diet.
    this is the key! we overload the alg c'tor shitindiass!!! class MyClass: def __init__(self, *args): # Constructor for...
  • owly
    owly posted the thread 👨‍💻 dev core diet in chit chat.
    what I was thinkin' : get rid o' the grimoirememento cls, use only the dic varargs the alg cls thus reduce load from skill cls, make it...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev cpp port.
    .h #ifndef APVERBATIM_H #define APVERBATIM_H #include "Mutatable.h" #include <vector> #include <string> class APVerbatim : public...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev cpp port.
    .h class Mutatable { public: bool algKillSwitch = false; string action(const string& ear, const string& skin, const string&...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev cpp port.
    public class Mutatable { public Boolean algKillSwitch = false; public String action(String ear, String skin, String eye) {...
  • fukurou
    .h #ifndef ABSDICTIONARYDB_H #define ABSDICTIONARYDB_H #include <string> class AbsDictionaryDB { public: void save(const...
  • owly
    owly updated their status.
  • owly
    owly updated their status.
  • owly
    owly updated their status.
  • fukurou
    fukurou replied to the thread core upgrade.
    class Brain: # c'tor def __init__(self): self._emotion: str = "" self._logicChobitOutput: str = ""...
  • the living tribunal
    the living tribunal updated their status.
Top