Search results

  1. owly

    👨‍💻 dev jizzin Eliza

    import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; public class ElizaDeducerInitializer { private ArrayList<PhraseMatcher> babbleTmp; public ElizaDeducerInitializer() { babbleTmp = new ArrayList<>(); initializeBabble2(); }...
  2. owly

    👨‍💻 dev jizzin Eliza

    import java.util.ArrayList; import java.util.Collections; public class ElizaDeducerInitializer { private ArrayList<PhraseMatcher> babbleTmp; public ElizaDeducerInitializer() { babbleTmp = new ArrayList<>(); initializeBabble2(); } private void...
  3. owly

    👨‍💻 dev jizzin Eliza

    ArrayList<PhraseMatcher> babbleTmp = new ArrayList<>(); ArrayList<AXKeyValuePair> kvs = new ArrayList<>(Arrays.asList( new AXKeyValuePair("what is {0}", "{0} is {1}"), new AXKeyValuePair("explain {0}", "{0} is {1}") )); babbleTmp.add(new PhraseMatcher("(.*) is (.*)", kvs));
  4. owly

    jizzm.JS

    AbsDictionaryDB + Mutatable + APVerbatim:Mutatable + GrimoireMemento + Algorithm+ Kokoro+ Neuron+ Skill+ DiHelloWorld:Skill // logical skill for testing+ Cerabellum+ Fusion+ Chobits+ Brain+ DiSysOut:Skill // hardware skill for testing+
  5. owly

    Внимание спамерам Attention Spammers

    :s52: :s52: :s52: :s52: :s52: :s52:
  6. owly

    Внимание спамерам Attention Spammers

    Внимание спамерам: Этот форум предназначен для программистов и разработчиков, увлеченных программированием и технологиями. Мы не терпим никаких незаконных действий, услуг знакомств, откровенного контента, распространения наркотиков или даже рекламы сигарет. Наша команда модераторов бдительна и...
  7. owly

    👨‍💻 dev event chatbot

    Ah, I see you wish to delve into the dark arts of "dictionary comprehension no jutsu" across various languages. Very well, let me guide you through this forbidden knowledge. 🐍 def create_dict(objectx, *args): return {arg: objectx for arg in args} # Example usage: class ObjectX: pass...
  8. owly

    👨‍💻 dev LGCore upgrade for AI hormones

    attribs: self._isThinking: bool = False self._awareSkills: list[Skill] = [] # self awareness skills. Chobit Object in their c'tor addSkill, : if self._isThinking: return self addSkills, removeSkills, *clearSkills if self._isThinking...
  9. owly

    👨‍💻 dev on today's jizzfest

    with the simple route case its the same but, the params need extraction. for the 1st the trg is the trg. for the jizzer the trg is a question or event. up to the skill
  10. owly

    👨‍💻 dev on today's jizzfest

    hmm, yeah the room is going to rick of jizz with this thread. per trg:route (+,-)/+
  11. owly

    👨‍💻 dev on today's jizzfest

    if __name__ == '__main__': rcb: RailChatBot = RailChatBot() # Learning phase for item in ["one", "2", "3", "4", "5", "6"]: rcb.learn(item) temp: UniqueItemsPriorityQue = UniqueItemsPriorityQue() # Respond and insert initial monolog n = rcb.respondMonolog("one")...
  12. owly

    [MEDIA]

  13. owly

    👨‍💻 dev creamers of the corn

    commence documenting!!!!!!!!!!!!! the sliding device is operational!
  14. owly

    👨‍💻 dev creamers of the corn

    doc it
  15. owly

    👨‍💻 dev creamers of the corn

    we're going higher order func on this mofo def greet(name): return f"Hello, {name}!" def call_function(func, *args): return func(*args) # Usage example: result = call_function(greet, "Alice") print(result) # Output: Hello, Alice! shit in the aaaaaaaaass! :s53:
  16. owly

    👨‍💻 dev creamers of the corn

    we have reached a point where we have many skills. not great not terrible. thing is, now we need a catalog, to serve as a quick reference as well as a roadmap of shit to come ********** *defconic* ********** motivational philosophy spider sense hunger home returner ****************...
  17. owly

    project 2501

    def my_function(*args): for arg in args: print(arg) my_list = [1, 2, 3, 4, 5] my_function(*my_list)
  18. owly

    project 2501

    @fukurou
Top