Search results

  1. fukurou

    emo dev

    class DiBlabberV4(DiSkillV2): def __init__(self, responder: Responder, memory_size: int = 15, reply_chance: int = 90, ): super().__init__() self.npc: AXNPC2 = AXNPC2(memory_size, reply_chance) self._temp_str: str = "" self.splitter: AXStringSplit =...
  2. fukurou

    [MEDIA]

  3. fukurou

    👨‍💻 dev descartes' protocol

    holy shit she can morph!
  4. fukurou

    👨‍💻 dev descartes' protocol

    def setAnimationSkill(self, skill: DiSkillV2): self.brain.hardwareChobit.removeSkill(self.animation) self.animation = skill self.brain.hardwareChobit.addSkill(self.animation)
  5. fukurou

    [MEDIA]

  6. fukurou

    [MEDIA]

  7. fukurou

    [MEDIA]

  8. fukurou

    👨‍💻 dev AXFunnelResponder

    public class AXFunnelResponder { private Map<String, Responder> dic; public AXFunnelResponder() { this.dic = new HashMap<>(); } public AXFunnelResponder addKV(String key, Responder value) { // add key-value pair dic.put(key, value); return this...
  9. fukurou

    👨‍💻 dev AXFunnelResponder

    that would be cumbersome.
  10. fukurou

    👨‍💻 dev AXFunnelResponder

    for the foot fuckin' skill right? hmm... well if you gonna attach multiple riggers to the same responder... that's a maybe
  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    if you are going to fap at least do it with style

    gonna B fappin'
  16. fukurou

    if you are going to fap at least do it with style

    public static String negate(String sentence) { // Check if the sentence contains "not" String result = sentence; if (sentence.contains("not")) { result = sentence.replace("not", ""); } else { result = result.replace("i ", "i do ")...
  17. fukurou

    if you are going to fap at least do it with style

    jiiiiiizzzzzzzzzzzzzzzed ("(.*) (?:like|likes) (.*)"
  18. fukurou

    [MEDIA]

  19. fukurou

    👨‍💻 dev ElizaDeducer

    public void learnV2(String ear, ElizaDeducer elizaDeducer){ feedKeyValuePairs(elizaDeducer.respond(ear)); learn(ear); }
Top