User contributions for PeterHarding
Jump to navigation
Jump to search
- 18:24, 23 February 2016 diff hist +1,044 N Installing Python pymssql Module 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% |███████..."
- 18:20, 23 February 2016 diff hist +922 Installing Python pip on cygwin
- 18:04, 23 February 2016 diff hist +3,980 N Installing Python Modules on Windows 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..." current
- 17:13, 24 January 2016 diff hist +75 Programming Languages current
- 17:13, 24 January 2016 diff hist +416 N Programming Languages 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..."
- 10:21, 23 January 2016 diff hist +80 Java Web Client current
- 10:21, 23 January 2016 diff hist +11 Java Web Client
- 10:20, 23 January 2016 diff hist +45 N Java Web Client Created page with "=Possibilities= * Unirest Category:Java"
- 10:19, 23 January 2016 diff hist +88 TIBCO current
- 10:18, 23 January 2016 diff hist +136 TIBCO
- 10:16, 23 January 2016 diff hist +24 TIBCO
- 10:16, 23 January 2016 diff hist +2 TIBCO
- 10:15, 23 January 2016 diff hist −58 TIBCO
- 10:13, 23 January 2016 diff hist +72 TIBCO
- 10:11, 23 January 2016 diff hist +1 TIBCO
- 10:11, 23 January 2016 diff hist −17 TIBCO
- 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