New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:31, 10 March 2014 Python - Interesting (hist | edit) [121 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://www.craig-wood.com/nick/ Category:Python")
- 12:30, 10 March 2014 Python SOA (hist | edit) [81 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * https://zato.io/docs/index.html category:Python category:SOAP")
- 12:29, 10 March 2014 C-Sharp Stuff (hist | edit) [86 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/ Category:CSharp")
- 16:17, 9 March 2014 C-Sharp Queues (hist | edit) [65 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://www.dotnetperls.com/queue Category:CSharp")
- 16:16, 9 March 2014 C-Sharp Image Processing (hist | edit) [1,157 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://tipsandtricks.runicsoft.com/CSharp/WpfPixelDrawing.html Category:CSharp Catageory:Image Processing")
- 16:12, 9 March 2014 C-Sharp Timers (hist | edit) [407 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * http://geekswithblogs.net/BlackRabbitCoder/archive/2012/01/12/c.net-little-pitfalls-stopwatch-ticks-are-not-timespan-ticks.aspx * http://robertgreiner.com/2010/06/...")
- 08:12, 24 February 2014 Twain Issues (hist | edit) [255 bytes] PeterHarding (talk | contribs) (Created page with " Am getting a memory error after scanning around 25 double sided A4 pages - Out of memory (-4500) =Links= * http://code.google.com/p/twaindotnet/issues/detail?id=39 Cat...")
- 18:50, 9 February 2014 Using a ToolStrip ComboBox in CSharp (hist | edit) [468 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * http://stackoverflow.com/questions/15982929/how-to-get-valuemember-value-from-combobox-c-sharp-winforms * http://stackoverflow.com/questions/3368970/how-to-populat...")
- 14:17, 8 February 2014 CSharp ToolBar and ToolStrip Component Notes (hist | edit) [760 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * * https://www.google.com.au/search?q=C%23+SplitButton+vs+DropDownButton&oq=C%23+SplitButton+vs+DropDownButton * http://social.msdn.microsoft.com/Forums/windows/en-...") originally created as "CSharp ToolBar Notes"
- 14:13, 8 February 2014 Python Class Atributes (hist | edit) [198 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://www.diveintopython.net/object_oriented_framework/class_attributes.html Category:Python")
- 13:38, 17 January 2014 Graphical Representation Frameworks (hist | edit) [1,126 bytes] PeterHarding (talk | contribs) (Created page with " * http://www.jointjs.com/demos/fsa * http://www.jointjs.com/demos/devs * Webcola (can use with d3) http://marvl.infotech.monash.edu/webcola/ * D3 http://d3js.org/ * JointJS ...")
- 15:01, 12 January 2014 Using Python dateutil to get Large Date Offsets (hist | edit) [351 bytes] PeterHarding (talk | contribs) (Created page with " My program reads six digit dates, yymmdd, as 19yymmdd. I adjust the 19yymmdd dates to <b>20yymmdd</b> as follows: <pre> self.DoB = datetime.strptime(line[27:35], "%...")
- 14:53, 12 January 2014 Python - dateutil (hist | edit) [337 bytes] PeterHarding (talk | contribs) (Created page with "=Setting up the dateutil Module= This should do the trick... <pre> $ pip install python-dateutil </pre> To get pip running under cygwin see here - xxx Category:Py...")
- 14:49, 12 January 2014 Python - ez setup.py (hist | edit) [22,935 bytes] PeterHarding (talk | contribs) (Created page with "=ez_setup.py= <pre> #!/usr/bin/env python """Bootstrap setuptools installation To use setuptools in your package's setup.py, include this file in the same directory and add ...") originally created as "Ez setup.py"
- 14:48, 12 January 2014 Setting up Python easy install for Cygwin (hist | edit) [456 bytes] PeterHarding (talk | contribs) (Created page with "See here - To get easy_install and pip running under cygwin first download [ez_setup.py] and run it with python: $ python ez_setup.py This should install setuptools a...")
- 07:23, 1 January 2014 HTML5 Notes (hist | edit) [795 bytes] PeterHarding (talk | contribs) (Created page with "=Software= * chart.js * Modernizr =References= * http://www.techrepublic.com/blog/software-engineer/chartjs-library-simplifies-adding-charts-to-web-applications/ * http://w...")
- 07:38, 4 November 2013 Web UI Experiments (hist | edit) [344 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://yuilibrary.com/yui/docs/tutorials/skins/ * http://www.techrepublic.com/blog/web-designer/working-with-pure-css-modules-part-1/2743/ * http://www.techrepubli...")
- 19:00, 2 November 2013 Web Testing Tools and Frameworks (hist | edit) [130 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * http://www.supermind.org/blog/968/howto-collect-webdriver-http-request-and-response-headers Category:Web Testing")
- 18:50, 2 November 2013 Web GUI Frameworks (hist | edit) [930 bytes] PeterHarding (talk | contribs) (Created page with "The results of a little searching = Reviews= * http://jster.net/blog/web-ui-frameworks-worth-a-try#.UnSZQ_lplc5 =Frameworks= * http://exacttarget.github.io/fuelux/ [[Cat...")
- 08:02, 31 October 2013 HTML5 Examples (hist | edit) [1,820 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * http://www.hardudetideg.no/test/en.html Category:HTML5 Category:Web")
- 07:00, 31 October 2013 Python Destructors (hist | edit) [99 bytes] PeterHarding (talk | contribs) (Created page with " * http://eli.thegreenplace.net/2009/06/12/safely-using-destructors-in-python/ Category:Python")
- 20:43, 18 September 2013 QNAP Notes (hist | edit) [139 bytes] PeterHarding (talk | contribs) (Created page with "=Rebuilding a RAID Set= * http://www.codeproject.com/Articles/275766/Infrastructure-Replacing-a-Dead-RAID-5-Drive-in-QN Category:QNAP")
- 17:04, 17 September 2013 Graphing with R (hist | edit) [9,384 bytes] PeterHarding (talk | contribs) (Created page with "=Processing Data on WIndows 7= I use the following BAT file to batch up R in a folder containing multiple data sets. <pre> @echo off set R_TERM="C:\Apps\R\R-3.0.1\bin\i386...")
- 11:59, 17 September 2013 Getting Started with R (hist | edit) [7,302 bytes] PeterHarding (talk | contribs) (Created page with "=Some Commands= <pre> read.table(filename,header=TRUE) # Read tab or space delimited file with a header read.table(filename,header=TRUE,sep=',') # Read csv files ...")
- 09:40, 17 September 2013 DOS Commands (hist | edit) [497 bytes] PeterHarding (talk | contribs) (Created page with "=Handling Arguments= <pre> SET /A ARGS_COUNT=0 FOR %%A in (%*) DO SET /A ARGS_COUNT+=1 </pre> <pre> @echo off setlocal enableextensions enabledelayedexpansion call :...")
- 12:29, 5 September 2013 OCR Notes (hist | edit) [267 bytes] PeterHarding (talk | contribs) (Created page with " * http://www.codeproject.com/Articles/41709/How-To-Use-Office-2007-OCR-Using-C Category:Twain Category:Scanning Category:OCR")
- 12:29, 5 September 2013 Twain (hist | edit) [545 bytes] PeterHarding (talk | contribs) (Created page with " * http://www.codeproject.com/Articles/41709/How-To-Use-Office-2007-OCR-Using-C Category:Twain Category:Scanning Category:OCR")
- 15:49, 5 June 2013 Using Python HTTPSConnect (hist | edit) [1,088 bytes] PeterHarding (talk | contribs) (Created page with "=Problems= Had a problem where httplib.HTTPSConnect() was not available. Happens when Python is not built with SSL support. To get this working I need to do the following: ...")
- 23:47, 1 May 2013 CSharp Stuff (hist | edit) [387 bytes] PeterHarding (talk | contribs) (Created page with "=Stuff= use ProcessStartInfo and Process classes and set RedirectStandardOutput to true, then you can capture the output from a stream. <pre> ProcessStartInfo info = new Pro...")
- 17:16, 17 April 2013 Objective-C - NSTimer Usage (hist | edit) [7,224 bytes] PeterHarding (talk | contribs) (Created page with " =References= * http://developer.apple.com/library/ios/#Documentation/Cocoa/Conceptual/Timers/Articles/usingTimers.html * https://developer.apple.com/library/mac/#documentat...")
- 10:52, 17 April 2013 Mpstat.sh (hist | edit) [840 bytes] PeterHarding (talk | contribs) (Created page with "=Automated mpstat Collector= <pre> #!/bin/sh # #-------------------------------------------------------------------------- PERIOD=720 # Minutes DELAY=60 # Seconds #----...")
- 10:52, 17 April 2013 Vmstat.sh (hist | edit) [1,114 bytes] PeterHarding (talk | contribs) (Created page with "=Automated vmstat Collector= <pre> #!/bin/sh # #-------------------------------------------------------------------------- function datetime { while read LINE ; do ...")
- 06:56, 1 April 2013 Building ISO Filesystems (hist | edit) [1,117 bytes] PeterHarding (talk | contribs) (Created page with " <pre> Amanda Links (Courtesy Daniel Allen) http://amanda.sourceforge.net/fom-serve/cache/191.html (Amanda for tapeless operation) http://openapps.harkness.co.uk/Documentatio...")
- 15:27, 21 February 2013 Python WMI (hist | edit) [743 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * http://timgolden.me.uk/python/wmi/tutorial.html * http://timgolden.me.uk/python/wmi/cookbook.html Category:Windows Category:Python")
- 11:46, 20 February 2013 Implementing a Standard Library (hist | edit) [13,364 bytes] PeterHarding (talk | contribs) (Created page with " =Components= I use the following for building up utility scripts. <pre> $ ls -lR ~/lib/py /home/pharding/lib/py: total 4 drwxr-xr-x+ 1 pharding Users 0 Feb 20 11:44 perfor...")
- 11:36, 20 February 2013 Implementing a Python Logger (hist | edit) [2,649 bytes] PeterHarding (talk | contribs) (Created page with " =An Example== This example class builds on the underlying Python logging support. ==Module== <pre> $ cat Logger.py import os import sys import logging #=================...") originally created as "Python Logger"
- 10:27, 19 February 2013 AutoIT Notes (hist | edit) [1,709 bytes] PeterHarding (talk | contribs) (Created page with " * http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/ Category:AutoIT")
- 09:44, 19 February 2013 Using AutoIT with Ruby (hist | edit) [91 bytes] PeterHarding (talk | contribs) (Created page with "=Examples= <pre> </pre> Category:Examples Category:Ruby Category:AutoIT")
- 09:39, 19 February 2013 Using Excel with Python (hist | edit) [457 bytes] PeterHarding (talk | contribs) (Created page with "=Examples= <pre> >>> from win32com.client.dynamic import Dispatch >>> >>> from win32com.client.dynamic import Dispatch >>> >>> excel = Dispatch('Excel.Application') >>> >>> >...")
- 09:33, 19 February 2013 Using AutoIT with Python (hist | edit) [4,182 bytes] PeterHarding (talk | contribs) (Created page with "=Some Links= * http://www.autoitscript.com/forum/topic/16540-call-autoit-from-python-script/ =Sample Scipts= <pre> import time from win32com.client import Dispatch Auto ...")
- 17:00, 28 January 2013 Getting Started with Flask (hist | edit) [294 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * https://speakerdeck.com/nicola/developing-restful-web-apis-with-python-flask-and-mongodb Category:Python Category:Flask")
- 23:51, 6 December 2012 CSharp - Using JSON (hist | edit) [2,534 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://stackoverflow.com/questions/401756/parsing-json-using-json-net Category:CSharp Category:JSON")
- 23:43, 6 December 2012 CSharp - Serialization (hist | edit) [319 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= * http://msdn.microsoft.com/en-us/library/system.runtime.serialization.datamemberattribute.aspx Category:CSharp")
- 23:38, 6 December 2012 CSharp - Files (hist | edit) [731 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= Also see - http://msdn.microsoft.com/en-us/library/system.io.file.aspx <pre> using System; using System.IO; class Test { public static void Main() { ...")
- 09:27, 26 November 2012 CSharp - Setting up a Service (hist | edit) [177 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= * http://www.ricesharp.com/post/2012/03/05/How-to-create-and-install-a-Windows-Service-in-C.aspx Category:CSharp Category:Dot.NET Category:Windows Services")
- 08:49, 26 November 2012 Using WebClient (hist | edit) [1,931 bytes] PeterHarding (talk | contribs) (Created page with "See - http://stackoverflow.com/questions/6348804/net-error-when-calling-system-net-webclient-uploadfileasync <pre> var targetUri = new Uri("ftp://example.com/file.txt"); var ...")
- 08:48, 26 November 2012 Dot.NET Exceptions (hist | edit) [12,623 bytes] PeterHarding (talk | contribs) (Created page with "=Exception Lists= * http://mikevallotton.wordpress.com/2009/07/08/net-exceptions-all-of-them/ * http://weblogs.asp.net/jgaylord/archive/2009/07/08/common-and-all-system-excep...")
- 08:37, 26 November 2012 Using Files in CSharp (hist | edit) [4,434 bytes] PeterHarding (talk | contribs) (Created page with "h1. Creating Text Files * http://msdn.microsoft.com/en-us/library/8bh11f1k.aspx <pre> class WriteTextFile { static void Main() { // These ex...")
- 08:35, 26 November 2012 CSharp - Serial Handling Notes (hist | edit) [1,226 bytes] PeterHarding (talk | contribs) (Created page with " * http://stackoverflow.com/questions/4661486/not-reading-complete-serial-port-data-in-c-sharp?rq=1 Use the data received event to fill a buffer: <pre> private void data...")
- 08:22, 26 November 2012 CSharp - Logging (hist | edit) [1,595 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= * <pre> using System; using System.Diagnostics; using System.Threading; class MySample{ public static void Main(){ // Create the source, if it does n...")