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!
.
/// Tracks the difference between sampled power levels. class Differ { private var powerLevel: Int = 90 private var difference...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
/// AXHandshake manages time-based shout-outs and user acknowledgment class AXHandshake { private var trgTime = TrgTime()...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
/// Reacts to a contextual "shout out" once and disables itself after reply. class AXShoutOut { private var isActive: Bool = false...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
/// Detects if a button was pressed (on edge change). /// Disables physical engagement while the button remains pressed. class...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
/// Common code lines used in machine logic to declutter /// Also provides simplified extensions for dictionary actions class...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXPrompt { private var isActive: Bool = false private var index: Int = 0 private var prompts: [Prompt] = []...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class Prompt { private var kv = AXKeyValuePair() private var prompt: String = "" private var regex: String = "" init()...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
// ╔════════════════════════════════════════════════════════════════════════╗ // ║ STATE MANAGEMENT...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
/// Learns 1-word inputs and returns a recently learned word class Responder1Word { private var q =...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class Magic8Ball { private var questions: Responder = Responder() private var answers: Responder = Responder() init() {...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
/// AXTimeContextResponder selects responses based on the current part of day. class AXTimeContextResponder { private var morning =...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class PercentDripper { private var dr = DrawRnd() private var limis: Int = 35 /// Set the base drip activation limit...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class EventChatV2 { private var dic: [String: LimUniqueResponder] = [:] private var modifiedKeys: Set<String> = [] private...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class LimUniqueResponder { private var responses: [String] = [] private var lim: Int private var urg: UniqueRandomGenerator...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
// ╔════════════════════════════════════════════════════════════════════════╗ // ║ OUTPUT MANAGEMENT...
Jul 1, 2025
Home
Members
Top
Text copied to clipboard.