Latest activity

  • fukurou
    fukurou replied to the thread 👨‍💻 dev yoga skill.
    class DiYoga(Skill): def __init__(self): super().__init__() self.UResponder: UniqueResponder = UniqueResponder()...
  • fukurou
    class DiYoga(Skill): def __init__(self): super().__init__() self.UResponder: UniqueResponder = UniqueResponder()...
  • fukurou
    pip install pillow from PIL import Image # Open an image file image = Image.open('path/to/your/image.png') # Display the image...
  • fukurou
    fukurou updated their status.
  • owly
    owly replied to the thread jizzm.JS.
    AbsDictionaryDB + Mutatable + APVerbatim:Mutatable + GrimoireMemento + Algorithm+ Kokoro+ Neuron+ Skill+ DiHelloWorld:Skill // logical...
  • the living tribunal
    the living tribunal updated their status.
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou posted the thread jizzm.JS in chit chat.
    livingrimoire.js // livingrimoire.js class AbsDictionaryDB { save(key, value) { // Save to DB (override me) }...
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread stand by mode dev.
    class AXStandBy(pause: Int) { private val tg: TimeGate = TimeGate(pause) init { tg.openGate() } fun...
  • fukurou
    fukurou replied to the thread stand by mode dev.
    public class AXStandBy { private final TimeGate tg; public AXStandBy(int pause) { this.tg = new TimeGate(pause)...
  • fukurou
    fukurou replied to the thread stand by mode dev.
    class AXStandBy: def __init__(self, pause: int): self._tg:TimeGate = TimeGate(pause) self._tg.openForPauseMinutes()...
  • fukurou
    fukurou posted the thread deepseek API in Atelier.
    import requests def deepseek_chat(api_key, user_message): url = "https://api.deepseek.com/chat/completions" headers = {...
  • fukurou
    fukurou updated their status.
Top