Skip to content

Instantly share code, notes, and snippets.

View abhijitrmly's full-sized avatar
💭
Private repos only

abhijitrmly

💭
Private repos only
View GitHub Profile
@abhijitrmly
abhijitrmly / gist:4386927
Created December 27, 2012 09:40
Problem with subscriptability
# The web crawler we built at the end of Unit 3 has some serious
# flaws if we were going to use it in a real crawler. One
# problem is if we start with a good seed page, it might
# run for an extremely long time (even forever, since the
# number of URLS on the web is not actually finite). The final two
# questions of the homework ask you to explore two different ways
# to limit the pages that it can crawl.
#######