Latest activity

  • fukurou
    fukurou replied to the thread 👨‍💻 dev diinsulted.
    class DiBanter(Skill): def __init__(self, responder: Responder, memory_size: int = 15, reply_chance: int = 90, )...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev diinsulted.
    class DiCusser(Skill): def __init__(self, responder: Responder, memory_size: int = 15, reply_chance: int = 90, )...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev diinsulted.
    class AnnoyedQ: def __init__(self, queLim: int): self._q1: RefreshQ = RefreshQ(queLim) self._q2: RefreshQ =...
  • the living tribunal
  • fukurou
    def count_occurrences(lst, element): return lst.count(element) # Example usage: my_list = [1, 2, 3, 2, 4, 2, 5] element_to_count =...
  • the living tribunal
    the living tribunal updated their status.
  • the living tribunal
    the living tribunal replied to the thread Gibrish gen.
    :s91:
  • the living tribunal
    the living tribunal posted the thread Gibrish gen in chit chat.
    import random import string def generate_gibberish(length=10): # Define the character set (letters only) characters =...
  • fukurou
    fukurou replied to the thread jizz board.
    self.convo1.add_items(UniqueResponder("you are being responsible", "you are doing the right thing", "you are making a good choice"), "i...
  • fukurou
    fukurou replied to the thread jizz board.
    class DiEvent(Skill): def __init__(self): super().__init__() self._e = False self.declarations =...
  • fukurou
    fukurou replied to the thread jizz board.
    class DiEvent(Skill): def __init__(self): super().__init__() self._e = False self.declarations =...
  • fukurou
    fukurou replied to the thread jizz board.
    class EventChat: # Funnel input to a unique response bundle def __init__(self, ur: UniqueResponder, *args): self._dic =...
  • fukurou
    fukurou posted the thread jizz board in chit chat.
    class YourClass: def __init__(self, ur: UniqueResponder, *args): self._dic = {arg: ur for arg in args} def...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev AXContains.
    class DiWarrior(Skill): def __init__(self): super().__init__() # Call the parent class constructor...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev AXContains.
    class DiWarrior(Skill): def __init__(self): super().__init__() # Call the parent class constructor...
Top