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 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
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
Home
What's new
Top
Text copied to clipboard.