User contributions for PeterHarding
Jump to navigation
Jump to search
- 17:05, 17 September 2013 diff hist 0 N File:Lnfsna51 20130814.csv current
- 17:05, 17 September 2013 diff hist 0 N File:Lnfsna51 20130814.png current
- 17:04, 17 September 2013 diff hist +1,614 N Graphing with R 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..."
- 13:16, 17 September 2013 diff hist −26 Getting Started with R →Neil Gunther's 911 Help
- 13:15, 17 September 2013 diff hist −1 Getting Started with R →Neil Gunther's 911 Help
- 13:15, 17 September 2013 diff hist +27 Getting Started with R →Neil Gunther's 911 Help
- 13:12, 17 September 2013 diff hist +3 Getting Started with R →Neil Gunther's 911 Help
- 13:11, 17 September 2013 diff hist 0 Getting Started with R →Neil Gunther's 911 Help
- 13:11, 17 September 2013 diff hist −1 Getting Started with R →Neil Gunther's 911 Help
- 13:11, 17 September 2013 diff hist +1 Getting Started with R →Neil Gunther's 911 Help
- 13:10, 17 September 2013 diff hist +5 Getting Started with R →Neil Gunther's 911 Help
- 13:09, 17 September 2013 diff hist −4 Getting Started with R →Neil Gunther's 911 Help
- 13:09, 17 September 2013 diff hist 0 Getting Started with R →Neil Gunther's 911 Help
- 13:08, 17 September 2013 diff hist +5 Getting Started with R →Neil Gunther's 911 Help
- 13:07, 17 September 2013 diff hist −6 Getting Started with R →Neil Gunther's 911 Help
- 13:06, 17 September 2013 diff hist +18 Getting Started with R
- 13:05, 17 September 2013 diff hist +46 N File:911r.pdf Dr. Neil Gunther's emergeny help for R newbies current
- 13:03, 17 September 2013 diff hist +1,149 Getting Started with R
- 12:37, 17 September 2013 diff hist +47 Getting Started with R →Some Links
- 12:36, 17 September 2013 diff hist −8 Getting Started with R →Command History
- 12:36, 17 September 2013 diff hist +380 Getting Started with R →Personality Project
- 12:31, 17 September 2013 diff hist +57 Getting Started with R →Some Links
- 12:30, 17 September 2013 diff hist +34 Getting Started with R →Some Links
- 12:27, 17 September 2013 diff hist +52 Getting Started with R →Some Links
- 12:21, 17 September 2013 diff hist +251 Getting Started with R →Some Commands
- 12:16, 17 September 2013 diff hist +80 Getting Started with R →Some Links
- 12:13, 17 September 2013 diff hist 0 Getting Started with R →Some Links
- 12:13, 17 September 2013 diff hist +47 Getting Started with R →Some Links
- 12:12, 17 September 2013 diff hist +125 Getting Started with R →Some Links
- 12:10, 17 September 2013 diff hist +72 Getting Started with R →Some Links
- 12:05, 17 September 2013 diff hist +73 Getting Started with R →Some Links
- 12:04, 17 September 2013 diff hist +52 Getting Started with R →Some Links
- 12:02, 17 September 2013 diff hist +188 Getting Started with R →Some Commands
- 11: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 ..."
- 09: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
- 12: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"
- 12: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"
- 15:53, 5 June 2013 diff hist +242 Using Python HTTPSConnect →Problems
- 15: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: ..."
- 23:47, 1 May 2013 diff hist +10 CSharp Stuff current
- 23:47, 1 May 2013 diff hist +4 CSharp Stuff →Stuff
- 23: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..."
- 17: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
- 10: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 #----..."
- 10: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
- 06: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
- 09:41, 22 March 2013 diff hist +1 Python - ctypes current
- 09:27, 13 March 2013 diff hist +5 Implementing a Standard Library →Logger.py current
- 09:19, 13 March 2013 diff hist −11 Spawn.py →Overview current
- 09:19, 13 March 2013 diff hist +38 N Category:ADO Created page with "ADO Links, References and Resources..." current