New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 03:03, 13 June 2014 Getting Started with Git (hist | edit) [727 bytes] PeterHarding (talk | contribs) (Created page with "Also see - Git_Notes | [Git_SCM_Notes | Summary_of_Git_Commands =Setting up a Repository= ==Create in Online Repo Manager== Use an online repository manager suc...")
- 15:48, 6 May 2014 Setting up to use Selenium (hist | edit) [384 bytes] PeterHarding (talk | contribs) (Created page with "=Overview= You need to decide whether to use the older 'Remote Control' version or the newer 'Web Control' implementation'. The Remote Control implementation uses and extern...")
- 15:40, 4 May 2014 Flask Musings (hist | edit) [1,094 bytes] PeterHarding (talk | contribs) (Created page with "=Some Musings= =Links= * http://flask.pocoo.org/snippets/ * http://code.tutsplus.com/tutorials/intro-to-flask-signing-in-and-out--net-29982 * http://flask.pocoo.org/snippet...")
- 14:43, 31 March 2014 Useful Web Tools (hist | edit) [82 bytes] PeterHarding (talk | contribs) (Created page with " * http://www.w3schools.com/tags/ref_colorpicker.asp Category:Web Development")
- 09:17, 29 March 2014 Userful Python References (hist | edit) [112 bytes] PeterHarding (talk | contribs) (Created page with "=Google Python Style Guide= http://google-styleguide.googlecode.com/svn/trunk/pyguide.html Category:Python")
- 09:07, 29 March 2014 Setting up to Use Flask (hist | edit) [1,351 bytes] PeterHarding (talk | contribs) (Created page with "I have just migrated a couple of my Flask experiments onto a new system. Here are the things that cropped up: =Basic Setup= pip install Flask pip install SQLAlchemy --u...")
- 12:29, 26 March 2014 Webby Stuff (hist | edit) [127 bytes] PeterHarding (talk | contribs) (Created page with " * http://blog.lynda.com/2012/12/11/converting-photoshop-designs-to-html/ Category:Web Development Category:Internet")
- 15:34, 25 March 2014 InDesign - Getting Started (hist | edit) [1,091 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * http://terrywhite.com/get-started-adobe-indesign-cc-10-things-beginners-want-know/ * http://layersmagazine.com/category/tutorials/indesign * http://www.adobe.com/a...")
- 15:26, 25 March 2014 Web Site Examples (hist | edit) [820 bytes] PeterHarding (talk | contribs) (Created page with " * http://thegreatdiscontent.com/ Category:Internet")
- 13:50, 24 March 2014 Data Visualization (hist | edit) [195 bytes] PeterHarding (talk | contribs) (Created page with " * http://stackoverflow.com/questions/18645401/python-pandas-to-excel-utf8-codec-cant-decode-byte Category:Data Visualization")
- 11:40, 16 March 2014 CSharp - Using SpinLocks (hist | edit) [547 bytes] PeterHarding (talk | contribs) (Created page with "=Example= From - http://stackoverflow.com/questions/15164408/lock-free-concurrent-queue This code snippet is from ConcurrentQueue implementation. <pre> internal bool TryPee...")
- 20:15, 15 March 2014 Ummm... (hist | edit) [1,310 bytes] PeterHarding (talk | contribs) (Created page with "=20140315= * http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/ * http://www.dotnetperls.com/queue * http://www.codeproject.com/Articles/8018/Bounded-Blocking-Queue-One-Lo...")
- 12:37, 10 March 2014 CSharp Message Queues (hist | edit) [345 bytes] PeterHarding (talk | contribs) (Created page with " =Links= * http://books.google.com.au/books?id=kkbam2EOH34C&pg=PA353&lpg=PA353&dq=C%23+Non+blocking+queue+receive&source=bl&ots=ms2Ch62wag&sig=hc7ijQ36tk7uYeCck7S_0t-1--U&hl=...")
- 12:36, 10 March 2014 CSharp Locking and Inter Thread Communication (hist | edit) [1,945 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://www.albahari.com/threading/part4.aspx * http://stackoverflow.com/questions/15164408/lock-free-concurrent-queue * http://stackoverflow.com/questions/505515/c...")
- 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"