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

kotlin

owly

闇の伝説
Staff member
戦闘 コーダー
this is the matrix
we have the gameshark ! :s38:
project progress at 100%
 
0% 100%


1. AbsDictionaryDB :s5:
2. enumFail:s5:
3. Mutatable:s5:
4. MemoryMutatable (+optional test classes T1:Mutatable, T2:Mutatable):s5:
5. APSay:Mutatable:s5:
6. DeepCopier :s5:
7. APVerbatim:Mutatable:s5:
8. enumTimes:s5:
9. PlayGround:s5:
10. GrimoireMemento:s5:
11. Algorithm:s5:
12. CldBool:s5:
13. APCldVerbatim:APVerbatim:s5:
14. Kokoro:s5:
15. Neuron:s5:
16. DiSkillUtils:s5:
17. DiSkillV2:s5:
18. DiSkillV3:DiSkillV2:s5:
19. DiHelloWorld:DiSkillV2:s5:
20. LGPointDouble:s5:
21. LGPointInt:s5:
22. enum enumRegexGrimoire:s5:
23. RegexUtil:s5:
24. TimeGate:s5:
25. Cerabellum:s5:
26. DExplorer:s5:
27. PriorityQueue<T> (not needed in java version):s5:
29. FusionCera:Cerabellum:s5:
30. Fusion:s5:
(depracate) Personality
31. Thinkable:s5:
32. Chobits:Thinkable:s5:
33. Actionable:s5:
34. Brain:s5:


@fukurou
 
Last edited by a moderator:

owly

闇の伝説
Staff member
戦闘 コーダー
the living tribunal is pulling some mad side projects
go team fuki !
 

fukurou

the supreme coder
ADMIN
I dig that explosive effect when intelliJ converts java code to kotlin

Kotlin:
class DeepCopier {
    fun copyList(original: ArrayList<String>): ArrayList<String> {
        return ArrayList(original)
    }
}
 

owly

闇の伝説
Staff member
戦闘 コーダー
Kotlin:
var a1: APVerbatim = APVerbatim("chi","hearts","team fuki")
:s40:
 

owly

闇の伝説
Staff member
戦闘 コーダー
this thread reminds me the sliders episode where malory and prof arturo were calculating interdimensional sliding stuff
 

fukurou

the supreme coder
ADMIN
dude check out the bool cloudian

Kotlin:
class CldBool {
    //cloudian : this class is used to provide shadow reference to a boolean variable
    var modeActive = false
}

so gnarly only 2 code lines!
 

fukurou

the supreme coder
ADMIN
hello world skill test kotlin:
Kotlin:
val s1:DiHelloWorld = DiHelloWorld()
val n1:Neuron = Neuron()
s1.input("hello","","")
s1.output(n1)
println(n1.algParts.get(0).algParts.get(0).action("","",""))
 

fukurou

the supreme coder
ADMIN
Kotlin:
    val neo:Chobits = Chobits()
    neo.addSkill(DiHelloWorld())
    println(neo.think("hello","",""))
 
Top