Latest activity

  • 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 =...
  • fukurou
    fukurou replied to the thread DiSpiderSense.
    public SpiderSense addEvent(String event); public void learn(String in1); public Boolean getSpiderSense(); public ArrayList<String>...
  • fukurou
    fukurou posted the thread DiSpiderSense in chit chat.
    import java.util.Scanner; public class SpiderSenseDemo { public static void main(String[] args) { SpiderSense spiderSense =...
Top