Search results

  1. owly

    👨‍💻 dev experimental convince module

    all roads lead to the same toilet. the railbot learns new replies. what most bots do to undo a convinced state fast is a reset. the main thing is there is no merit to it. moreover if convincing is a thing it opens up a pandora box of nagging and exhaustion. she will neg and she will need to be...
  2. owly

    [MEDIA]

  3. owly

    👨‍💻 dev experimental convince module

    what is the use unless the user has a convince fetish?
  4. owly

    👨‍💻 dev leveling up the SDP

    hardwareChobit.setKokoro(logicChobit.getKokoro()); 1 down 2 to go! @fukurou
  5. owly

    👨‍💻 dev new alarm skill

    class DiAlarmer(DiSkillV2): def __init__(self): super().__init__() self.off: Responder = Responder("off", "stop", "shut up", "shut it", "alarm off", "cancel alarm") self.regexUtil: RegexUtil = RegexUtil() self._cron: Cron = Cron("", 3, 3) def...
  6. owly

    👨‍💻 dev new alarm skill

    class Cron(TrGEV3): # triggers true, limit times, after initial time, and every minutes interval # counter resets at initial time, assuming trigger method was run def __init__(self, startTime: str, minutes: int, limit: int): self._playGround: PlayGround = PlayGround()...
  7. owly

    👨‍💻 dev new alarm skill

    public class DiAlarmer extends DiSkillV2 { private Responder off = new Responder("off","stop","shut up", "shut it","alarm off","cancel alarm"); private RegexUtil regexUtil = new RegexUtil(); private Cron cron = new Cron("", 3,3); public void setCron(Cron cron) {...
  8. owly

    👨‍💻 dev new alarm skill

  9. owly

    👨‍💻 dev new alarm skill

    public class Cron extends TrGEV3{ // triggers true, limit times, after initial time, and every minutes interval // counter resets at initial time, assuming trigger method was run int minutes; // minute interval between triggerings private PlayGround pl = new PlayGround()...
  10. owly

    👨‍💻 dev new alarm skill

    k I'm back!
  11. owly

    👨‍💻 dev new alarm skill

    gonna take a runny shit
  12. owly

    👨‍💻 dev new alarm skill

    cron: off method: counter = limit triggerWithoutRenewal() skill: turnOff; ret //set alarm ; ret cron.trigger->beep
  13. owly

    👨‍💻 dev new alarm skill

    cron: off method: counter = limit triggerWithoutRenewal() skill: //set alarm cron.trigger->beep
  14. owly

    [MEDIA]

  15. owly

    secret project

  16. owly

    secret project

    @the living tribunal @kollector 80
  17. owly

    asses and asses(poem)

    asses and asses then some mo asses ballz full o jizz jizz on some asses bouncy asses assed asses asses of plump asses of mejestism fo my big assed dick jizzin an wizzin smakin them assed asses ass shiiieeet shit in da ass no postwallsties det shit be nasty not nasty as ass but nasty ass ass...
  18. owly

    I don't even know what we are coding but we're gonna!

    class DiRailChatBot(DiSkillV2): def __init__(self): self.rcb = RailChatBot() self.dialog = AXCmdBreaker("babe") self.filter = UniqueItemSizeLimitedPriorityQueue() self.bads = AXCmdBreaker("is bad") self.goods = AXCmdBreaker("is good")...
Top