I hereby claim:
- I am nucle0tides on github.
- I am gabbyortman (https://keybase.io/gabbyortman) on keybase.
- I have a public key ASAWJGf5lLOSrevWF0tMP1ieV6469bHzzDD2vi6ljYK9cwo
To claim this, I am signing this object:
| /* | |
| 1. Use a more-intuitive box-sizing model. | |
| */ | |
| *, *::before, *::after { | |
| box-sizing: border-box; | |
| } | |
| /* | |
| 2. Remove default margin | |
| */ | |
| * { |
I hereby claim:
To claim this, I am signing this object:
| import requests | |
| import xmltodict | |
| import pprint | |
| import time | |
| url = "https://storagemart.website.staging.storedge.com/sitemap.xml" | |
| res = requests.get(url) | |
| raw = xmltodict.parse(res.text) | |
| dead_links = {} |
| """ | |
| no one knows to just put the part of their email before the @iastate.edu ugh | |
| """ | |
| emails = open('emails.txt', 'r') | |
| email_list = [] | |
| for line in emails: | |
| print str(line).replace("@iastate.edu", "").replace("\n","") |