Search results

  1. 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) {...
  2. 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 = ""...
  3. fukurou

    well I should be working

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

    [MEDIA]

  6. fukurou

    [MEDIA]

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

    [MEDIA]

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

    [MEDIA]

  12. fukurou

    📱android ASUS ROG Phone 8 Pro

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

    📱android ASUS ROG Phone 8 Pro

    cope cope cope cope cope cope cope cope cope cope cope
  14. fukurou

    📱android ASUS ROG Phone 8 Pro

    new name same shit. pro edition 8 or COPE
  15. 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...
  16. fukurou

    📱android ASUS ROG Phone 8 Pro

    same specs as rog 6, just get rog 6 for cheaper
  17. fukurou

    [MEDIA]

  18. fukurou

    coding party! OooWee

  19. fukurou

    coding party! OooWee

    import os import re 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...
  20. fukurou

    coding party! OooWee

    import os import re 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