New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18: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''):...")
- 17: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...")
- 15: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...")
- 15: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):...")
- 13:01, 17 July 2017 Python HTML POST Examples (hist | edit) [56 bytes] PeterHarding (talk | contribs) (Created page with "=None Yet= Category:Python Category:Examples")
- 08: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...")
- 14: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")
- 16: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...")
- 14: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...")
- 14: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")
- 10: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")
- 10: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")
- 09: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")
- 09: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")
- 09: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")
- 09: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]]")
- 09: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")
- 09: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")
- 09: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...")
- 14:16, 9 August 2016 Facebook and R (hist | edit) [4,294 bytes] PeterHarding (talk | contribs) (Created page with " Category:R")
- 08: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...")
- 18: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:...")
- 11: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")
- 10: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,...")
- 10: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")
- 10: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...")
- 18:04, 20 April 2016 NodeJS and Angular Stuff (hist | edit) [398 bytes] PeterHarding (talk | contribs) (Created page with " <pre> $ npm install -g typescript C:\Users\aasdev\AppData\Roaming\npm\tsc -> C:\Users\aasdev\AppData\Roaming\npm\node_modules\typescript\bin\tsc C:\Users\aasdev\AppData\Roami...")
- 14:56, 20 April 2016 Python - pip (hist | edit) [3,682 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= <pre> $ pip install stormpath-config Collecting stormpath-config Could not find a version that satisfies the requirement stormpath-config (from versions: ) No match...")
- 17:25, 23 February 2016 Python - xlwt (hist | edit) [28,350 bytes] PeterHarding (talk | contribs) (Created page with "=Using Excel Modules with Python= Category:Python")
- 17:24, 23 February 2016 Installing Python pymssql Module (hist | edit) [5,554 bytes] PeterHarding (talk | contribs) (Created page with "=Problems= ==Cygwin== Looked like it installed OK. <pre> $ pip install pymssql Collecting pymssql Downloading pymssql-2.1.2.tar.gz (898kB) 100% |???????...")
- 17:04, 23 February 2016 Installing Python Modules on Windows (hist | edit) [3,980 bytes] PeterHarding (talk | contribs) (Created page with "=Windows Only Installations= I have stup Windows Python as follows: 32 bit version - C:\Apps\Python27_32 64 bit version - C:\Apps\Python27_64 So now set up pip and other co...")
- 16:13, 24 January 2016 Programming Languages (hist | edit) [491 bytes] PeterHarding (talk | contribs) (Created page with "=TIOBE Index, January 2016= TIOBE�s latest report assesses the popularity of programming languages using the number of skilled engineers and search engine rankings. The res...")
- 09:20, 23 January 2016 Java Web Client (hist | edit) [136 bytes] PeterHarding (talk | contribs) (Created page with "=Possibilities= * Unirest Category:Java")
- 09:06, 23 January 2016 A Really Useful Service (hist | edit) [761 bytes] PeterHarding (talk | contribs) (Created page with "=Site= http://httpbin.org/ HTTP Request & Response Service hosted in HTTP, HTTPS & EU flavors by Runscope =Examples= <pre> wget http://httpbin.org/get?xxxx=1 { "args":...")
- 14:53, 21 January 2016 Loading DLLs in LoadRunnner (hist | edit) [210 bytes] PeterHarding (talk | contribs) (Created page with "=Example= <pre> vuser_init() { // lr_message(">>>> About to load DLL"); lr_load_dll("sqlite3.dll"); // lr_message(">>>> sqlite3.dll *loaded*"); return 0; } // vuser_i...")
- 14:52, 21 January 2016 LoadRunner C Sharp (hist | edit) [74 bytes] PeterHarding (talk | contribs) (Created page with "=Examples= <pre> </pre> Category:LoadRunner Category:CSharp")
- 14:51, 21 January 2016 Using DataServer with Java Virtual Users (hist | edit) [511 bytes] PeterHarding (talk | contribs) (Created page with "=Data Server= With C programs you can use the <pre>lr_load_dll()</pre> call to load the 'dcl.dll' DLL which contains the metod to interact with the DataServer. I implemented...")
- 14:53, 20 January 2016 LoadRunner - Java - Read a File (hist | edit) [1,035 bytes] PeterHarding (talk | contribs) (Created page with " <pre> String[] lines = new String[100]; String requestFile = "Request.xml"; FileReader fr = null; BufferedReader reader = null; try { fr = new FileReader(requestFi...")
- 16:47, 14 January 2016 Java 1.7 Snippets (hist | edit) [471 bytes] PeterHarding (talk | contribs) (Created page with " =Using an Iterator to Read a File= <pre> try { lines = Files.readAllLines(Paths.get("Request.xml"), StandardCharsets.UTF_8); } catch (Exception e) { System.out.println("Co...")
- 12:47, 17 December 2015 SED Hints (hist | edit) [8,464 bytes] PeterHarding (talk | contribs) (Created page with " <pre> ------------------------------------------------------------------------------- Also see regex.hints for hints and tips of matching regular expressions And sed 1 lin...")
- 20:14, 13 October 2015 PowerShell Notes (hist | edit) [6,603 bytes] PeterHarding (talk | contribs) (Created page with " PS C:\Scripts> Start-Process cmd -ArgumentList "/c 1.cmd" -WorkingDirectory c:\test Category:Windows Category:Powershell")
- 07:15, 5 October 2015 TIBCO Notes (hist | edit) [826 bytes] PeterHarding (talk | contribs) (Created page with " * http://tibcobwblog.com/2013/04/08/allowing-ssl-in-our-http-communication/ Category:TIBCO")
- 14:51, 4 October 2015 Using Client-side SSL with Java (hist | edit) [119 bytes] PeterHarding (talk | contribs) (Created page with " See this Java note - http://docs.oracle.com/javaee/1.4/tutorial/doc/Security6.html Category:Java Categor:SSL") originally created as "Using Client -side SSL with Java"
- 14:42, 4 October 2015 Accessing TIBCO EMS using SSL (hist | edit) [4,059 bytes] PeterHarding (talk | contribs) (Created page with "Here is a collection of notes gathered in my searching... When you fail to create a connection between the TIBCO EMS server, the WebSphere application server and client con...")
- 06:36, 20 September 2015 MS Office Resources (hist | edit) [99 bytes] PeterHarding (talk | contribs) (Created page with " * https://msdn.microsoft.com/en-us/library/dn833103 Category:MS Office Category:Microsoft")
- 08:55, 15 September 2015 Docker Notes (hist | edit) [478 bytes] PeterHarding (talk | contribs) (Created page with " * https://community.oracle.com/docs/DOC-914969?elq_mid=21899&sh=1122722919269231813201512819226&cmid=NAMK15048361MPP057C003 Category:Docker")
- 08:53, 15 September 2015 PyMQI Notes (hist | edit) [448 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * http://www.javabeat.net/introduction-to-spring-python/ * https://github.com/dsuch * https://github.com/dsuch/pymqi * http://stackoverflow.com/questions/2536733/how...")
- 08:48, 15 September 2015 AngularJS Notes (hist | edit) [115 bytes] PeterHarding (talk | contribs) (Created page with " * https://dzone.com/refcardz/angularjs-essentials Category:AngularJS Category:Javascript Category:Web")
- 08:19, 15 September 2015 Using subprocess Module (hist | edit) [2,803 bytes] PeterHarding (talk | contribs) (Created page with "=Source= Some examples of using the the subprocess module. <pre> #!/usr/bin/env python import subprocess def execute(command): tokens = command.split() print tok...")
- 09:47, 5 July 2015 TIBCO Links (hist | edit) [360 bytes] PeterHarding (talk | contribs) (Created page with " * https://www.youtube.com/watch?v=cK-avCdJdsg Whiteboard - Fast Data Category:TIBCO")