Search results

  1. fukurou

    python LG core propagation

    :s53:
  2. fukurou

    python LG core propagation

    class enumRegexGrimoire(Enum): email = "[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,6}" timeStamp = "[0-9]{1,2}:[0-9]{1,2}:[0-9]{1,2}" integer = "[-+]?[0-9]{1,13}" double_num = "[-+]?[0-9]*[.,][0-9]*" repeatedWord = "\\b([\\w\\s']+) \\1\\b" phone = "[0]\\d{9}"...
  3. fukurou

    python LG core propagation

    ''' ----------------- REGEXUTIL ---------------- ''' class LGPointInt: def __init__(self, x_init:int, y_init:int): self.x:int = x_init self.y:int = y_init def shift(self, x:int, y:int): self.x += x self.y += y def __repr__(self): return...
  4. fukurou

    python LG core propagation

    a1 = DiHelloWorld() a1.input("hello","","") n1 = Neuron() a1.output(n1) print(n1.algParts[0].algParts[0].action("hello","","")) print(n1.algParts[0].algParts[0].action("", "", ""))
  5. fukurou

    python LG core propagation

  6. fukurou

    python LG core propagation

    if __name__ == "__main__": test:APVerbatim = APVerbatim("hello","world") print(test.action("","","")) print(test.action("", "", "")) print(test.action("", "", ""))
  7. fukurou

    python LG core propagation

  8. fukurou

    🎮gaming TyranoBuilder VN engine

  9. fukurou

    [MEDIA]

  10. fukurou

    python LG core propagation

    from LivinGrimoireCore import * class Personality2(PersonalityLight): # Override def __init__(self, *absDictionaryDB: AbsDictionaryDB): super().__init__(absDictionaryDB) super().getdClassesLv1().append(DiHelloWorld(self.getKokoro())) if __name__ == "__main__"...
  11. fukurou

    pokemon order

    Ceruledge (M) @ Weakness Policy Ability: Weak Armor Shiny: Yes Tera Type: Fire EVs: 252 HP / 112 Def / 140 SpD / 4 Spe Calm Nature - Bitter Blade - Phantom Force - Swords Dance - Close Combat @ZORO
  12. fukurou

    [MEDIA]

  13. fukurou

    Clothes folding tutorials

  14. fukurou

    pokemon order

    :s42: clementine?
  15. fukurou

    pokemon order

    Miraidon @ Electric Seed Ability: Hadron Engine Tera Type: Electric EVs: 252 HP / 4 SpA / 252 Spe Timid Nature - Thunder - Charge - Outrage - Parabolic Charge @ZORO
  16. fukurou

    pokemon order

    @ZORO
  17. fukurou

    pokemon order

    Gyarados (M) @ Red Card Ability: Intimidate Shiny: Yes Tera Type: Electric EVs: 48 HP / 124 Atk / 20 Def / 64 SpD / 252 Spe Jolly Nature - Thunder - Waterfall - Ice Beam - Rain Dance
  18. fukurou

    pokemon order

    Cyclizar (M) @ Aguav Berry Ability: Regenerator Shiny: Yes Tera Type: Dragon EVs: 252 HP / 4 Def / 252 Spe Timid Nature - Shift Gear - Facade - Shed Tail - Overheat
  19. fukurou

    pokemon order

    Talonflame (M) Ability: Gale Wings Shiny: Yes Tera Type: Flying EVs: 252 HP / 4 Def / 252 Spe Hasty Nature - Acrobatics - Flare Blitz - Roost - Swords Dance
  20. fukurou

    pokemon order

    Espeon (M) @ Leftovers Ability: Magic Bounce Tera Type: Psychic EVs: 252 HP / 124 Def / 132 SpD - Psychic - Last Resort - Protect - Yawn
Top