User contributions for PeterHarding
Jump to navigation
Jump to search
- 10:14, 2 June 2019 diff hist 0 m My REACT Journey PeterHarding moved page My REACT Jopurney to My REACT Journey without leaving a redirect: Type
- 10:11, 2 June 2019 diff hist +16 Main Page
- 10:30, 28 May 2019 diff hist +67 Docker for Windows Notes
- 10:29, 28 May 2019 diff hist +1,054 Docker for Windows Notes
- 09:44, 28 May 2019 diff hist +54 Docker for Windows Notes
- 09:43, 28 May 2019 diff hist +59 Docker for Windows Notes
- 09:41, 28 May 2019 diff hist +222 Docker for Windows Notes
- 09:40, 28 May 2019 diff hist −274 Docker for Windows Notes
- 09:39, 28 May 2019 diff hist +1,995 N Docker for Windows Notes Created page with " <pre> C:\WINDOWS\system32>docker version Client: Docker Engine - Community Version: 18.09.2 API version: 1.39 Go version: go1.10.8 Git commit:..."
- 10:12, 24 May 2019 diff hist +128 Working with AWS current
- 10:12, 24 May 2019 diff hist +85 My REST JWT Journey current
- 09:48, 24 May 2019 diff hist +114 My REST JWT Journey
- 09:46, 24 May 2019 diff hist +128 Machine Learning current
- 09:46, 24 May 2019 diff hist +84 My REST JWT Journey
- 09:44, 24 May 2019 diff hist +34 N Category:JWT Created page with "JWT notes, links and references..." current
- 09:44, 24 May 2019 diff hist +35 N Category:REST Created page with "REST notes, links and references..." current
- 09:44, 24 May 2019 diff hist +34 N Category:AWS Created page with "AWS links, notes and references..." current
- 09:42, 24 May 2019 diff hist +145 N Working with AWS Created page with " * https://hackingandslacking.com/create-a-rest-api-endpoint-using-aws-lambda-765e1f6eebd6 Category:AWS Category:Flask Category:REST"
- 09:40, 24 May 2019 diff hist +100 N Working with iOS Created page with " =Notes= * https://developer.apple.com/documentation/uikit/uiwebview Deprecated? Category:IOS" current
- 09:38, 24 May 2019 diff hist +66 Kubernetes? current
- 09:37, 24 May 2019 diff hist +104 N My Journey with Swift Created page with " =Links= * https://www.hackingwithswift.com/frequent-flyer Category:Swift Category:Development" current
- 09:36, 24 May 2019 diff hist +63 My REST JWT Journey
- 09:35, 24 May 2019 diff hist −23 My REST JWT Journey
- 09:35, 24 May 2019 diff hist +79 My REST JWT Journey
- 09:34, 24 May 2019 diff hist +71 My REST JWT Journey
- 09:33, 24 May 2019 diff hist +104 Working with Flask and Angular current
- 09:32, 24 May 2019 diff hist +65 Working with Flask current
- 09:32, 24 May 2019 diff hist +110 Working with Flask
- 09:32, 24 May 2019 diff hist +75 N Useful Python Modules Created page with " * https://passlib.readthedocs.io/en/stable/index.html Category:Python" current
- 09:30, 24 May 2019 diff hist +104 Working with Flask and Angular
- 09:29, 24 May 2019 diff hist +105 Working with Flask and Angular
- 09:29, 24 May 2019 diff hist +129 N Working with Flask Created page with " =Misc Articles= * https://medium.com/the-andela-way/how-i-developed-an-api-in-python-using-flask-4e388674f1 Category:Flask"
- 09:28, 24 May 2019 diff hist +171 N Machine Learning Created page with " =Notes= * https://medium.com/zmninja/building-your-own-machine-learning-api-gateway-object-face-and-gender-detection-part-iii-bfbd3aeea0c0 category:Machine Learning"
- 09:26, 24 May 2019 diff hist +134 N Working with Flask and Angular Created page with "=Notes= * https://auth0.com/blog/using-python-flask-and-angular-to-build-modern-apps-part-1/ Category:Flask Category:Angular"
- 09:25, 24 May 2019 diff hist +128 N Scanning QRCodes Created page with "=Notes= * https://www.codeproject.com/Articles/1250071/QR-Code-Encoder-and-Decoder-NET-Framework-Standard Category:QRCodes" current
- 09:24, 24 May 2019 diff hist +145 N Kubernetes? Created page with " =Articles= * https://www.itworld.com/article/3265059/10-kubernetes-distributions-leading-the-container-revolution.html Category:Kubernetes"
- 09:23, 24 May 2019 diff hist +75 N My REACT Journey Created page with " =Getting Started= * https://reakit.io/docs/checkbox/ Category:React"
- 09:21, 24 May 2019 diff hist +590 N My REST JWT Journey Created page with "=Getting Started= Some resources I found of use were: ==General== * https://medium.freecodecamp.org/structuring-a-flask-restplus-web-service-for-production-builds-c2ec676de..."
- 12:59, 12 April 2019 diff hist +1 Windows 10 Updates current
- 11:37, 12 April 2019 diff hist +162 N Windows 10 Updates Created page with "To update to the latest version of Windows 10 Go to - https://www.microsoft.com/en-us/software-download/windows10 Category:Microsoft Category:Windows10"
- 11:29, 11 March 2019 diff hist −167 Setting up Combo Boxes in C Sharp current
- 11:29, 11 March 2019 diff hist +209 N Setting the Cursor in C Sharp Created page with "=C# Setting the Cursor= <pre> Cursor.Current = Cursors.WaitCursor; ...; Cursor.Current = Cursors.Default; </pre> Category..." current
- 11:28, 11 March 2019 diff hist +780 N Setting up Combo Boxes in C Sharp Created page with "=C# Combo Boxes= <pre> Year = DateTime.Now.Year; var Combo_Years = new BindingList<KeyValuePair<int, string>>(); IEnumerable<int> years..."
- 18:30, 1 March 2019 diff hist +3,051 Angular Notes current
- 22:40, 15 February 2019 diff hist +645 N IOS Stuff Created page with " <pre> func request<T: Codable>(_ request: URLRequest) -> Observable<T> { return Observable<T>.create { observer in // blah blah blah let task = URLSession..." current
- 22:33, 15 February 2019 diff hist +952 Using PHAsset current
- 22:31, 15 February 2019 diff hist +691 Using PHAsset
- 22:29, 15 February 2019 diff hist +943 N Using PHAsset Created page with " * https://stackoverflow.com/questions/27854937/ios8-photos-framework-how-to-get-the-nameor-filename-of-a-phasset <pre> let fetchResult = PHAsset.fetchAssets(with: .image, o..."
- 06:58, 24 January 2019 diff hist +93 CSharp Links current
- 06:58, 24 January 2019 diff hist +318 N Angular Links Created page with "=Links= ==2019-01-23== * https://www.codemag.com/article/1801021/Configuration-Settings-for-Angular-Applications * https://www.jvandemo.com/how-to-use-environment-variables-..." current