Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Home
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
fukurou's latest activity
fukurou
updated their
status
.
Jan 27, 2025
fukurou
updated their
status
.
Jan 27, 2025
fukurou
posted the thread
jizzm.JS
in
chit chat
.
livingrimoire.js // livingrimoire.js class AbsDictionaryDB { save(key, value) { // Save to DB (override me) }...
Jan 27, 2025
fukurou
updated their
status
.
Jan 27, 2025
fukurou
updated their
status
.
Jan 25, 2025
fukurou
replied to the thread
stand by mode dev
.
class AXStandBy(pause: Int) { private val tg: TimeGate = TimeGate(pause) init { tg.openGate() } fun...
Jan 25, 2025
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)...
Jan 25, 2025
fukurou
replied to the thread
stand by mode dev
.
class AXStandBy: def __init__(self, pause: int): self._tg:TimeGate = TimeGate(pause) self._tg.openForPauseMinutes()...
Jan 25, 2025
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 = {...
Jan 25, 2025
fukurou
updated their
status
.
Jan 23, 2025
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) ->...
Jan 23, 2025
fukurou
updated their
status
.
Jan 21, 2025
fukurou
replied to the thread
DiSpiderSense
.
class DiSpiderSenseV1(Skill): def __init__(self): super().__init__() # Call the parent class constructor...
Jan 20, 2025
fukurou
replied to the thread
DiSpiderSense
.
class DiSpiderSense(Skill): def __init__(self): super().__init__() # Call the parent class constructor...
Jan 20, 2025
fukurou
replied to the thread
DiSpiderSense
.
import java.util.Scanner; public class SpiderSenseDemo { public static void main(String[] args) { SpiderSense spiderSense =...
Jan 20, 2025
Home
Members
Top
Text copied to clipboard.