New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19: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...")
- 15: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...")
- 18:25, 23 February 2016 Python - xlwt (hist | edit) [28,350 bytes] PeterHarding (talk | contribs) (Created page with "=Using Excel Modules with Python= Category:Python")
- 18: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% |???????...")
- 18: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...")
- 17: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...")
- 10:20, 23 January 2016 Java Web Client (hist | edit) [136 bytes] PeterHarding (talk | contribs) (Created page with "=Possibilities= * Unirest Category:Java")
- 10: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":...")
- 15: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...")
- 15:52, 21 January 2016 LoadRunner C Sharp (hist | edit) [74 bytes] PeterHarding (talk | contribs) (Created page with "=Examples= <pre> </pre> Category:LoadRunner Category:CSharp")
- 15: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...")
- 15: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...")
- 17: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...")
- 13: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...")
- 21: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")
- 08: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")
- 15: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"
- 15: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...")
- 07: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")
- 09: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")
- 09: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...")
- 09: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")
- 09: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...")
- 10: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")
- 17:39, 14 June 2015 Interesting Videos (hist | edit) [720 bytes] PeterHarding (talk | contribs) (Created page with " * [https://www.youtube.com/watch?v=HSaq62LE48E Finding and Fixing Defects in C#] * [https://www.youtube.com/watch?v=Z3VY8m6PcdE Devnexus 2015 - Introduction to Swift for iOS...")
- 14:37, 12 June 2015 GSOAP Notes (hist | edit) [158 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://sourceforge.net/projects/gsoap2 * http://software.opensuse.org/download.html?project=home:cabelo:gsoap&package=gsoap * Category:GSOAP")
- 14:36, 12 June 2015 R Notes (hist | edit) [425 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://www.ats.ucla.edu/stat/r/faq/scatter.htm * http://www.statmethods.net/advgraphs/axes.html * https://stat.ethz.ch/R-manual/R-devel/library/graphics/html/plot.h...")
- 22:51, 28 May 2015 C-Sharp - Mouse Event Handling (hist | edit) [946 bytes] PeterHarding (talk | contribs) (Created page with " * [http://blogs.msdn.com/b/toub/archive/2006/05/03/589468.aspx Low-Level Mouse Hook in C#]")
- 22:17, 28 May 2015 C-Sharp - Input Simulator (hist | edit) [1,237 bytes] PeterHarding (talk | contribs) (Created page with " * http://inputsimulator.codeplex.com/")
- 22:04, 28 May 2015 C-Sharp - Working with Images (hist | edit) [340 bytes] PeterHarding (talk | contribs) (Created page with " bmDatabaseImage = (Bitmap)Image.FromFile(dt.Rows[index]);")
- 22:00, 28 May 2015 CSharp Image Processing Notes (hist | edit) [1,360 bytes] PeterHarding (talk | contribs) (Created page with " * http://csharphelper.com/blog/2012/04/convert-a-rectangle-into-a-rectanglef-and-vice-versa-in-c/ Category:CSharp Category:Image Processing")
- 12:50, 26 May 2015 Windows WiFi Hotspot (hist | edit) [1,263 bytes] PeterHarding (talk | contribs) (Created page with "For anyone who doesn't fancy downloading another program onto their already packed hard drive there's good news � you can set up a wireless router on your Windows 7 or 8.1 P...")
- 10:10, 11 May 2015 Bad Permissions on Cygwin Filesystem (hist | edit) [816 bytes] PeterHarding (talk | contribs) (Created page with "=The Problem:= The main problem seems to be *some* app�s under windows (such as Outlook�s �Save file attachment as ....� works closely with the domain and sometimes c...")
- 10:20, 10 May 2015 Windows 10 Notes (hist | edit) [363 bytes] PeterHarding (talk | contribs) (Created page with "=Windows Dev Center - The Internet of Things= * https://dev.windows.com/en-US/iot * http://ms-iot.github.io/content/win10/SetupRPI.htm Windows IoT - Setup on Raspberry Pi 2 *...")
- 10:02, 10 May 2015 Raspberry Pi Notes (hist | edit) [270 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * https://www.youtube.com/watch?v=NKGq8Swnvck * http://plugable.com/ Category:RaspberryPi") originally created as "RaspberryPi Notes"
- 20:57, 9 May 2015 Code128 Barcodes (hist | edit) [392 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://www.azalea.com/faq/code-128/ Category:Barcodes")
- 13:41, 5 May 2015 JMS Notes (hist | edit) [144 bytes] PeterHarding (talk | contribs) (Created page with " * http://download.oracle.com/otn-pub/jcp/jms-2_0-fr-eval-spec/JMS20.pdf?AuthParam=1430722832_8c331cf18614b5d860f82fd08dbe58c0 Category:JMS")
- 13:37, 5 May 2015 WMQ Notes (hist | edit) [576 bytes] PeterHarding (talk | contribs) (Created page with " * http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.ref.dev.doc/q099250_.htm * https://zato.io/blog/posts/the-splendid-state-of-python-and-websphere-mq-pr...") originally created as "MQ Notes"
- 10:24, 3 May 2015 TWAIN Notes (hist | edit) [1,460 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * https://bytescout.com/products/developer/scansdk/bytescoutscansdk.html * Category:CSharp Category:Scanning Category:TWAIN [[Category:Image Processing]...")
- 16:07, 21 April 2015 Crypto Primer (hist | edit) [995 bytes] PeterHarding (talk | contribs) (Created page with " * http://en.wikipedia.org/wiki/Elliptic_curve_cryptography * http://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange * http://security.stackexchange.com/questions/54...")
- 13:07, 21 April 2015 Panoramic Viewers (hist | edit) [76 bytes] PeterHarding (talk | contribs) (Created page with " * http://krpano.com/docu/html5/ Category:Web Category:Web Browsers")
- 13:04, 21 April 2015 IndexedDB (hist | edit) [143 bytes] PeterHarding (talk | contribs) (Created page with " * http://www.aaron-powell.com/posts/2012-10-05-indexeddb-storage.html Category:Web")
- 18:30, 22 March 2015 Categories:Magazines (hist | edit) [43 bytes] PeterHarding (talk | contribs) (Created page with "Magazine links, references and resources...")
- 10:53, 17 March 2015 LISA Notes (hist | edit) [94 bytes] PeterHarding (talk | contribs) (Created page with " * https://sites.google.com/site/paratumignempetere/foss/smtp Category:LISA")
- 09:28, 17 March 2015 TechRepublic Articles (hist | edit) [191 bytes] PeterHarding (talk | contribs) (Created page with " * [http://ct.techrepublic.com/clicks?t=1166712605-b25953ebe32d503d47c8c565cd0eaf49-bf&brand=TECHREPUBLIC&s=5 How to get the ruled-paper background effect with CSS3] Catego...")
- 13:21, 3 March 2015 University Links (hist | edit) [230 bytes] PeterHarding (talk | contribs) (Created page with " * http://csa.science.uva.nl/ Category:InfoInfo")
- 13:16, 3 March 2015 Benchmark Sites (hist | edit) [286 bytes] PeterHarding (talk | contribs) (Created page with " * http://pages.cs.wisc.edu/~arch/www/tools.html * http://www.cs.virginia.edu/stream/ * http://www.netlib.org/performance/html/PDStop.html Category:Performance")
- 09:40, 25 February 2015 AppDynamics (hist | edit) [114 bytes] PeterHarding (talk | contribs) (Created page with " * https://github.com/AppDynamics * https://registry.hub.docker.com/repos/appdynamics/ Category:AppDynamics")
- 12:33, 21 February 2015 ObjectiveC - Working with Audio Files (hist | edit) [115 bytes] PeterHarding (talk | contribs) (Created page with " * http://stackoverflow.com/questions/11525942/play-audio-ios-objective-c Category:ObjectiveC Category:IOS")
- 13:57, 19 February 2015 Apache WSGI Configuration (hist | edit) [489 bytes] PeterHarding (talk | contribs) (Created page with " <pre> #---------------------------------------------------------------------------- WSGIDaemonProcess oidlogin user=www-data group=www-data threads=5 WSGIScriptAlia...")