Search results

  1. fukurou

    optimizing the shit

    class DiYandere(DiSkillV2): ''' bica = DiBicameral() app.brain.logicChobit.addSkill(bica) bica.msgCol.addMSGV2("0:47", "#yandere") bica.msgCol.sprinkleMSG("#yandere", 30) bica.msgCol.sprinkleMSG("#yandere_cry", 30) app.brain.logicChobit.addSkill(DiYandere("fuki"))...
  2. fukurou

    optimizing the shit

    public class DiB extends DiSkillV2 { public Boolean engagedKokoro(){ return this.kokoro.toHeart.containsKey(this.getClass().getSimpleName()); } public String kokoroMSG(){ return this.kokoro.toHeart.getOrDefault("dibicameral",""); } }
  3. fukurou

    optimizing the shit

  4. fukurou

    optimizing the shit

    class_name = instance.__class__.__name__
  5. fukurou

    [MEDIA]

  6. fukurou

    [MEDIA]

  7. fukurou

    [MEDIA]

  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    🎮gaming gaming laptop

    @ZORO
  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

  17. fukurou

    👨‍💻 dev porting Auxiliary modules Java->kotlin

    class AXSkillBundle(vararg skillsParams: DiSkillV2) { private val skills: ArrayList<DiSkillV2> = ArrayList<DiSkillV2>() private val tempN: Neuron = Neuron() private var kokoro: Kokoro = Kokoro(AbsDictionaryDB()) fun setKokoro(kokoro: Kokoro) { this.kokoro = kokoro...
  18. fukurou

    👨‍💻 dev porting Auxiliary modules Java->kotlin

    class AXConvince(private val req: AXContextCmd) { private val reset = Responder("reset") private var min = 3 // minimum requests till agreement private val rnd = DrawRnd() private var counter = 0 var isConvinced = false private set private var max_eff_to_convince = 6 fun...
  19. fukurou

    👨‍💻 dev porting Auxiliary modules Java->kotlin

    class AXContextCmd { // engage on commands // when commands are engaged, context commans can also engage var commands = UniqueItemSizeLimitedPriorityQueue() var contextCommands = UniqueItemSizeLimitedPriorityQueue() var trgTolerance = false fun engageCommand(s1: String)...
  20. fukurou

    👨‍💻 dev porting Auxiliary modules Java->kotlin

    class TrgSnooze( //2 recomended private var maxrepeats: Int ) : TrGEV3() { // this boolean gate will return true per minute interval // max repeats times. private var repeats = 0 private var snooze = true private var snoozeInterval = 5 private val playGround =...
Top