New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:05, 4 August 2020 Jenkins Notes (hist | edit) [4,536 bytes] PeterHarding (talk | contribs) (Created page with "=Jenkins Scripts= <pre> #!/usr/bin/env groovy pipeline { agent { label 'ci' } environment { REPO_NAME = getRepoName("${JOB_NAME}") // JOB_BASE_NAME is identical to...")
- 18:43, 22 June 2020 JMS and MQ Jars (hist | edit) [100 bytes] PeterHarding (talk | contribs) (Created page with " https://repo1.maven.org/maven2/com/ibm/mq/com.ibm.mq.allclient/ Category:MQ Category:JMS")
- 12:05, 27 May 2020 Docker MQSeries (hist | edit) [85 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * https://hub.docker.com/r/ibmcom/mq/ Category:Docker Categorry:MQ")
- 11:08, 24 October 2019 Using an AuthInterceptor Class (hist | edit) [3,907 bytes] PeterHarding (talk | contribs) (Created page with " =In app.module.ts= <pre> ... import { HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http'; ... ], providers: [ { provide: HTTP_INTERCEPTORS, useClass:...")
- 10:35, 24 October 2019 Using Angular HttpClient (hist | edit) [3,342 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * * =Examples= Some examples. ==GET== <pre> getUsers() { this.httpClient.get(this.url').subscribe((res: any[]) => { console.log(res); this....")
- 13:41, 21 October 2019 Using PrimeNG and FontAwesome (hist | edit) [1,572 bytes] PeterHarding (talk | contribs) (Created page with " =Notes= From - https://github.com/primefaces/primeng/issues/5098 <pre> For those wanting to combine FA 4 and 5 icons on older versions of PrimeNG, there's a very simple tri...")
- 07:11, 13 October 2019 Getting Started with PrimeNG (hist | edit) [772 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * primeng.org * angular.io * <pre> </pre> Category: Angular") originally created as "Getting Started with Prime"
- 15:05, 8 October 2019 Setting up an Angular 8 Application using Bootstrap (hist | edit) [11,849 bytes] PeterHarding (talk | contribs) (Created page with " First create the new application: <pre> C:\src\Angular>ng new bootstrap ? Would you like to add Angular routing? Yes ? Which stylesheet format would you like to use? CSS CR...")
- 11:57, 2 June 2019 Angular (hist | edit) [114 bytes] PeterHarding (talk | contribs) (Created page with "=Angular= Category:Angular")
- 11:16, 2 June 2019 Debian Notes (hist | edit) [152 bytes] PeterHarding (talk | contribs) (Created page with " Installing latest NGINX on Debian Stretch - https://www.linode.com/docs/web-servers/nginx/install-nginx-debian/ Category:Linux Category:Debian")
- 10:39, 28 May 2019 Docker for Windows Notes (hist | edit) [5,103 bytes] PeterHarding (talk | contribs) (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:42, 24 May 2019 Working with AWS (hist | edit) [273 bytes] PeterHarding (talk | contribs) (Created page with " * https://hackingandslacking.com/create-a-rest-api-endpoint-using-aws-lambda-765e1f6eebd6 Category:AWS Category:Flask Category:REST")
- 10:40, 24 May 2019 Working with iOS (hist | edit) [100 bytes] PeterHarding (talk | contribs) (Created page with " =Notes= * https://developer.apple.com/documentation/uikit/uiwebview Deprecated? Category:IOS")
- 10:37, 24 May 2019 My Journey with Swift (hist | edit) [104 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * https://www.hackingwithswift.com/frequent-flyer Category:Swift Category:Development")
- 10:32, 24 May 2019 Useful Python Modules (hist | edit) [75 bytes] PeterHarding (talk | contribs) (Created page with " * https://passlib.readthedocs.io/en/stable/index.html Category:Python")
- 10:29, 24 May 2019 Working with Flask (hist | edit) [304 bytes] PeterHarding (talk | contribs) (Created page with " =Misc Articles= * https://medium.com/the-andela-way/how-i-developed-an-api-in-python-using-flask-4e388674f1 Category:Flask")
- 10:28, 24 May 2019 Machine Learning (hist | edit) [299 bytes] PeterHarding (talk | contribs) (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")
- 10:26, 24 May 2019 Working with Flask and Angular (hist | edit) [447 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= * https://auth0.com/blog/using-python-flask-and-angular-to-build-modern-apps-part-1/ Category:Flask Category:Angular")
- 10:25, 24 May 2019 Scanning QRCodes (hist | edit) [128 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= * https://www.codeproject.com/Articles/1250071/QR-Code-Encoder-and-Decoder-NET-Framework-Standard Category:QRCodes")
- 10:24, 24 May 2019 Kubernetes? (hist | edit) [211 bytes] PeterHarding (talk | contribs) (Created page with " =Articles= * https://www.itworld.com/article/3265059/10-kubernetes-distributions-leading-the-container-revolution.html Category:Kubernetes")
- 10:23, 24 May 2019 My REACT Journey (hist | edit) [77 bytes] PeterHarding (talk | contribs) (Created page with " =Getting Started= * https://reakit.io/docs/checkbox/ Category:React") originally created as "My REACT Jopurney"
- 10:21, 24 May 2019 My REST JWT Journey (hist | edit) [1,063 bytes] PeterHarding (talk | contribs) (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:37, 12 April 2019 Windows 10 Updates (hist | edit) [163 bytes] PeterHarding (talk | contribs) (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")
- 12:29, 11 March 2019 Setting the Cursor in C Sharp (hist | edit) [209 bytes] PeterHarding (talk | contribs) (Created page with "=C# Setting the Cursor= <pre> Cursor.Current = Cursors.WaitCursor; ...; Cursor.Current = Cursors.Default; </pre> Category...")
- 12:28, 11 March 2019 Setting up Combo Boxes in C Sharp (hist | edit) [613 bytes] PeterHarding (talk | contribs) (Created page with "=C# Combo Boxes= <pre> Year = DateTime.Now.Year; var Combo_Years = new BindingList<KeyValuePair<int, string>>(); IEnumerable<int> years...")
- 23:40, 15 February 2019 IOS Stuff (hist | edit) [645 bytes] PeterHarding (talk | contribs) (Created page with " <pre> func request<T: Codable>(_ request: URLRequest) -> Observable<T> { return Observable<T>.create { observer in // blah blah blah let task = URLSession...")
- 23:29, 15 February 2019 Using PHAsset (hist | edit) [2,586 bytes] PeterHarding (talk | contribs) (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...")
- 07:58, 24 January 2019 Angular Links (hist | edit) [318 bytes] PeterHarding (talk | contribs) (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-...")
- 07:55, 24 January 2019 CSharp Links (hist | edit) [347 bytes] PeterHarding (talk | contribs) (Created page with " =Implementing Socket Servers in C#= * https://stackoverflow.com/questions/869744/how-to-write-a-scalable-tcp-ip-based-server * https://docs.microsoft.com/en-us/dotnet/api/sy...")
- 07:52, 24 January 2019 Auth0 Notes (hist | edit) [326 bytes] PeterHarding (talk | contribs) (Created page with " * https://community.auth0.com/c/apiv2?max_posts=1 * https://auth0.com/blog/securing-electron-applications-with-openid-connect-and-oauth-2/ * https://auth0.com/blog/a-first-ti...")
- 07:48, 24 January 2019 JWT Notes (hist | edit) [133 bytes] PeterHarding (talk | contribs) (Created page with " * https://jwt.io/introduction/ * https://codeburst.io/jwt-authorization-in-flask-c63c1acf4eeb Category:JWT Category:Flask")
- 18:34, 21 January 2019 PostgreSQL Notes (hist | edit) [271 bytes] PeterHarding (talk | contribs) (Created page with " * https://stackoverflow.com/questions/11299037/postgresql-if-statement category:PostgreSQL") originally created as "Postgres Notes"
- 18:33, 21 January 2019 Web Based Tools (hist | edit) [351 bytes] PeterHarding (talk | contribs) (Created page with " * https://htmlformatter.com/ * * * =Downloadable Software= * https://hub.docker.com/editions/community/docker-ce-desktop-windows * https://www.microsoft.com/en-us/softwa...")
- 18:37, 20 January 2019 Chapel Language Notes (hist | edit) [248 bytes] PeterHarding (talk | contribs) (Created page with " * https://en.wikipedia.org/wiki/Chapel_(programming_language) * https://chapel-lang.org/ * https://chapel-lang.org/docs/ * =Comments= * https://www.quora.com/What-s-happen...")
- 11:51, 14 January 2019 Swift Code Fragments (hist | edit) [2,554 bytes] PeterHarding (talk | contribs) (Created page with " From: https://stackoverflow.com/questions/31080818/what-is-the-best-practice-to-parse-html-in-swift <pre> let file = "file.txt" if let dirs : [String] = NSSearchPathForDire...")
- 07:18, 10 October 2018 Useful SSL Tools (hist | edit) [79 bytes] PeterHarding (talk | contribs) (Created page with " * https://www.ssllabs.com/ssltest/analyze.html?d=example.com Category:SSL")
- 07:17, 10 October 2018 Useful Python Articles (hist | edit) [57 bytes] PeterHarding (talk | contribs) (Created page with " * https://www.pythoncheatsheet.org/ Category Python")
- 07:13, 10 October 2018 Good Angular Articles (hist | edit) [377 bytes] PeterHarding (talk | contribs) (Created page with " =Guides= * https://angular.io/guide/http =Articles= * https://www.codemag.com/article/1711021/Logging-in-Angular-Applications =Tutorials= * https://codecraft.tv/course...")
- 19:26, 9 April 2018 Python - Using Hashlib (hist | edit) [288 bytes] PeterHarding (talk | contribs) (Created page with " <pre> import hashlib def get_sha256_hash(filename): m = hashlib.sha256() with open(filename, 'rb', buffering=0) as f: for b in iter(lambda : f.read(128*1024), b''):...")
- 18:40, 3 August 2017 Setting up Flask on IIS (hist | edit) [7,867 bytes] PeterHarding (talk | contribs) (Created page with " =From scratch on PROCYON= Image of Console * Check that I have FastCGI Installed. If not - install it. Category:Microsoft Category:IIS Category:Flask Ca...")
- 16:23, 2 August 2017 Doing POSTs with Python Modules (hist | edit) [2,041 bytes] PeterHarding (talk | contribs) (Created page with " ==HTTPS GET to https://api.aasdev.net/api/ONLINE/Questions/== <pre> #!/usr/bin/env python import ssl import base64 import urllib2 from urllib2 import Request, urlopen, U...")
- 16:02, 20 July 2017 Python Hooks (hist | edit) [587 bytes] PeterHarding (talk | contribs) (Created page with " =Hook Functions & Wrappers= <pre> import whatever import functools def prefix_function(function, prefunction): @functools.wraps(function) def run(*args, **kwargs):...")
- 14:01, 17 July 2017 Python HTML POST Examples (hist | edit) [56 bytes] PeterHarding (talk | contribs) (Created page with "=None Yet= Category:Python Category:Examples")
- 09:50, 31 May 2017 SQLAlchemy Notes (hist | edit) [726 bytes] PeterHarding (talk | contribs) (Created page with " =Joins= From PIQ_Admin /CRM/Contacts <pre> sql = select([Contact.Contact_ID, Contact.FirstName, Contact.LastName, Contact.Phone, Contact.MobilePhone, Contact.Accou...")
- 15:48, 22 May 2017 SQL Notes (hist | edit) [312 bytes] PeterHarding (talk | contribs) (Created page with " =UPDATES from JOINS= <pre> UPDATE Document d, User u SET d.Author_FK = u.User_UD WHERE u.SF_UserId = d.AuthorId; </pre> Category:SQL Category:Database")
- 17:12, 28 April 2017 Python with WIndows and Cygwin (hist | edit) [1,835 bytes] PeterHarding (talk | contribs) (Created page with " To be able to install wheel files with a simple doubleclick on them you can do one the following: 1) Run two commands in command line under administrator privileges: <pre...")
- 15:16, 10 April 2017 Python SGML Script (hist | edit) [5,903 bytes] PeterHarding (talk | contribs) (Created page with "<pre> #!/usr/bin/env python """ Original author: Paul Boddie <paul@boddie.org.uk> To the extent possible under law, the person who associated CC0 with this work has waived a...")
- 15:17, 23 October 2016 Load Testing Notes (hist | edit) [280 bytes] PeterHarding (talk | contribs) (Created page with "=2016= From CMG Conference: * http://www.perfdynamics.com/Classes/Materials/Ciemo-CMG2001.pdf Category:Performance Category:Load Testing")
- 11:35, 11 September 2016 Swift Notes (hist | edit) [189 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * https://www.andrewcbancroft.com/2015/08/06/analyzing-swift-protocol-extensions-and-c-abstract-classes/ Category:Swift")
- 11:01, 11 September 2016 Free EBooks (hist | edit) [118 bytes] PeterHarding (talk | contribs) (Created page with " * http://www.oreilly.com/programming/free/ * https://www.packtpub.com/packt/offers/free-learning Category:EBooks")