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)- 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 *...")
- 06:36, 17 October 2021 PeterHarding talk contribs created page DynamsoftDotNetTwain FAQ (Created page with " Programming Questions 1. How can I acquire black-white images? <pre> Twain1.OpenSource(); Twain1.IfShowUI = false; Twain1.IfDisableSourceAfterAcquire = true; Twain1.PixelTy...")
- 06:35, 17 October 2021 PeterHarding talk contribs created page Angular Courses (Created page with "=Observations= The problem with the courses available is that, because of the rapid evolution of Angular, course material date quickly as they use approaches and components w...")
- 06:34, 17 October 2021 PeterHarding talk contribs created page Angular Exercises (Created page with " * http://stackoverflow.com/questions/35340062/angular2-multiselect-checkboxes-only-latest-selected-values-is-getting-sub Category:Angular")
- 06:33, 17 October 2021 PeterHarding talk contribs created page Angular Stuff (Created page with "=Misc Documentation= ==Angular2 Links== * http://juristr.com/blog/2016/06/ng2-getting-started-for-beginners/ * http://blog.thoughtram.io/angular/2016/06/14/routing-in-angula...")
- 06:32, 17 October 2021 PeterHarding talk contribs created page Mucking around with ng-cli (Created page with " <pre> C:\src\Angular\plh01>cd tstr C:\src\Angular\plh01\tstr>npm install npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fsevents): npm WARN not...")
- 06:31, 17 October 2021 PeterHarding talk contribs created page Angular Notes - Old (Created page with "=Getting across Angular= Angular2 -> Angular ==Links== Here where various source code lives: * https://github.com/angular ===Using the CLI=== * https://cli.angular.io/...")
- 06:30, 17 October 2021 PeterHarding talk contribs created page Angular - Implementing a Tab Component (Created page with " * http://juristr.com/blog/2016/02/learning-ng2-creating-tab-component/ Category:Angular Category:WebDev")
- 06:29, 17 October 2021 PeterHarding talk contribs created page Angular Router (Created page with " * https://medium.com/@blacksonic86/upgrading-to-the-new-angular-2-router-255605d9da26#.hx54qzv4y Category:Angular")
- 06:29, 17 October 2021 PeterHarding talk contribs created page Angular Experiments (Created page with "Here is another go at implementing a simple Auth0 authenticated app <pre> > ng new Routes > cd Routes > npm install font-awesome --save > npm install auth0-lock --save > npm...")
- 06:28, 17 October 2021 PeterHarding talk contribs created page Telerik Notes (Created page with " * https://github.com/DynamsoftRD?tab=repositories Category:Telerik")
- 06:27, 17 October 2021 PeterHarding talk contribs created page Handling Scanner Button Actions (Created page with "I want to be able to respond programatically to the button on my Canon DR-M160 scanner. Here is the results of the initial research conducted. * http://scanbuttond.sourcefor...")
- 06:26, 17 October 2021 PeterHarding talk contribs created page Online Barcode Generators (Created page with " * http://barcode.tec-it.com/ * http://www.qrcode-monkey.com/ QR Codes Category:Barcodes")