Skip to content

Instantly share code, notes, and snippets.

View nucle0tides's full-sized avatar

gabby ortman nucle0tides

View GitHub Profile
/*
1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
box-sizing: border-box;
}
/*
2. Remove default margin
*/
* {

Keybase proof

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:

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","")