User contributions for PeterHarding
Jump to navigation
Jump to search
- 10:09, 23 January 2016 diff hist +11 A Really Useful Service current
- 10:09, 23 January 2016 diff hist +9 A Really Useful Service
- 10:07, 23 January 2016 diff hist +54 N Category:UNIX Tools Created page with "Links, references, and resources related to UNIX Tools" current
- 10:06, 23 January 2016 diff hist −1 A Really Useful Service
- 10:06, 23 January 2016 diff hist +742 N A Really Useful Service 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":..."
- 15:53, 21 January 2016 diff hist +210 N Loading DLLs in LoadRunnner 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..." current
- 15:52, 21 January 2016 diff hist +74 N LoadRunner C Sharp Created page with "=Examples= <pre> </pre> Category:LoadRunner Category:CSharp" current
- 15:51, 21 January 2016 diff hist +511 N Using DataServer with Java Virtual Users 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..." current
- 13:46, 21 January 2016 diff hist +1 Python RTE →Overview current
- 15:53, 20 January 2016 diff hist +1,035 N LoadRunner - Java - Read a File Created page with " <pre> String[] lines = new String[100]; String requestFile = "Request.xml"; FileReader fr = null; BufferedReader reader = null; try { fr = new FileReader(requestFi..." current
- 17:47, 14 January 2016 diff hist +471 N Java 1.7 Snippets 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..." current
- 13:48, 17 December 2015 diff hist +38 N Category:Sed Created page with "sed links, references and resources..." current
- 13:48, 17 December 2015 diff hist −1 SED Hints current
- 13:48, 17 December 2015 diff hist +69 SED Hints
- 13:47, 17 December 2015 diff hist +8,396 N SED Hints Created page with " <pre> ------------------------------------------------------------------------------- Also see regex.hints for hints and tips of matching regular expressions And sed 1 lin..."
- 21:59, 13 October 2015 diff hist +103 PowerShell Notes
- 21:22, 13 October 2015 diff hist +77 PowerShell Notes
- 21:19, 13 October 2015 diff hist +75 PowerShell Notes
- 21:18, 13 October 2015 diff hist +6 PowerShell Notes
- 21:14, 13 October 2015 diff hist +131 N PowerShell Notes Created page with " PS C:\Scripts> Start-Process cmd -ArgumentList "/c 1.cmd" -WorkingDirectory c:\test Category:Windows Category:Powershell"
- 21:00, 5 October 2015 diff hist +730 TIBCO Notes current
- 08:15, 5 October 2015 diff hist +96 N TIBCO Notes Created page with " * http://tibcobwblog.com/2013/04/08/allowing-ssl-in-our-http-communication/ Category:TIBCO"
- 08:14, 5 October 2015 diff hist +1 Using Client-side SSL with Java current
- 15:51, 4 October 2015 diff hist +45 N Using Client -side SSL with Java PeterHarding moved page Using Client -side SSL with Java to Using Client-side SSL with Java current
- 15:51, 4 October 2015 diff hist 0 m Using Client-side SSL with Java PeterHarding moved page Using Client -side SSL with Java to Using Client-side SSL with Java
- 15:51, 4 October 2015 diff hist +118 N Using Client-side SSL with Java Created page with " See this Java note - http://docs.oracle.com/javaee/1.4/tutorial/doc/Security6.html Category:Java Categor:SSL"
- 15:46, 4 October 2015 diff hist −13 Scrape Queue Length from Tibco Queue →Python Implementation current
- 15:46, 4 October 2015 diff hist +5 Scrape Queue Length from Tibco Queue →Python Implementation
- 15:43, 4 October 2015 diff hist +50 N Scrap Queue Length from Tibco Queue PeterHarding moved page Scrap Queue Length from Tibco Queue to Scrape Queue Length from Tibco Queue current
- 15:43, 4 October 2015 diff hist 0 m Scrape Queue Length from Tibco Queue PeterHarding moved page Scrap Queue Length from Tibco Queue to Scrape Queue Length from Tibco Queue
- 15:42, 4 October 2015 diff hist +4,059 N Accessing TIBCO EMS using SSL 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..." current
- 07:36, 20 September 2015 diff hist +99 N MS Office Resources Created page with " * https://msdn.microsoft.com/en-us/library/dn833103 Category:MS Office Category:Microsoft" current
- 16:31, 16 September 2015 diff hist +7,550 GUID.py current
- 16:08, 16 September 2015 diff hist +501 GUID.py
- 13:04, 15 September 2015 diff hist +3,333 GUID.py
- 13:02, 15 September 2015 diff hist +32 GUID.py
- 09:56, 15 September 2015 diff hist +84 R Notes
- 09:56, 15 September 2015 diff hist +92 PyMQI Notes current
- 09:55, 15 September 2015 diff hist +145 N Docker Notes Created page with " * https://community.oracle.com/docs/DOC-914969?elq_mid=21899&sh=1122722919269231813201512819226&cmid=NAMK15048361MPP057C003 Category:Docker"
- 09:55, 15 September 2015 diff hist +322 Interesting Articles current
- 09:53, 15 September 2015 diff hist +44 PyMQI Notes
- 09:53, 15 September 2015 diff hist +312 N PyMQI Notes 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..."
- 09:50, 15 September 2015 diff hist +56 HTML5 Examples
- 09:49, 15 September 2015 diff hist +1 Web Examples current
- 09:48, 15 September 2015 diff hist +115 N AngularJS Notes Created page with " * https://dzone.com/refcardz/angularjs-essentials Category:AngularJS Category:Javascript Category:Web" current
- 09:47, 15 September 2015 diff hist +73 OpenSSL Notes current
- 09:46, 15 September 2015 diff hist +88 Using subprocess Module current
- 09:36, 15 September 2015 diff hist +2,025 Using subprocess Module
- 09:19, 15 September 2015 diff hist +690 N Using subprocess Module 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..."
- 07:48, 31 August 2015 diff hist +535 Git SCM Notes current