Search results

  1. fukurou

    8BitDo Pro 2 Controller

  2. fukurou

    oven eggplant

  3. fukurou

    📱android asus rog phone 7 pro hope it will be true :)

    I guess. but how long until the release date? :s71:
  4. fukurou

    test

    :s73
  5. fukurou

    test

    :s72:
  6. fukurou

    [MEDIA]

  7. fukurou

    python LG core propagation

    :s34:
  8. fukurou

    python LG core propagation

    ''' Chobits CLASS ''' class Chobits(Thinkable): def __init__(self): super().__init__() self.emot: str = "" # emotion self.dClasses: list[DiSkillV2] = [] # algorithms fusion (polymarization) self.algDurations: dict[str, int] = {}...
  9. fukurou

    python LG core propagation

    :s53:
  10. 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}"...
  11. 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...
  12. 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("", "", ""))
  13. fukurou

    python LG core propagation

  14. fukurou

    python LG core propagation

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

    python LG core propagation

  16. fukurou

    🎮gaming TyranoBuilder VN engine

  17. fukurou

    [MEDIA]

  18. 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__"...
  19. 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
Top