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 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
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class AnnoyedQ { private var _q1: RefreshQ private var _q2: RefreshQ private var _stuffedQue: RefreshQ init(_ queLim...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class RefreshQ: UniqueItemSizeLimitedPriorityQueue { override init(_ limit: Int) { super.init(limit) } func...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class UniqueItemSizeLimitedPriorityQueue: UniqueItemsPriorityQue { private var _limit: Int init(_ limit: Int) {...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class UniqueItemsPriorityQue: LGFIFO { override func insert(_ data: String) { if !queue.contains(data) {...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class LGFIFO: CustomStringConvertible { internal var queue: [String] = [] var description: String { return...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
v2 time gate class TimeGate { private var pause: Int private var openedGate: Date private var checkPoint: Date init(_...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class TimeGate{ //time boolean gate // gate goes open (pause minutes time)-> closed private var pause:Int = 5 private...
Jul 1, 2025
fukurou
replied to the thread
port overlort python ->Swift assed edition!
.
class CodeParser { static func extract_code_number(_ s: String) -> Int { let pattern = #"^code (\d+)$"# if let regex...
Jul 1, 2025
Home
Members
Top
Text copied to clipboard.