fukurou's latest activity

  • fukurou
    fukurou left a message on dollbuilderx3's profile.
    hi
  • fukurou
    fukurou posted the thread deepseek n shit in chit chat.
    def _async_func(this_cls): input_text = this_cls.input_text data = { "model": "deepseek-chat", "messages"...
  • fukurou
    fukurou reacted to owly's post in the thread cpp port with pfft pfft.
  • fukurou
    fukurou replied to the thread cpp port.
  • fukurou
    fukurou replied to the thread cpp port.
  • fukurou
    fukurou replied to the thread cpp port.
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread cpp port.
    package LivinGrimoire; import java.util.ArrayList; import java.util.List; public class Skill { protected Kokoro kokoro = null; //...
  • fukurou
    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&...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev core diet.
    class Skill { protected: Kokoro* kokoro = nullptr; // Reference for interskill communication...
  • fukurou
    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...
  • fukurou
    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...
  • fukurou
    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 =...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev core diet.
    module AbsDictionaryDB open System.Collections.Generic type DictionaryDB(saveFunc, loadFunc) = let db = Dictionary<string...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev core diet.
    module AbsDictionaryDB type SaveFunction = string -> string -> unit type LoadFunction = string -> string let createDictionaryDB...
Top