New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:17, 3 November 2012 IOS Development Notes (hist | edit) [263 bytes] PeterHarding (talk | contribs) (Created page with " Some links from random exploration: * http://www.stalefishlabs.com/dev/courses/librarian/HFiPhoneDev_Ch02.pdf * http://stackoverflow.com/questions/5428325/issue-with-code-fo...")
- 14:42, 30 July 2012 Working with SSH and Ruby (hist | edit) [1,951 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://net-ssh.rubyforge.org/ssh/v2/api/index.html * http://joeandmotorboat.com/2008/10/13/ssh-and-ruby/ =Examples= ==One== <pre> require 'net/ssh/multi' Net:...")
- 11:00, 30 July 2012 Working with Sub-processes in Ruby (hist | edit) [376 bytes] PeterHarding (talk | contribs) (Created page with " When working on a POSIX OS you can use fork and exec. fork => Create a subprocess exec => Replace current process with another process You then need to inform that your ...")
- 17:33, 6 June 2012 Python Web Frameworks (hist | edit) [95 bytes] PeterHarding (talk | contribs) (Created page with "=See= * http://blog.curiasolutions.com/the-great-web-framework-shootout/ Category:Python")
- 17:33, 6 June 2012 Boto Rsync (hist | edit) [192 bytes] PeterHarding (talk | contribs) (Created page with "=Info= * http://blog.curiasolutions.com/the-great-web-framework-shootout/ * http://blog.curiasolutions.com/category/python/ * https://github.com/seedifferently/boto_rsync [[...")
- 17:48, 4 June 2012 Example - decompose.py (hist | edit) [5,852 bytes] PeterHarding (talk | contribs) (Created page with "=Python Script to Decompose Module/Class Components= ActiveState recipe 553262 - http://www.activestate.com/recipe-553262-1] <pre> #!/usr/bin/env python # Describe classes,...")
- 14:24, 14 May 2012 Metaprogramming in Ruby (hist | edit) [763 bytes] PeterHarding (talk | contribs) (Created page with " =Reimplement attr_accessor= <pre> #!/usr/bin/env ruby module Accessor def my_attr_accessor(name) STDERR.print "#{name}\n" ivar_name = "@#{name}" define...")
- 16:35, 30 April 2012 Sqlite setup.py (hist | edit) [11,883 bytes] PeterHarding (talk | contribs) (Created page with " <pre> #!/usr/bin/env python # # Author: Peter Harding <plh@performiq.com.au> # # Mobile: 0418 375 085 # # @(#) [1.0.01] sqlite_setup.py 2...")
- 16:34, 30 April 2012 Git Notes (hist | edit) [1,246 bytes] PeterHarding (talk | contribs) (Created page with " h1. Branching * gitbranch \--set-upstream xxx origin/xxx * git branch \-a * git push origin xxx * git push origin xxx:yyy * git checkout remote/origin/zzz h2. Low Level Stu...")
- 07:56, 26 April 2012 Domain Details (hist | edit) [1,274 bytes] PeterHarding (talk | contribs) (Created page with "=help@crazydomains.com.au= <pre> aaaaaaaaaaaaa.net 25 Feb 2014 Registered cloudrunner.xxx 11 Dec 2013 Registered clawtooth.net 11 Dec 2013 Registered qualitybasics....")
- 08:13, 24 April 2012 SCM Repositories (hist | edit) [58 bytes] PeterHarding (talk | contribs) (Created page with " www.codeplex.com Category:Projects Categories:SCM")
- 08:06, 24 April 2012 POS Systems (hist | edit) [2,293 bytes] PeterHarding (talk | contribs) (Created page with "=The Search= * http://blog.stevecoinc.com/2010/02/open-source-point-of-sale.html Category:POS")
- 12:48, 4 April 2012 POS Notes (hist | edit) [1,391 bytes] PeterHarding (talk | contribs) (Created page with " uniCenta oPOS - bars, cafes, restaurants, supermarkets, retailers - hospitality, leisure jPOS Mercator PHP Point of Sale Floodhammer Media Bl...")
- 19:54, 1 April 2012 Summary of Git Commands (hist | edit) [853 bytes] PeterHarding (talk | contribs) (Created page with " Category:Git Category:Development Category:Software Tools")
- 07:09, 28 March 2012 Examples - sql manage.py (hist | edit) [9,716 bytes] PeterHarding (talk | contribs) (Created page with " <pre> #!/usr/bin/env python # # Author: Peter Harding <plh@performiq.com.au> # # PerformIQ Pty. Ltd. # Level 6, # 170 Que...")
- 00:04, 28 March 2012 Dropbox Notes (hist | edit) [111,064 bytes] PeterHarding (talk | contribs) (Created page with " =Linux Command Line Interface= See [https://www.dropbox.com/install?os=lnx] Use the following Python script: <pre> #!/usr/bin/python # # Copyright 2008 Evenflow, Inc. # # ...")
- 06:58, 26 March 2012 Example - send email.py (hist | edit) [3,509 bytes] PeterHarding (talk | contribs) (Created page with " <pre> #!/usr/bin/env python # # # #------------------------------------------------------------------------------- """ Send email using outlook... ... """ #----------------...")
- 06:42, 26 March 2012 Examples - tst sqlite.py (hist | edit) [12,100 bytes] PeterHarding (talk | contribs) (Created page with " =Using Sqlite= <pre> #!/usr/bin/env python # # Author: Peter Harding <plh@performiq.com.au> # # PerformIQ Pty. Ltd. # Level 6, # ...")
- 10:23, 15 March 2012 Performance Landmarks on the Internet (hist | edit) [219 bytes] PeterHarding (talk | contribs) (Created page with "=Blogs= * http://hpperformancecenter.blogspot.com.au/ Category:Performance Category:LoadRunner Category:PerformanceCenter")
- 22:54, 13 March 2012 Sqlite Examples (hist | edit) [12,109 bytes] PeterHarding (talk | contribs) (Created page with " <pre> #!/usr/bin/env python # # Author: Peter Harding <plh@performiq.com.au> # # PerformIQ Pty. Ltd. # Level 6, # 170 Qu...")
- 09:36, 13 March 2012 Mozilla Firefox Extensions (hist | edit) [429 bytes] PeterHarding (talk | contribs) (Created page with "=Implementing Extensions= * http://blog.mozilla.com/addons/2009/01/28/how-to-develop-a-firefox-extension/lementing Extensions= Category:Mozilla Category:Firefox")
- 01:53, 13 March 2012 Use CSV Data in Python (hist | edit) [56 bytes] PeterHarding (talk | contribs) (Created page with "=CSV Module= Category:Python Category:Examples")
- 00:19, 1 March 2012 Objective-C Links (hist | edit) [164 bytes] PeterHarding (talk | contribs) (Created page with " =References= * http://www.touch-code-magazine.com/objective-c-math-functions/ Category:Objective-C Category:MacOSX")
- 12:46, 28 February 2012 JVM Tuning (hist | edit) [117 bytes] PeterHarding (talk | contribs) (Created page with "=Notes= * http://performance.netbeans.org/howto/jvmswitches/ Category:Performance Category:Java")
- 22:19, 27 February 2012 Git SCM Notes (hist | edit) [1,249 bytes] PeterHarding (talk | contribs) (Created page with "=Overview= Check out this YouTube Video: Category:Git Category:SCM")
- 17:14, 23 February 2012 Static Methods in Python (hist | edit) [884 bytes] PeterHarding (talk | contribs) (Created page with " Hunting around found this example - http://code.activestate.com/recipes/52304-static-methods-aka-class-methods-in-python/ <pre> ## {{{ http://code.activestate.com/recipes/52...")
- 11:03, 22 February 2012 XCode Notes (hist | edit) [320 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://useyourloaf.com/ Category:MacOSX Category:Xcode")
- 17:57, 21 February 2012 Numerical Stuff (hist | edit) [246 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://hpc.sourceforge.net/ (MacOS) Category:Mathematics")
- 17:48, 21 February 2012 Using R in Ruby (hist | edit) [85 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * https://github.com/alexgutteridge/rsruby Category:R Category:Ruby")
- 16:37, 21 February 2012 Ruby Arrays (hist | edit) [503 bytes] PeterHarding (talk | contribs) (Created page with "=Links= * http://rubylearning.com/satishtalim/ruby_arrays.html Category:Ruby")
- 16:30, 21 February 2012 Ruby Algorithms (hist | edit) [112 bytes] PeterHarding (talk | contribs) (Created page with "=References= * http://www.brpreiss.com/books/opus8/programs/index.html Category:Ruby Category:Examples")
- 10:36, 2 February 2012 HTML5 References (hist | edit) [213 bytes] PeterHarding (talk | contribs) (Created page with " * http://caniuse.com/ * http://html5please.us/ * http://css3please.com/ * http://html5boilerplate.com/ * http://www.modernizr.com/ Category:HTML5")
- 11:46, 31 January 2012 Python - Lambda (hist | edit) [208 bytes] PeterHarding (talk | contribs) (Created page with "=Examples= <pre> #!/usr/bin/env python27 crange = lambda c1, c2: [ chr(c) for c in range(ord(c1), ord(c2)+1) ] print crange('A', 'Z') print crange('0', '9') </pre> [[Cate...")
- 20:20, 4 January 2012 Delete a Windows Service (hist | edit) [1,082 bytes] PeterHarding (talk | contribs) (Created page with '=Info+ * http://geekswithblogs.net/shahedul/archive/2006/10/13/93984.aspx Recently, I was trying to delete a windows service. Normally it should not be necessary to manually de...')
- 11:53, 4 January 2012 Python - virtualenv (hist | edit) [4,032 bytes] PeterHarding (talk | contribs) (Created page with 'virtualenv')
- 11:20, 4 January 2012 Selenium Resources (hist | edit) [65 bytes] PeterHarding (talk | contribs) (Created page with '=Web Sites= * http://www.seleniumwiki.com Category:Selenium')
- 14:10, 2 January 2012 OVMM Already installed (hist | edit) [2,117 bytes] PeterHarding (talk | contribs) (Created page with 'h1. OVMM is Runing <pre> already installed </pre>')
- 09:01, 13 November 2011 Setting up Selenium on Cygwin (hist | edit) [5,282 bytes] PeterHarding (talk | contribs) (Created page with '=Using Selenium with Cygwin= Category:Cygwin Category:Selenium')
- 08:56, 13 November 2011 Selenium Examples (hist | edit) [2,326 bytes] PeterHarding (talk | contribs) (Created page with '=Examples= Checkout {http://selenium.googlecode.com/svn/trunk/docs/api/py/webdriver_remote/selenium.webdriver.remote.webdriver.html|GoogleCode] for API details <pre> #!/usr/bin...')
- 09:01, 8 November 2011 Extacting Time Series with MSSQL (hist | edit) [1,593 bytes] PeterHarding (talk | contribs) (Created page with ' Validate the speeds and feeds I have used by examining the rate at which records are written to the database. For example, looking at the Weigh_Event_Log table, I construct the...')
- 08:43, 8 November 2011 Cloud Testing (hist | edit) [279 bytes] PeterHarding (talk | contribs) (Created page with '=Some Exploration= Check out the transcript and reccording of Neil Gunther's (DrQz) webinar on cloud based testing. * http://cloudlink.soasta.com/t5/Public-Webinar-and-Training...')
- 13:27, 6 November 2011 Using ZSI with Dot.NET (hist | edit) [17 bytes] PeterHarding (talk | contribs) (Created page with ' Category:ZSI')
- 15:16, 5 October 2011 LinqPad Notes (hist | edit) [323 bytes] PeterHarding (talk | contribs) (Created page with '=Notes= * http://www.albahari.com/nutshell/linqkit.aspx Category:LinqPad Category:Dot.NET')
- 15:07, 5 October 2011 Using Sqlite with Java (hist | edit) [1,495 bytes] PeterHarding (talk | contribs) (Created page with '=SQLite and Java= * http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers * http://stackoverflow.com/questions/41233/java-and-sqlite * http://en.wikibooks.org/wiki/Java_JDBC_using...')
- 15:06, 5 October 2011 Sqlite Notes (hist | edit) [89 bytes] PeterHarding (talk | contribs) (Created page with '=Some Links= * http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers Category:Sqlite')
- 11:10, 5 October 2011 Using LinqPad (hist | edit) [534 bytes] PeterHarding (talk | contribs) (Created page with '=Notes= A useful tool for working with C# and .NET * http://www.linqpad.net/ * http://en.wikipedia.org/wiki/LINQPad Category:Dot.NET Category:LinqPad')
- 11:08, 5 October 2011 Using Selenium in C Sharp (hist | edit) [1,100 bytes] PeterHarding (talk | contribs) (Created page with '=Examples= <pre> * using Microsoft.VisualStudio.TestTools.UnitTesting; using Selenium; [TestClass] public class SeleniumTest { private DefaultSelenium _firefox; [Clas...') originally created as "Using Seleium in C"
- 10:43, 5 October 2011 Working with SIlverlight (hist | edit) [1,854 bytes] PeterHarding (talk | contribs) (Created page with '=Some Links= The journey begins... * http://www.silverlight.net/learn/overview/working-with-javascript/html-bridge-%28silverlight-quickstart%29 * http://www.telerik.com/automat...')
- 03:08, 2 October 2011 Interesting Web Software (hist | edit) [146 bytes] PeterHarding (talk | contribs) (Created page with ' * http://www.pearltrees.com/#/N-u=1_49120&N-fa=586303&N-s=1_586303&N-f=1_586303&N-p=13958851 Category:Web Category:Internet')
- 01:50, 2 October 2011 Testing with Python (hist | edit) [79 bytes] PeterHarding (talk | contribs) (Created page with ' * http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy Category:Python')