Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    so I was buying some produce...

    class DiOneWorder(DiSkillV2): def __init__(self): super().__init__() # Call the superclass constructor self.cry: str = "chi " self.toggler: str = "chi" self.drip: PercentDripper = PercentDripper() # Assuming PercentDripper is implemented self.mode...
  3. fukurou

    so I was buying some produce...

    just jizzed FYI!
  4. fukurou

    so I was buying some produce...

    class DiOneWorder(DiSkillV2): def __init__(self): super().__init__() # Call the superclass constructor self.cry = "chi " self.toggler = "chi" self.drip = PercentDripper() # Assuming PercentDripper is implemented self.mode = False def...
  5. fukurou

    so I was buying some produce...

    public class DiOneWorder extends DiSkillV2 { private String cry = "chi "; private String toggler = "chi"; private PercentDripper drip = new PercentDripper(); private Boolean mode = false; public void setCry(String cry) { this.cry = cry + " "; } public void...
  6. fukurou

    so I was buying some produce...

    public class DiOneWorder extends DiSkillV2 { private String cry = "chi "; private PercentDripper drip = new PercentDripper(); private Boolean mode = false; @Override public void input(String ear, String skin, String eye) { if(ear.isEmpty()){return;}...
  7. 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.
  8. fukurou

    [MEDIA]

  9. 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...
  10. fukurou

    [MEDIA]

  11. fukurou

    👨‍💻 dev leveling up the SDP

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

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. fukurou

    📱android asus rog phone 8 pro edition clear case

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

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

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

    [MEDIA]

  17. fukurou

    runny shits and codings!

  18. fukurou

    [MEDIA]

  19. 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()); }...
  20. fukurou

    runny shits and codings!

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