Search results

  1. 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...
  2. 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...
  3. 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
  4. owly

    πŸ‘¨β€πŸ’» dev on today's jizzfest

    hmm, yeah the room is going to rick of jizz with this thread. per trg:route (+,-)/+
  5. 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")...
  6. owly

    [MEDIA]

  7. owly

    πŸ‘¨β€πŸ’» dev creamers of the corn

    commence documenting!!!!!!!!!!!!! the sliding device is operational!
  8. 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:
  9. 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 ****************...
  10. owly

    project 2501

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

    project 2501

    @fukurou
  12. owly

    project 2501

    import ast def list_classes_in_file(file_path): with open(file_path, "r") as file: tree = ast.parse(file.read(), filename=file_path) class_names = [node.name for node in ast.walk(tree) if isinstance(node, ast.ClassDef)] return class_names # Example usage if __name__ ==...
  13. owly

    πŸ‘¨β€πŸ’» dev find where I used the class as an object all over my project

    all files jizzed, preparing to summon Kraken!
Top