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
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
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXPassword { private var _isOpen: Bool = false private var _maxAttempts: Int = 3 private var _loginAttempts: Int = 3...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class DrawRnd { private var strings = LGFIFO() private var _stringsSource: [String] = [] init(_ values: String...) {...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class LGTypeConverter { static func convertToInt(_ v1: String) -> Int { let temp = RegexUtil.extractEnumRegex(.integer, v1)...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXInputWaiter { private var _trgTolerance: TrgTolerance init(_ tolerance: Int) { self._trgTolerance =...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXContextCmd { var commands = UniqueItemSizeLimitedPriorityQueue(5) var contextCommands =...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AXCmdBreaker { private var conjuration: String init(_ conjuration: String) { self.conjuration = conjuration }...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class TrgTolerance { private var _maxRepeats: Int private var _repeats: Int init(_ maxrepeats: Int) {...
Jul 1, 2025
Home
What's new
Top
Text copied to clipboard.