Search results

  1. fukurou

    swift port 040224

    class OnOffSwitch { private var mode: Bool = false private var timeGate: TimeGate = TimeGate(5) private var on: Responder = Responder(responses: ["on","talk to me"]) private var off: Responder = Responder(responses: ["off","stop","shut up", "shut it","whatever","whateva"])...
  2. fukurou

    swift port 040224

    class RailChatBot { private var dic: [String: RefreshQ] = [:] private var context: String = "default" init() { self.dic[context] = RefreshQ() } func setContext(context: String) { if context.isEmpty { return } self.context = context } func...
  3. fukurou

    swift port 040224

    class RailChatBot { private var dic: [String: RefreshQ] = [:] private var context: String = "default" init() { self.dic[context] = RefreshQ() } func setContext(context: String) { if context.isEmpty { return } self.context = context } func...
  4. fukurou

    swift port 040224

    func isEmptied() -> Bool { return self.strings.count == 0 } that's the drawRnd add on
  5. fukurou

    swift port 040224

    @mr.meeseeks
  6. fukurou

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

    class DiRailChatBot(DiSkillV2): def __init__(self): super().__init__() self.rcb: RailChatBot = RailChatBot() self.dialog: AXCmdBreaker = AXCmdBreaker("babe") self.filter: UniqueItemSizeLimitedPriorityQueue = UniqueItemSizeLimitedPriorityQueue(5)...
  7. fukurou

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

    package skills; import AXJava.AXCmdBreaker; import AXJava.Eliza; import AXJava.RailChatBot; import AXJava.UniqueItemSizeLimitedPriorityQueue; import LivinGrimoire.DiSkillV2; public class DiRailChatBot extends DiSkillV2 { private RailChatBot rcb = new RailChatBot(); private AXCmdBreaker...
  8. fukurou

    well I should be working

    you're making a thread salad owl ass
  9. fukurou

    rail dev

    public class DIRailTest extends DiSkillV2 { private RailChatBot rcb = new RailChatBot(); private AXCmdBreaker monolog = new AXCmdBreaker("r1"); private AXCmdBreaker dialog = new AXCmdBreaker("r2"); @Override public void input(String ear, String skin, String eye) {...
  10. fukurou

    well I should be working

    class DiActivity(DiSkillV2): def __init__(self): super().__init__() self.activities: list[DrawRnd] = [] self.index = -1 self.start = "start activity" self.stop = "stop" self.skip = Responder("skip", "next", "ok") self.doNext = ""...
  11. fukurou

    well I should be working

    AttributeError: 'DrawRnd' object has no attribute 'isEmptied' ass owl!
  12. fukurou

    well I should be working

    learning, developing and shit but nothing seems to ever change and no one gives a fuck so I'll invest more time into exercise. fuck society.
  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    DiBlabberV3

    class DiBlabberV3(DiSkillV2): def __init__(self, skill_name: str): super().__init__() # skill toggle self.__isActive: bool = True self.skillToggler: AXContextCmd = AXContextCmd() self.skillToggler.contextCommands.insert(f'toggle {skill_name}')...
  16. fukurou

    [MEDIA]

  17. fukurou

    📱android Rog phone 8 pro king case hope its for the edition to because its the same sizes 😊

    good phone, but the phone case you picked suck ass
  18. fukurou

    📱android Rog phone 8 pro king case hope its for the edition to because its the same sizes 😊

    he has a valid point, that camera hole is yuck
  19. fukurou

    [MEDIA]

  20. fukurou

    📱android ASUS ROG Phone 8 Pro

    כן תחכה עוד כמה חודשים חבל לקנות סוג ב
Top