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
#!/usr/bin/env python3 | |
import logging | |
import os | |
import re | |
import subprocess as sp | |
import sys | |
from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter | |
from http.client import HTTPResponse | |
from tempfile import NamedTemporaryFile |
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
#!/usr/bin/env python3 | |
from http.client import HTTPMessage, HTTPResponse | |
import logging | |
import os | |
import re | |
import subprocess as sp | |
import sys | |
from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter | |
from tempfile import NamedTemporaryFile |
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
arose: 27913 | |
aeros: 27913 | |
soare: 27913 | |
arise: 27234 | |
raise: 27234 | |
aesir: 27234 | |
reais: 27234 | |
serai: 27234 | |
aloes: 27126 | |
stoae: 27050 |
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
#!/usr/bin/python | |
def getLinks(url): | |
pass | |
#### SOL 1 | |
def handleLinks(links , seen , out): | |
nextLayer = [] | |
for link in links: |
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
#!/usr/bin/env python | |
import os, sys | |
class TestObject(object): | |
pass | |
def monkey(coconut): | |
print "I like bananas" |