Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    [MEDIA]

  3. fukurou

    optimizing the shit

    class DiB(DiSkillV2): def engaged_kokoro(self) -> bool: return self.getKokoro().to_heart.get(self.__class__.__name__, False) def kokoro_msg(self) -> str: return self.getKokoro().toHeart["dibicameral"]
  4. 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"))...
  5. 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",""); } }
  6. fukurou

    optimizing the shit

  7. fukurou

    optimizing the shit

    class_name = instance.__class__.__name__
  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    🎮gaming gaming laptop

    @ZORO
  16. fukurou

    [MEDIA]

  17. fukurou

    [MEDIA]

  18. fukurou

    [MEDIA]

  19. fukurou

    [MEDIA]

  20. 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...
Top