Search results

  1. fukurou

    new legendaries

    @ZORO
  2. fukurou

    new legendaries

    Zacian @ Rusted Sword Ability: Intrepid Sword Shiny: Yes Tera Type: Psychic EVs: 252 Atk / 4 Def / 252 Spe Adamant Nature - Play Rough - Iron Head - Close Combat - Psychic Fangs Zacian @ Rusted Sword Ability: Intrepid Sword Tera Type: Fairy EVs: 252 Atk / 4 Def / 252 Spe...
  3. fukurou

    new legendaries

    Zacian @ Rusted Sword Ability: Intrepid Sword Shiny: Yes Tera Type: Steel EVs: 252 Atk / 4 Def / 252 Spe Adamant Nature - Play Rough - Iron Head - Close Combat - Psychic Fangs Kleavor (M) @ Heavy-Duty Boots Ability: Sharpness Shiny: Yes Tera Type: Dark EVs: 252 Atk / 4...
  4. fukurou

    new legendaries

    Kyogre @ Chesto Berry Ability: Drizzle Tera Type: Electric EVs: 4 HP / 252 Def / 252 SpA Modest Nature IVs: 0 Atk - Thunder - Hydro Pump - Rest - Ice Beam Eternatus @ Black Sludge Ability: Pressure Shiny: Yes Tera Type: Poison EVs: 4 HP / 252 SpA / 252 Spe Modest...
  5. fukurou

    new legendaries

    Glimmora (F) @ Focus Sash Ability: Corrosion Tera Type: Rock EVs: 252 SpA / 4 SpD / 252 Spe Calm Nature - Mortal Spin - Ancient Power - Toxic Spikes - Venoshock DragonZord (Groudon) @ Wide Lens Ability: Drought Shiny: Yes Tera Type: Fire EVs: 132 HP / 252 Atk / 124 SpD...
  6. fukurou

    🐍 python python time

    are there cases in which algs mutate just by overuse?
  7. fukurou

    🐍 python python time

    class OutputDripper(Cycler): # drips true once every limit times # shushes the waifubot enough time to hear a reply from user def __init__(self, limit: int): # set limit to 1 for on off effect super().__init__(limit) def drip(self) -> bool: return...
  8. fukurou

    🐍 python python time

  9. fukurou

    🐍 python python time

    class AXLHub: # hubs many reply decorators, language translators, encriptors and other string modifiers # decorate(str) to decorate string using the active string decorator def __init__(self, *nyaa: AXLHousing): self._nyaa: list[AXLHousing] = [] size: int = len(nyaa)...
  10. fukurou

    [MEDIA]

  11. fukurou

    🐍 python python time

    class AXLHousing: def decorate(self, str1: str) -> str: # override me return "" class AXLNeuroSama(AXLHousing): def __init__(self): super().__init__() self._nyaa: AXNeuroSama = AXNeuroSama(3) def decorate(self, str1: str) -> str: return...
  12. fukurou

    🐍 python python time

    public class AXLNeuroSama extends AXLHousing{ private AXNeuroSama nyaa = new AXNeuroSama(3); @Override public String decorate(String str1) { return this.nyaa.decorate(str1); } }
  13. fukurou

    🐍 python python time

    class AXNeuroSama: def __init__(self, rate: int): # the higher the rate the less likely to decorate outputs self._rate: int = rate self._nyaa: Responder = Responder(" heart", " heart", " wink", " heart heart heart") self._rnd: DrawRnd = DrawRnd() def...
  14. fukurou

    🐍 python python time

    class TODOListManager: '''manages to do tasks. q1 tasks are mentioned once, and forgotten backup tasks are the memory of recently mentioned tasks''' def __init__(self, todoLim: int): self._q1: UniqueItemSizeLimitedPriorityQueue =...
  15. fukurou

    🐍 python python time

    class UniqueItemSizeLimitedPriorityQueue(UniqueItemsPriorityQue): # items in the queue are unique and do not repeat # the size of the queue is limited # this cls can also be used to detect repeated elements (nagging or reruns) def __init__(self, limit: int)...
  16. fukurou

    🐍 python python time

    public class UniqueItemSizeLimitedPriorityQueue extends UniqueItemsPriorityQue{ // items in the queue are unique and do not repeat // the size of the queue is limited private int limit = 5; public int getLimit() { return limit; } public void setLimit(int limit)...
  17. fukurou

    🐍 python python time

    class DrawRnd: # draw a random element, than take said element out def __init__(self, *values: str): self.converter: LGTypeConverter = LGTypeConverter() self.strings: LGFIFO = LGFIFO() self._stringsSource:list[str] = [] for i in range(0, len(values))...
  18. fukurou

    🐍 python python time

    how bout I kick your ass and say you fell or something? then you and your team or whatever can do whatever shit it is you do and let me just chill? how bout that you owl fuck?
  19. fukurou

    🐍 python python time

  20. fukurou

    🐍 python python time

    class LGTypeConverter: # converts strings types to number typed variables def __init__(self): self.r1: RegexUtil = RegexUtil() def convertToInt(self, v1: str) -> int: temp: str = self.r1.extractEnumRegex(enumRegexGrimoire.integer,v1) if temp == ""...
Top