User contributions for PeterHarding
Jump to navigation
Jump to search
- 02:46, 8 July 2022 diff hist +69 Getting Started with CoreData
- 02:45, 8 July 2022 diff hist +47 Getting Started with CoreData
- 02:44, 8 July 2022 diff hist +827 Getting Started with CoreData
- 02:39, 8 July 2022 diff hist +39 N Category:CoreData Created page with "CoreData notes, links and references..." current
- 02:38, 8 July 2022 diff hist +240 Getting Started with CoreData
- 02:35, 8 July 2022 diff hist +286 N Getting Started with CoreData Created page with "=Initial Thoughts= Create a new SwiftUI app selecting the uses CodeData option and then define some schema. In this case I plan to derive from the USGS Earthquake monthly summary data =Links= * * * Category:CoreData Category:IOS Category:Apple Category:Database"
- 01:46, 8 July 2022 diff hist +87 Apple Examples current
- 01:45, 8 July 2022 diff hist +210 Apple Examples
- 01:44, 8 July 2022 diff hist +125 Apple Examples
- 01:42, 8 July 2022 diff hist +44 N Category:Apple Created page with "Apple related notes, links and references..." current
- 01:42, 8 July 2022 diff hist +243 N Xcode Use of Info.plist Created page with "It has changed * https://useyourloaf.com/blog/xcode-13-missing-info.plist/ * https://betterprogramming.pub/info-plist-is-missing-in-xcode-13-heres-how-to-get-it-back-1a7abf3e2514 Category:Apple Category:Xcode Category:Development" current
- 15:01, 5 July 2022 diff hist +147 3D Modelling current
- 14:53, 5 July 2022 diff hist +39 3D Modelling
- 14:50, 5 July 2022 diff hist +161 N Apple Examples Created page with " * https://developer.apple.com/documentation/audiotoolbox/audio_converter_services/encoding_and_decoding_audio * * * Category:Apple Category:Examples"
- 07:15, 2 July 2022 diff hist +96 Earthquake Example App current
- 07:12, 2 July 2022 diff hist +84 N Earthquake Example App Created page with " Where did I find this? WWDC2015 code samples? Category:Apple Category:IOS"
- 20:55, 5 June 2022 diff hist +363 Using Python datetime with Timezones current
- 20:48, 5 June 2022 diff hist +547 Using Python datetime with Timezones
- 20:46, 5 June 2022 diff hist +539 Using Python datetime with Timezones
- 20:42, 5 June 2022 diff hist +148 Using Python datetime with Timezones
- 20:41, 5 June 2022 diff hist −1 Using Python datetime with Timezones
- 20:38, 5 June 2022 diff hist +425 Using Python datetime with Timezones
- 20:31, 5 June 2022 diff hist +1,579 Using Python datetime with Timezones
- 10:23, 5 June 2022 diff hist +84 Using Python datetime with Timezones
- 10:19, 5 June 2022 diff hist +24 Using Python datetime with Timezones
- 10:18, 5 June 2022 diff hist +473 N Using Python datetime with Timezones Created page with " =Explicit Numerical Offsets from UTC= <pre> from datetime import datetime, timezone dt = datetime.now() # This is a naive datetime value print(dt.isoformat()) print(dt.tzinfo) # Cast this as UTC dt = dt.replace(tzinfo=timezone.utc) # Define the offset offset = "+1000" # Convert as so... tz_aware_dt = dt.astimezone(datetime.strptime(offset, "%z").tzinfo) print(tz_aware_dt.isoformat()) </pre> Category:Python Category:datetime Category:EXamples"
- 19:55, 7 May 2022 diff hist +37 N Category:FastAPI Created page with "FastAPI link, notes and references..." current
- 19:55, 7 May 2022 diff hist +51 N FastApi Created page with "FastAPI Category:FastAPI Category:Python" current
- 19:54, 7 May 2022 diff hist +37 N Category:Containers Created page with "Container links, notes and references" current
- 19:54, 7 May 2022 diff hist +28 Kubernetes
- 19:52, 7 May 2022 diff hist +79 N Kubernetes Created page with "=Kubenetes= Category:Kubenetes Category:Docker category:Containers"
- 13:40, 7 May 2022 diff hist −1 Using Okta with FastAPI current
- 13:39, 7 May 2022 diff hist +4,684 N Using Okta with FastAPI Created page with " <pre> # ----------------------------------------------------------------------------- # Okta Login # ----------------------------------------------------------------------------- okta_config = { "auth_uri": "https://dev-xxxx.okta.com/oauth2/default/v1/authorize", "client_id": "xxxx", "client_secret": "xxxx-", "redirect_uri": "http://127.0.0.1:8000/authorization-code/callback", "issuer": "https://dev-xxxx.okta.com/oauth2/default", "token_uri": "https://dev-..."
- 12:57, 7 May 2022 diff hist +41 N Category:Kubernetes Created page with "Kubernetes links, notes and references..." current
- 12:57, 7 May 2022 diff hist +49 N Kubernetes Notes Created page with "* https://kubernetes.io/ Category:Kubernetes" current
- 12:56, 7 May 2022 diff hist +1 Main Page →Some Areas of Interest current
- 12:56, 7 May 2022 diff hist +30 Main Page →Some Areas of Interest
- 12:29, 7 May 2022 diff hist +39 N Category:FastApi Created page with "FastApi links, notes and refereences..." current
- 12:28, 7 May 2022 diff hist +2,461 N FastAPI Sessions Created page with "Not sure where this came from - shoul dhave captured the link. <pre> # ============================================================================= # Session setup # ----------------------------------------------------------------------------- class SessionData(BaseModel): username: str cookie_params = CookieParameters() # Uses UUID cookie = SessionCookie( cookie_name="cookie", identifier="general_verifier", auto_error=True, secret_key="DONOTUSE..." current
- 12:55, 26 March 2022 diff hist +136 N 3D Imaging Notes Created page with " * https://www.codeproject.com/Articles/1182854/D-Face-Viewer-and-Matcher Category:Imaging Category:3D Category:Development" current
- 12:51, 26 March 2022 diff hist +16 React Notes current
- 12:51, 26 March 2022 diff hist +60 React Notes
- 12:48, 26 March 2022 diff hist +2 React Notes
- 12:48, 26 March 2022 diff hist +1 React Notes
- 12:47, 26 March 2022 diff hist +150 React Notes
- 08:42, 28 February 2022 diff hist +160 N Useful iOS Articles Created page with " * https://sarunw.com/posts/new-way-to-style-uibutton-in-ios15/ * https://mongodb.com/developer/how-to/realm-ios15-swiftui Category:IOS Category:Apple" current
- 12:52, 17 February 2022 diff hist +129 SwiftUI Menus current
- 08:00, 17 February 2022 diff hist −35 SwiftUI Menus
- 07:59, 17 February 2022 diff hist +31 SwiftUI Menus
- 07:58, 17 February 2022 diff hist +59 SwiftUI Menus