This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 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' }, |