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:
New posts
New profile posts
Latest activity
Menu
Log in
Register
Install the app
Install
Home
What's new
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
.
Latest activity
What's new
New posts
New profile posts
Latest activity
fukurou
updated their
status
.
Mar 11, 2025
fukurou
replied to the thread
👨💻 dev
Eliza swift port
.
class ElizaDBWrapper { // this (function wrapper) class adds save load functionality to the ElizaDeducer Object /*...
Mar 7, 2025
fukurou
replied to the thread
👨💻 dev
Eliza swift port
.
class ElizaDeducerInitializer: ElizaDeducer { init(lim: Int) { // recommended lim = 5; it's the limit of responses per key...
Mar 7, 2025
fukurou
replied to the thread
👨💻 dev
Eliza swift port
.
class ElizaDeducer { /* * this class populates a special chat dictionary * based on the matches added via its...
Mar 7, 2025
fukurou
replied to the thread
👨💻 dev
Eliza swift port
.
class EventChatV2 { private var dic: [String: LimUniqueResponder] = [:] private var modifiedKeys: Set<String> = [] private...
Mar 7, 2025
fukurou
posted the thread
👨💻 dev
Eliza swift port
in
chit chat
.
class LimUniqueResponder { private var responses: [String] = [] private var urg: UniqueRandomGenerator private let lim: Int...
Mar 7, 2025
fukurou
replied to the thread
Eliza C# port
.
public class ElizaDBWrapper { // This (function wrapper) class adds save/load functionality to the ElizaDeducer Object. //...
Mar 7, 2025
fukurou
replied to the thread
Eliza C# port
.
using System; public class ElizaDeducerInitializer : ElizaDeducer { // Constructor public ElizaDeducerInitializer(int lim) ...
Mar 7, 2025
fukurou
replied to the thread
Eliza C# port
.
using System; using System.Collections.Generic; using System.Text.RegularExpressions; public class ElizaDeducer { // This class...
Mar 7, 2025
fukurou
replied to the thread
Eliza C# port
.
public class EventChatV2 { private readonly Dictionary<string, LimUniqueResponder> dic = new Dictionary<string...
Mar 7, 2025
fukurou
posted the thread
Eliza C# port
in
chit chat
.
public class LimUniqueResponder { private List<string> responses; private UniqueRandomGenerator urg = new...
Mar 7, 2025
fukurou
replied to the thread
eliza port vb.aSS
.
Public Class ElizaDBWrapper ' This (function wrapper) class adds save/load functionality to the ElizaDeducer Object. ' Example...
Mar 6, 2025
fukurou
replied to the thread
eliza port vb.aSS
.
Public Class ElizaDeducerInitializer Inherits ElizaDeducer ' Constructor Public Sub New(lim As Integer) '...
Mar 6, 2025
fukurou
replied to the thread
eliza port vb.aSS
.
Imports System.Collections.Generic Imports System.Text.RegularExpressions Public Class ElizaDeducer ' This class populates a...
Mar 6, 2025
fukurou
replied to the thread
eliza port vb.aSS
.
Public Class EventChatV2 Private ReadOnly dic As New Dictionary(Of String, LimUniqueResponder)() Private ReadOnly modifiedKeys...
Mar 6, 2025
Home
What's new
Top
Text copied to clipboard.