User contributions for PeterHarding
Jump to navigation
Jump to search
- 08:23, 10 October 2018 diff hist +3 Good Angular Articles current
- 07:19, 10 October 2018 diff hist +32 N Category:SSL Created page with "SSL Links, references and notes." current
- 07:18, 10 October 2018 diff hist +79 N Useful SSL Tools Created page with " * https://www.ssllabs.com/ssltest/analyze.html?d=example.com Category:SSL" current
- 07:17, 10 October 2018 diff hist +57 N Useful Python Articles Created page with " * https://www.pythoncheatsheet.org/ Category Python" current
- 07:16, 10 October 2018 diff hist +97 Good Angular Articles
- 07:13, 10 October 2018 diff hist +277 N Good Angular Articles 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:28, 9 April 2018 diff hist +5 PeformIQ Upgrade:About
- 19:28, 9 April 2018 diff hist −423 PeformIQ Upgrade:About
- 19:26, 9 April 2018 diff hist +22 Python - Using Hashlib current
- 19:26, 9 April 2018 diff hist +266 N Python - Using Hashlib 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''):..."
- 12:17, 30 August 2017 diff hist +257 PowerShell Notes current
- 12:16, 30 August 2017 diff hist +41 PowerShell Notes
- 12:15, 30 August 2017 diff hist +157 PowerShell Notes
- 12:13, 30 August 2017 diff hist +52 N Category:Powershell Created page with "Powershell notes, references, links and resources..." current
- 12:12, 30 August 2017 diff hist +80 PowerShell Notes
- 12:11, 30 August 2017 diff hist +5,676 PowerShell Notes
- 20:26, 3 August 2017 diff hist +891 Setting up Flask on IIS current
- 20:22, 3 August 2017 diff hist +6,393 Setting up Flask on IIS
- 19:20, 3 August 2017 diff hist +56 Setting up Flask on IIS
- 19:20, 3 August 2017 diff hist +320 Setting up Flask on IIS
- 18:40, 3 August 2017 diff hist +34 N Category:IIS Created page with "IIS links, notes and references..." current
- 18:40, 3 August 2017 diff hist +207 N Setting up Flask on IIS 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 diff hist +3 Doing POSTs with Python Modules →With basic Authentication current
- 16:23, 2 August 2017 diff hist +2,038 N Doing POSTs with Python Modules 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 diff hist +587 N Python Hooks Created page with " =Hook Functions & Wrappers= <pre> import whatever import functools def prefix_function(function, prefunction): @functools.wraps(function) def run(*args, **kwargs):..." current
- 14:01, 17 July 2017 diff hist +56 N Python HTML POST Examples Created page with "=None Yet= Category:Python Category:Examples" current
- 13:48, 26 June 2017 diff hist −13 Implementing Select field with Flask current
- 13:47, 26 June 2017 diff hist +220 Implementing Select field with Flask
- 13:47, 26 June 2017 diff hist +502 Implementing HTML Select in Jinja current
- 09:52, 31 May 2017 diff hist +22 SQLAlchemy Notes current
- 09:51, 31 May 2017 diff hist +41 N Category:SQLAlchemy Created page with "SQLAlchemy notes, links and references..." current
- 09:51, 31 May 2017 diff hist −2 SQLAlchemy Notes
- 09:50, 31 May 2017 diff hist −51 SQLAlchemy Notes →Joins
- 09:50, 31 May 2017 diff hist +757 N SQLAlchemy Notes 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:49, 22 May 2017 diff hist +151 SQL Notes current
- 15:48, 22 May 2017 diff hist +161 N SQL Notes 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:42, 28 April 2017 diff hist +664 Python with WIndows and Cygwin current
- 17:13, 28 April 2017 diff hist +100 Python with WIndows and Cygwin
- 17:12, 28 April 2017 diff hist +1,071 N Python with WIndows and Cygwin 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:49, 10 April 2017 diff hist −1 m Using Python HTTPSConnect current
- 15:24, 10 April 2017 diff hist −19 m Python and HTML Processing →The Example File current
- 15:22, 10 April 2017 diff hist +2,027 Python SGML Script current
- 15:21, 10 April 2017 diff hist +24 Python SGML Script
- 15:21, 10 April 2017 diff hist +1,799 Python SGML Script
- 15:19, 10 April 2017 diff hist −19 m Python and HTML Processing →The Example File
- 15:18, 10 April 2017 diff hist −19 Python and HTML Processing →The Example File
- 15:16, 10 April 2017 diff hist +2,053 N Python SGML Script 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..."
- 17:48, 11 March 2017 diff hist −3 Python - urllib current
- 17:46, 11 March 2017 diff hist −8 Python and HTML Processing
- 13:09, 24 January 2017 diff hist +29 Cheat Sheets →Sources and Links