Skip to content

Instantly share code, notes, and snippets.

@daseme
daseme / gist:89e0a0eba21fe031f23997929a2f2536
Last active September 26, 2025 16:14
DIY - Cleaning Solutions for the Home
# Family DIY Cleaning Solutions Guide
## Essential Supplies Needed
- Spray bottles (clean, empty)
- Measuring cups
- Permanent marker for labeling
- Funnel (helpful but not required)
## The Four Essential Solutions
@daseme
daseme / searchengines.py
Created July 3, 2012 01:02
Search Engine Dictionary - Listing of common search engines and their query parameters for python consumption
"""
based on:
https://github.com/spiros/URI-ParseSearchString
converted for easier use in python.
update are noted with comments
"""
SE_LOOKUPS = {
'answers.yahoo.com' : { 'name': 'Yahoo Answers', 'q':'p' },