Search results

  1. fukurou

    📱android asus rog phone 8 pro edition clear case

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

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

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

    [MEDIA]

  4. fukurou

    runny shits and codings!

  5. fukurou

    [MEDIA]

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

    runny shits and codings!

    this new code gon be like surgery. Ima add a madafuckin kv learn function to the railbot!
  8. 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"))...
  9. 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(...
  10. 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...
  11. fukurou

    👨‍💻 dev DiBlueCrystal

    python part:
  12. 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")...
  13. fukurou

    👨‍💻 dev DiBlueCrystal

  14. fukurou

    [MEDIA]

  15. fukurou

    👨‍💻 dev DiBlueCrystal

    package skills; import AXJava.AXCmdBreaker; import AXJava.AXContextCmd; import AXJava.DrawRnd; import LivinGrimoire.DiSkillV2; import java.util.ArrayList; import java.util.HashMap; import java.util.Random; public class DiBlueCrystal extends DiSkillV2 { private ArrayList<HashMap<String...
  16. fukurou

    [MEDIA]

Top