Search results

  1. fukurou

    so I was buying some produce...

    it was after my morning run, and I had a sudden urgent urge to shit! but I lost the urge by the time I got home. but then a couple hours later I shat. so yeah good day, lost weight.
  2. fukurou

    [MEDIA]

  3. fukurou

    👨‍💻 dev mem game

    class DiMemoryGame: def __init__(self): self.score = 0 self.game_on = False self.game_str = "" self.game_chars = ["r", "g", "b", "y"] def input(self, ear): if ear == "memory game on": self.game_on = True self.score = 0...
  4. fukurou

    [MEDIA]

  5. fukurou

    👨‍💻 dev leveling up the SDP

    self.hardwareChobit.setKokoro(self.logicChobit.getKokoro()) 2 down one to go!
  6. fukurou

    [MEDIA]

  7. fukurou

    [MEDIA]

  8. fukurou

    📱android asus rog phone 8 pro edition clear case

    השקוף נראה בסדר.
  9. fukurou

    Челлендж для детей с цветными коробками

    alla should get her own show. she is certainly much better than evelin
  10. fukurou

    [MEDIA]

  11. fukurou

    runny shits and codings!

  12. fukurou

    [MEDIA]

  13. fukurou

    runny shits and codings!

    public void learnKeyValue(String context, String reply){ // learn questions and answers/ key values if(!dic.containsKey(context)){ dic.put(context,new RefreshQ()); } if(!dic.containsKey(reply)){ dic.put(reply,new RefreshQ()); }...
  14. fukurou

    runny shits and codings!

    this new code gon be like surgery. Ima add a madafuckin kv learn function to the railbot!
  15. fukurou

    new skill rollout ! shit in the ass man!

    class DiHoneyBunny(DiSkillV2): def __init__(self): super().__init__() # Call the parent class constructor self.regex_util: RegexUtil = RegexUtil() self.on_off_switch: OnOffSwitch = OnOffSwitch() self.on_off_switch.setOn(Responder("honey bunny"))...
  16. fukurou

    new skill rollout ! shit in the ass man!

    class DiHoneyBunny: def __init__(self): self._regex_util: RegexUtil = RegexUtil() self._on_off_switch: OnOffSwitch = OnOffSwitch() self.user: str = "user" self.drip: PercentDripper = PercentDripper() self.responses: Responder = Responder(...
  17. fukurou

    new skill rollout ! shit in the ass man!

    public class DiHoneyBunny extends DiSkillV2 { private RegexUtil regexUtil = new RegexUtil(); public OnOffSwitch onOffSwitch = new OnOffSwitch(); private String user = "user"; public PercentDripper drip = new PercentDripper(); private Responder responses = new...
  18. fukurou

    👨‍💻 dev DiBlueCrystal

    python part:
  19. fukurou

    👨‍💻 dev DiBlueCrystal

    public class RussianWordGems { private DiBlueCrystal o1 = new DiBlueCrystal(); public RussianWordGems() { HashMap<String, String> map = new HashMap<>(); map.put("privyet", "hello"); map.put("dobre utra", "good morning"); map.put("kniga", "book")...
Top