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
replied to the thread
rail port solid shit inDS
.
public class RailBot { private readonly EventChatV2 ec; private string context = "stand by"; private ElizaDBWrapper...
Apr 3, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
public class PhraseInflector { // Dictionary for pronoun and verb inflection private static readonly Dictionary<string, string>...
Apr 3, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
public class QuestionChecker { private static readonly HashSet<string> QUESTION_WORDS = new HashSet<string> { "what"...
Apr 3, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
Public Class RailBot Private ReadOnly ec As EventChatV2 Private context As String = "stand by" Private elizaWrapper As...
Apr 3, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
vb.net: Public Class PhraseInflector ' Dictionary for pronoun and verb inflection Private Shared ReadOnly inflectionMap As New...
Apr 3, 2025
fukurou
posted the thread
rail port solid shit inDS
in
chit chat
.
vb.net: Public Class QuestionChecker Private Shared ReadOnly QUESTION_WORDS As HashSet(Of String) = New HashSet(Of String) From {...
Apr 3, 2025
fukurou
posted the thread
👨💻 dev
DiPerChance
in
chit chat
.
def find_contained_substring(target: str, substrings: list[str]) -> str: """ Find the first substring contained in the target...
Apr 1, 2025
fukurou
replied to the thread
jizzers creepers look what I got
.
import os # Cancel a scheduled shutdown os.system("shutdown /a")
Mar 31, 2025
fukurou
posted the thread
jizzers creepers look what I got
in
chit chat
.
import os # Delay time in seconds (e.g., 60 seconds = 1 minute) delay_time = 60 # Shutdown command with delay os.system(f"shutdown /s...
Mar 31, 2025
fukurou
replied to the thread
hashpikh parikh
.
import java.util.Arrays; import java.util.HashSet; import java.util.Set; public class QuestionChecker { private static final...
Mar 30, 2025
fukurou
replied to the thread
hashpikh parikh
.
public class QuestionChecker { // Using a switch expression (Java 14+) for maximum performance private static boolean...
Mar 30, 2025
fukurou
left a message on
Chloe
's profile.
thnx 4 D feet pix princess
Mar 24, 2025
fukurou
replied to the thread
hashpikh parikh
.
public class DiRail extends Skill { // DiRail skill for testing purposes private RailBot railBot = new RailBot(); public...
Mar 24, 2025
fukurou
replied to the thread
hashpikh parikh
.
public class RailBot { private final EventChatV2 ec; private String context; public RailBot(int limit) { ec = new...
Mar 21, 2025
fukurou
replied to the thread
hashpikh parikh
.
public class RailBot { private final EventChatV2 ec; private String context; public RailBot(int limit) { ec = new...
Mar 21, 2025
Home
Members
Top
Text copied to clipboard.