Search results

  1. fukurou

    abacusmaxing

  2. fukurou

    test

    :s72:
  3. fukurou

    test

  4. fukurou

    8BitDo Pro 2 Controller

  5. fukurou

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

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

    test

    :s73
  7. fukurou

    test

    :s72:
  8. fukurou

    [MEDIA]

  9. fukurou

    python LG core propagation

    :s34:
  10. 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] = {}...
  11. fukurou

    python LG core propagation

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

    python LG core propagation

  16. fukurou

    python LG core propagation

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

    python LG core propagation

Top