Search results

  1. 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
  2. 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!
  3. fukurou

    [MEDIA]

  4. 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) } }
  5. fukurou

    abacusmaxing

  6. fukurou

    test

    :s72:
  7. fukurou

    test

  8. fukurou

    8BitDo Pro 2 Controller

  9. fukurou

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

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

    test

    :s73
  11. fukurou

    test

    :s72:
  12. fukurou

    [MEDIA]

  13. fukurou

    python LG core propagation

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

    python LG core propagation

    :s53:
  16. 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}"...
Top