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
port overlort python ->Swift assed edition!
.
/// Simulates a parrot chirp trigger mechanism. /// This parrot chirps if it's been quiet for a while—unless you told it to hush. /// It...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
/// AXFunnelResponder maps string keys to `Responder` objects /// and allows various forms of safe or fallback retrieval. class...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
/// Funnels input strings to a unique response bundle (via UniqueResponder) class EventChat { private var dic: [String...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class RailBot { private var ec = EventChatV2(5) private var context: String = "stand by" private var elizaWrapper...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
/// This function wrapper class adds save/load functionality to the ElizaDeducer object. /// /// Usage: /// let ed =...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class ElizaDeducerInitializer: ElizaDeducer { override init(_ lim: Int) { super.init(lim) initializeBabble2() }...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class ElizaDeducer { private var babble2: [PhraseMatcher] = [] private var patternIndex: [String: [PhraseMatcher]] = [:]...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class PhraseMatcher { private let matcher: NSRegularExpression private let responses: [AXKeyValuePair] init(_ pattern...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class ChatBot { private var sentences = RefreshQ(limit: 5) private var wordToList: [String: RefreshQ] = [:] private var...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
// ╔════════════════════════════════════════════════════════════════════════╗ // ║ SPEECH ENGINES...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class Responder { private var responses: [String] = [] init(_ replies: String...) { self.responses = replies }...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXGamification { private var _counter: Int = 0 private var _max: Int = 0 func getCounter() -> Int { return...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXSkillBundle { private var skills: [Skill] = [] private var tempN = Neuron() private var kokoro =...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class UniqueResponder { private var responses: [String] = [] private var urg: UniqueRandomGenerator init(_ replies...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class UniqueRandomGenerator { private var n1: Int private var numbers: [Int] = [] private var remainingNumbers: [Int] = []...
Jul 1, 2025
Home
Members
Top
Text copied to clipboard.