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
updated their
status
.
Today at 2:42 PM
fukurou
updated their
status
.
Yesterday at 9:03 AM
fukurou
updated their
status
.
Yesterday at 5:29 AM
fukurou
replied to the thread
👨💻 dev
Eliza swift port
.
class ElizaDBWrapper { // this (function wrapper) class adds save load functionality to the ElizaDeducer Object /*...
Friday at 4:21 PM
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...
Friday at 3:54 PM
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...
Friday at 3:46 PM
fukurou
replied to the thread
👨💻 dev
Eliza swift port
.
class EventChatV2 { private var dic: [String: LimUniqueResponder] = [:] private var modifiedKeys: Set<String> = [] private...
Friday at 3:40 PM
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...
Friday at 3:25 PM
fukurou
replied to the thread
Eliza C# port
.
public class ElizaDBWrapper { // This (function wrapper) class adds save/load functionality to the ElizaDeducer Object. //...
Friday at 12:27 AM
fukurou
replied to the thread
Eliza C# port
.
using System; public class ElizaDeducerInitializer : ElizaDeducer { // Constructor public ElizaDeducerInitializer(int lim) ...
Friday at 12:25 AM
fukurou
replied to the thread
Eliza C# port
.
using System; using System.Collections.Generic; using System.Text.RegularExpressions; public class ElizaDeducer { // This class...
Friday at 12:24 AM
fukurou
replied to the thread
Eliza C# port
.
public class EventChatV2 { private readonly Dictionary<string, LimUniqueResponder> dic = new Dictionary<string...
Friday at 12:20 AM
fukurou
posted the thread
Eliza C# port
in
chit chat
.
public class LimUniqueResponder { private List<string> responses; private UniqueRandomGenerator urg = new...
Friday at 12:14 AM
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...
Thursday at 10:20 PM
fukurou
replied to the thread
eliza port vb.aSS
.
Public Class ElizaDeducerInitializer Inherits ElizaDeducer ' Constructor Public Sub New(lim As Integer) '...
Thursday at 10:17 PM
Home
Members
Top
Text copied to clipboard.