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
👨💻 dev
sensory skills
.
GUIs don't have a consensus pattern. but we could add 3 sensory chobit... yeah fuck it. hmm do we want those skills added in the c'tor...
Apr 10, 2025
fukurou
updated their
status
.
Apr 7, 2025
fukurou
posted the thread
jizzzzzzzzzzzzzzzzz! 5 layer port jutsu!
in
chit chat
.
public void addResponse(String s1) { if (responses.contains(s1)) { responses.remove(s1); responses.add(s1)...
Apr 6, 2025
fukurou
replied to the thread
elkfjoksdjflksdjfinDS
.
def add_response(self, s1: str) -> None: if self.lastInsert == s1: # exits because repeat insert attempt...
Apr 6, 2025
fukurou
replied to the thread
elkfjoksdjflksdjfinDS
.
import random class UniqueRandomGenerator: def __init__(self, n1: int): if n1 < 0: raise ValueError("n1 must be...
Apr 5, 2025
fukurou
replied to the thread
elkfjoksdjflksdjfinDS
.
class LimUniqueResponder: def __init__(self, lim: int): self.responses: list[str] = [] self.lim = lim...
Apr 5, 2025
fukurou
posted the thread
elkfjoksdjflksdjfinDS
in
chit chat
.
class UniqueRandomGenerator: def __init__(self, n1: int): self.n1 = n1 self.numbers = list(range(n1))...
Apr 5, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class DiRail(Skill): # DiRail skill for testing purposes def __init__(self, lim=5): super().__init__()...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class RailBot: def __init__(self, limit=5): self.ec = EventChatV2(limit) self.context = "stand by"...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class PhraseInflector: # Maps for pronoun and verb inflection inflection_map = { "i": "you", "me": "you"...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class QuestionChecker: QUESTION_WORDS = { "what", "who", "where", "when", "why", "how", "is", "are", "was", "were"...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class RailBot { private let ec: EventChatV2 private var context: String = "stand by" private var elizaWrapper...
Apr 4, 2025
fukurou
replied to the thread
rail port solid shit inDS
.
class PhraseInflector { // Dictionary for pronoun and verb inflection private static let inflectionMap: [String: String] = [...
Apr 4, 2025
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"...
Apr 4, 2025
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
Home
Members
Top
Text copied to clipboard.