fukurou's latest activity

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