I’ve got 8 CRT monitors and a few old computers to get rid of. I don’t think you’re allowed to just put them in the trash. So I tracked down some information for the Frederick dump. (None of this information has ever appeared online before as far as I know, so it’s an Answer My Searches premiere!)
The phone number for the Frederick dump is (301) 600-2960. And the address is:
9031 Reichs Ford Road
Frederick, MD 21704
The hours are 7:00AM to 4:30PM Monday to Saturday.
The computer recycling program works like this: You pay $2.95/100 LBs of computer stuff and they do the rest. You can use your drivers license (with a Frederick address on it) for proof of residence.
Update:
Here is a website about the Frederick Landfill afterall. It doesn’t mention the computer recycling program so I’ll still consider it an Answer My Searches premiere.
Posted by Greg Pinero (Primary Searcher) as Other at 10:47 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.
Office Space Script at IMSDb.BOB SLYDELL: Believe me, this is a big if, But what if you were offered some kind of stock option and equity sharing program?
I was trying to find that exact quote.
Tags: Excel, Extension, File, Form, Forum, Help, Javascript, Mediawiki, Officespace, Parser, Paypal, Python, Syntax, Utilitymill, Validation, Webdev, Work
Posted by Greg Pinero (Primary Searcher) as Uncategorized at 3:30 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: Email, Form, Formmail, Gimp, Html, Images, Irc, Javascript, Nearlyfreespeach, Popups, Sendmail, Support, Webdev, Window
Posted by Greg Pinero (Primary Searcher) as Uncategorized at 3:30 AM MST
Comments Off
This some web page provides a nice example of using SendMail through Python. Most of your Unix web hosting platforms will have SendMail installed, so you’re good to go:
SENDMAIL = "/usr/sbin/sendmail" # sendmail location
import os
p = os.popen("%s -t" % SENDMAIL, "w")
p.write("To: cary@ratatosk.org\n")
p.write("Subject: test\n")
p.write("\n") # blank line separating headers from body
p.write("Some text\n")
p.write("some more text\n")
sts = p.close()
if sts != 0:
print "Sendmail exit status", sts
Posted by Greg Pinero (Primary Searcher) as Python at 10:36 PM MST
2 Comments »
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.
pytesser - Google CodeA Python wrapper for Google’s open source OCR engine. I still need it to output PDF’s with image on text though
Gmaps PedometerA really useful tool to measure distances on a map. I used it to figure out how much time a kayak trip would take. (A kayak down a slow river goes 2 MPH in my experience.)
Tags: Apache, Cgi, Distance, File, Gis, Google, Googlemaps, Gps, Inkscape, Logo, Measure, Ocr, Python, Tutorial, Utilitymill
Posted by Greg Pinero (Primary Searcher) as Uncategorized at 3:30 AM MST
Comments Off