Search results

  1. fukurou

    👨‍💻 dev descartes' protocol

    holy shit she can morph!
  2. fukurou

    👨‍💻 dev descartes' protocol

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

    [MEDIA]

  4. fukurou

    [MEDIA]

  5. fukurou

    [MEDIA]

  6. 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...
  7. fukurou

    👨‍💻 dev AXFunnelResponder

    that would be cumbersome.
  8. 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
  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

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

    gonna B fappin'
  14. 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 ")...
  15. fukurou

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

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

    [MEDIA]

  17. fukurou

    👨‍💻 dev ElizaDeducer

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

    👨‍💻 dev ElizaDeducer

    public void feedKeyValuePairs(ArrayList<AXKeyValuePair> kvList){ if (kvList.isEmpty()){ return; } for (AXKeyValuePair kv : kvList) { learnKeyValue(kv.getKey(),kv.getValue()); } }
  19. fukurou

    🧵 3d How future genetically engineered waifus should look like

    I'm not a fan of the squishy wide nose TBH. also if you are making a custom waifu it's pretty imperative she be blond with red/blue/grey eyes.
Top