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!
.
class SkillHubAlgDispenser { private var _skills: [Skill] = [] private var _activeSkill: Int = 0 private var _tempN: Neuron...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AlgorithmV2 { private var priority: Int private var alg: Any init(priority: Int, alg: Any) { self.priority =...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXLearnability { private var algSent: Bool = false var defcons: Set<String> = [] var defcon5: Set<String> = [] var...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class TimedMessages { private var messages: [String: String] = [:] private var lastMSG: String = "nothing" private var msg...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
// ╔════════════════════════════════════════════════════════════════════════╗ // ║ SPECIAL SKILLS DEPENDENCIES...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class TrgEveryNMinutes { private var _minutes: Int private var _timeStamp: String private var _trgTime = TrgTime()...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class TrgMinute { private var _hour1: Int = -1 private var _minute: Int init() { _minute = Int.random(in: 0...60)...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class QuestionChecker { static let questionWords: Set<String> = [ "what", "who", "where", "when", "why", "how"...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class KeyWords { private var hashSet: Set<String> = [] init(_ keywords: String...) { hashSet.formUnion(keywords) }...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class TimeAccumulator { private var _timeGate: TimeGate private var _accumulator: Int = 0 init(_ tick: Int) {...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class OnOffSwitch { private var _mode: Bool = false private var _timeGate = TimeGate(5) private var _on = Responder("on"...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class Cycler { private var limit: Int private var _cycler: Int init(_ limit: Int) { self.limit = limit...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXStandBy { private var _tg: TimeGate init(_ pause: Int) { self._tg = TimeGate(pause)...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class Cron { private var _minutes: Int private var _timeStamp: String private var _initialTimeStamp: String private var...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class TrgTime { private var _t: String = "null" private var _alarm: Bool = true init() { // No super.init() needed...
Jul 1, 2025
Home
Members
Top
Text copied to clipboard.