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!
.
// ╔════════════════════════════════════════════════════════════════════════╗ // ║ TRIGGERS...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class CityMapWithPublicTransport { private var streets: [String: [String]] = [:] private var transportLines: [String: [String]]...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class CityMap { private var streets: [String: [String]] = [:] private var maxConnections: Int private var lastInp: String =...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
new ver: class RegexUtil { static func extractRegex(_ theRegex: String, _ str2Check: String) -> String { if let match =...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class LGPointInt: CustomStringConvertible { private(set) var x: Int private(set) var y: Int init(_ x_init: Int, _ y_init...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
TimeUtils: see txt
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class PhraseInflector { // Maps for pronoun and verb inflection ⚙️ static let inflectionMap: [String: String] = [ "i"...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXStringSplit { // May be used to prepare data before saving or after loading // The advantage is fewer data fields (e.g...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXNeuroSama { // The higher the rate, the less likely to decorate outputs (◕‿◕✿) private let _rate: Int private let...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXLMorseCode { // A happy little Morse Code converter~! (◕‿◕✿) private let morseDict: [Character: String] = [...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXFunnel { // Funnel all sorts of strings to fewer or other strings (•‿•) private var dic: [String: String] = [:]...
Jul 1, 2025
fukurou
posted the thread
port overlort python ->Swift assed edition!
in
chit chat
.
// ╔════════════════════════════════════════════════════════════════════════╗ // ║ TABLE OF CONTENTS...
Jul 1, 2025
fukurou
updated their
status
.
Jun 30, 2025
fukurou
updated their
status
.
Jun 30, 2025
fukurou
posted the thread
ass shit creamed corn inside the ass
in
chit chat
.
class MemoryCore: def __init__(self, dialogue_limit=10, emotion_limit=10, tokens_limit=5): self.recent_dialogue =...
Jun 27, 2025
Home
Members
Top
Text copied to clipboard.