/ home / projects / blog / archive / 2005_04_25_archive.php :: . : .. [ 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:00 PM

 
WebBrowser Control

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

 
ASPN : Support : Using OLE with Perl

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

 
Ruby and Microsoft Windows @ Programming Ruby

posted by j 4/25/2005 08:01:00 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:00 PM

 
Ruby on Rails

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

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

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

 
RAA - ruby-gdchart

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

 
Ruby and Microsoft Windows @ Programming Ruby

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

 
Ruby: EmacsExtensions

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

 
Using the Ruby MySQL Module

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

 
TheServerSide.com - Unit-Testing Hibernate With HSQLDB

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


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