Search results

  1. the living tribunal

    👨‍💻 dev once per day module

    import schedule import time class Greeter: def __init__(self): self.count = 0 def say_hello(self): self.count += 1 print(f"Hello! Called {self.count} times") # Create an instance g = Greeter() # Schedule the *method* (not a function)...
  2. the living tribunal

    👨‍💻 dev once per day module

    The shit is inside of the ass import time class OncePerDayGate: def __init__(self): self.last_yday = -1 self.triggered_today = False def check(self, event_happened: bool) -> bool: # Fast integer day-of-year check yday = time.localtime().tm_yday...
  3. the living tribunal

    Advanced convo builder

    @fukurou
  4. the living tribunal

    Advanced convo builder

    Regex,func dic
  5. the living tribunal

    Advanced convo builder

    import re def parse_cost_per_unit(text: str) -> tuple[str, str] | None: """ Extracts product and cost-per-unit from strings like: 'apples costs 10.99 for 2 units' Returns (product, cost_per_unit) or None if no match. """ pattern = (...
  6. the living tribunal

    Advanced convo builder

    import re def extract_xy(text): m = re.search(r'^\s*compare\s+(.*?)\s+vs\s+(.*)$', text, re.IGNORECASE) return [m.group(1), m.group(2)] if m else [] @fukurou
  7. the living tribunal

    [MEDIA]

  8. the living tribunal

    [MEDIA]

  9. the living tribunal

    👨‍💻 dev Skill tree dev

    Ahh shieeeeet old school team fuki jizzin code and shiiieet shiiiieeet
  10. the living tribunal

    👨‍💻 dev Skill tree dev

    Skill 🌲: railbot: interupt for sp cases With sub skill trees. Skill tree has atribute of skill tree list which are skill sub classes Shit in the ass man!
  11. the living tribunal

    👨‍💻 dev Skill tree dev

    @fukurou
  12. the living tribunal

    👨‍💻 dev Skill tree dev

    `python from abc import ABC, abstractmethod class Base(ABC): @abstractmethod def run(self): pass ` `python class Child(Base): def run(self): return "running" ` The key will be interupting the input method
  13. the living tribunal

    👨‍💻 dev super alg genner jizzer

    If c more 0 and str.isempty C pp, if c is n, c = 0, ret true If str.notempty c is 1 Ret false Ejaculation maxin
  14. the living tribunal

    [MEDIA]

  15. the living tribunal

    Xpeng robot

  16. the living tribunal

    [MEDIA]

  17. the living tribunal

    [MEDIA]

  18. the living tribunal

    [MEDIA]

Top