User contributions for PeterHarding
Jump to navigation
Jump to search
- 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
- 07:57, 17 February 2022 diff hist +3,553 SwiftUI Menus
- 07:05, 17 February 2022 diff hist +458 N 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-..."
- 07:03, 17 February 2022 diff hist +20 XCode Notes current
- 07:01, 17 February 2022 diff hist +50 XCode Notes
- 07:01, 17 February 2022 diff hist −50 XCode Notes
- 06:59, 17 February 2022 diff hist +44 XCode Notes
- 06:59, 17 February 2022 diff hist −195 XCode Notes
- 06:57, 17 February 2022 diff hist +38 N Category:SwiftUI Created page with "SwiftUI notes, links and references..." current
- 06:57, 17 February 2022 diff hist +47 N SwiftUI Notes Created page with "=Links= Category:SwiftUI Category:IOS"
- 06:56, 17 February 2022 diff hist +74 UNIX Philosophy current
- 06:55, 17 February 2022 diff hist +152 N 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 diff hist +148 N Wireless Notes Created page with " =Links= * https://globe.adsbexchange.com/ * https://opencpn.org/OpenCPN/info/downloads.html * https://store.uputronics.com/ Category:Security" current
- 08:14, 7 February 2022 diff hist +47 N Category:NLTK Created page with "Natural Lannguge links, references and notes..." current
- 08:13, 7 February 2022 diff hist +52 N Using NLTK Created page with " =Links= * https://www.nltk.org/ Category:NLTK" current
- 08:12, 7 February 2022 diff hist +1,085 N 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..." current
- 23:19, 31 January 2022 diff hist +53 GitLab CI/CD current
- 23:18, 31 January 2022 diff hist +166 GitLab CI/CD
- 23:17, 31 January 2022 diff hist +63 GitLab CI/CD
- 23:16, 31 January 2022 diff hist +44 GitLab CI/CD
- 23:15, 31 January 2022 diff hist +43 GitLab CI/CD
- 23:14, 31 January 2022 diff hist +97 N React Datatable Notes Created page with " * https://react-data-table-component.netlify.app/?path=/docs/api-props--page Category:React" current
- 23:14, 31 January 2022 diff hist +193 GitLab CI/CD
- 23:11, 31 January 2022 diff hist +69 GitLab CI/CD
- 23:10, 31 January 2022 diff hist +33 N Category:CI/CD Created page with "CI/CD links, references and notes" current
- 23:10, 31 January 2022 diff hist +34 N Category:GitLab Created page with "GitLab links, references and notes" current
- 23:09, 31 January 2022 diff hist +772 N 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..."
- 12:23, 4 December 2021 diff hist +473 Swift Examples current
- 10:37, 4 December 2021 diff hist +42 Swift Examples
- 10:37, 4 December 2021 diff hist +130 Swift Examples
- 10:36, 4 December 2021 diff hist +52 Swift Examples
- 10:34, 4 December 2021 diff hist +284 Swift Examples
- 10:33, 4 December 2021 diff hist +207 Swift Examples
- 10:33, 4 December 2021 diff hist +199 N 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:27, 4 December 2021 diff hist +116 3D Modelling
- 10:26, 4 December 2021 diff hist +257 3D Modelling
- 10:21, 4 December 2021 diff hist +66 3D Modelling
- 10:20, 4 December 2021 diff hist +146 N 3D Modelling Created page with "=Links= * [https://www.youtube.com/watch?v=hTfmtiz9qSI Houdini 19 Launch Reveal] * Animallab Category:3D Modelling Category:Development"
- 12:36, 23 October 2021 diff hist +119 Simple Flask App current