All public logs
Jump to navigation
Jump to search
Combined display of all available logs of PeformIQ Upgrade. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 17:32, 17 December 2022 PeterHarding talk contribs created page Motivational Modelling Infrastructure (Created page with "= Team MM = Block storage key - dop_v1_5891e0ce0c3a41c52489dad92461f6519a826cc828213c595d4e3e60a7009d29 - https://cloud.digitalocean.com/account/api/tokens?i=0e1505 Category:Infrastructure Category:DigitalOcean Category:MM Category:Leon Sterling")
- 10:33, 11 December 2022 PeterHarding talk contribs created page Useful Swift Videos (Created page with " * [https://www.hackingwithswift.com/books/ios-swiftui/understanding-frames-and-coordinates-inside-geometryreader Understanding frames and coordinates inside GeometryReader] Category:Swift Category:SwiftUI")
- 09:21, 11 December 2022 PeterHarding talk contribs created page Swift Snippets (Created page with " * https://stackoverflow.com/questions/59635971/show-nsmenu-only-on-nsstatusbarbutton-right-click <pre> func applicationDidFinishLaunching(_ aNotification: Notification) { statusItem = NSStatusBar.system.statusItem(withLength: NSStatusItem.variableLength) statusItem.button?.action = #selector(onClick) statusItem.button?.sendAction(on: [.leftMouseUp, .rightMouseUp]) menu = NSMenu() menu.addItem(NSMenuItem(title: "Quit", ac...")
- 09:08, 23 November 2022 PeterHarding talk contribs created page Terraform Notes (Created page with " * https://developer.hashicorp.com/terraform/tutorials/configuration-language/locals?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS Category:Terraform")
- 10:37, 30 October 2022 PeterHarding talk contribs created page Web Front-end Frameworks (Created page with " Some Common Frameworks * Bootstrap - https://getbootstrap.com/ - (Twitter) * Semantic UI - https://react.semantic-ui.com/ - (???) * Material Design - https://m3.material.io/ - (Google) * material-UI - https://mui.com/ https://mui.com/material-ui/getting-started/overview/ - (???) * BaseWeb - https://baseweb.design - (Uber) Category:React Category:WebDev")
- 16:02, 21 August 2022 PeterHarding talk contribs moved page Using the Lunix LVM to Using the Linux LVM without leaving a redirect (Type)
- 15:59, 21 August 2022 PeterHarding talk contribs created page Using the Lunix 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:39, 8 July 2022 PeterHarding talk contribs created page Category:CoreData (Created page with "CoreData notes, links and references...")
- 02:35, 8 July 2022 PeterHarding talk contribs created page 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:42, 8 July 2022 PeterHarding talk contribs created page Category:Apple (Created page with "Apple related notes, links and references...")
- 01:42, 8 July 2022 PeterHarding talk contribs created page 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")
- 14:50, 5 July 2022 PeterHarding talk contribs created page Apple Examples (Created page with " * https://developer.apple.com/documentation/audiotoolbox/audio_converter_services/encoding_and_decoding_audio * * * Category:Apple Category:Examples")
- 07:12, 2 July 2022 PeterHarding talk contribs created page Earthquake Example App (Created page with " Where did I find this? WWDC2015 code samples? Category:Apple Category:IOS")
- 10:18, 5 June 2022 PeterHarding talk contribs created page 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 PeterHarding talk contribs created page Category:FastAPI (Created page with "FastAPI link, notes and references...")
- 19:55, 7 May 2022 PeterHarding talk contribs created page FastApi (Created page with "FastAPI Category:FastAPI Category:Python")
- 19:54, 7 May 2022 PeterHarding talk contribs created page Category:Containers (Created page with "Container links, notes and references")
- 19:52, 7 May 2022 PeterHarding talk contribs created page Kubernetes (Created page with "=Kubenetes= Category:Kubenetes Category:Docker category:Containers")
- 13:39, 7 May 2022 PeterHarding talk contribs created page 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 PeterHarding talk contribs created page Category:Kubernetes (Created page with "Kubernetes links, notes and references...")
- 12:57, 7 May 2022 PeterHarding talk contribs created page Kubernetes Notes (Created page with "* https://kubernetes.io/ Category:Kubernetes")
- 12:29, 7 May 2022 PeterHarding talk contribs created page Category:FastApi (Created page with "FastApi links, notes and refereences...")
- 12:28, 7 May 2022 PeterHarding talk contribs created page 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...")
- 12:55, 26 March 2022 PeterHarding talk contribs created page 3D Imaging Notes (Created page with " * https://www.codeproject.com/Articles/1182854/D-Face-Viewer-and-Matcher Category:Imaging Category:3D Category:Development")
- 08:42, 28 February 2022 PeterHarding talk contribs created page 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")
- 07:05, 17 February 2022 PeterHarding talk contribs created page SwiftUI Menus (Created page with "=Links= * https://stackoverflow.com/questions/57241409/is-there-a-way-to-open-a-contextmenu-in-swiftui-with-a-normal-touch * https://stackoverflow.com/questions/69822148/how-...")
- 06:57, 17 February 2022 PeterHarding talk contribs created page Category:SwiftUI (Created page with "SwiftUI notes, links and references...")
- 06:57, 17 February 2022 PeterHarding talk contribs created page SwiftUI Notes (Created page with "=Links= Category:SwiftUI Category:IOS")
- 06:55, 17 February 2022 PeterHarding talk contribs created page UNIX Philosophy (Created page with "Found this really interesting link yesterday - https://homepage.cs.uri.edu/~thenry/resources/unix_art/index.html Category:UNIX Category:History")
- 08:16, 7 February 2022 PeterHarding talk contribs created page Wireless Notes (Created page with " =Links= * https://globe.adsbexchange.com/ * https://opencpn.org/OpenCPN/info/downloads.html * https://store.uputronics.com/ Category:Security")
- 08:14, 7 February 2022 PeterHarding talk contribs created page Category:NLTK (Created page with "Natural Lannguge links, references and notes...")
- 08:13, 7 February 2022 PeterHarding talk contribs created page Using NLTK (Created page with " =Links= * https://www.nltk.org/ Category:NLTK")
- 08:12, 7 February 2022 PeterHarding talk contribs created page Python Web Server (Created page with "=Simple= <pre> # Python 3 server example from http.server import BaseHTTPRequestHandler, HTTPServer import time hostName = "localhost" serverPort = 8080 class MyServer(Base...")
- 23:14, 31 January 2022 PeterHarding talk contribs created page React Datatable Notes (Created page with " * https://react-data-table-component.netlify.app/?path=/docs/api-props--page Category:React")
- 23:10, 31 January 2022 PeterHarding talk contribs created page Category:CI/CD (Created page with "CI/CD links, references and notes")
- 23:10, 31 January 2022 PeterHarding talk contribs created page Category:GitLab (Created page with "GitLab links, references and notes")
- 23:09, 31 January 2022 PeterHarding talk contribs created page GitLab CI/CD (Created page with "=Runners= ==Tokens== Registration tokens are used to create runner tokens. The former are available at instance, group and project level so you may share runners across the...")
- 10:33, 4 December 2021 PeterHarding talk contribs created page Swift Examples (Created page with "=Links= * https://developer.apple.com/documentation/photokit/creating_a_slideshow_project_extension_for_photos =Projects= * * * Category:Developmenmt Category:Sw...")
- 10:20, 4 December 2021 PeterHarding talk contribs created page 3D Modelling (Created page with "=Links= * [https://www.youtube.com/watch?v=hTfmtiz9qSI Houdini 19 Launch Reveal] * Animallab Category:3D Modelling Category:Development")
- 12:29, 23 October 2021 PeterHarding talk contribs created page Simple Flask App (Created page with "<pre> </pre> Category:Flask")
- 06:52, 17 October 2021 PeterHarding talk contribs created page Miscellaneous Links (Created page with "=2015-07-24= * http://stackoverflow.com/questions/29010715/c-sharp-listening-for-physical-scan-button-events-on-scanners * http://www.florian-leitner.de/index.php/projects/us...")
- 06:50, 17 October 2021 PeterHarding talk contribs created page Interesting Website Examples (Created page with " * http://archives.newyorker.com/?i=1994-04-11#folio=CV1 * http://www.newyorker.com/jigsaw Category:Examples Category:InfoInfo")
- 06:49, 17 October 2021 PeterHarding talk contribs created page Java File IO (Created page with " Some examples from - http://stackoverflow.com/questions/326390/how-to-create-a-java-string-from-the-contents-of-a-file <pre> private String readFile( String file ) throws IO...")
- 06:45, 17 October 2021 PeterHarding talk contribs created page REST in iOS (Created page with " * https://www.youtube.com/watch?v=KDgI-sFW7wQ REST API In Swift 3 And Xcode 8 Using URLSession And JSONSerialization Category:IOS Category:REST")
- 06:45, 17 October 2021 PeterHarding talk contribs created page Working With NIB Files (Created page with " To access from a playground place the '.nib' file in the Resources directory. To generate a '.nib' file from a '.xib' file: <pre> ibtool input.xib --compile output.nib </pr...")
- 06:44, 17 October 2021 PeterHarding talk contribs created page Visual FoxPro Resources (Created page with " * http://members.iinet.net.au/~angus/foxpro/ * http://atrey.karlin.mff.cuni.cz/~honza/interests.html Category:Visual FoxPro")
- 06:39, 17 October 2021 PeterHarding talk contribs created page TeX Mathematics (Created page with " The classic Mathematics into Type, by Ellen Swanson (the AMS has made a PDF copy available [ftp://ftp.ams.org/pub/author-info/documentation/howto/mit-2.pdf here]), gives a go...")
- 06:39, 17 October 2021 PeterHarding talk contribs created page C-Sharp - FolderDialog Issues (Created page with " The Browser Folder Dialog in ASP.NET 1.1 allows you to select a folder. There is a property, RootFolder, that allows you to select what folder is the root in the dialog. Th...")
- 06:38, 17 October 2021 PeterHarding talk contribs created page USB Programming Notes (Created page with " * http://stackoverflow.com/questions/28940754/how-to-get-signals-from-a-scanner-connected-over-usb * http://www.florian-leitner.de/index.php/projects/usb-hid-driver-library/...")
- 06:37, 17 October 2021 PeterHarding talk contribs created page Programming USB HID Devices (Created page with "=USB HID development in C#= * http://www.florian-leitner.de/index.php/projects/usb-hid-driver-library/ * http://www.florian-leitner.de/index.php/category/csharp/#usb-stuff *...")