fukurou's latest activity

  • fukurou
    fukurou replied to the thread 👨‍💻 dev soul killer.
    class ChobitsUnlocked(Chobits): def __init__(self, base:Chobits): super().__init__() self.base = base def...
  • fukurou
    fukurou updated their status.
  • fukurou
    # create_hello_file.py code = """ class HelloWorld: def hello(self): print("Hello, world!") """ with...
  • fukurou
    fukurou posted the thread unitree walkthroughs in Atelier.
    ## 🟦 1. Connect your laptop to the robot over Wi‑Fi This part is easy: - Turn on the robot. - On the robot’s screen, find the **Wi‑Fi...
  • fukurou
    fukurou replied to the thread railpunk digivolution.
    itchy asses with smeared shit in the aaaass
  • fukurou
    fukurou posted the thread railpunk digivolution in chit chat.
    import time def hourly(): h = time.localtime().tm_hour if hourly.last != h: hourly.last = h return True...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev SkillSupreme.
    class DiNothing(Skill): # this skill does absolutely nothing def __init__(self): super().__init__() class...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev SkillSupreme.
    class DiNothing(Skill): # this skill does absolutely nothing def __init__(self): super().__init__() class...
  • fukurou
    def shuffle(self) -> None: """Randomly shuffle the order of responses while preserving the list.""" import random...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev SkillSupreme.
    import re def extract_skills(text: str) -> list[str]: return re.findall(r"\bDi[a-zA-Z]*\b", text)
  • fukurou
    import re def extract_skills(text: str) -> list[str]: return re.findall(r"\bDi[A-Z][a-zA-Z]*\b", text)
  • fukurou
    fukurou replied to the thread workout skill.
    class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
  • fukurou
    fukurou replied to the thread workout skill.
    class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
  • fukurou
    fukurou replied to the thread workout skill.
    class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
  • fukurou
    fukurou posted the thread workout skill in Atelier.
    class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed:int = 0...
Top