User contributions for PeterHarding
Jump to navigation
Jump to search
- 10:31, 19 February 2013 diff hist +517 AutoIT Notes
- 10:29, 19 February 2013 diff hist +88 AutoIT Notes
- 10:28, 19 February 2013 diff hist +85 AutoIT Notes
- 10:27, 19 February 2013 diff hist +117 N AutoIT Notes Created page with " * http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/ Category:AutoIT"
- 09:45, 19 February 2013 diff hist +57 Using Excel with Python current
- 09:44, 19 February 2013 diff hist +129 Using Excel with Python
- 09:44, 19 February 2013 diff hist +91 N Using AutoIT with Ruby Created page with "=Examples= <pre> </pre> Category:Examples Category:Ruby Category:AutoIT" current
- 09:39, 19 February 2013 diff hist +271 N Using Excel with Python Created page with "=Examples= <pre> >>> from win32com.client.dynamic import Dispatch >>> >>> from win32com.client.dynamic import Dispatch >>> >>> excel = Dispatch('Excel.Application') >>> >>> >..."
- 09:37, 19 February 2013 diff hist +3,398 Using AutoIT with Python →Sample Scripts
- 09:34, 19 February 2013 diff hist +1 Using AutoIT with Python →Sample Scipts
- 09:33, 19 February 2013 diff hist +784 N Using AutoIT with Python 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:01, 28 January 2013 diff hist +99 Getting Started with Flask current
- 17:00, 28 January 2013 diff hist +55 Getting Started with Flask
- 17:00, 28 January 2013 diff hist +140 N Getting Started with Flask 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 diff hist +119 N CSharp - Using JSON Created page with "=Links= * http://stackoverflow.com/questions/401756/parsing-json-using-json-net Category:CSharp Category:JSON"
- 23:48, 6 December 2012 diff hist +56 CSharp - Serialization current
- 23:47, 6 December 2012 diff hist +56 CSharp - Serialization
- 23:47, 6 December 2012 diff hist +81 CSharp - Serialization
- 23:43, 6 December 2012 diff hist +126 N CSharp - Serialization Created page with "=Notes= * http://msdn.microsoft.com/en-us/library/system.runtime.serialization.datamemberattribute.aspx Category:CSharp"
- 23:38, 6 December 2012 diff hist +731 N CSharp - Files 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() { ..." current
- 09:27, 26 November 2012 diff hist +177 N CSharp - Setting up a Service 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" current
- 09:25, 26 November 2012 diff hist +39 CSharp - Logging current
- 09:12, 26 November 2012 diff hist +94 CSharp - Logging
- 09:05, 26 November 2012 diff hist +40 CSharp - Logging
- 09:04, 26 November 2012 diff hist +84 CSharp - Logging
- 08:49, 26 November 2012 diff hist +1,931 N Using WebClient 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 ..." current
- 08:48, 26 November 2012 diff hist +12,623 N Dot.NET Exceptions 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..." current
- 08:38, 26 November 2012 diff hist −6 Using Files in CSharp
- 08:37, 26 November 2012 diff hist +4,435 N Using Files in CSharp 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 diff hist +1,226 N CSharp - Serial Handling Notes 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..." current
- 08:32, 26 November 2012 diff hist −22 CSharp - Logging
- 08:32, 26 November 2012 diff hist +158 CSharp - Logging
- 08:22, 26 November 2012 diff hist +1,202 N CSharp - Logging 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..."
- 12:19, 3 November 2012 diff hist +57 N Category:MacOSx & iOS Created page with "Mac OSx and iOS notes, links, references and resources..." current
- 12:18, 3 November 2012 diff hist +2 IOS Development Notes current
- 12:18, 3 November 2012 diff hist +7 IOS Development Notes
- 12:17, 3 November 2012 diff hist +254 N IOS Development Notes 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:47, 30 July 2012 diff hist +135 Working with SSH and Ruby current
- 14:46, 30 July 2012 diff hist +186 Working with SSH and Ruby
- 14:44, 30 July 2012 diff hist +250 Working with SSH and Ruby
- 14:44, 30 July 2012 diff hist +56 Working with SSH and Ruby
- 14:42, 30 July 2012 diff hist +1,324 N Working with SSH and Ruby 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:02, 30 July 2012 diff hist +17 Working with Sub-processes in Ruby current
- 11:00, 30 July 2012 diff hist +359 N Working with Sub-processes in Ruby 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 ..."
- 10:56, 30 July 2012 diff hist +562 Skel.rb current
- 10:39, 30 July 2012 diff hist +1 Skel.rb
- 10:38, 30 July 2012 diff hist +382 Skel.rb →Skelton Ruby Script
- 10:31, 30 July 2012 diff hist +84 Skel.rb
- 10:20, 30 July 2012 diff hist +1 Metaprogramming in Ruby current
- 17:33, 6 June 2012 diff hist +95 N Python Web Frameworks Created page with "=See= * http://blog.curiasolutions.com/the-great-web-framework-shootout/ Category:Python" current