Search results

  1. fukurou

    🍵 kotlin ya think this is a game? LG core kotlin propagation

    hello world skill test kotlin: val s1:DiHelloWorld = DiHelloWorld() val n1:Neuron = Neuron() s1.input("hello","","") s1.output(n1) println(n1.algParts.get(0).algParts.get(0).action("","",""))
  2. fukurou

    🍵 kotlin Kotlin: Inherited platform declarations clash: The following declarations have the same JVM signature

    "Kotlin: Inherited platform declarations clash: The following declarations have the same JVM signature" this err occured when I tranlated java code to kotlin code the java code had a setter which was redundant, once I deleted the setter from the kotlin ver, the err cleared
  3. fukurou

    🍵 kotlin ya think this is a game? LG core kotlin propagation

    dude check out the bool cloudian class CldBool { //cloudian : this class is used to provide shadow reference to a boolean variable var modeActive = false } so gnarly only 2 code lines!
  4. fukurou

    [MEDIA]

  5. fukurou

    🍵 kotlin ya think this is a game? LG core kotlin propagation

    I dig that explosive effect when intelliJ converts java code to kotlin class DeepCopier { fun copyList(original: ArrayList<String>): ArrayList<String> { return ArrayList(original) } }
  6. fukurou

    abacusmaxing

  7. fukurou

    test

    :s72:
  8. fukurou

    test

  9. fukurou

    8BitDo Pro 2 Controller

  10. fukurou

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

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

    test

    :s73
  12. fukurou

    test

    :s72:
  13. fukurou

    [MEDIA]

  14. fukurou

    python LG core propagation

    :s34:
  15. 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] = {}...
Top