fukurou's latest activity

  • fukurou
    fukurou 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.
  • fukurou
    fukurou posted the thread stand by mode dev in chit chat.
    class AXStandBy: def __init__(self, pause: int): self._tg:TimeGate = TimeGate(pause) def standBy(self, ear: str) ->...
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread DiSpiderSense.
    class DiSpiderSenseV1(Skill): def __init__(self): super().__init__() # Call the parent class constructor...
  • fukurou
    fukurou replied to the thread DiSpiderSense.
    class DiSpiderSense(Skill): def __init__(self): super().__init__() # Call the parent class constructor...
  • fukurou
    fukurou replied to the thread DiSpiderSense.
    import java.util.Scanner; public class SpiderSenseDemo { public static void main(String[] args) { SpiderSense spiderSense =...
Top