User contributions for PeterHarding
Jump to navigation
Jump to search
- 11:36, 17 September 2013 diff hist −8 Getting Started with R →Command History
- 11:36, 17 September 2013 diff hist +380 Getting Started with R →Personality Project
- 11:31, 17 September 2013 diff hist +57 Getting Started with R →Some Links
- 11:30, 17 September 2013 diff hist +34 Getting Started with R →Some Links
- 11:27, 17 September 2013 diff hist +52 Getting Started with R →Some Links
- 11:21, 17 September 2013 diff hist +251 Getting Started with R →Some Commands
- 11:16, 17 September 2013 diff hist +80 Getting Started with R →Some Links
- 11:13, 17 September 2013 diff hist 0 Getting Started with R →Some Links
- 11:13, 17 September 2013 diff hist +47 Getting Started with R →Some Links
- 11:12, 17 September 2013 diff hist +125 Getting Started with R →Some Links
- 11:10, 17 September 2013 diff hist +72 Getting Started with R →Some Links
- 11:05, 17 September 2013 diff hist +73 Getting Started with R →Some Links
- 11:04, 17 September 2013 diff hist +52 Getting Started with R →Some Links
- 11:02, 17 September 2013 diff hist +188 Getting Started with R →Some Commands
- 10:59, 17 September 2013 diff hist +438 N Getting Started with R 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 ..."
- 08:40, 17 September 2013 diff hist +497 N DOS Commands 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 :..." current
- 11:29, 5 September 2013 diff hist +140 N OCR Notes Created page with " * http://www.codeproject.com/Articles/41709/How-To-Use-Office-2007-OCR-Using-C Category:Twain Category:Scanning Category:OCR"
- 11:29, 5 September 2013 diff hist +139 N Twain Created page with " * http://www.codeproject.com/Articles/41709/How-To-Use-Office-2007-OCR-Using-C Category:Twain Category:Scanning Category:OCR"
- 14:53, 5 June 2013 diff hist +242 Using Python HTTPSConnect →Problems
- 14:49, 5 June 2013 diff hist +847 N Using Python HTTPSConnect 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: ..."
- 22:47, 1 May 2013 diff hist +10 CSharp Stuff current
- 22:47, 1 May 2013 diff hist +4 CSharp Stuff →Stuff
- 22:47, 1 May 2013 diff hist +373 N CSharp Stuff 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..."
- 16:16, 17 April 2013 diff hist +7,224 N Objective-C - NSTimer Usage Created page with " =References= * http://developer.apple.com/library/ios/#Documentation/Cocoa/Conceptual/Timers/Articles/usingTimers.html * https://developer.apple.com/library/mac/#documentat..." current
- 09:52, 17 April 2013 diff hist +686 N Mpstat.sh Created page with "=Automated mpstat Collector= <pre> #!/bin/sh # #-------------------------------------------------------------------------- PERIOD=720 # Minutes DELAY=60 # Seconds #----..."
- 09:52, 17 April 2013 diff hist +1,114 N Vmstat.sh Created page with "=Automated vmstat Collector= <pre> #!/bin/sh # #-------------------------------------------------------------------------- function datetime { while read LINE ; do ..." current
- 05:56, 1 April 2013 diff hist +1,117 N Building ISO Filesystems 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..." current
- 08:41, 22 March 2013 diff hist +1 Python - ctypes current
- 08:27, 13 March 2013 diff hist +5 Implementing a Standard Library →Logger.py current
- 08:19, 13 March 2013 diff hist −11 Spawn.py →Overview current
- 08:19, 13 March 2013 diff hist +38 N Category:ADO Created page with "ADO Links, References and Resources..." current
- 08:18, 13 March 2013 diff hist −257 Skel.py →A Really Old Version current
- 08:18, 13 March 2013 diff hist −348 Skel.py →Version Incorporating Dates
- 08:17, 13 March 2013 diff hist −261 Skel.py →Using Enums
- 08:16, 13 March 2013 diff hist +38 Skel.py →Intro
- 08:16, 13 March 2013 diff hist +55 Skel.py
- 08:15, 13 March 2013 diff hist +75 Python Skeleton Scripts current
- 08:14, 13 March 2013 diff hist +566 Implementing a Standard Library →Logger.py
- 08:06, 13 March 2013 diff hist +41 MS SqlServer Notes current
- 08:02, 13 March 2013 diff hist +3 AutoIT Notes current
- 08:01, 13 March 2013 diff hist +434 Python - datetime
- 07:59, 13 March 2013 diff hist +70 AutoIT Notes →AutoIT Links
- 07:58, 13 March 2013 diff hist −1 Using AutoIT with Python →Some Links current
- 07:55, 13 March 2013 diff hist +114 Python Logging current
- 14:28, 1 March 2013 diff hist +41 AutoIT Notes
- 15:08, 28 February 2013 diff hist −76 Implementing a Standard Library →Timer.py
- 15:07, 28 February 2013 diff hist +44 Implementing a Standard Library →__init__.py
- 07:26, 28 February 2013 diff hist +43 AutoIT Notes
- 07:25, 28 February 2013 diff hist +63 AutoIT Notes
- 15:05, 26 February 2013 diff hist +68 AutoIT Notes