/ home / projects / blog / 2005_04_25_archive.php :: . : .. : uploaded_images : 2004 : labels : hello : nopub : 2009 : 2003 : 2010 : 2006 : CVS : archives : 2001 : 2008 : 2007 : 2002 : 2005 : archive [ Home ] [ Projects ] [ Events ] [ Applications ] [ About ] [ Help ]

Tech notes, bookmarks, and misc. notes

archives


Monday, April 25, 2005

 
perl.com: Automating Windows Applications with Win32::OLE

posted by j 4/25/2005 11:25:57 PM

 
WebBrowser Control

posted by j 4/25/2005 11:25:39 PM

 
ASPN : Support : Using OLE with Perl

posted by j 4/25/2005 08:21:09 PM

 
Ruby and Microsoft Windows @ Programming Ruby

posted by j 4/25/2005 08:01:35 PM

 

win32ole test Posted by Hello

posted by j 4/25/2005 07:53:00 PM

 
Win32OLE Extension Library for Ruby:
require 'win32ole'

application = WIN32OLE.new('Excel.Application')

application.visible = TRUE
workbook = application.Workbooks.Add();
worksheet = workbook.Worksheets(1);
worksheet.Range('A1:D1').value = ['North','South','East','West'];"

posted by j 4/25/2005 07:49:20 PM

 
Ruby on Rails

posted by j 4/25/2005 07:55:46 AM

 
ONLamp.com: Python-Powered Templates with Cheetah with associated template example for Bugzilla.

posted by j 4/25/2005 07:51:22 AM

 
RAA - ruby-gdchart

posted by j 4/25/2005 07:48:38 AM

 
Ruby and Microsoft Windows @ Programming Ruby

posted by j 4/25/2005 07:47:16 AM

 
Ruby: EmacsExtensions

posted by j 4/25/2005 07:43:04 AM

 
Using the Ruby MySQL Module

posted by j 4/25/2005 07:39:21 AM

 
TheServerSide.com - Unit-Testing Hibernate With HSQLDB

posted by j 4/25/2005 07:31:51 AM


This page is powered by Blogger. Isn't yours?