User contributions for PeterHarding
Jump to navigation
Jump to search
- 19:30, 6 September 2022 diff hist +13 Docker current
- 13:07, 6 September 2022 diff hist +3 React current
- 13:06, 6 September 2022 diff hist +5 React
- 20:48, 21 August 2022 diff hist +337 Using the Linux LVM current
- 16:16, 21 August 2022 diff hist +57 Using the Linux LVM
- 16:15, 21 August 2022 diff hist +25 Using the Linux LVM
- 16:12, 21 August 2022 diff hist +708 Using the Linux LVM
- 16:03, 21 August 2022 diff hist +268 Using the Linux LVM
- 16:02, 21 August 2022 diff hist 0 m Using the Linux LVM PeterHarding moved page Using the Lunix LVM to Using the Linux LVM without leaving a redirect: Type
- 16:01, 21 August 2022 diff hist +22 Using the Linux LVM
- 15:59, 21 August 2022 diff hist +3,031 N Using the Linux LVM Created page with " <pre> lvremove option LV lvscan </pre> <pre> u# lvm lvm> lvmdiskscan /dev/loop0 [ 61.96 MiB] /dev/loop1 [ <79.95 MiB] /dev/sda1 [ <1.05 GiB] /dev/loop2 [ 46.96 MiB] /dev/sda2 [ 2.00 GiB] /dev/loop3 [ <61.96 MiB] /dev/sda3 [ <462.71 GiB] LVM physical volume /dev/loop4 [ <43.86 MiB] /dev/sdb [ <27.96 GiB] 1 disk 7 partitions 0 LVM physical volume whole disks 1 LVM physical volume lvm> lvm> pvdispla..."
- 02:47, 8 July 2022 diff hist +82 Getting Started with CoreData current
- 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