Latest activity

  • fukurou
    fukurou replied to the thread rail port solid shit inDS.
    class PhraseInflector { // Dictionary for pronoun and verb inflection private static let inflectionMap: [String: String] = [...
  • fukurou
    fukurou replied to the thread rail port solid shit inDS.
    class QuestionChecker { private static let QUESTION_WORDS: Set<String> = [ "what", "who", "where", "when", "why", "how"...
  • owly
    thing is if we were to code a brain in which all inputs derive from skills, coding inputs would be a breeze: we could choose skills to...
  • 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 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...
  • owly
    owly reacted to fukurou's post in the thread hashpikh parikh with Like Like.
    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.
    import java.util.Arrays; import java.util.HashSet; import java.util.Set; public class QuestionChecker { private static final...
Top