Search results

  1. fukurou

    swift port 040224

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

    swift port 040224

    @mr.meeseeks
  3. 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)...
  4. 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...
  5. fukurou

    well I should be working

    you're making a thread salad owl ass
  6. 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) {...
  7. 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 = ""...
  8. fukurou

    well I should be working

    AttributeError: 'DrawRnd' object has no attribute 'isEmptied' ass owl!
  9. 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.
  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. 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}')...
  13. fukurou

    [MEDIA]

  14. 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
  15. 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
  16. fukurou

    [MEDIA]

  17. fukurou

    📱android ASUS ROG Phone 8 Pro

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

    📱android ASUS ROG Phone 8 Pro

    cope cope cope cope cope cope cope cope cope cope cope
  19. fukurou

    📱android ASUS ROG Phone 8 Pro

    new name same shit. pro edition 8 or COPE
  20. fukurou

    coding party! OooWee

    import os import re import time from pygame import mixer import inflect from LivinGrimoire23 import RegexUtil, enumRegexGrimoire def validate_time(time) -> bool: pattern = "^([01]?[0-9]|2[0-3]):[0-5][0-9]$" result = re.match(pattern, time) return result is not None def...
Top