bzr log file
Posted by Greg Pinero (Primary Searcher) as Other at 7:28 PM MST
Comments Off
Categories
Archives
Pages
Search
Links
Subscribe
Administration
My GMailThis bookmarklett stopped working recently. I found this version that does work for me. Just drag this (GmailThis) into your toolbar and starting using it again.
Here is another fix, potentially a better one.
Posted by Greg Pinero (Primary Searcher) as Other at 12:37 AM MST
Comments Off
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
Tags: Alpha, Dom, Events, Forum_I_Posted_To, Heatmap, Investing, Javascript, Opacity, Pil, Python, Utilitymill
Posted by Greg Pinero (Primary Searcher) as Uncategorized at 4:30 AM MST
Comments Off
Here’s an example of a simple macro that sends an Outlook email.
Sub sl()
Dim olApp As Outlook.Application
Dim objMail As Outlook.MailItem
Set olApp = Outlook.Application
Set objMail = olApp.CreateItem(olMailItem)
objMail.BodyFormat = olFormatPlain
objMail.Subject = "Hi buddy"
objMail.Body = "Whats up" + Chr(13) + Chr(10) + "Greg"
objMail.To = "goofus@doofus.com"
objMail.Send
End Sub
Posted by Greg Pinero (Primary Searcher) as win32, Other at 1:51 PM MST
While not quite a definitive answer, I have a store-baked Blueberry pie here from 4 days ago and it tastes fine.

Posted by Greg Pinero (Primary Searcher) as Other, Idle Curiosities at 10:42 PM MST
Comments Off