- Friday 10am-2pm RPG966 Buried Burdens (Numenera with Graham Spearing)
- Friday 3pm-7pm RPG568 Dragons of Despair (Savage Worlds: DragonLance with GM Draeus)
- Saturday 3pm-7pm RPG952 Shiny! (Cthulhu Firefly RPG with Max Bantleman)
- Sunday 10am-2pm RPG861 Quien disparo a Kennedy? (GUMSHOE Timewatch with Paul Baldowski)
- Sunday 3pm-7pm RPG717 Made for Each Other (13th Age with Pete Griffiths)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"app_name":"iosrigeditor","timestamp":"2023-10-15 22:55:30.00 +0100","app_version":"1.4.2","slice_uuid":"277e3a32-ae20-3a11-a969-1f28c920a717","adam_id":"1532734914","build_version":"1.4.2","platform":2,"bundleID":"com.kempermusic.iosrigeditor","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"iPhone OS 17.0.3 (21A360)","roots_installed":0,"name":"iosrigeditor","incident_id":"9398379C-4F01-4FAE-B54B-88BEB156F034"} | |
{ | |
"uptime" : 280, | |
"procRole" : "Foreground", | |
"version" : 2, | |
"userID" : 501, | |
"deployVersion" : 210, | |
"modelCode" : "iPad8,11", | |
"coalitionID" : 617, | |
"osVersion" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ContentView.swift | |
// DragonLight | |
// | |
// Created by Chris Brind on 09/01/2023. | |
// | |
import SwiftUI | |
import HomeKit | |
import Combine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct ContentView: View { | |
let items = [ | |
"Hello", | |
"World" | |
] | |
var body: some View { | |
NavigationView { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.swift | |
// EditButtonExample | |
// | |
// Created by Chris Brind on 31/08/2022. | |
// | |
import UIKit | |
import SwiftUI | |
import Combine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
custom_rules: | |
explicit_non_final_class: | |
included: ".*\\.swift" | |
excluded: ".*Tests\\.swift" | |
name: "Implicitly non-final class" | |
regex: "^\\s*(class) (?!func|var)" | |
capture_group: 0 | |
match_kinds: | |
- keyword | |
message: "Classes should be `final` by default, use explicit `internal` or `public` for non-final classes." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my identity on Peepeth.com 0x4f6d2e4bf8886511c506702cfb8845ad9a67af8d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
import Cocoa | |
guard CommandLine.arguments.count > 1 else { | |
fatalError("Usage: heic2jpg <folder>") | |
} | |
let folder = CommandLine.arguments[1] | |
guard let files = try? FileManager().contentsOfDirectory(atPath: folder) else { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Also works well on iPhone X | |
// Example usage: | |
/* | |
override func viewWillAppear(_ animated: Bool) { | |
super.viewWillAppear(animated) | |
tabBarController?.setTabBarVisible(visible: false, animated: true) | |
} | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.!. | |
!!!!!. | |
. '!!!!!. | |
.!!!. '!!!!!. | |
.!!!!!!!. '!!!!!. | |
.!!!!!!!!!' .!!!!!!!. | |
'!!!!!!!' .!!!!!!!!!' | |
'!!!!!. '!!!!!!!' |
NewerOlder