fukurou's latest activity

  • 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...
  • 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...
  • fukurou
    fukurou replied to the thread core upgrade.
    class Brain: # c'tor def __init__(self): self._emotion: str = "" self._logicChobitOutput: str = ""...
  • fukurou
    fukurou replied to the thread core upgrade.
    public class Brain { public Chobits logicChobit = new Chobits(); private String emotion = ""; private String...
  • fukurou
    fukurou replied to the thread core upgrade.
    works setting card
  • fukurou
    fukurou replied to the thread core upgrade.
    public class Brain { public Chobits logicChobit = new Chobits(); private String emotion = ""; private String...
  • fukurou
    fukurou replied to the thread core upgrade.
    fail. increasing dark coding force by 1k% !
  • fukurou
    fukurou replied to the thread core upgrade.
    public class Brain { public Chobits logicChobit = new Chobits(); private String emotion = ""; private String...
  • fukurou
    fukurou posted the thread core upgrade in chit chat.
    coding lab online! deploying check point!! public class Brain { public Chobits logicChobit = new Chobits(); private String...
  • fukurou
    fukurou replied to the thread call tracer.
    public class MetadataReader { public void readMetadata() { // Get the stack trace StackTraceElement[] stackTrace =...
  • fukurou
    fukurou posted the thread call tracer in chit chat.
    public class MetadataReader { public void readMetadata() { // Get the stack trace StackTraceElement[] stackTrace =...
  • fukurou
    fukurou replied to the thread perchance flux dev.
    import java.util.HashSet; public class KeyWords { private HashSet<String> hashSet; // Constructor to initialize the hashSet...
Top