New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 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")
- 10:53, 11 September 2016 Angular2 Links (hist | edit) [126 bytes] PeterHarding (talk | contribs) (Created page with " * https://scotch.io/tutorials/how-to-build-nested-model-driven-forms-in-angular-2 Category:Angular2 Category:Angular")
- 10:53, 11 September 2016 OLEDB Notes (hist | edit) [158 bytes] PeterHarding (talk | contribs) (Created page with " * * http://stackoverflow.com/questions/18222856/syntax-error-in-insert-into-statement-using-oledb Category:CSharp Category:OLEDB Category:DBase")
- 10:43, 11 September 2016 IoT Notes (hist | edit) [127 bytes] PeterHarding (talk | contribs) (Created page with " * https://dzone.com/articles/iot-protocols-behind-the-next-technological-revolu Category:IoT Category:Web Development")
- 10:37, 11 September 2016 NGINX Links (hist | edit) [95 bytes] PeterHarding (talk | contribs) (Created page with " * https://dzone.com/articles/setting-up-nginx Category:Infrastructure] [[Category::NGINX]]")
- 10:36, 11 September 2016 Flask Links (hist | edit) [148 bytes] PeterHarding (talk | contribs) (Created page with " * http://flask.pocoo.org/snippets/76/ Category:Python Category:Flask")
- 10:35, 11 September 2016 Angular Notes (hist | edit) [3,265 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://adgllorente.com/2016/08/build-a-secure-api-with-auth0-expressjs-and-angularjs/ Category:Angular")
- 10:33, 11 September 2016 Bootstrap Online Tools (hist | edit) [245 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://www.layoutit.com/build# * =Tutorials= * http://www.w3schools.com/bootstrap/ * http://www.tutorialspoint.com/bootstrap/bootstrap_button_groups.htm Cat...")
- 15:16, 9 August 2016 Facebook and R (hist | edit) [4,294 bytes] PeterHarding (talk | contribs) (Created page with " Category:R")
- 09:34, 2 August 2016 Setting up pip on cygwin (hist | edit) [3,312 bytes] PeterHarding (talk | contribs) (Created page with "=Here's How= Install python-setuptools when you install cygwin as this will install "easy_install" . To install pip: $ easy_install-V.n pip where V.n is the python versi...")
- 19:23, 4 July 2016 Using TeX (hist | edit) [1,741 bytes] PeterHarding (talk | contribs) (Created page with "=Setting up Tex Studio= ==Download== * https://sourceforge.net/projects/texstudio/files/texstudio/TeXstudio%202.11.0/texstudio-2.11.0-win-qt5.5.1.exe/download Category:...")
- 12:32, 3 June 2016 Using iptables (hist | edit) [151 bytes] PeterHarding (talk | contribs) (Created page with " echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080 Category:Firewalls")
- 11:51, 3 June 2016 Reset NTFS ACLs (hist | edit) [5,750 bytes] PeterHarding (talk | contribs) (Created page with " NTFS is a much more fine-grained than Unix. The following commands take ownership and reset the ACLs to default. Also, if the drive permissions themselves are mangled,...")
- 11:31, 21 May 2016 CSharp Threading Notes (hist | edit) [161 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * http://www.albahari.com/threading/ * http://www.albahari.info/threading/threading.pdf Category:C Sharp Category:Threads")
- 11:29, 21 May 2016 Python - Using NTLM (hist | edit) [1,884 bytes] PeterHarding (talk | contribs) (Created page with " =Some Info= From - http://stackoverflow.com/questions/2916396/smtp-through-exchange-using-integrated-windows-authentication-ntlm-using-pytho <pre> from smtplib import SMTPE...")