From c39440d879ef7e2849597729a786f2fd4a46bbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rita=20Gra=C3=A7a?= Date: Sat, 30 Mar 2019 16:35:25 +0100 Subject: [PATCH] first commit --- check.py | 20 ++ crawl.py | 68 ++++++ done2.html | 601 +++++++++++++++++++++++++++++++++++++++++++++++ pipeline.sh | 7 + render.py | 36 +++ reset.css | 48 ++++ rip_icon.png | Bin 0 -> 4104 bytes style.css | 41 ++++ urls.sorted.txt | 589 ++++++++++++++++++++++++++++++++++++++++++++++ urls.txt | 589 ++++++++++++++++++++++++++++++++++++++++++++++ urlswithstat.txt | 589 ++++++++++++++++++++++++++++++++++++++++++++++ 11 files changed, 2588 insertions(+) create mode 100644 check.py create mode 100644 crawl.py create mode 100644 done2.html create mode 100644 pipeline.sh create mode 100644 render.py create mode 100644 reset.css create mode 100644 rip_icon.png create mode 100644 style.css create mode 100644 urls.sorted.txt create mode 100644 urls.txt create mode 100644 urlswithstat.txt diff --git a/check.py b/check.py new file mode 100644 index 0000000..7582e89 --- /dev/null +++ b/check.py @@ -0,0 +1,20 @@ +import sys +import requests +import time +from requests.exceptions import * + +for link in sys.stdin: + + link = link.rstrip() + print(link, file=sys.stderr) + + try: + request = requests.get(link) + print(link, request.status_code, 'ok') + + except SSLError as e: + print(link, "0", e) + + except ConnectionError as e: + print(link, "0", e) + time.sleep(0.1) diff --git a/crawl.py b/crawl.py new file mode 100644 index 0000000..2176a2e --- /dev/null +++ b/crawl.py @@ -0,0 +1,68 @@ +import sys +import html5lib # html5lib is a Python package that implements the HTML5 parsing algorithm +import xml.etree.ElementTree as ET +import requests +import urllib.request +from urllib.request import urlopen +from urllib.error import HTTPError +from urllib.parse import urljoin, urlparse, urlunparse +import os, sys +from urllib.request import urlopen +from bs4 import BeautifulSoup +from bs4 import BeautifulSoup, SoupStrainer +import time +import argparse + +ap = argparse.ArgumentParser("") +ap.add_argument("--url", default="http://b-e-e-t.r-o-o-t.net/") +args = ap.parse_args() + +# creates a url list +input_var_url = [args.url] +input_var_url_str = ' '.join(input_var_url) # turns list in string + +done = [] + +# it reconstructs the url to 'clean' the url +def nurl(url): + p = urlparse(url) + return urlunparse((p.scheme, p.netloc, p.path, None, None, None)) + +while len(input_var_url) > 0: + url = input_var_url[0] + input_var_url = input_var_url[1:] + done.append(url) + print('scraping:', url, file=sys.stderr) + + try: + with urlopen(url, timeout=4) as f: + p = urlparse(url) + if p.netloc in input_var_url_str: # avoids the scraping to get out of controll + t = html5lib.parse(f, namespaceHTMLElements=False) + # check for redirection + if url != f.url: + print ("REDIRECT", url, f.url, file=sys.stderr) + url = f.url + done.append(url) + print(url, "DONE", file=sys.stderr) + #time.sleep(5) + + extensions = ("jpg", "pdf") + + # Open the xml tree map of the webpage. Catch all elements that are links: + for link in t.findall(".//a[@href]"): + href = nurl(urljoin(url, link.attrib.get('href'))) + path = urlparse(href).path + _,ext=os.path.splitext(path) + ext = ext.lower().lstrip('.') + #print('EXT-----------', href, ext, file=sys.stderr) + if (href not in done and href not in input_var_url) and ext not in extensions: + print(href) + input_var_url.append(href) + + all_links = "" + + except: # when an HTTP error is returned (e.g: a url didn't exist), the except avoids the code breaking + print ("oh no, a broken link", file=sys.stderr) + + time.sleep(0.1) diff --git a/done2.html b/done2.html new file mode 100644 index 0000000..f6b2c31 --- /dev/null +++ b/done2.html @@ -0,0 +1,601 @@ + + + + + + + + +
+

http://31.20.8.54

+

http://31.20.8.54/ring.html

+

http://77.172.158.66/ring.html RIP LINK

+

http://77.172.158.66:4444

+

http://82.169.88.92/index.htm RIP LINK

+

http://82.169.88.92/ring.html

+

http://82.169.88.92:5000/ RIP LINK

+

http://amodern.net/article/half-inch-revolution/

+

http://amodern.net/article/half-inch-revolution/

+

http://amodern.net/article/half-inch-revolution/

+

http://amodern.net/article/half-inch-revolution/

+

http://amodern.net/article/half-inch-revolution/

+

http://amodern.net/article/half-inch-revolution/

+

http://amodern.net/article/half-inch-revolution/

+

http://amodern.net/article/half-inch-revolution/

+

http://amodern.net/article/half-inch-revolution/

+

http://amodern.net/article/half-inch-revolution/

+

http://amodern.net/article/half-inch-revolution/

+

http://b-e-e-t.r-o-o-t.net/

+

http://b-e-e-t.r-o-o-t.net/PDF/

+

http://b-e-e-t.r-o-o-t.net/archive/

+

http://b-e-e-t.r-o-o-t.net/archive/contrails/

+

http://b-e-e-t.r-o-o-t.net/archive/gps_drawings/

+

http://b-e-e-t.r-o-o-t.net/archive/knotboard/

+

http://b-e-e-t.r-o-o-t.net/archive/mandarin_peels/

+

http://b-e-e-t.r-o-o-t.net/archive/network_of_possibilities/

+

http://b-e-e-t.r-o-o-t.net/archive/networkdrawings/

+

http://b-e-e-t.r-o-o-t.net/archive/networktopologies/

+

http://b-e-e-t.r-o-o-t.net/archive/topology/

+

http://b-e-e-t.r-o-o-t.net/pages/

+

http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_ciao.html

+

http://b-e-e-t.r-o-o-t.net/pages/img/

+

http://b-e-e-t.r-o-o-t.net/pages/please_to_foshan.html

+

http://b-e-e-t.r-o-o-t.net/pages/style.css

+

http://b-e-e-t.r-o-o-t.net/pages/wijnhaven_to_foshan.html

+

http://b-e-e-t.r-o-o-t.net/readings/

+

http://b-e-e-t.r-o-o-t.net/readings/beyond_the_internet_and_all_control_diagrams.html

+

http://b-e-e-t.r-o-o-t.net/readings/biotopology.html

+

http://b-e-e-t.r-o-o-t.net/readings/buckminster_fuller_software.html

+

http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html

+

http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html/ RIP LINK

+

http://b-e-e-t.r-o-o-t.net/readings/fonts/

+

http://b-e-e-t.r-o-o-t.net/readings/images/

+

http://b-e-e-t.r-o-o-t.net/readings/media/

+

http://b-e-e-t.r-o-o-t.net/readings/media/png/wijnhaven_to_foshan.png

+

http://b-e-e-t.r-o-o-t.net/readings/media/svg/wijnhaven_to_foshan.svg

+

http://b-e-e-t.r-o-o-t.net/readings/media/svg/wijnhaven_to_foshan_02.svg

+

http://b-e-e-t.r-o-o-t.net/readings/mejias_liberation_technology.html

+

http://b-e-e-t.r-o-o-t.net/readings/readings.css

+

http://b-e-e-t.r-o-o-t.net/readings/readings_index.html

+

http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html

+

http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html

+

http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html

+

http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html

+

http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html

+

http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html

+

http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html

+

http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html

+

http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html

+

http://b-e-e-t.r-o-o-t.net/readings/“http:/www.zachblas.info/works/face-cages/“ RIP LINK

+

http://b-e-e-t.r-o-o-t.net/ring.html

+

http://baifund.com/

+

http://baifund.com/entry.html RIP LINK

+

http://baifund.com/parvenu_mansion.html RIP LINK

+

http://blog.nielsen.com/nielsenwire/online_mobile/social-media-accounts-for-22-percent-of-time-online/.

+

http://ciao.urca.tv/

+

http://ciao.urca.tv/SITE/

+

http://ciao.urca.tv/SITEold/

+

http://ciao.urca.tv/SITEold2/

+

http://ciao.urca.tv/_proj/

+

http://ciao.urca.tv/_proj/OTHERS/

+

http://ciao.urca.tv/_proj/OTHERS/nwo/

+

http://ciao.urca.tv/_proj/OTHERS/redhouse/

+

http://ciao.urca.tv/_proj/OTHERS/txts/

+

http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/

+

http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/

+

http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/scientific_avantgarde.html

+

http://ciao.urca.tv/_proj/OTHERS/txts/xpub_journal/

+

http://ciao.urca.tv/_proj/_SI8/

+

http://ciao.urca.tv/_proj/_SI8/Bots/

+

http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/

+

http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/

+

http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/

+

http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/

+

http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/live.html

+

http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/

+

http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/test.etherpad

+

http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pics/

+

http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/script/

+

http://ciao.urca.tv/_proj/_SI8/Bots/archive/

+

http://ciao.urca.tv/_proj/_SI8/Bots/jargon/

+

http://ciao.urca.tv/_proj/_SI8/abstractions_permutations/

+

http://ciao.urca.tv/_proj/_SI8/map/

+

http://ciao.urca.tv/_proj/_SI8/map/icons/

+

http://ciao.urca.tv/_proj/_SI8/map/leaflet/

+

http://ciao.urca.tv/_proj/_SI8/map/leaflet/images/

+

http://ciao.urca.tv/_proj/_SI8/map/map_test.html

+

http://ciao.urca.tv/_proj/_SI8/paranodes/

+

http://ciao.urca.tv/_scripts/

+

http://ciao.urca.tv/_scripts/dynamicHTML/

+

http://ciao.urca.tv/_scripts/dynamicHTML/cgi-bin/

+

http://ciao.urca.tv/_scripts/hover_div/

+

http://ciao.urca.tv/_scripts/hover_div/hover_div.html

+

http://ciao.urca.tv/_scripts/liveHTML/

+

http://ciao.urca.tv/test.html

+

http://comware.us/Content/internetrecollections RIP LINK

+

http://comware.us/Content/internetrecollections RIP LINK

+

http://comware.us/Content/internetrecollections RIP LINK

+

http://comware.us/Content/internetrecollections RIP LINK

+

http://comware.us/Content/internetrecollections RIP LINK

+

http://comware.us/Content/internetrecollections RIP LINK

+

http://comware.us/Content/internetrecollections RIP LINK

+

http://comware.us/Content/internetrecollections RIP LINK

+

http://comware.us/Content/internetrecollections RIP LINK

+

http://dohanews.co/post/5792813904/facebook-usage-falls-in-gcc-including-in-qatar-saudi RIP LINK

+

http://finance.sina.com.cn/blank/entry.html RIP LINK

+

http://finance.sina.com.cn/blank/parvenu_mansion.html RIP LINK

+

http://finance.sina.com.cn/blank/qygc209bertelsmann.shtml

+

http://finance.sina.com.cn/g/20041008/10441064627.shtml

+

http://finance.sina.com.cn/g/20041008/10441064627.shtml

+

http://finance.sina.com.cn/g/20041008/10441064627.shtml

+

http://finance.sina.com.cn/g/20041008/10441064627.shtml

+

http://finance.sina.com.cn/g/20041008/10441064627.shtml

+

http://finance.sina.com.cn/g/20041008/10441064627.shtml

+

http://finance.sina.com.cn/g/20041008/classics.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/entry.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/entry.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/entry.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/entry.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/entry.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/entry.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/female_librarian.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/kraft.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/music_academy.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/zhong_father.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/zhong_father.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/zhong_father.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/zhong_father.html RIP LINK

+

http://finance.sina.com.cn/g/20041008/zhong_father.html RIP LINK

+

http://foshan-1992.pw/

+

http://foshan-1992.pw/~biyi/

+

http://foshan-1992.pw/~biyi/bertelsmann.html

+

http://foshan-1992.pw/~biyi/borges.html

+

http://foshan-1992.pw/~biyi/borges_bookstore.html

+

http://foshan-1992.pw/~biyi/borges_bookstore.html

+

http://foshan-1992.pw/~biyi/borges_bookstore.html

+

http://foshan-1992.pw/~biyi/borges_bookstore.html

+

http://foshan-1992.pw/~biyi/butterfly_specimen.html

+

http://foshan-1992.pw/~biyi/catalog.html

+

http://foshan-1992.pw/~biyi/childhood.html RIP LINK

+

http://foshan-1992.pw/~biyi/classics.html

+

http://foshan-1992.pw/~biyi/classics.html

+

http://foshan-1992.pw/~biyi/classmates.html

+

http://foshan-1992.pw/~biyi/classmates.html

+

http://foshan-1992.pw/~biyi/claude_simon.html

+

http://foshan-1992.pw/~biyi/claude_simon.html

+

http://foshan-1992.pw/~biyi/commodity_apartment.html

+

http://foshan-1992.pw/~biyi/commodity_apartment.html

+

http://foshan-1992.pw/~biyi/dangdang.com RIP LINK

+

http://foshan-1992.pw/~biyi/dormitory_building.html

+

http://foshan-1992.pw/~biyi/dormitory_building.html

+

http://foshan-1992.pw/~biyi/douban.com RIP LINK

+

http://foshan-1992.pw/~biyi/douban.com RIP LINK

+

http://foshan-1992.pw/~biyi/english_jacket.html

+

http://foshan-1992.pw/~biyi/english_jacket.html

+

http://foshan-1992.pw/~biyi/enlish_jacket.html RIP LINK

+

http://foshan-1992.pw/~biyi/enlish_jacket.html RIP LINK

+

http://foshan-1992.pw/~biyi/entry.css

+

http://foshan-1992.pw/~biyi/entry.html

+

http://foshan-1992.pw/~biyi/entry.html

+

http://foshan-1992.pw/~biyi/entry.html

+

http://foshan-1992.pw/~biyi/entry.html

+

http://foshan-1992.pw/~biyi/entry.html

+

http://foshan-1992.pw/~biyi/entry.html

+

http://foshan-1992.pw/~biyi/entry.html

+

http://foshan-1992.pw/~biyi/female_librarian.html

+

http://foshan-1992.pw/~biyi/female_librarian.html

+

http://foshan-1992.pw/~biyi/five_goats.html RIP LINK

+

http://foshan-1992.pw/~biyi/flower_city_press.html

+

http://foshan-1992.pw/~biyi/flower_city_press.html

+

http://foshan-1992.pw/~biyi/generated_pdf/

+

http://foshan-1992.pw/~biyi/goosebumps.html

+

http://foshan-1992.pw/~biyi/goosebumps.html

+

http://foshan-1992.pw/~biyi/img/

+

http://foshan-1992.pw/~biyi/img/bertelsmann/

+

http://foshan-1992.pw/~biyi/img/borges/

+

http://foshan-1992.pw/~biyi/img/borges_bookstore/

+

http://foshan-1992.pw/~biyi/img/butterfly_specimen/

+

http://foshan-1992.pw/~biyi/img/entry/

+

http://foshan-1992.pw/~biyi/img/female_librarian/

+

http://foshan-1992.pw/~biyi/img/four_classics/

+

http://foshan-1992.pw/~biyi/img/kraft/

+

http://foshan-1992.pw/~biyi/img/literature_children/

+

http://foshan-1992.pw/~biyi/img/mengmeng/

+

http://foshan-1992.pw/~biyi/img/music_academy/

+

http://foshan-1992.pw/~biyi/img/my_aunts_print_shop/

+

http://foshan-1992.pw/~biyi/img/nanhai_book_center/

+

http://foshan-1992.pw/~biyi/img/nanhai_library/

+

http://foshan-1992.pw/~biyi/img/parvenu_mansion/

+

http://foshan-1992.pw/~biyi/img/physiotherapy/

+

http://foshan-1992.pw/~biyi/img/pnin/

+

http://foshan-1992.pw/~biyi/img/romantic_novels/

+

http://foshan-1992.pw/~biyi/img/union_library/

+

http://foshan-1992.pw/~biyi/img/zhong_father/

+

http://foshan-1992.pw/~biyi/kongfuzi.com RIP LINK

+

http://foshan-1992.pw/~biyi/kongfuzi.com RIP LINK

+

http://foshan-1992.pw/~biyi/kraft.html

+

http://foshan-1992.pw/~biyi/kraft.html

+

http://foshan-1992.pw/~biyi/ling_yu.html

+

http://foshan-1992.pw/~biyi/ling_yu.html

+

http://foshan-1992.pw/~biyi/main.html RIP LINK

+

http://foshan-1992.pw/~biyi/map.html

+

http://foshan-1992.pw/~biyi/mengmeng.html

+

http://foshan-1992.pw/~biyi/mengmeng.html

+

http://foshan-1992.pw/~biyi/mengmeng.html

+

http://foshan-1992.pw/~biyi/music_academy.html

+

http://foshan-1992.pw/~biyi/music_academy.html

+

http://foshan-1992.pw/~biyi/my_aunts_print_shop.html

+

http://foshan-1992.pw/~biyi/my_aunts_print_shop.html

+

http://foshan-1992.pw/~biyi/nabokovs_butterfly.html

+

http://foshan-1992.pw/~biyi/nanhai_book_center

+

http://foshan-1992.pw/~biyi/nanhai_book_center

+

http://foshan-1992.pw/~biyi/nanhai_book_center

+

http://foshan-1992.pw/~biyi/nanhai_book_center

+

http://foshan-1992.pw/~biyi/nanhai_book_center

+

http://foshan-1992.pw/~biyi/nanhai_book_center.html

+

http://foshan-1992.pw/~biyi/nanhai_book_center.html

+

http://foshan-1992.pw/~biyi/nanhai_library

+

http://foshan-1992.pw/~biyi/nanhai_library.html

+

http://foshan-1992.pw/~biyi/nanhai_library.html

+

http://foshan-1992.pw/~biyi/nanhai_library.html

+

http://foshan-1992.pw/~biyi/nanhai_library.html

+

http://foshan-1992.pw/~biyi/nanhai_library.html

+

http://foshan-1992.pw/~biyi/nanhai_library.html

+

http://foshan-1992.pw/~biyi/nanhai_library.html

+

http://foshan-1992.pw/~biyi/nanhai_library.html

+

http://foshan-1992.pw/~biyi/online_booksellers.html RIP LINK

+

http://foshan-1992.pw/~biyi/online_booksellers.html RIP LINK

+

http://foshan-1992.pw/~biyi/online_distributors.html

+

http://foshan-1992.pw/~biyi/parvenu_mansion

+

http://foshan-1992.pw/~biyi/parvenu_mansion

+

http://foshan-1992.pw/~biyi/parvenu_mansion

+

http://foshan-1992.pw/~biyi/parvenu_mansion

+

http://foshan-1992.pw/~biyi/parvenu_mansion

+

http://foshan-1992.pw/~biyi/parvenu_mansion

+

http://foshan-1992.pw/~biyi/parvenu_mansion.html

+

http://foshan-1992.pw/~biyi/parvenu_mansion.html

+

http://foshan-1992.pw/~biyi/parvenu_mansion.html

+

http://foshan-1992.pw/~biyi/parvenu_mansion.html

+

http://foshan-1992.pw/~biyi/parvenu_mansion.html

+

http://foshan-1992.pw/~biyi/parvenu_mansion.html

+

http://foshan-1992.pw/~biyi/physiotherapy.html

+

http://foshan-1992.pw/~biyi/physiotherapy.html

+

http://foshan-1992.pw/~biyi/physiotherapy.html

+

http://foshan-1992.pw/~biyi/pnin.html

+

http://foshan-1992.pw/~biyi/pnin.html

+

http://foshan-1992.pw/~biyi/public_library.html

+

http://foshan-1992.pw/~biyi/public_library.html

+

http://foshan-1992.pw/~biyi/public_library.html

+

http://foshan-1992.pw/~biyi/romantic_novels.html

+

http://foshan-1992.pw/~biyi/romantic_novels.html

+

http://foshan-1992.pw/~biyi/romantic_novels.html

+

http://foshan-1992.pw/~biyi/salted_almonds.html

+

http://foshan-1992.pw/~biyi/salted_almonds.html

+

http://foshan-1992.pw/~biyi/salted_almonds.html

+

http://foshan-1992.pw/~biyi/san_mao.html RIP LINK

+

http://foshan-1992.pw/~biyi/template.css

+

http://foshan-1992.pw/~biyi/template_table.html

+

http://foshan-1992.pw/~biyi/union_library.html

+

http://foshan-1992.pw/~biyi/union_library.html

+

http://foshan-1992.pw/~biyi/union_library.html

+

http://foshan-1992.pw/~biyi/wang_zhen.html

+

http://foshan-1992.pw/~biyi/wang_zhen.html

+

http://foshan-1992.pw/~biyi/wang_zhen.html

+

http://foshan-1992.pw/~biyi/wuxia.html

+

http://foshan-1992.pw/~biyi/wuxia.html

+

http://foshan-1992.pw/~biyi/wuxia.html

+

http://foshan-1992.pw/~biyi/yilin_press.html RIP LINK

+

http://foshan-1992.pw/~biyi/z.cn RIP LINK

+

http://foshan-1992.pw/~biyi/zhong_chu.html RIP LINK

+

http://foshan-1992.pw/~biyi/zhong_father.html

+

http://foshan-1992.pw/~biyi/zhong_father.html

+

http://foshan-1992.pw/~biyi/zhong_father.html

+

http://globalvoicesonline.org/2009/06/27/iranian-officials-crowd-source-protester-identities-online/. RIP LINK

+

http://liberationtechnology.stanford.edu/ RIP LINK

+

http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/

+

http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/

+

http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/

+

http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/

+

http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/

+

http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/

+

http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/

+

http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/

+

http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/

+

http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/

+

http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan.svg

+

http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan.svg

+

http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan_02.svg

+

http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan_02.svg

+

http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/2100-1029_3-6140191.html

+

http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/wijnhaven_to_foshan.svg

+

http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/wijnhaven_to_foshan_02.svg

+

http://news.cnet.com/readings/media/

+

http://news.cnet.com/readings/media/

+

http://news.cnet.com/readings/media/

+

http://nothat.bad.mn

+

http://nothat.bad.mn/

+

http://nothat.bad.mn/

+

http://nothat.bad.mn/

+

http://nothat.bad.mn/

+

http://nothat.bad.mn/archive_new/

+

http://nothat.bad.mn/archive_new/folder/index.html

+

http://nothat.bad.mn/archive_new/new/index.html

+

http://nothat.bad.mn/archive_new/now/index.html

+

http://nothat.bad.mn/archive_new/world/index.html

+

http://nothat.bad.mn/archive_new/wow/index.html

+

http://nothat.bad.mn/archive_new_scripts/

+

http://nothat.bad.mn/archive_old/

+

http://nothat.bad.mn/archive_old/decentralise/

+

http://nothat.bad.mn/archive_old/folder/

+

http://nothat.bad.mn/archive_old/maps/

+

http://nothat.bad.mn/archive_old/meta/

+

http://nothat.bad.mn/archive_old/nodes/

+

http://nothat.bad.mn/archive_old/social/

+

http://nothat.bad.mn/bot/

+

http://nothat.bad.mn/debug/

+

http://nothat.bad.mn/debug/rip_icon.png

+

http://nothat.bad.mn/debug/style.css

+

http://nothat.bad.mn/links/

+

http://nothat.bad.mn/reader/

+

http://nothat.bad.mn/reader/hall.htm

+

http://nothat.bad.mn/reader/index.htm

+

http://nothat.bad.mn/ring.html

+

http://opennet.net/readings/media/ RIP LINK

+

http://opennet.net/west-censoring-east-the-use-western-technologies-middle-east-censors-2010-2011

+

http://opennet.net/wijnhaven_to_foshan.svg RIP LINK

+

http://opennet.net/wijnhaven_to_foshan_02.svg RIP LINK

+

http://p.away.es/ RIP LINK

+

http://p.lions.es/

+

http://p.lions.es/GraphicNetworks/

+

http://p.lions.es/GraphicNetworks/GN.html

+

http://p.lions.es/GraphicNetworks/entry.html RIP LINK

+

http://p.lions.es/GraphicNetworks/entry.html RIP LINK

+

http://p.lions.es/GraphicNetworks/entry.html RIP LINK

+

http://p.lions.es/GraphicNetworks/entry.html RIP LINK

+

http://p.lions.es/GraphicNetworks/entry.html RIP LINK

+

http://p.lions.es/GraphicNetworks/entry.html RIP LINK

+

http://p.lions.es/GraphicNetworks/exp1.html

+

http://p.lions.es/GraphicNetworks/exp1.html

+

http://p.lions.es/GraphicNetworks/img/

+

http://p.lions.es/GraphicNetworks/parvenu_mansion.html RIP LINK

+

http://p.lions.es/GraphicNetworks/zhong_father.html RIP LINK

+

http://p.lions.es/GraphicNetworks/zhong_father.html RIP LINK

+

http://p.lions.es/GraphicNetworks/zhong_father.html RIP LINK

+

http://p.lions.es/GraphicNetworks/zhong_father.html RIP LINK

+

http://p.lions.es/GraphicNetworks/zhong_father.html RIP LINK

+

http://p.lions.es/INFRASTRUCTOUR/

+

http://p.lions.es/annotated-reader/

+

http://p.lions.es/annotated-reader/README.md

+

http://p.lions.es/annotated-reader/annotated-reader.html

+

http://p.lions.es/annotated-reader/output/

+

http://p.lions.es/annotated-reader/text.txt

+

http://p.lions.es/annotated-reader/text/

+

http://p.lions.es/bubblegum-postcard-master/

+

http://p.lions.es/canvas/

+

http://p.lions.es/oldindex.html

+

http://p.lions.es/ring.html

+

http://pewinternet.org/Reports/2010/Mobile-Access-2010.aspx.

+

http://pewinternet.org/Reports/2010/wijnhaven_to_foshan.svg RIP LINK

+

http://pewinternet.org/Reports/2010/wijnhaven_to_foshan_02.svg RIP LINK

+

http://pewinternet.org/readings/media/

+

http://pixl8.xyz/

+

http://please.undo.undo.it/

+

http://please.undo.undo.it/Evolution_Social_Media/

+

http://please.undo.undo.it/Questions/

+

http://please.undo.undo.it/Questions/NEW/

+

http://please.undo.undo.it/Questions/NEW/first-page-questions-stay.html

+

http://please.undo.undo.it/Questions/NEW/first-page.html

+

http://please.undo.undo.it/Questions/NEW/fonts/

+

http://please.undo.undo.it/Questions/NEW/old/

+

http://please.undo.undo.it/Questions/NEW/old/ifr.htm

+

http://please.undo.undo.it/Questions/NEW/old/main.html

+

http://please.undo.undo.it/Questions/NEW/old/questionsTEST.html

+

http://please.undo.undo.it/Questions/NEW/old/test.html

+

http://please.undo.undo.it/Questions/NEW/privacy.html

+

http://please.undo.undo.it/Questions/NEW/venv/

+

http://please.undo.undo.it/Questions/NEW/venv/bin/

+

http://please.undo.undo.it/Questions/NEW/venv/include/

+

http://please.undo.undo.it/Questions/NEW/venv/lib/

+

http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/

+

http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/site-packages/

+

http://please.undo.undo.it/Questions/OLD/

+

http://please.undo.undo.it/Questions/OLD/Question%20Nodes.html

+

http://please.undo.undo.it/Questions/OLD/TESTARTEMIS.html

+

http://please.undo.undo.it/Questions/OLD/TESTNEW.html

+

http://please.undo.undo.it/Questions/OLD/createdots-prototype.html

+

http://please.undo.undo.it/Questions/OLD/createdots-test-stay.html

+

http://please.undo.undo.it/Questions/OLD/createdots-test.html

+

http://please.undo.undo.it/Questions/OLD/fonts/

+

http://please.undo.undo.it/Questions/OLD/fonts/COPYING

+

http://please.undo.undo.it/Questions/OLD/fonts/README.html

+

http://please.undo.undo.it/Questions/OLD/fonts/documentation/

+

http://please.undo.undo.it/Questions/OLD/fonts/fonts/

+

http://please.undo.undo.it/Questions/OLD/fonts/fonts/webfonts/

+

http://please.undo.undo.it/Questions/OLD/fonts/iceberg/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.sfdir/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/glyphs/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/glyphs/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/Crickx_droite.sfdir/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/glyphs/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/Crickx_droiteRush.sfdir/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.sfdir/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/glyphs/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/

+

http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/CrickxSharkCut.sfdir/

+

http://please.undo.undo.it/Questions/OLD/questionsold.html

+

http://please.undo.undo.it/Questions/OLD/testsvg.html

+

http://richfolks.club/

+

http://ritagraca.com

+

http://seattletimes.nwsource.com/html/localnews/2015343735_vancouversocial17m.html. RIP LINK

+

http://sweetandsour.chickenkiller.com

+

http://sweetandsour.chickenkiller.com/

+

http://sweetandsour.chickenkiller.com/

+

http://sweetandsour.chickenkiller.com/

+

http://sweetandsour.chickenkiller.com/

+

http://sweetandsour.chickenkiller.com/

+

http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/

+

http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/README.md

+

http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html

+

http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/output/

+

http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/style.css

+

http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/text.txt

+

http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/

+

http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/README.md

+

http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/annotated-reader.html

+

http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/nickname_color.pkl

+

http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/output/

+

http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/style.css

+

http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/text.txt

+

http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/

+

http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/README.md

+

http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/annotated-reader.html

+

http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/output/

+

http://sweetandsour.chickenkiller.com/annotation-bot/

+

http://sweetandsour.chickenkiller.com/annotation-bot/Centralised-decentralised-and-distributed-networks-Baran-in-Barabasi-2003.png

+

http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/

+

http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/test.html

+

http://sweetandsour.chickenkiller.com/ring.html

+

http://sweetandsour.chickenkiller.com/traceroute/

+

http://sweetandsour.chickenkiller.com/traceroute/kVYwq.png

+

http://sweetandsour.chickenkiller.com/traceroute/traceroute-of-network/

+

http://thisnotexit.com RIP LINK

+

http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/

+

http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/wijnhaven_to_foshan.svg RIP LINK

+

http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/wijnhaven_to_foshan_02.svg RIP LINK

+

http://twenty.fibreculturejournal.org/readings/media/ RIP LINK

+

http://ulisesmejias.com RIP LINK

+

http://www.aaronkoblin.com

+

http://www.bopsecrets.org/SI/Chtcheglov.htm

+

http://www.bopsecrets.org/SI/Chtcheglov.htm

+

http://www.bopsecrets.org/SI/Chtcheglov.htm

+

http://www.bopsecrets.org/cat.htm

+

http://www.bopsecrets.org/cat.htm

+

http://www.bopsecrets.org/cat.htm

+

http://www.courthousenews.com/2011/06/10/37266.htm RIP LINK

+

http://www.courthousenews.com/2011/06/10/wijnhaven_to_foshan.svg RIP LINK

+

http://www.courthousenews.com/2011/06/10/wijnhaven_to_foshan_02.svg RIP LINK

+

http://www.courthousenews.com/readings/media/

+

http://www.e-flux.com/journal/74/59816/contra-internet/

+

http://www.guardian.co.uk/commentisfree/2011/apr/21/syria-twitter-spambots-pro-revolution. RIP LINK

+

http://www.guardian.co.uk/readings/media/ RIP LINK

+

http://www.guardian.co.uk/technology/2011/apr/29/facebook-accused-removing-activists-pages

+

http://www.guardian.co.uk/technology/2011/apr/29/wijnhaven_to_foshan.svg RIP LINK

+

http://www.guardian.co.uk/technology/2011/apr/29/wijnhaven_to_foshan_02.svg RIP LINK

+

http://www.guardian.co.uk/technology/2011/mar/17/us-spy-operation-social-networks. RIP LINK

+

http://www.guardian.co.uk/world/2011/jun/03/vodafone-egypt-advert-claims-revolution. RIP LINK

+

http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/.

+

http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/wijnhaven_to_foshan.svg RIP LINK

+

http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/wijnhaven_to_foshan_02.svg RIP LINK

+

http://www.itnewsafrica.com/readings/media/

+

http://www.lizhi.fm

+

http://www.lizhi.fm

+

http://www.lizhi.fm

+

http://www.lizhi.fm

+

http://www.lizhi.fm/borges_bookstore.html RIP LINK

+

http://www.lizhi.fm/borges_bookstore.html RIP LINK

+

http://www.lizhi.fm/borges_bookstore.html RIP LINK

+

http://www.lizhi.fm/borges_bookstore.html RIP LINK

+

http://www.lizhi.fm/commodity_apartment.html RIP LINK

+

http://www.lizhi.fm/commodity_apartment.html RIP LINK

+

http://www.lizhi.fm/commodity_apartment.html RIP LINK

+

http://www.lizhi.fm/entry.html RIP LINK

+

http://www.lizhi.fm/entry.html RIP LINK

+

http://www.lizhi.fm/entry.html RIP LINK

+

http://www.lizhi.fm/entry.html RIP LINK

+

http://www.lizhi.fm/goosebumps.html RIP LINK

+

http://www.lizhi.fm/goosebumps.html RIP LINK

+

http://www.lizhi.fm/goosebumps.html RIP LINK

+

http://www.lizhi.fm/physiotherapy.html RIP LINK

+

http://www.lizhi.fm/physiotherapy.html RIP LINK

+

http://www.lizhi.fm/physiotherapy.html RIP LINK

+

http://www.lizhi.fm/public_library.html RIP LINK

+

http://www.lizhi.fm/public_library.html RIP LINK

+

http://www.lizhi.fm/public_library.html RIP LINK

+

http://www.lizhi.fm/wang_zhen.html RIP LINK

+

http://www.lizhi.fm/wang_zhen.html RIP LINK

+

http://www.lizhi.fm/wang_zhen.html RIP LINK

+

http://www.nytimes.com/2011/06/12/world/12internet.html

+

http://www.nytimes.com/2011/06/12/world/wijnhaven_to_foshan.svg RIP LINK

+

http://www.nytimes.com/2011/06/12/world/wijnhaven_to_foshan_02.svg RIP LINK

+

http://www.nytimes.com/readings/media/ RIP LINK

+

http://www.sohu.com/a/156317757_165679

+

http://www.sohu.com/a/156317757_165679

+

http://www.sohu.com/a/156317757_165679

+

http://www.sohu.com/a/156317757_165679

+

http://www.sohu.com/a/156317757_165679

+

http://www.sohu.com/a/156317757_165679

+

http://www.sohu.com/a/156317757_165679

+

http://www.sohu.com/a/entry.html

+

http://www.sohu.com/a/entry.html

+

http://www.sohu.com/a/entry.html

+

http://www.sohu.com/a/entry.html

+

http://www.sohu.com/a/entry.html

+

http://www.sohu.com/a/entry.html

+

http://www.sohu.com/a/parvenu_mansion.html

+

http://www.sohu.com/a/zhong_father.html

+

http://www.sohu.com/a/zhong_father.html

+

http://www.sohu.com/a/zhong_father.html

+

http://www.sohu.com/a/zhong_father.html

+

http://www.sohu.com/a/zhong_father.html

+

http://www.triple-c.at/index.php/tripleC/article/viewArticle/238 RIP LINK

+

http://www.youtube.com/readings/media/ RIP LINK

+

http://www.youtube.com/watch

+

http://www.youtube.com/wijnhaven_to_foshan.svg RIP LINK

+

http://www.youtube.com/wijnhaven_to_foshan_02.svg RIP LINK

+

http://www.zachblas.info/works/contra-internet/

+

https://en.wikipedia.org/wiki/Transport_Layer_Security

+

https://mobike.com/global/

+

https://mobike.com/global/entry.html RIP LINK

+

https://mobike.com/global/parvenu_mansion.html RIP LINK

+

https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism

+

https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism

+

https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism

+

https://thenewinquiry.com/beyond-the-internet-and-all-control-diagrams/

+

https://www.dukeupress.edu/when-biometrics-fail

+

https://www.eff.org/deeplinks/2011/06/week-internet-censorship.

+

https://www.eff.org/deeplinks/2011/06/wijnhaven_to_foshan.svg

+

https://www.eff.org/deeplinks/2011/06/wijnhaven_to_foshan_02.svg

+

https://www.eff.org/readings/media/ RIP LINK

+

https://www.lagou.com/

+

https://www.lagou.com/entry.html

+

https://www.lagou.com/entry.html

+

https://www.lagou.com/parvenu_mansion.html

+

https://zhuanlan.zhihu.com/p/42738607 RIP LINK

+

https://zhuanlan.zhihu.com/p/42738607 RIP LINK

+

https://zhuanlan.zhihu.com/p/42738607 RIP LINK

+

https://zhuanlan.zhihu.com/p/42738607 RIP LINK

+

https://zhuanlan.zhihu.com/p/borges_bookstore.html RIP LINK

+

https://zhuanlan.zhihu.com/p/borges_bookstore.html RIP LINK

+

https://zhuanlan.zhihu.com/p/borges_bookstore.html RIP LINK

+

https://zhuanlan.zhihu.com/p/borges_bookstore.html RIP LINK

+

https://zhuanlan.zhihu.com/p/commodity_apartment.html RIP LINK

+

https://zhuanlan.zhihu.com/p/commodity_apartment.html RIP LINK

+

https://zhuanlan.zhihu.com/p/commodity_apartment.html RIP LINK

+

https://zhuanlan.zhihu.com/p/entry.html RIP LINK

+

https://zhuanlan.zhihu.com/p/entry.html RIP LINK

+

https://zhuanlan.zhihu.com/p/entry.html RIP LINK

+

https://zhuanlan.zhihu.com/p/entry.html RIP LINK

+

https://zhuanlan.zhihu.com/p/goosebumps.html RIP LINK

+

https://zhuanlan.zhihu.com/p/goosebumps.html RIP LINK

+

https://zhuanlan.zhihu.com/p/goosebumps.html RIP LINK

+

https://zhuanlan.zhihu.com/p/physiotherapy.html RIP LINK

+

https://zhuanlan.zhihu.com/p/physiotherapy.html RIP LINK

+

https://zhuanlan.zhihu.com/p/physiotherapy.html RIP LINK

+

https://zhuanlan.zhihu.com/p/public_library.html RIP LINK

+

https://zhuanlan.zhihu.com/p/public_library.html RIP LINK

+

https://zhuanlan.zhihu.com/p/public_library.html RIP LINK

+

https://zhuanlan.zhihu.com/p/wang_zhen.html RIP LINK

+

https://zhuanlan.zhihu.com/p/wang_zhen.html RIP LINK

+

https://zhuanlan.zhihu.com/p/wang_zhen.html RIP LINK

+
+ + diff --git a/pipeline.sh b/pipeline.sh new file mode 100644 index 0000000..bf2795e --- /dev/null +++ b/pipeline.sh @@ -0,0 +1,7 @@ +echo crawling... +python3 -u crawl.py --url http://nothat.bad.mn/ 2> /dev/null > urls.txt +sort urls.txt > urls.sorted.txt +echo checking... +sort urls.txt | python3 -u check.py > urlswithstat.txt +echo rendering html +cat urlswithstat.txt | python3 -u render.py > done2.html diff --git a/render.py b/render.py new file mode 100644 index 0000000..cbc2c32 --- /dev/null +++ b/render.py @@ -0,0 +1,36 @@ +import sys +import html5lib # html5lib is a Python package that implements the HTML5 parsing algorithm +import xml.etree.ElementTree as ET +import requests +import urllib.request +from urllib.request import urlopen +from urllib.error import HTTPError +from urllib.parse import urljoin, urlparse, urlunparse +import os, sys +from urllib.request import urlopen +from bs4 import BeautifulSoup +from bs4 import BeautifulSoup, SoupStrainer +import time + +print(''' + + + + + + + +
''') + +for line in sys.stdin: + line = line.rstrip() + href, code, msg = line.split(" ", 2) + # print(href, code, msg) + if code == '200': + print('

{}

'.format(href, href)) + + else: + print('

{} RIP LINK

'.format(href, href)) + +print(''' +''') diff --git a/reset.css b/reset.css new file mode 100644 index 0000000..ed11813 --- /dev/null +++ b/reset.css @@ -0,0 +1,48 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/rip_icon.png b/rip_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8c2c02945b6fb090562c06c43c7777257ede65af GIT binary patch literal 4104 zcmb_f2~-o;8V=8vC>Ut1AVz^Su2r)k31%c91e8#TfNZiFk_m(*6Ouqe2*PuxsCj~M zXA=a`f(xKVmRPCfi6Rsiil|YPMG(*uR2K0~5P9|;OMBXvb0&9Y?sxy~`|dw8DelZQ zCy#6R!qafk-kqMS}qf`qVRIJ)H@-)GS2?m~#mi-IRao@*R23}-rpM5R!0R(R4_ zxNdF$gD(=Z_-v5jM8m?x!Si?=fC^Gq5J^^K9E%8&an@XG3T_3(IuysU0+-u>RxB!; zO#ZOm31Y|UB=BK92VPGBL%G%<(HckOf}uET(h3SL)W(W~BayizDwhIMNFW^O7~{Y? zArIbytf;?iN4GI`+5ud6BAC_q@vXBSj2SDgmoYhM?;{?@1y2FJEJGA9bn^aJc>HPAB>JXZr#$AXoJ-SOzwvT#FHJ2D%A9YqJX+ehG~1d4hs2_Ev1em+)0~)`x&i&UE%OWeZyEcC?C3^a zoFS^ztJxm}AyD3eNJ{?qA@&0JY6rKG5Zzq^U}LSX*oGgH3WrylcU&(Uh+ijjT~vY)ky-(C)lVj1)wq zoY9l^Yg(^s?Y5&mUL`w5mok#X#3qeORG^OS_A!9Y^!D=Yul%Y>9Gccmh-hp$^0txo zB;rMD>#1H~O$Lp;B%~&=|*IPWmmAZP~JgwPv0z6cx4X?yXz7 zUQ0|mH8`a!kH=#eTiQ)uS$=F`mE=e_d%yZ$T4d4aKepU%=M7wZl%3bZ(zm1v^MtQ^ z9~`{@&Zq%nXlU5g-ECN2G5=X#+IRl6dW)y;BK;c;8EWH|wo95$cTP#$)E+9Z)0FzM zro#5Wsr_}UPsqV5_sl@4SFt8{<;ou|wLuJ`2;Q zm5&@q8%4*(;DYa%UcujJ6IOU^pQZ|AJ`)3tbf*o0sSUaE?4NQ3*?Q6}gGsgdQ7wx5 z^8J0APKPu-sZl6h<_AJ;sY=%cJ>7PL9D6S)(slj}AZfJXQhB+uzC-v7K|2d-a|51wo9 z=;*Gv)lTn>Tp@Ur%*?VgmnA|FAqTl{?Lsn@I{O)^_r8kWnf1f*VYI2KqXy-lrhV1Z zg6{coPej>Cl}hEJ@K`)EqV&jJ$IjRpPmcs8%jStMBOH;_F_R5ipwQ=3PLt0PCA#-B zjFuc58|&hkJ^5vVwXvwv!Ih2ai`MO{<4!5+ zPYfB92bah7G?qm+m2P@Fw5r?J$EP&9<@~Bhe`i(TUFA~WQdaf$%f3$bbFtsay3Tli zIfTy7&$lL%O=NGi+EQkw?S^XevMR@%?2@qhOAl9n+uB&k6snGP;}Gv0;9S~hfP3T! z^x5Qz=#o60?zN;%W;pePvVM_3R>TZeZz^hQ13{}pgev1B9q~&{Q{l}8ztKS%k~ae> zHBauTlhgnJpk*aan%CZiUe-in!GY5m4YZR7Eot-Dru5lhU z&#~d}vQFS|oa!@a>jMG;vO8mF9bmjqWxb0W&nozuE^EZR9bI_lE@G9G6> z^ypExJ`$O6qqnDS~>gvQCA%gvB~rj5I&Hk6R1 z(-H495)ac0jG>ggt$7hU2d<|Ly`+$LP5y49dwyi*9rIatS})v9MPa<#r)4v! hHAnQ^6L<`06qUW&(01!%M27BLo#D)MDt6qs`9CyRZ6N>v literal 0 HcmV?d00001 diff --git a/style.css b/style.css new file mode 100644 index 0000000..25f38a2 --- /dev/null +++ b/style.css @@ -0,0 +1,41 @@ +body { + font-family: monospace; +} + +main { + font-size: calc(10px + 0.2vw); + line-height: 120%; + margin: 2%; + -webkit-column-count: 2; + -moz-column-count: 2; + column-count: 3; +} + +a { + color: black; +} + +h1 { + margin: 2%; + margin-bottom: 3%; + line-height: 140%; +} + +header { + width: 100%; + margin: 2%; +} + +header a { + padding-right: 1%; + color: grey; +} + +header a:link { + color: grey; + text-decoration: none; +} + +header a:hover { + color: black; +} diff --git a/urls.sorted.txt b/urls.sorted.txt new file mode 100644 index 0000000..06dca92 --- /dev/null +++ b/urls.sorted.txt @@ -0,0 +1,589 @@ +http://31.20.8.54 +http://31.20.8.54/ring.html +http://77.172.158.66/ring.html +http://77.172.158.66:4444 +http://82.169.88.92/index.htm +http://82.169.88.92/ring.html +http://82.169.88.92:5000/ +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://b-e-e-t.r-o-o-t.net/ +http://b-e-e-t.r-o-o-t.net/PDF/ +http://b-e-e-t.r-o-o-t.net/archive/ +http://b-e-e-t.r-o-o-t.net/archive/contrails/ +http://b-e-e-t.r-o-o-t.net/archive/gps_drawings/ +http://b-e-e-t.r-o-o-t.net/archive/knotboard/ +http://b-e-e-t.r-o-o-t.net/archive/mandarin_peels/ +http://b-e-e-t.r-o-o-t.net/archive/network_of_possibilities/ +http://b-e-e-t.r-o-o-t.net/archive/networkdrawings/ +http://b-e-e-t.r-o-o-t.net/archive/networktopologies/ +http://b-e-e-t.r-o-o-t.net/archive/topology/ +http://b-e-e-t.r-o-o-t.net/pages/ +http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_ciao.html +http://b-e-e-t.r-o-o-t.net/pages/img/ +http://b-e-e-t.r-o-o-t.net/pages/please_to_foshan.html +http://b-e-e-t.r-o-o-t.net/pages/style.css +http://b-e-e-t.r-o-o-t.net/pages/wijnhaven_to_foshan.html +http://b-e-e-t.r-o-o-t.net/readings/ +http://b-e-e-t.r-o-o-t.net/readings/beyond_the_internet_and_all_control_diagrams.html +http://b-e-e-t.r-o-o-t.net/readings/biotopology.html +http://b-e-e-t.r-o-o-t.net/readings/buckminster_fuller_software.html +http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html +http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html/ +http://b-e-e-t.r-o-o-t.net/readings/fonts/ +http://b-e-e-t.r-o-o-t.net/readings/images/ +http://b-e-e-t.r-o-o-t.net/readings/media/ +http://b-e-e-t.r-o-o-t.net/readings/media/png/wijnhaven_to_foshan.png +http://b-e-e-t.r-o-o-t.net/readings/media/svg/wijnhaven_to_foshan.svg +http://b-e-e-t.r-o-o-t.net/readings/media/svg/wijnhaven_to_foshan_02.svg +http://b-e-e-t.r-o-o-t.net/readings/mejias_liberation_technology.html +http://b-e-e-t.r-o-o-t.net/readings/readings.css +http://b-e-e-t.r-o-o-t.net/readings/readings_index.html +http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html +http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html +http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html +http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html +http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html +http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html +http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html +http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html +http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html +http://b-e-e-t.r-o-o-t.net/readings/“http:/www.zachblas.info/works/face-cages/“ +http://b-e-e-t.r-o-o-t.net/ring.html +http://baifund.com/ +http://baifund.com/entry.html +http://baifund.com/parvenu_mansion.html +http://blog.nielsen.com/nielsenwire/online_mobile/social-media-accounts-for-22-percent-of-time-online/. +http://ciao.urca.tv/ +http://ciao.urca.tv/SITE/ +http://ciao.urca.tv/SITEold/ +http://ciao.urca.tv/SITEold2/ +http://ciao.urca.tv/_proj/ +http://ciao.urca.tv/_proj/OTHERS/ +http://ciao.urca.tv/_proj/OTHERS/nwo/ +http://ciao.urca.tv/_proj/OTHERS/redhouse/ +http://ciao.urca.tv/_proj/OTHERS/txts/ +http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/ +http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/ +http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/scientific_avantgarde.html +http://ciao.urca.tv/_proj/OTHERS/txts/xpub_journal/ +http://ciao.urca.tv/_proj/_SI8/ +http://ciao.urca.tv/_proj/_SI8/Bots/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/live.html +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/test.etherpad +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pics/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/script/ +http://ciao.urca.tv/_proj/_SI8/Bots/archive/ +http://ciao.urca.tv/_proj/_SI8/Bots/jargon/ +http://ciao.urca.tv/_proj/_SI8/abstractions_permutations/ +http://ciao.urca.tv/_proj/_SI8/map/ +http://ciao.urca.tv/_proj/_SI8/map/icons/ +http://ciao.urca.tv/_proj/_SI8/map/leaflet/ +http://ciao.urca.tv/_proj/_SI8/map/leaflet/images/ +http://ciao.urca.tv/_proj/_SI8/map/map_test.html +http://ciao.urca.tv/_proj/_SI8/paranodes/ +http://ciao.urca.tv/_scripts/ +http://ciao.urca.tv/_scripts/dynamicHTML/ +http://ciao.urca.tv/_scripts/dynamicHTML/cgi-bin/ +http://ciao.urca.tv/_scripts/hover_div/ +http://ciao.urca.tv/_scripts/hover_div/hover_div.html +http://ciao.urca.tv/_scripts/liveHTML/ +http://ciao.urca.tv/test.html +http://comware.us/Content/internetrecollections +http://comware.us/Content/internetrecollections +http://comware.us/Content/internetrecollections +http://comware.us/Content/internetrecollections +http://comware.us/Content/internetrecollections +http://comware.us/Content/internetrecollections +http://comware.us/Content/internetrecollections +http://comware.us/Content/internetrecollections +http://comware.us/Content/internetrecollections +http://dohanews.co/post/5792813904/facebook-usage-falls-in-gcc-including-in-qatar-saudi +http://finance.sina.com.cn/blank/entry.html +http://finance.sina.com.cn/blank/parvenu_mansion.html +http://finance.sina.com.cn/blank/qygc209bertelsmann.shtml +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://finance.sina.com.cn/g/20041008/classics.html +http://finance.sina.com.cn/g/20041008/entry.html +http://finance.sina.com.cn/g/20041008/entry.html +http://finance.sina.com.cn/g/20041008/entry.html +http://finance.sina.com.cn/g/20041008/entry.html +http://finance.sina.com.cn/g/20041008/entry.html +http://finance.sina.com.cn/g/20041008/entry.html +http://finance.sina.com.cn/g/20041008/female_librarian.html +http://finance.sina.com.cn/g/20041008/kraft.html +http://finance.sina.com.cn/g/20041008/music_academy.html +http://finance.sina.com.cn/g/20041008/zhong_father.html +http://finance.sina.com.cn/g/20041008/zhong_father.html +http://finance.sina.com.cn/g/20041008/zhong_father.html +http://finance.sina.com.cn/g/20041008/zhong_father.html +http://finance.sina.com.cn/g/20041008/zhong_father.html +http://foshan-1992.pw/ +http://foshan-1992.pw/~biyi/ +http://foshan-1992.pw/~biyi/bertelsmann.html +http://foshan-1992.pw/~biyi/borges.html +http://foshan-1992.pw/~biyi/borges_bookstore.html +http://foshan-1992.pw/~biyi/borges_bookstore.html +http://foshan-1992.pw/~biyi/borges_bookstore.html +http://foshan-1992.pw/~biyi/borges_bookstore.html +http://foshan-1992.pw/~biyi/butterfly_specimen.html +http://foshan-1992.pw/~biyi/catalog.html +http://foshan-1992.pw/~biyi/childhood.html +http://foshan-1992.pw/~biyi/classics.html +http://foshan-1992.pw/~biyi/classics.html +http://foshan-1992.pw/~biyi/classmates.html +http://foshan-1992.pw/~biyi/classmates.html +http://foshan-1992.pw/~biyi/claude_simon.html +http://foshan-1992.pw/~biyi/claude_simon.html +http://foshan-1992.pw/~biyi/commodity_apartment.html +http://foshan-1992.pw/~biyi/commodity_apartment.html +http://foshan-1992.pw/~biyi/dangdang.com +http://foshan-1992.pw/~biyi/dormitory_building.html +http://foshan-1992.pw/~biyi/dormitory_building.html +http://foshan-1992.pw/~biyi/douban.com +http://foshan-1992.pw/~biyi/douban.com +http://foshan-1992.pw/~biyi/english_jacket.html +http://foshan-1992.pw/~biyi/english_jacket.html +http://foshan-1992.pw/~biyi/enlish_jacket.html +http://foshan-1992.pw/~biyi/enlish_jacket.html +http://foshan-1992.pw/~biyi/entry.css +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/female_librarian.html +http://foshan-1992.pw/~biyi/female_librarian.html +http://foshan-1992.pw/~biyi/five_goats.html +http://foshan-1992.pw/~biyi/flower_city_press.html +http://foshan-1992.pw/~biyi/flower_city_press.html +http://foshan-1992.pw/~biyi/generated_pdf/ +http://foshan-1992.pw/~biyi/goosebumps.html +http://foshan-1992.pw/~biyi/goosebumps.html +http://foshan-1992.pw/~biyi/img/ +http://foshan-1992.pw/~biyi/img/bertelsmann/ +http://foshan-1992.pw/~biyi/img/borges/ +http://foshan-1992.pw/~biyi/img/borges_bookstore/ +http://foshan-1992.pw/~biyi/img/butterfly_specimen/ +http://foshan-1992.pw/~biyi/img/entry/ +http://foshan-1992.pw/~biyi/img/female_librarian/ +http://foshan-1992.pw/~biyi/img/four_classics/ +http://foshan-1992.pw/~biyi/img/kraft/ +http://foshan-1992.pw/~biyi/img/literature_children/ +http://foshan-1992.pw/~biyi/img/mengmeng/ +http://foshan-1992.pw/~biyi/img/music_academy/ +http://foshan-1992.pw/~biyi/img/my_aunts_print_shop/ +http://foshan-1992.pw/~biyi/img/nanhai_book_center/ +http://foshan-1992.pw/~biyi/img/nanhai_library/ +http://foshan-1992.pw/~biyi/img/parvenu_mansion/ +http://foshan-1992.pw/~biyi/img/physiotherapy/ +http://foshan-1992.pw/~biyi/img/pnin/ +http://foshan-1992.pw/~biyi/img/romantic_novels/ +http://foshan-1992.pw/~biyi/img/union_library/ +http://foshan-1992.pw/~biyi/img/zhong_father/ +http://foshan-1992.pw/~biyi/kongfuzi.com +http://foshan-1992.pw/~biyi/kongfuzi.com +http://foshan-1992.pw/~biyi/kraft.html +http://foshan-1992.pw/~biyi/kraft.html +http://foshan-1992.pw/~biyi/ling_yu.html +http://foshan-1992.pw/~biyi/ling_yu.html +http://foshan-1992.pw/~biyi/main.html +http://foshan-1992.pw/~biyi/map.html +http://foshan-1992.pw/~biyi/mengmeng.html +http://foshan-1992.pw/~biyi/mengmeng.html +http://foshan-1992.pw/~biyi/mengmeng.html +http://foshan-1992.pw/~biyi/music_academy.html +http://foshan-1992.pw/~biyi/music_academy.html +http://foshan-1992.pw/~biyi/my_aunts_print_shop.html +http://foshan-1992.pw/~biyi/my_aunts_print_shop.html +http://foshan-1992.pw/~biyi/nabokovs_butterfly.html +http://foshan-1992.pw/~biyi/nanhai_book_center +http://foshan-1992.pw/~biyi/nanhai_book_center +http://foshan-1992.pw/~biyi/nanhai_book_center +http://foshan-1992.pw/~biyi/nanhai_book_center +http://foshan-1992.pw/~biyi/nanhai_book_center +http://foshan-1992.pw/~biyi/nanhai_book_center.html +http://foshan-1992.pw/~biyi/nanhai_book_center.html +http://foshan-1992.pw/~biyi/nanhai_library +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/online_booksellers.html +http://foshan-1992.pw/~biyi/online_booksellers.html +http://foshan-1992.pw/~biyi/online_distributors.html +http://foshan-1992.pw/~biyi/parvenu_mansion +http://foshan-1992.pw/~biyi/parvenu_mansion +http://foshan-1992.pw/~biyi/parvenu_mansion +http://foshan-1992.pw/~biyi/parvenu_mansion +http://foshan-1992.pw/~biyi/parvenu_mansion +http://foshan-1992.pw/~biyi/parvenu_mansion +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/physiotherapy.html +http://foshan-1992.pw/~biyi/physiotherapy.html +http://foshan-1992.pw/~biyi/physiotherapy.html +http://foshan-1992.pw/~biyi/pnin.html +http://foshan-1992.pw/~biyi/pnin.html +http://foshan-1992.pw/~biyi/public_library.html +http://foshan-1992.pw/~biyi/public_library.html +http://foshan-1992.pw/~biyi/public_library.html +http://foshan-1992.pw/~biyi/romantic_novels.html +http://foshan-1992.pw/~biyi/romantic_novels.html +http://foshan-1992.pw/~biyi/romantic_novels.html +http://foshan-1992.pw/~biyi/salted_almonds.html +http://foshan-1992.pw/~biyi/salted_almonds.html +http://foshan-1992.pw/~biyi/salted_almonds.html +http://foshan-1992.pw/~biyi/san_mao.html +http://foshan-1992.pw/~biyi/template.css +http://foshan-1992.pw/~biyi/template_table.html +http://foshan-1992.pw/~biyi/union_library.html +http://foshan-1992.pw/~biyi/union_library.html +http://foshan-1992.pw/~biyi/union_library.html +http://foshan-1992.pw/~biyi/wang_zhen.html +http://foshan-1992.pw/~biyi/wang_zhen.html +http://foshan-1992.pw/~biyi/wang_zhen.html +http://foshan-1992.pw/~biyi/wuxia.html +http://foshan-1992.pw/~biyi/wuxia.html +http://foshan-1992.pw/~biyi/wuxia.html +http://foshan-1992.pw/~biyi/yilin_press.html +http://foshan-1992.pw/~biyi/z.cn +http://foshan-1992.pw/~biyi/zhong_chu.html +http://foshan-1992.pw/~biyi/zhong_father.html +http://foshan-1992.pw/~biyi/zhong_father.html +http://foshan-1992.pw/~biyi/zhong_father.html +http://globalvoicesonline.org/2009/06/27/iranian-officials-crowd-source-protester-identities-online/. +http://liberationtechnology.stanford.edu/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/ +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/ +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan.svg +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan.svg +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan_02.svg +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan_02.svg +http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/2100-1029_3-6140191.html +http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/wijnhaven_to_foshan.svg +http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/wijnhaven_to_foshan_02.svg +http://news.cnet.com/readings/media/ +http://news.cnet.com/readings/media/ +http://news.cnet.com/readings/media/ +http://nothat.bad.mn +http://nothat.bad.mn/ +http://nothat.bad.mn/ +http://nothat.bad.mn/ +http://nothat.bad.mn/ +http://nothat.bad.mn/archive_new/ +http://nothat.bad.mn/archive_new/folder/index.html +http://nothat.bad.mn/archive_new/new/index.html +http://nothat.bad.mn/archive_new/now/index.html +http://nothat.bad.mn/archive_new/world/index.html +http://nothat.bad.mn/archive_new/wow/index.html +http://nothat.bad.mn/archive_new_scripts/ +http://nothat.bad.mn/archive_old/ +http://nothat.bad.mn/archive_old/decentralise/ +http://nothat.bad.mn/archive_old/folder/ +http://nothat.bad.mn/archive_old/maps/ +http://nothat.bad.mn/archive_old/meta/ +http://nothat.bad.mn/archive_old/nodes/ +http://nothat.bad.mn/archive_old/social/ +http://nothat.bad.mn/bot/ +http://nothat.bad.mn/debug/ +http://nothat.bad.mn/debug/rip_icon.png +http://nothat.bad.mn/debug/style.css +http://nothat.bad.mn/links/ +http://nothat.bad.mn/reader/ +http://nothat.bad.mn/reader/hall.htm +http://nothat.bad.mn/reader/index.htm +http://nothat.bad.mn/ring.html +http://opennet.net/readings/media/ +http://opennet.net/west-censoring-east-the-use-western-technologies-middle-east-censors-2010-2011 +http://opennet.net/wijnhaven_to_foshan.svg +http://opennet.net/wijnhaven_to_foshan_02.svg +http://p.away.es/ +http://p.lions.es/ +http://p.lions.es/GraphicNetworks/ +http://p.lions.es/GraphicNetworks/GN.html +http://p.lions.es/GraphicNetworks/entry.html +http://p.lions.es/GraphicNetworks/entry.html +http://p.lions.es/GraphicNetworks/entry.html +http://p.lions.es/GraphicNetworks/entry.html +http://p.lions.es/GraphicNetworks/entry.html +http://p.lions.es/GraphicNetworks/entry.html +http://p.lions.es/GraphicNetworks/exp1.html +http://p.lions.es/GraphicNetworks/exp1.html +http://p.lions.es/GraphicNetworks/img/ +http://p.lions.es/GraphicNetworks/parvenu_mansion.html +http://p.lions.es/GraphicNetworks/zhong_father.html +http://p.lions.es/GraphicNetworks/zhong_father.html +http://p.lions.es/GraphicNetworks/zhong_father.html +http://p.lions.es/GraphicNetworks/zhong_father.html +http://p.lions.es/GraphicNetworks/zhong_father.html +http://p.lions.es/INFRASTRUCTOUR/ +http://p.lions.es/annotated-reader/ +http://p.lions.es/annotated-reader/README.md +http://p.lions.es/annotated-reader/annotated-reader.html +http://p.lions.es/annotated-reader/output/ +http://p.lions.es/annotated-reader/text.txt +http://p.lions.es/annotated-reader/text/ +http://p.lions.es/bubblegum-postcard-master/ +http://p.lions.es/canvas/ +http://p.lions.es/oldindex.html +http://p.lions.es/ring.html +http://pewinternet.org/Reports/2010/Mobile-Access-2010.aspx. +http://pewinternet.org/Reports/2010/wijnhaven_to_foshan.svg +http://pewinternet.org/Reports/2010/wijnhaven_to_foshan_02.svg +http://pewinternet.org/readings/media/ +http://pixl8.xyz/ +http://please.undo.undo.it/ +http://please.undo.undo.it/Evolution_Social_Media/ +http://please.undo.undo.it/Questions/ +http://please.undo.undo.it/Questions/NEW/ +http://please.undo.undo.it/Questions/NEW/first-page-questions-stay.html +http://please.undo.undo.it/Questions/NEW/first-page.html +http://please.undo.undo.it/Questions/NEW/fonts/ +http://please.undo.undo.it/Questions/NEW/old/ +http://please.undo.undo.it/Questions/NEW/old/ifr.htm +http://please.undo.undo.it/Questions/NEW/old/main.html +http://please.undo.undo.it/Questions/NEW/old/questionsTEST.html +http://please.undo.undo.it/Questions/NEW/old/test.html +http://please.undo.undo.it/Questions/NEW/privacy.html +http://please.undo.undo.it/Questions/NEW/venv/ +http://please.undo.undo.it/Questions/NEW/venv/bin/ +http://please.undo.undo.it/Questions/NEW/venv/include/ +http://please.undo.undo.it/Questions/NEW/venv/lib/ +http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/ +http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/site-packages/ +http://please.undo.undo.it/Questions/OLD/ +http://please.undo.undo.it/Questions/OLD/Question%20Nodes.html +http://please.undo.undo.it/Questions/OLD/TESTARTEMIS.html +http://please.undo.undo.it/Questions/OLD/TESTNEW.html +http://please.undo.undo.it/Questions/OLD/createdots-prototype.html +http://please.undo.undo.it/Questions/OLD/createdots-test-stay.html +http://please.undo.undo.it/Questions/OLD/createdots-test.html +http://please.undo.undo.it/Questions/OLD/fonts/ +http://please.undo.undo.it/Questions/OLD/fonts/COPYING +http://please.undo.undo.it/Questions/OLD/fonts/README.html +http://please.undo.undo.it/Questions/OLD/fonts/documentation/ +http://please.undo.undo.it/Questions/OLD/fonts/fonts/ +http://please.undo.undo.it/Questions/OLD/fonts/fonts/webfonts/ +http://please.undo.undo.it/Questions/OLD/fonts/iceberg/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.sfdir/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/glyphs/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/glyphs/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/Crickx_droite.sfdir/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/glyphs/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/Crickx_droiteRush.sfdir/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.sfdir/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/glyphs/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/CrickxSharkCut.sfdir/ +http://please.undo.undo.it/Questions/OLD/questionsold.html +http://please.undo.undo.it/Questions/OLD/testsvg.html +http://richfolks.club/ +http://ritagraca.com +http://seattletimes.nwsource.com/html/localnews/2015343735_vancouversocial17m.html. +http://sweetandsour.chickenkiller.com +http://sweetandsour.chickenkiller.com/ +http://sweetandsour.chickenkiller.com/ +http://sweetandsour.chickenkiller.com/ +http://sweetandsour.chickenkiller.com/ +http://sweetandsour.chickenkiller.com/ +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/ +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/README.md +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/output/ +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/style.css +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/text.txt +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/ +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/README.md +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/annotated-reader.html +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/nickname_color.pkl +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/output/ +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/style.css +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/text.txt +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/ +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/README.md +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/annotated-reader.html +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/output/ +http://sweetandsour.chickenkiller.com/annotation-bot/ +http://sweetandsour.chickenkiller.com/annotation-bot/Centralised-decentralised-and-distributed-networks-Baran-in-Barabasi-2003.png +http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/ +http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/test.html +http://sweetandsour.chickenkiller.com/ring.html +http://sweetandsour.chickenkiller.com/traceroute/ +http://sweetandsour.chickenkiller.com/traceroute/kVYwq.png +http://sweetandsour.chickenkiller.com/traceroute/traceroute-of-network/ +http://thisnotexit.com +http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/ +http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/wijnhaven_to_foshan.svg +http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/wijnhaven_to_foshan_02.svg +http://twenty.fibreculturejournal.org/readings/media/ +http://ulisesmejias.com +http://www.aaronkoblin.com +http://www.bopsecrets.org/SI/Chtcheglov.htm +http://www.bopsecrets.org/SI/Chtcheglov.htm +http://www.bopsecrets.org/SI/Chtcheglov.htm +http://www.bopsecrets.org/cat.htm +http://www.bopsecrets.org/cat.htm +http://www.bopsecrets.org/cat.htm +http://www.courthousenews.com/2011/06/10/37266.htm +http://www.courthousenews.com/2011/06/10/wijnhaven_to_foshan.svg +http://www.courthousenews.com/2011/06/10/wijnhaven_to_foshan_02.svg +http://www.courthousenews.com/readings/media/ +http://www.e-flux.com/journal/74/59816/contra-internet/ +http://www.guardian.co.uk/commentisfree/2011/apr/21/syria-twitter-spambots-pro-revolution. +http://www.guardian.co.uk/readings/media/ +http://www.guardian.co.uk/technology/2011/apr/29/facebook-accused-removing-activists-pages +http://www.guardian.co.uk/technology/2011/apr/29/wijnhaven_to_foshan.svg +http://www.guardian.co.uk/technology/2011/apr/29/wijnhaven_to_foshan_02.svg +http://www.guardian.co.uk/technology/2011/mar/17/us-spy-operation-social-networks. +http://www.guardian.co.uk/world/2011/jun/03/vodafone-egypt-advert-claims-revolution. +http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/. +http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/wijnhaven_to_foshan.svg +http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/wijnhaven_to_foshan_02.svg +http://www.itnewsafrica.com/readings/media/ +http://www.lizhi.fm +http://www.lizhi.fm +http://www.lizhi.fm +http://www.lizhi.fm +http://www.lizhi.fm/borges_bookstore.html +http://www.lizhi.fm/borges_bookstore.html +http://www.lizhi.fm/borges_bookstore.html +http://www.lizhi.fm/borges_bookstore.html +http://www.lizhi.fm/commodity_apartment.html +http://www.lizhi.fm/commodity_apartment.html +http://www.lizhi.fm/commodity_apartment.html +http://www.lizhi.fm/entry.html +http://www.lizhi.fm/entry.html +http://www.lizhi.fm/entry.html +http://www.lizhi.fm/entry.html +http://www.lizhi.fm/goosebumps.html +http://www.lizhi.fm/goosebumps.html +http://www.lizhi.fm/goosebumps.html +http://www.lizhi.fm/physiotherapy.html +http://www.lizhi.fm/physiotherapy.html +http://www.lizhi.fm/physiotherapy.html +http://www.lizhi.fm/public_library.html +http://www.lizhi.fm/public_library.html +http://www.lizhi.fm/public_library.html +http://www.lizhi.fm/wang_zhen.html +http://www.lizhi.fm/wang_zhen.html +http://www.lizhi.fm/wang_zhen.html +http://www.nytimes.com/2011/06/12/world/12internet.html +http://www.nytimes.com/2011/06/12/world/wijnhaven_to_foshan.svg +http://www.nytimes.com/2011/06/12/world/wijnhaven_to_foshan_02.svg +http://www.nytimes.com/readings/media/ +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/entry.html +http://www.sohu.com/a/entry.html +http://www.sohu.com/a/entry.html +http://www.sohu.com/a/entry.html +http://www.sohu.com/a/entry.html +http://www.sohu.com/a/entry.html +http://www.sohu.com/a/parvenu_mansion.html +http://www.sohu.com/a/zhong_father.html +http://www.sohu.com/a/zhong_father.html +http://www.sohu.com/a/zhong_father.html +http://www.sohu.com/a/zhong_father.html +http://www.sohu.com/a/zhong_father.html +http://www.triple-c.at/index.php/tripleC/article/viewArticle/238 +http://www.youtube.com/readings/media/ +http://www.youtube.com/watch +http://www.youtube.com/wijnhaven_to_foshan.svg +http://www.youtube.com/wijnhaven_to_foshan_02.svg +http://www.zachblas.info/works/contra-internet/ +https://en.wikipedia.org/wiki/Transport_Layer_Security +https://mobike.com/global/ +https://mobike.com/global/entry.html +https://mobike.com/global/parvenu_mansion.html +https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism +https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism +https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism +https://thenewinquiry.com/beyond-the-internet-and-all-control-diagrams/ +https://www.dukeupress.edu/when-biometrics-fail +https://www.eff.org/deeplinks/2011/06/week-internet-censorship. +https://www.eff.org/deeplinks/2011/06/wijnhaven_to_foshan.svg +https://www.eff.org/deeplinks/2011/06/wijnhaven_to_foshan_02.svg +https://www.eff.org/readings/media/ +https://www.lagou.com/ +https://www.lagou.com/entry.html +https://www.lagou.com/entry.html +https://www.lagou.com/parvenu_mansion.html +https://zhuanlan.zhihu.com/p/42738607 +https://zhuanlan.zhihu.com/p/42738607 +https://zhuanlan.zhihu.com/p/42738607 +https://zhuanlan.zhihu.com/p/42738607 +https://zhuanlan.zhihu.com/p/borges_bookstore.html +https://zhuanlan.zhihu.com/p/borges_bookstore.html +https://zhuanlan.zhihu.com/p/borges_bookstore.html +https://zhuanlan.zhihu.com/p/borges_bookstore.html +https://zhuanlan.zhihu.com/p/commodity_apartment.html +https://zhuanlan.zhihu.com/p/commodity_apartment.html +https://zhuanlan.zhihu.com/p/commodity_apartment.html +https://zhuanlan.zhihu.com/p/entry.html +https://zhuanlan.zhihu.com/p/entry.html +https://zhuanlan.zhihu.com/p/entry.html +https://zhuanlan.zhihu.com/p/entry.html +https://zhuanlan.zhihu.com/p/goosebumps.html +https://zhuanlan.zhihu.com/p/goosebumps.html +https://zhuanlan.zhihu.com/p/goosebumps.html +https://zhuanlan.zhihu.com/p/physiotherapy.html +https://zhuanlan.zhihu.com/p/physiotherapy.html +https://zhuanlan.zhihu.com/p/physiotherapy.html +https://zhuanlan.zhihu.com/p/public_library.html +https://zhuanlan.zhihu.com/p/public_library.html +https://zhuanlan.zhihu.com/p/public_library.html +https://zhuanlan.zhihu.com/p/wang_zhen.html +https://zhuanlan.zhihu.com/p/wang_zhen.html +https://zhuanlan.zhihu.com/p/wang_zhen.html diff --git a/urls.txt b/urls.txt new file mode 100644 index 0000000..79917b3 --- /dev/null +++ b/urls.txt @@ -0,0 +1,589 @@ +http://p.away.es/ +http://p.lions.es/ +http://p.lions.es/GraphicNetworks/ +http://p.lions.es/INFRASTRUCTOUR/ +http://p.lions.es/annotated-reader/ +http://p.lions.es/bubblegum-postcard-master/ +http://p.lions.es/canvas/ +http://p.lions.es/oldindex.html +http://p.lions.es/ring.html +http://p.lions.es/GraphicNetworks/GN.html +http://p.lions.es/GraphicNetworks/exp1.html +http://p.lions.es/GraphicNetworks/img/ +http://p.lions.es/annotated-reader/README.md +http://p.lions.es/annotated-reader/annotated-reader.html +http://p.lions.es/annotated-reader/output/ +http://p.lions.es/annotated-reader/text.txt +http://p.lions.es/annotated-reader/text/ +http://p.lions.es/GraphicNetworks/exp1.html +http://www.aaronkoblin.com +http://pixl8.xyz/ +http://sweetandsour.chickenkiller.com +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/ +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/ +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/ +http://sweetandsour.chickenkiller.com/annotation-bot/ +http://sweetandsour.chickenkiller.com/ring.html +http://sweetandsour.chickenkiller.com/traceroute/ +http://sweetandsour.chickenkiller.com/ +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/README.md +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/output/ +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/style.css +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/text.txt +http://sweetandsour.chickenkiller.com/ +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/README.md +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/annotated-reader.html +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/nickname_color.pkl +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/output/ +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/style.css +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/text.txt +http://sweetandsour.chickenkiller.com/ +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/README.md +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/annotated-reader.html +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/output/ +http://sweetandsour.chickenkiller.com/ +http://sweetandsour.chickenkiller.com/annotation-bot/Centralised-decentralised-and-distributed-networks-Baran-in-Barabasi-2003.png +http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/ +http://sweetandsour.chickenkiller.com/ +http://sweetandsour.chickenkiller.com/traceroute/kVYwq.png +http://sweetandsour.chickenkiller.com/traceroute/traceroute-of-network/ +http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/test.html +http://nothat.bad.mn +http://nothat.bad.mn/archive_new/ +http://nothat.bad.mn/archive_new_scripts/ +http://nothat.bad.mn/archive_old/ +http://nothat.bad.mn/bot/ +http://nothat.bad.mn/debug/ +http://nothat.bad.mn/links/ +http://nothat.bad.mn/reader/ +http://nothat.bad.mn/ring.html +http://nothat.bad.mn/archive_new/wow/index.html +http://nothat.bad.mn/archive_new/folder/index.html +http://nothat.bad.mn/archive_new/world/index.html +http://nothat.bad.mn/archive_new/now/index.html +http://nothat.bad.mn/archive_new/new/index.html +http://nothat.bad.mn/ +http://nothat.bad.mn/ +http://nothat.bad.mn/archive_old/decentralise/ +http://nothat.bad.mn/archive_old/folder/ +http://nothat.bad.mn/archive_old/maps/ +http://nothat.bad.mn/archive_old/meta/ +http://nothat.bad.mn/archive_old/nodes/ +http://nothat.bad.mn/archive_old/social/ +http://nothat.bad.mn/ +http://nothat.bad.mn/ +http://nothat.bad.mn/debug/rip_icon.png +http://nothat.bad.mn/debug/style.css +http://richfolks.club/ +http://ritagraca.com +http://thisnotexit.com +https://en.wikipedia.org/wiki/Transport_Layer_Security +http://nothat.bad.mn/reader/hall.htm +http://82.169.88.92/ring.html +http://77.172.158.66/ring.html +http://nothat.bad.mn/reader/index.htm +http://82.169.88.92/index.htm +http://31.20.8.54 +http://foshan-1992.pw/ +http://foshan-1992.pw/~biyi/ +http://foshan-1992.pw/~biyi/bertelsmann.html +http://foshan-1992.pw/~biyi/borges.html +http://foshan-1992.pw/~biyi/borges_bookstore.html +http://foshan-1992.pw/~biyi/butterfly_specimen.html +http://foshan-1992.pw/~biyi/catalog.html +http://foshan-1992.pw/~biyi/classics.html +http://foshan-1992.pw/~biyi/classmates.html +http://foshan-1992.pw/~biyi/claude_simon.html +http://foshan-1992.pw/~biyi/commodity_apartment.html +http://foshan-1992.pw/~biyi/dormitory_building.html +http://foshan-1992.pw/~biyi/english_jacket.html +http://foshan-1992.pw/~biyi/entry.css +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/female_librarian.html +http://foshan-1992.pw/~biyi/flower_city_press.html +http://foshan-1992.pw/~biyi/generated_pdf/ +http://foshan-1992.pw/~biyi/goosebumps.html +http://foshan-1992.pw/~biyi/img/ +http://foshan-1992.pw/~biyi/kraft.html +http://foshan-1992.pw/~biyi/ling_yu.html +http://foshan-1992.pw/~biyi/map.html +http://foshan-1992.pw/~biyi/mengmeng.html +http://foshan-1992.pw/~biyi/music_academy.html +http://foshan-1992.pw/~biyi/my_aunts_print_shop.html +http://foshan-1992.pw/~biyi/nabokovs_butterfly.html +http://foshan-1992.pw/~biyi/nanhai_book_center.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/online_distributors.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/physiotherapy.html +http://foshan-1992.pw/~biyi/pnin.html +http://foshan-1992.pw/~biyi/public_library.html +http://foshan-1992.pw/~biyi/romantic_novels.html +http://foshan-1992.pw/~biyi/salted_almonds.html +http://foshan-1992.pw/~biyi/template.css +http://foshan-1992.pw/~biyi/template_table.html +http://foshan-1992.pw/~biyi/union_library.html +http://foshan-1992.pw/~biyi/wang_zhen.html +http://foshan-1992.pw/~biyi/wuxia.html +http://foshan-1992.pw/~biyi/zhong_father.html +http://finance.sina.com.cn/blank/qygc209bertelsmann.shtml +http://baifund.com/ +https://mobike.com/global/ +http://foshan-1992.pw/~biyi/douban.com +https://www.lagou.com/ +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/pnin.html +http://foshan-1992.pw/~biyi/claude_simon.html +http://foshan-1992.pw/~biyi/borges_bookstore.html +http://foshan-1992.pw/~biyi/borges_bookstore.html +http://foshan-1992.pw/~biyi/borges_bookstore.html +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/nanhai_book_center +http://foshan-1992.pw/~biyi/my_aunts_print_shop.html +http://www.lizhi.fm +https://zhuanlan.zhihu.com/p/42738607 +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/nanhai_library +http://foshan-1992.pw/~biyi/childhood.html +http://foshan-1992.pw/~biyi/classics.html +http://foshan-1992.pw/~biyi/classmates.html +http://foshan-1992.pw/~biyi/commodity_apartment.html +http://foshan-1992.pw/~biyi/dormitory_building.html +http://foshan-1992.pw/~biyi/english_jacket.html +http://foshan-1992.pw/~biyi/female_librarian.html +http://foshan-1992.pw/~biyi/five_goats.html +http://foshan-1992.pw/~biyi/flower_city_press.html +http://foshan-1992.pw/~biyi/goosebumps.html +http://foshan-1992.pw/~biyi/kraft.html +http://foshan-1992.pw/~biyi/ling_yu.html +http://foshan-1992.pw/~biyi/main.html +http://foshan-1992.pw/~biyi/mengmeng.html +http://foshan-1992.pw/~biyi/music_academy.html +http://foshan-1992.pw/~biyi/nanhai_book_center.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/online_booksellers.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/physiotherapy.html +http://foshan-1992.pw/~biyi/public_library.html +http://foshan-1992.pw/~biyi/romantic_novels.html +http://foshan-1992.pw/~biyi/salted_almonds.html +http://foshan-1992.pw/~biyi/union_library.html +http://foshan-1992.pw/~biyi/wang_zhen.html +http://foshan-1992.pw/~biyi/wuxia.html +http://foshan-1992.pw/~biyi/yilin_press.html +http://foshan-1992.pw/~biyi/zhong_chu.html +http://foshan-1992.pw/~biyi/zhong_father.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/douban.com +http://foshan-1992.pw/~biyi/kongfuzi.com +http://foshan-1992.pw/~biyi/romantic_novels.html +http://foshan-1992.pw/~biyi/salted_almonds.html +http://foshan-1992.pw/~biyi/enlish_jacket.html +http://foshan-1992.pw/~biyi/nanhai_book_center +http://foshan-1992.pw/~biyi/entry.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/parvenu_mansion +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://foshan-1992.pw/~biyi/union_library.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/mengmeng.html +http://foshan-1992.pw/~biyi/img/bertelsmann/ +http://foshan-1992.pw/~biyi/img/borges/ +http://foshan-1992.pw/~biyi/img/borges_bookstore/ +http://foshan-1992.pw/~biyi/img/butterfly_specimen/ +http://foshan-1992.pw/~biyi/img/entry/ +http://foshan-1992.pw/~biyi/img/female_librarian/ +http://foshan-1992.pw/~biyi/img/four_classics/ +http://foshan-1992.pw/~biyi/img/kraft/ +http://foshan-1992.pw/~biyi/img/literature_children/ +http://foshan-1992.pw/~biyi/img/mengmeng/ +http://foshan-1992.pw/~biyi/img/music_academy/ +http://foshan-1992.pw/~biyi/img/my_aunts_print_shop/ +http://foshan-1992.pw/~biyi/img/nanhai_book_center/ +http://foshan-1992.pw/~biyi/img/nanhai_library/ +http://foshan-1992.pw/~biyi/img/parvenu_mansion/ +http://foshan-1992.pw/~biyi/img/physiotherapy/ +http://foshan-1992.pw/~biyi/img/pnin/ +http://foshan-1992.pw/~biyi/img/romantic_novels/ +http://foshan-1992.pw/~biyi/img/union_library/ +http://foshan-1992.pw/~biyi/img/zhong_father/ +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/parvenu_mansion.html +http://foshan-1992.pw/~biyi/nanhai_library.html +http://foshan-1992.pw/~biyi/wang_zhen.html +http://foshan-1992.pw/~biyi/public_library.html +http://foshan-1992.pw/~biyi/physiotherapy.html +http://foshan-1992.pw/~biyi/dangdang.com +http://foshan-1992.pw/~biyi/z.cn +http://foshan-1992.pw/~biyi/online_booksellers.html +http://foshan-1992.pw/~biyi/san_mao.html +http://foshan-1992.pw/~biyi/wuxia.html +http://foshan-1992.pw/~biyi/zhong_father.html +http://www.sohu.com/a/156317757_165679 +http://finance.sina.com.cn/blank/parvenu_mansion.html +http://finance.sina.com.cn/blank/entry.html +http://baifund.com/parvenu_mansion.html +http://baifund.com/entry.html +https://mobike.com/global/parvenu_mansion.html +https://mobike.com/global/entry.html +https://www.lagou.com/parvenu_mansion.html +https://www.lagou.com/entry.html +http://foshan-1992.pw/~biyi/parvenu_mansion +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://foshan-1992.pw/~biyi/kongfuzi.com +http://foshan-1992.pw/~biyi/nanhai_book_center +http://www.lizhi.fm +https://zhuanlan.zhihu.com/p/42738607 +http://foshan-1992.pw/~biyi/nanhai_book_center +http://www.lizhi.fm +https://zhuanlan.zhihu.com/p/42738607 +http://foshan-1992.pw/~biyi/nanhai_book_center +http://www.lizhi.fm +https://zhuanlan.zhihu.com/p/42738607 +http://foshan-1992.pw/~biyi/parvenu_mansion +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://www.lizhi.fm/borges_bookstore.html +http://www.lizhi.fm/entry.html +https://zhuanlan.zhihu.com/p/borges_bookstore.html +https://zhuanlan.zhihu.com/p/entry.html +http://foshan-1992.pw/~biyi/parvenu_mansion +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://foshan-1992.pw/~biyi/enlish_jacket.html +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/156317757_165679 +http://foshan-1992.pw/~biyi/parvenu_mansion +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://foshan-1992.pw/~biyi/parvenu_mansion +http://finance.sina.com.cn/g/20041008/10441064627.shtml +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/156317757_165679 +http://finance.sina.com.cn/g/20041008/female_librarian.html +http://finance.sina.com.cn/g/20041008/music_academy.html +http://finance.sina.com.cn/g/20041008/kraft.html +http://finance.sina.com.cn/g/20041008/classics.html +http://finance.sina.com.cn/g/20041008/entry.html +http://www.sohu.com/a/156317757_165679 +http://www.sohu.com/a/parvenu_mansion.html +http://www.sohu.com/a/entry.html +http://p.lions.es/GraphicNetworks/parvenu_mansion.html +http://p.lions.es/GraphicNetworks/entry.html +https://www.lagou.com/entry.html +http://finance.sina.com.cn/g/20041008/zhong_father.html +http://finance.sina.com.cn/g/20041008/entry.html +http://www.lizhi.fm/wang_zhen.html +http://www.lizhi.fm/commodity_apartment.html +http://www.lizhi.fm/public_library.html +http://www.lizhi.fm/goosebumps.html +http://www.lizhi.fm/physiotherapy.html +http://www.lizhi.fm/borges_bookstore.html +http://www.lizhi.fm/entry.html +https://zhuanlan.zhihu.com/p/wang_zhen.html +https://zhuanlan.zhihu.com/p/commodity_apartment.html +https://zhuanlan.zhihu.com/p/public_library.html +https://zhuanlan.zhihu.com/p/goosebumps.html +https://zhuanlan.zhihu.com/p/physiotherapy.html +https://zhuanlan.zhihu.com/p/borges_bookstore.html +https://zhuanlan.zhihu.com/p/entry.html +http://www.lizhi.fm/wang_zhen.html +http://www.lizhi.fm/commodity_apartment.html +http://www.lizhi.fm/public_library.html +http://www.lizhi.fm/goosebumps.html +http://www.lizhi.fm/physiotherapy.html +http://www.lizhi.fm/borges_bookstore.html +http://www.lizhi.fm/entry.html +https://zhuanlan.zhihu.com/p/wang_zhen.html +https://zhuanlan.zhihu.com/p/commodity_apartment.html +https://zhuanlan.zhihu.com/p/public_library.html +https://zhuanlan.zhihu.com/p/goosebumps.html +https://zhuanlan.zhihu.com/p/physiotherapy.html +https://zhuanlan.zhihu.com/p/borges_bookstore.html +https://zhuanlan.zhihu.com/p/entry.html +http://www.lizhi.fm/wang_zhen.html +http://www.lizhi.fm/commodity_apartment.html +http://www.lizhi.fm/public_library.html +http://www.lizhi.fm/goosebumps.html +http://www.lizhi.fm/physiotherapy.html +http://www.lizhi.fm/borges_bookstore.html +http://www.lizhi.fm/entry.html +https://zhuanlan.zhihu.com/p/wang_zhen.html +https://zhuanlan.zhihu.com/p/commodity_apartment.html +https://zhuanlan.zhihu.com/p/public_library.html +https://zhuanlan.zhihu.com/p/goosebumps.html +https://zhuanlan.zhihu.com/p/physiotherapy.html +https://zhuanlan.zhihu.com/p/borges_bookstore.html +https://zhuanlan.zhihu.com/p/entry.html +http://finance.sina.com.cn/g/20041008/zhong_father.html +http://finance.sina.com.cn/g/20041008/entry.html +http://finance.sina.com.cn/g/20041008/zhong_father.html +http://finance.sina.com.cn/g/20041008/entry.html +http://www.sohu.com/a/zhong_father.html +http://www.sohu.com/a/entry.html +http://p.lions.es/GraphicNetworks/zhong_father.html +http://p.lions.es/GraphicNetworks/entry.html +http://www.sohu.com/a/zhong_father.html +http://www.sohu.com/a/entry.html +http://p.lions.es/GraphicNetworks/zhong_father.html +http://p.lions.es/GraphicNetworks/entry.html +http://www.sohu.com/a/zhong_father.html +http://www.sohu.com/a/entry.html +http://p.lions.es/GraphicNetworks/zhong_father.html +http://p.lions.es/GraphicNetworks/entry.html +http://finance.sina.com.cn/g/20041008/zhong_father.html +http://finance.sina.com.cn/g/20041008/entry.html +http://finance.sina.com.cn/g/20041008/zhong_father.html +http://finance.sina.com.cn/g/20041008/entry.html +http://www.sohu.com/a/zhong_father.html +http://www.sohu.com/a/entry.html +http://p.lions.es/GraphicNetworks/zhong_father.html +http://p.lions.es/GraphicNetworks/entry.html +http://www.sohu.com/a/zhong_father.html +http://www.sohu.com/a/entry.html +http://p.lions.es/GraphicNetworks/zhong_father.html +http://p.lions.es/GraphicNetworks/entry.html +http://b-e-e-t.r-o-o-t.net/ +http://b-e-e-t.r-o-o-t.net/PDF/ +http://b-e-e-t.r-o-o-t.net/archive/ +http://b-e-e-t.r-o-o-t.net/pages/ +http://b-e-e-t.r-o-o-t.net/readings/ +http://b-e-e-t.r-o-o-t.net/ring.html +http://b-e-e-t.r-o-o-t.net/archive/contrails/ +http://b-e-e-t.r-o-o-t.net/archive/gps_drawings/ +http://b-e-e-t.r-o-o-t.net/archive/knotboard/ +http://b-e-e-t.r-o-o-t.net/archive/mandarin_peels/ +http://b-e-e-t.r-o-o-t.net/archive/network_of_possibilities/ +http://b-e-e-t.r-o-o-t.net/archive/networkdrawings/ +http://b-e-e-t.r-o-o-t.net/archive/networktopologies/ +http://b-e-e-t.r-o-o-t.net/archive/topology/ +http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_ciao.html +http://b-e-e-t.r-o-o-t.net/pages/img/ +http://b-e-e-t.r-o-o-t.net/pages/please_to_foshan.html +http://b-e-e-t.r-o-o-t.net/pages/style.css +http://b-e-e-t.r-o-o-t.net/pages/wijnhaven_to_foshan.html +http://b-e-e-t.r-o-o-t.net/readings/beyond_the_internet_and_all_control_diagrams.html +http://b-e-e-t.r-o-o-t.net/readings/biotopology.html +http://b-e-e-t.r-o-o-t.net/readings/buckminster_fuller_software.html +http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html +http://b-e-e-t.r-o-o-t.net/readings/fonts/ +http://b-e-e-t.r-o-o-t.net/readings/images/ +http://b-e-e-t.r-o-o-t.net/readings/media/ +http://b-e-e-t.r-o-o-t.net/readings/mejias_liberation_technology.html +http://b-e-e-t.r-o-o-t.net/readings/readings.css +http://b-e-e-t.r-o-o-t.net/readings/readings_index.html +http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html +http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html +http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html +http://77.172.158.66:4444 +http://31.20.8.54/ring.html +http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html/ +https://thenewinquiry.com/beyond-the-internet-and-all-control-diagrams/ +http://www.e-flux.com/journal/74/59816/contra-internet/ +http://www.zachblas.info/works/contra-internet/ +http://b-e-e-t.r-o-o-t.net/readings/“http:/www.zachblas.info/works/face-cages/“ +https://www.dukeupress.edu/when-biometrics-fail +http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/ +http://ulisesmejias.com +http://www.courthousenews.com/2011/06/10/37266.htm +http://www.guardian.co.uk/technology/2011/mar/17/us-spy-operation-social-networks. +http://www.nytimes.com/2011/06/12/world/12internet.html +http://www.youtube.com/watch +http://dohanews.co/post/5792813904/facebook-usage-falls-in-gcc-including-in-qatar-saudi +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/ +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/ +http://www.guardian.co.uk/technology/2011/apr/29/facebook-accused-removing-activists-pages +http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/. +http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/2100-1029_3-6140191.html +http://www.triple-c.at/index.php/tripleC/article/viewArticle/238 +http://opennet.net/west-censoring-east-the-use-western-technologies-middle-east-censors-2010-2011 +http://liberationtechnology.stanford.edu/ +http://www.guardian.co.uk/world/2011/jun/03/vodafone-egypt-advert-claims-revolution. +http://pewinternet.org/Reports/2010/Mobile-Access-2010.aspx. +http://blog.nielsen.com/nielsenwire/online_mobile/social-media-accounts-for-22-percent-of-time-online/. +http://globalvoicesonline.org/2009/06/27/iranian-officials-crowd-source-protester-identities-online/. +http://seattletimes.nwsource.com/html/localnews/2015343735_vancouversocial17m.html. +http://www.guardian.co.uk/commentisfree/2011/apr/21/syria-twitter-spambots-pro-revolution. +https://www.eff.org/deeplinks/2011/06/week-internet-censorship. +http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html +http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html +http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html +http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html +http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html +http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html +https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism +http://www.bopsecrets.org/cat.htm +http://www.bopsecrets.org/SI/Chtcheglov.htm +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://comware.us/Content/internetrecollections +http://amodern.net/article/half-inch-revolution/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://comware.us/Content/internetrecollections +http://amodern.net/article/half-inch-revolution/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://comware.us/Content/internetrecollections +http://amodern.net/article/half-inch-revolution/ +http://b-e-e-t.r-o-o-t.net/readings/media/png/wijnhaven_to_foshan.png +http://b-e-e-t.r-o-o-t.net/readings/media/svg/wijnhaven_to_foshan.svg +http://b-e-e-t.r-o-o-t.net/readings/media/svg/wijnhaven_to_foshan_02.svg +http://twenty.fibreculturejournal.org/readings/media/ +http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/wijnhaven_to_foshan.svg +http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/wijnhaven_to_foshan_02.svg +http://www.courthousenews.com/readings/media/ +http://www.courthousenews.com/2011/06/10/wijnhaven_to_foshan.svg +http://www.courthousenews.com/2011/06/10/wijnhaven_to_foshan_02.svg +http://www.nytimes.com/readings/media/ +http://www.nytimes.com/2011/06/12/world/wijnhaven_to_foshan.svg +http://www.nytimes.com/2011/06/12/world/wijnhaven_to_foshan_02.svg +http://www.youtube.com/readings/media/ +http://www.youtube.com/wijnhaven_to_foshan.svg +http://www.youtube.com/wijnhaven_to_foshan_02.svg +http://news.cnet.com/readings/media/ +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan.svg +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan_02.svg +http://news.cnet.com/readings/media/ +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan.svg +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan_02.svg +http://www.guardian.co.uk/readings/media/ +http://www.guardian.co.uk/technology/2011/apr/29/wijnhaven_to_foshan.svg +http://www.guardian.co.uk/technology/2011/apr/29/wijnhaven_to_foshan_02.svg +http://www.itnewsafrica.com/readings/media/ +http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/wijnhaven_to_foshan.svg +http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/wijnhaven_to_foshan_02.svg +http://news.cnet.com/readings/media/ +http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/wijnhaven_to_foshan.svg +http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/wijnhaven_to_foshan_02.svg +http://opennet.net/readings/media/ +http://opennet.net/wijnhaven_to_foshan.svg +http://opennet.net/wijnhaven_to_foshan_02.svg +http://pewinternet.org/readings/media/ +http://pewinternet.org/Reports/2010/wijnhaven_to_foshan.svg +http://pewinternet.org/Reports/2010/wijnhaven_to_foshan_02.svg +https://www.eff.org/readings/media/ +https://www.eff.org/deeplinks/2011/06/wijnhaven_to_foshan.svg +https://www.eff.org/deeplinks/2011/06/wijnhaven_to_foshan_02.svg +https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism +https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism +http://www.bopsecrets.org/cat.htm +http://www.bopsecrets.org/SI/Chtcheglov.htm +http://www.bopsecrets.org/cat.htm +http://www.bopsecrets.org/SI/Chtcheglov.htm +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://comware.us/Content/internetrecollections +http://amodern.net/article/half-inch-revolution/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://amodern.net/article/half-inch-revolution/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://comware.us/Content/internetrecollections +http://amodern.net/article/half-inch-revolution/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://comware.us/Content/internetrecollections +http://amodern.net/article/half-inch-revolution/ +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ +http://comware.us/Content/internetrecollections +http://amodern.net/article/half-inch-revolution/ +http://comware.us/Content/internetrecollections +http://amodern.net/article/half-inch-revolution/ +http://comware.us/Content/internetrecollections +http://amodern.net/article/half-inch-revolution/ +http://amodern.net/article/half-inch-revolution/ +http://please.undo.undo.it/ +http://please.undo.undo.it/Evolution_Social_Media/ +http://please.undo.undo.it/Questions/ +http://please.undo.undo.it/Questions/NEW/ +http://please.undo.undo.it/Questions/NEW/first-page-questions-stay.html +http://please.undo.undo.it/Questions/NEW/first-page.html +http://please.undo.undo.it/Questions/NEW/fonts/ +http://please.undo.undo.it/Questions/NEW/old/ +http://please.undo.undo.it/Questions/NEW/old/ifr.htm +http://please.undo.undo.it/Questions/NEW/old/main.html +http://please.undo.undo.it/Questions/NEW/old/questionsTEST.html +http://please.undo.undo.it/Questions/NEW/old/test.html +http://please.undo.undo.it/Questions/NEW/privacy.html +http://please.undo.undo.it/Questions/NEW/venv/ +http://please.undo.undo.it/Questions/NEW/venv/bin/ +http://please.undo.undo.it/Questions/NEW/venv/include/ +http://please.undo.undo.it/Questions/NEW/venv/lib/ +http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/ +http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/site-packages/ +http://please.undo.undo.it/Questions/OLD/ +http://please.undo.undo.it/Questions/OLD/Question%20Nodes.html +http://please.undo.undo.it/Questions/OLD/TESTARTEMIS.html +http://please.undo.undo.it/Questions/OLD/TESTNEW.html +http://please.undo.undo.it/Questions/OLD/createdots-prototype.html +http://please.undo.undo.it/Questions/OLD/createdots-test-stay.html +http://please.undo.undo.it/Questions/OLD/createdots-test.html +http://please.undo.undo.it/Questions/OLD/fonts/ +http://please.undo.undo.it/Questions/OLD/fonts/COPYING +http://please.undo.undo.it/Questions/OLD/fonts/README.html +http://please.undo.undo.it/Questions/OLD/fonts/documentation/ +http://please.undo.undo.it/Questions/OLD/fonts/fonts/ +http://please.undo.undo.it/Questions/OLD/fonts/fonts/webfonts/ +http://please.undo.undo.it/Questions/OLD/fonts/iceberg/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.sfdir/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/glyphs/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/glyphs/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/Crickx_droite.sfdir/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/glyphs/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/Crickx_droiteRush.sfdir/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.sfdir/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/glyphs/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/ +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/CrickxSharkCut.sfdir/ +http://please.undo.undo.it/Questions/OLD/questionsold.html +http://please.undo.undo.it/Questions/OLD/testsvg.html +http://ciao.urca.tv/ +http://ciao.urca.tv/SITE/ +http://ciao.urca.tv/SITEold/ +http://ciao.urca.tv/SITEold2/ +http://ciao.urca.tv/_proj/ +http://ciao.urca.tv/_proj/OTHERS/ +http://ciao.urca.tv/_proj/OTHERS/nwo/ +http://ciao.urca.tv/_proj/OTHERS/redhouse/ +http://ciao.urca.tv/_proj/OTHERS/txts/ +http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/ +http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/ +http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/scientific_avantgarde.html +http://ciao.urca.tv/_proj/OTHERS/txts/xpub_journal/ +http://ciao.urca.tv/_proj/_SI8/ +http://ciao.urca.tv/_proj/_SI8/Bots/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/live.html +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/test.etherpad +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pics/ +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/script/ +http://ciao.urca.tv/_proj/_SI8/Bots/archive/ +http://ciao.urca.tv/_proj/_SI8/Bots/jargon/ +http://ciao.urca.tv/_proj/_SI8/abstractions_permutations/ +http://ciao.urca.tv/_proj/_SI8/map/ +http://ciao.urca.tv/_proj/_SI8/map/icons/ +http://ciao.urca.tv/_proj/_SI8/map/leaflet/ +http://ciao.urca.tv/_proj/_SI8/map/leaflet/images/ +http://ciao.urca.tv/_proj/_SI8/map/map_test.html +http://ciao.urca.tv/_proj/_SI8/paranodes/ +http://ciao.urca.tv/_scripts/ +http://ciao.urca.tv/_scripts/dynamicHTML/ +http://ciao.urca.tv/_scripts/dynamicHTML/cgi-bin/ +http://ciao.urca.tv/_scripts/hover_div/ +http://ciao.urca.tv/_scripts/hover_div/hover_div.html +http://ciao.urca.tv/_scripts/liveHTML/ +http://ciao.urca.tv/test.html +http://82.169.88.92:5000/ diff --git a/urlswithstat.txt b/urlswithstat.txt new file mode 100644 index 0000000..c562254 --- /dev/null +++ b/urlswithstat.txt @@ -0,0 +1,589 @@ +http://31.20.8.54 200 ok +http://31.20.8.54/ring.html 200 ok +http://77.172.158.66/ring.html 404 ok +http://77.172.158.66:4444 200 ok +http://82.169.88.92/index.htm 404 ok +http://82.169.88.92/ring.html 200 ok +http://82.169.88.92:5000/ 0 HTTPConnectionPool(host='82.169.88.92', port=5000): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 60] Operation timed out')) +http://amodern.net/article/half-inch-revolution/ 200 ok +http://amodern.net/article/half-inch-revolution/ 200 ok +http://amodern.net/article/half-inch-revolution/ 200 ok +http://amodern.net/article/half-inch-revolution/ 200 ok +http://amodern.net/article/half-inch-revolution/ 200 ok +http://amodern.net/article/half-inch-revolution/ 200 ok +http://amodern.net/article/half-inch-revolution/ 200 ok +http://amodern.net/article/half-inch-revolution/ 200 ok +http://amodern.net/article/half-inch-revolution/ 200 ok +http://amodern.net/article/half-inch-revolution/ 200 ok +http://amodern.net/article/half-inch-revolution/ 200 ok +http://b-e-e-t.r-o-o-t.net/ 200 ok +http://b-e-e-t.r-o-o-t.net/PDF/ 200 ok +http://b-e-e-t.r-o-o-t.net/archive/ 200 ok +http://b-e-e-t.r-o-o-t.net/archive/contrails/ 200 ok +http://b-e-e-t.r-o-o-t.net/archive/gps_drawings/ 200 ok +http://b-e-e-t.r-o-o-t.net/archive/knotboard/ 200 ok +http://b-e-e-t.r-o-o-t.net/archive/mandarin_peels/ 200 ok +http://b-e-e-t.r-o-o-t.net/archive/network_of_possibilities/ 200 ok +http://b-e-e-t.r-o-o-t.net/archive/networkdrawings/ 200 ok +http://b-e-e-t.r-o-o-t.net/archive/networktopologies/ 200 ok +http://b-e-e-t.r-o-o-t.net/archive/topology/ 200 ok +http://b-e-e-t.r-o-o-t.net/pages/ 200 ok +http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_ciao.html 200 ok +http://b-e-e-t.r-o-o-t.net/pages/img/ 200 ok +http://b-e-e-t.r-o-o-t.net/pages/please_to_foshan.html 200 ok +http://b-e-e-t.r-o-o-t.net/pages/style.css 200 ok +http://b-e-e-t.r-o-o-t.net/pages/wijnhaven_to_foshan.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/ 200 ok +http://b-e-e-t.r-o-o-t.net/readings/beyond_the_internet_and_all_control_diagrams.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/biotopology.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/buckminster_fuller_software.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html/ 404 ok +http://b-e-e-t.r-o-o-t.net/readings/fonts/ 200 ok +http://b-e-e-t.r-o-o-t.net/readings/images/ 200 ok +http://b-e-e-t.r-o-o-t.net/readings/media/ 200 ok +http://b-e-e-t.r-o-o-t.net/readings/media/png/wijnhaven_to_foshan.png 200 ok +http://b-e-e-t.r-o-o-t.net/readings/media/svg/wijnhaven_to_foshan.svg 200 ok +http://b-e-e-t.r-o-o-t.net/readings/media/svg/wijnhaven_to_foshan_02.svg 200 ok +http://b-e-e-t.r-o-o-t.net/readings/mejias_liberation_technology.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/readings.css 200 ok +http://b-e-e-t.r-o-o-t.net/readings/readings_index.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html 200 ok +http://b-e-e-t.r-o-o-t.net/readings/“http:/www.zachblas.info/works/face-cages/“ 404 ok +http://b-e-e-t.r-o-o-t.net/ring.html 200 ok +http://baifund.com/ 200 ok +http://baifund.com/entry.html 404 ok +http://baifund.com/parvenu_mansion.html 404 ok +http://blog.nielsen.com/nielsenwire/online_mobile/social-media-accounts-for-22-percent-of-time-online/. 200 ok +http://ciao.urca.tv/ 200 ok +http://ciao.urca.tv/SITE/ 200 ok +http://ciao.urca.tv/SITEold/ 200 ok +http://ciao.urca.tv/SITEold2/ 200 ok +http://ciao.urca.tv/_proj/ 200 ok +http://ciao.urca.tv/_proj/OTHERS/ 200 ok +http://ciao.urca.tv/_proj/OTHERS/nwo/ 200 ok +http://ciao.urca.tv/_proj/OTHERS/redhouse/ 200 ok +http://ciao.urca.tv/_proj/OTHERS/txts/ 200 ok +http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/ 200 ok +http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/ 200 ok +http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/scientific_avantgarde.html 200 ok +http://ciao.urca.tv/_proj/OTHERS/txts/xpub_journal/ 200 ok +http://ciao.urca.tv/_proj/_SI8/ 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/ 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/ 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/ 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/ 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/ 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/live.html 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/ 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/test.etherpad 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pics/ 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/script/ 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/archive/ 200 ok +http://ciao.urca.tv/_proj/_SI8/Bots/jargon/ 200 ok +http://ciao.urca.tv/_proj/_SI8/abstractions_permutations/ 200 ok +http://ciao.urca.tv/_proj/_SI8/map/ 200 ok +http://ciao.urca.tv/_proj/_SI8/map/icons/ 200 ok +http://ciao.urca.tv/_proj/_SI8/map/leaflet/ 200 ok +http://ciao.urca.tv/_proj/_SI8/map/leaflet/images/ 200 ok +http://ciao.urca.tv/_proj/_SI8/map/map_test.html 200 ok +http://ciao.urca.tv/_proj/_SI8/paranodes/ 200 ok +http://ciao.urca.tv/_scripts/ 200 ok +http://ciao.urca.tv/_scripts/dynamicHTML/ 200 ok +http://ciao.urca.tv/_scripts/dynamicHTML/cgi-bin/ 200 ok +http://ciao.urca.tv/_scripts/hover_div/ 200 ok +http://ciao.urca.tv/_scripts/hover_div/hover_div.html 200 ok +http://ciao.urca.tv/_scripts/liveHTML/ 200 ok +http://ciao.urca.tv/test.html 200 ok +http://comware.us/Content/internetrecollections 404 ok +http://comware.us/Content/internetrecollections 404 ok +http://comware.us/Content/internetrecollections 404 ok +http://comware.us/Content/internetrecollections 404 ok +http://comware.us/Content/internetrecollections 404 ok +http://comware.us/Content/internetrecollections 404 ok +http://comware.us/Content/internetrecollections 404 ok +http://comware.us/Content/internetrecollections 404 ok +http://comware.us/Content/internetrecollections 404 ok +http://dohanews.co/post/5792813904/facebook-usage-falls-in-gcc-including-in-qatar-saudi 403 ok +http://finance.sina.com.cn/blank/entry.html 404 ok +http://finance.sina.com.cn/blank/parvenu_mansion.html 404 ok +http://finance.sina.com.cn/blank/qygc209bertelsmann.shtml 200 ok +http://finance.sina.com.cn/g/20041008/10441064627.shtml 200 ok +http://finance.sina.com.cn/g/20041008/10441064627.shtml 200 ok +http://finance.sina.com.cn/g/20041008/10441064627.shtml 200 ok +http://finance.sina.com.cn/g/20041008/10441064627.shtml 200 ok +http://finance.sina.com.cn/g/20041008/10441064627.shtml 200 ok +http://finance.sina.com.cn/g/20041008/10441064627.shtml 200 ok +http://finance.sina.com.cn/g/20041008/classics.html 404 ok +http://finance.sina.com.cn/g/20041008/entry.html 404 ok +http://finance.sina.com.cn/g/20041008/entry.html 404 ok +http://finance.sina.com.cn/g/20041008/entry.html 404 ok +http://finance.sina.com.cn/g/20041008/entry.html 404 ok +http://finance.sina.com.cn/g/20041008/entry.html 404 ok +http://finance.sina.com.cn/g/20041008/entry.html 404 ok +http://finance.sina.com.cn/g/20041008/female_librarian.html 404 ok +http://finance.sina.com.cn/g/20041008/kraft.html 404 ok +http://finance.sina.com.cn/g/20041008/music_academy.html 404 ok +http://finance.sina.com.cn/g/20041008/zhong_father.html 404 ok +http://finance.sina.com.cn/g/20041008/zhong_father.html 404 ok +http://finance.sina.com.cn/g/20041008/zhong_father.html 404 ok +http://finance.sina.com.cn/g/20041008/zhong_father.html 404 ok +http://finance.sina.com.cn/g/20041008/zhong_father.html 404 ok +http://foshan-1992.pw/ 200 ok +http://foshan-1992.pw/~biyi/ 200 ok +http://foshan-1992.pw/~biyi/bertelsmann.html 200 ok +http://foshan-1992.pw/~biyi/borges.html 200 ok +http://foshan-1992.pw/~biyi/borges_bookstore.html 200 ok +http://foshan-1992.pw/~biyi/borges_bookstore.html 200 ok +http://foshan-1992.pw/~biyi/borges_bookstore.html 200 ok +http://foshan-1992.pw/~biyi/borges_bookstore.html 200 ok +http://foshan-1992.pw/~biyi/butterfly_specimen.html 200 ok +http://foshan-1992.pw/~biyi/catalog.html 200 ok +http://foshan-1992.pw/~biyi/childhood.html 404 ok +http://foshan-1992.pw/~biyi/classics.html 200 ok +http://foshan-1992.pw/~biyi/classics.html 200 ok +http://foshan-1992.pw/~biyi/classmates.html 200 ok +http://foshan-1992.pw/~biyi/classmates.html 200 ok +http://foshan-1992.pw/~biyi/claude_simon.html 200 ok +http://foshan-1992.pw/~biyi/claude_simon.html 200 ok +http://foshan-1992.pw/~biyi/commodity_apartment.html 200 ok +http://foshan-1992.pw/~biyi/commodity_apartment.html 200 ok +http://foshan-1992.pw/~biyi/dangdang.com 404 ok +http://foshan-1992.pw/~biyi/dormitory_building.html 200 ok +http://foshan-1992.pw/~biyi/dormitory_building.html 200 ok +http://foshan-1992.pw/~biyi/douban.com 404 ok +http://foshan-1992.pw/~biyi/douban.com 404 ok +http://foshan-1992.pw/~biyi/english_jacket.html 200 ok +http://foshan-1992.pw/~biyi/english_jacket.html 200 ok +http://foshan-1992.pw/~biyi/enlish_jacket.html 404 ok +http://foshan-1992.pw/~biyi/enlish_jacket.html 404 ok +http://foshan-1992.pw/~biyi/entry.css 200 ok +http://foshan-1992.pw/~biyi/entry.html 200 ok +http://foshan-1992.pw/~biyi/entry.html 200 ok +http://foshan-1992.pw/~biyi/entry.html 200 ok +http://foshan-1992.pw/~biyi/entry.html 200 ok +http://foshan-1992.pw/~biyi/entry.html 200 ok +http://foshan-1992.pw/~biyi/entry.html 200 ok +http://foshan-1992.pw/~biyi/entry.html 200 ok +http://foshan-1992.pw/~biyi/female_librarian.html 200 ok +http://foshan-1992.pw/~biyi/female_librarian.html 200 ok +http://foshan-1992.pw/~biyi/five_goats.html 404 ok +http://foshan-1992.pw/~biyi/flower_city_press.html 200 ok +http://foshan-1992.pw/~biyi/flower_city_press.html 200 ok +http://foshan-1992.pw/~biyi/generated_pdf/ 200 ok +http://foshan-1992.pw/~biyi/goosebumps.html 200 ok +http://foshan-1992.pw/~biyi/goosebumps.html 200 ok +http://foshan-1992.pw/~biyi/img/ 200 ok +http://foshan-1992.pw/~biyi/img/bertelsmann/ 200 ok +http://foshan-1992.pw/~biyi/img/borges/ 200 ok +http://foshan-1992.pw/~biyi/img/borges_bookstore/ 200 ok +http://foshan-1992.pw/~biyi/img/butterfly_specimen/ 200 ok +http://foshan-1992.pw/~biyi/img/entry/ 200 ok +http://foshan-1992.pw/~biyi/img/female_librarian/ 200 ok +http://foshan-1992.pw/~biyi/img/four_classics/ 200 ok +http://foshan-1992.pw/~biyi/img/kraft/ 200 ok +http://foshan-1992.pw/~biyi/img/literature_children/ 200 ok +http://foshan-1992.pw/~biyi/img/mengmeng/ 200 ok +http://foshan-1992.pw/~biyi/img/music_academy/ 200 ok +http://foshan-1992.pw/~biyi/img/my_aunts_print_shop/ 200 ok +http://foshan-1992.pw/~biyi/img/nanhai_book_center/ 200 ok +http://foshan-1992.pw/~biyi/img/nanhai_library/ 200 ok +http://foshan-1992.pw/~biyi/img/parvenu_mansion/ 200 ok +http://foshan-1992.pw/~biyi/img/physiotherapy/ 200 ok +http://foshan-1992.pw/~biyi/img/pnin/ 200 ok +http://foshan-1992.pw/~biyi/img/romantic_novels/ 200 ok +http://foshan-1992.pw/~biyi/img/union_library/ 200 ok +http://foshan-1992.pw/~biyi/img/zhong_father/ 200 ok +http://foshan-1992.pw/~biyi/kongfuzi.com 404 ok +http://foshan-1992.pw/~biyi/kongfuzi.com 404 ok +http://foshan-1992.pw/~biyi/kraft.html 200 ok +http://foshan-1992.pw/~biyi/kraft.html 200 ok +http://foshan-1992.pw/~biyi/ling_yu.html 200 ok +http://foshan-1992.pw/~biyi/ling_yu.html 200 ok +http://foshan-1992.pw/~biyi/main.html 404 ok +http://foshan-1992.pw/~biyi/map.html 200 ok +http://foshan-1992.pw/~biyi/mengmeng.html 200 ok +http://foshan-1992.pw/~biyi/mengmeng.html 200 ok +http://foshan-1992.pw/~biyi/mengmeng.html 200 ok +http://foshan-1992.pw/~biyi/music_academy.html 200 ok +http://foshan-1992.pw/~biyi/music_academy.html 200 ok +http://foshan-1992.pw/~biyi/my_aunts_print_shop.html 200 ok +http://foshan-1992.pw/~biyi/my_aunts_print_shop.html 200 ok +http://foshan-1992.pw/~biyi/nabokovs_butterfly.html 200 ok +http://foshan-1992.pw/~biyi/nanhai_book_center 200 ok +http://foshan-1992.pw/~biyi/nanhai_book_center 200 ok +http://foshan-1992.pw/~biyi/nanhai_book_center 200 ok +http://foshan-1992.pw/~biyi/nanhai_book_center 200 ok +http://foshan-1992.pw/~biyi/nanhai_book_center 200 ok +http://foshan-1992.pw/~biyi/nanhai_book_center.html 200 ok +http://foshan-1992.pw/~biyi/nanhai_book_center.html 200 ok +http://foshan-1992.pw/~biyi/nanhai_library 200 ok +http://foshan-1992.pw/~biyi/nanhai_library.html 200 ok +http://foshan-1992.pw/~biyi/nanhai_library.html 200 ok +http://foshan-1992.pw/~biyi/nanhai_library.html 200 ok +http://foshan-1992.pw/~biyi/nanhai_library.html 200 ok +http://foshan-1992.pw/~biyi/nanhai_library.html 200 ok +http://foshan-1992.pw/~biyi/nanhai_library.html 200 ok +http://foshan-1992.pw/~biyi/nanhai_library.html 200 ok +http://foshan-1992.pw/~biyi/nanhai_library.html 200 ok +http://foshan-1992.pw/~biyi/online_booksellers.html 404 ok +http://foshan-1992.pw/~biyi/online_booksellers.html 404 ok +http://foshan-1992.pw/~biyi/online_distributors.html 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion.html 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion.html 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion.html 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion.html 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion.html 200 ok +http://foshan-1992.pw/~biyi/parvenu_mansion.html 200 ok +http://foshan-1992.pw/~biyi/physiotherapy.html 200 ok +http://foshan-1992.pw/~biyi/physiotherapy.html 200 ok +http://foshan-1992.pw/~biyi/physiotherapy.html 200 ok +http://foshan-1992.pw/~biyi/pnin.html 200 ok +http://foshan-1992.pw/~biyi/pnin.html 200 ok +http://foshan-1992.pw/~biyi/public_library.html 200 ok +http://foshan-1992.pw/~biyi/public_library.html 200 ok +http://foshan-1992.pw/~biyi/public_library.html 200 ok +http://foshan-1992.pw/~biyi/romantic_novels.html 200 ok +http://foshan-1992.pw/~biyi/romantic_novels.html 200 ok +http://foshan-1992.pw/~biyi/romantic_novels.html 200 ok +http://foshan-1992.pw/~biyi/salted_almonds.html 200 ok +http://foshan-1992.pw/~biyi/salted_almonds.html 200 ok +http://foshan-1992.pw/~biyi/salted_almonds.html 200 ok +http://foshan-1992.pw/~biyi/san_mao.html 404 ok +http://foshan-1992.pw/~biyi/template.css 200 ok +http://foshan-1992.pw/~biyi/template_table.html 200 ok +http://foshan-1992.pw/~biyi/union_library.html 200 ok +http://foshan-1992.pw/~biyi/union_library.html 200 ok +http://foshan-1992.pw/~biyi/union_library.html 200 ok +http://foshan-1992.pw/~biyi/wang_zhen.html 200 ok +http://foshan-1992.pw/~biyi/wang_zhen.html 200 ok +http://foshan-1992.pw/~biyi/wang_zhen.html 200 ok +http://foshan-1992.pw/~biyi/wuxia.html 200 ok +http://foshan-1992.pw/~biyi/wuxia.html 200 ok +http://foshan-1992.pw/~biyi/wuxia.html 200 ok +http://foshan-1992.pw/~biyi/yilin_press.html 404 ok +http://foshan-1992.pw/~biyi/z.cn 404 ok +http://foshan-1992.pw/~biyi/zhong_chu.html 404 ok +http://foshan-1992.pw/~biyi/zhong_father.html 200 ok +http://foshan-1992.pw/~biyi/zhong_father.html 200 ok +http://foshan-1992.pw/~biyi/zhong_father.html 200 ok +http://globalvoicesonline.org/2009/06/27/iranian-officials-crowd-source-protester-identities-online/. 404 ok +http://liberationtechnology.stanford.edu/ 404 ok +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ 200 ok +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ 200 ok +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ 200 ok +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ 200 ok +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ 200 ok +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ 200 ok +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ 200 ok +http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ 200 ok +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/ 200 ok +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/ 200 ok +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan.svg 200 ok +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan.svg 200 ok +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan_02.svg 200 ok +http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/wijnhaven_to_foshan_02.svg 200 ok +http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/2100-1029_3-6140191.html 200 ok +http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/wijnhaven_to_foshan.svg 200 ok +http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/wijnhaven_to_foshan_02.svg 200 ok +http://news.cnet.com/readings/media/ 200 ok +http://news.cnet.com/readings/media/ 200 ok +http://news.cnet.com/readings/media/ 200 ok +http://nothat.bad.mn 200 ok +http://nothat.bad.mn/ 200 ok +http://nothat.bad.mn/ 200 ok +http://nothat.bad.mn/ 200 ok +http://nothat.bad.mn/ 200 ok +http://nothat.bad.mn/archive_new/ 200 ok +http://nothat.bad.mn/archive_new/folder/index.html 200 ok +http://nothat.bad.mn/archive_new/new/index.html 200 ok +http://nothat.bad.mn/archive_new/now/index.html 200 ok +http://nothat.bad.mn/archive_new/world/index.html 200 ok +http://nothat.bad.mn/archive_new/wow/index.html 200 ok +http://nothat.bad.mn/archive_new_scripts/ 200 ok +http://nothat.bad.mn/archive_old/ 200 ok +http://nothat.bad.mn/archive_old/decentralise/ 200 ok +http://nothat.bad.mn/archive_old/folder/ 200 ok +http://nothat.bad.mn/archive_old/maps/ 200 ok +http://nothat.bad.mn/archive_old/meta/ 200 ok +http://nothat.bad.mn/archive_old/nodes/ 200 ok +http://nothat.bad.mn/archive_old/social/ 200 ok +http://nothat.bad.mn/bot/ 200 ok +http://nothat.bad.mn/debug/ 200 ok +http://nothat.bad.mn/debug/rip_icon.png 200 ok +http://nothat.bad.mn/debug/style.css 200 ok +http://nothat.bad.mn/links/ 200 ok +http://nothat.bad.mn/reader/ 200 ok +http://nothat.bad.mn/reader/hall.htm 200 ok +http://nothat.bad.mn/reader/index.htm 200 ok +http://nothat.bad.mn/ring.html 200 ok +http://opennet.net/readings/media/ 404 ok +http://opennet.net/west-censoring-east-the-use-western-technologies-middle-east-censors-2010-2011 200 ok +http://opennet.net/wijnhaven_to_foshan.svg 404 ok +http://opennet.net/wijnhaven_to_foshan_02.svg 404 ok +http://p.away.es/ 0 HTTPConnectionPool(host='p.away.es', port=80): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')) +http://p.lions.es/ 200 ok +http://p.lions.es/GraphicNetworks/ 200 ok +http://p.lions.es/GraphicNetworks/GN.html 200 ok +http://p.lions.es/GraphicNetworks/entry.html 404 ok +http://p.lions.es/GraphicNetworks/entry.html 404 ok +http://p.lions.es/GraphicNetworks/entry.html 404 ok +http://p.lions.es/GraphicNetworks/entry.html 404 ok +http://p.lions.es/GraphicNetworks/entry.html 404 ok +http://p.lions.es/GraphicNetworks/entry.html 404 ok +http://p.lions.es/GraphicNetworks/exp1.html 200 ok +http://p.lions.es/GraphicNetworks/exp1.html 200 ok +http://p.lions.es/GraphicNetworks/img/ 200 ok +http://p.lions.es/GraphicNetworks/parvenu_mansion.html 404 ok +http://p.lions.es/GraphicNetworks/zhong_father.html 404 ok +http://p.lions.es/GraphicNetworks/zhong_father.html 404 ok +http://p.lions.es/GraphicNetworks/zhong_father.html 404 ok +http://p.lions.es/GraphicNetworks/zhong_father.html 404 ok +http://p.lions.es/GraphicNetworks/zhong_father.html 404 ok +http://p.lions.es/INFRASTRUCTOUR/ 200 ok +http://p.lions.es/annotated-reader/ 200 ok +http://p.lions.es/annotated-reader/README.md 200 ok +http://p.lions.es/annotated-reader/annotated-reader.html 200 ok +http://p.lions.es/annotated-reader/output/ 200 ok +http://p.lions.es/annotated-reader/text.txt 200 ok +http://p.lions.es/annotated-reader/text/ 200 ok +http://p.lions.es/bubblegum-postcard-master/ 200 ok +http://p.lions.es/canvas/ 200 ok +http://p.lions.es/oldindex.html 200 ok +http://p.lions.es/ring.html 200 ok +http://pewinternet.org/Reports/2010/Mobile-Access-2010.aspx. 200 ok +http://pewinternet.org/Reports/2010/wijnhaven_to_foshan.svg 404 ok +http://pewinternet.org/Reports/2010/wijnhaven_to_foshan_02.svg 404 ok +http://pewinternet.org/readings/media/ 200 ok +http://pixl8.xyz/ 200 ok +http://please.undo.undo.it/ 200 ok +http://please.undo.undo.it/Evolution_Social_Media/ 200 ok +http://please.undo.undo.it/Questions/ 200 ok +http://please.undo.undo.it/Questions/NEW/ 200 ok +http://please.undo.undo.it/Questions/NEW/first-page-questions-stay.html 200 ok +http://please.undo.undo.it/Questions/NEW/first-page.html 200 ok +http://please.undo.undo.it/Questions/NEW/fonts/ 200 ok +http://please.undo.undo.it/Questions/NEW/old/ 200 ok +http://please.undo.undo.it/Questions/NEW/old/ifr.htm 200 ok +http://please.undo.undo.it/Questions/NEW/old/main.html 200 ok +http://please.undo.undo.it/Questions/NEW/old/questionsTEST.html 200 ok +http://please.undo.undo.it/Questions/NEW/old/test.html 200 ok +http://please.undo.undo.it/Questions/NEW/privacy.html 200 ok +http://please.undo.undo.it/Questions/NEW/venv/ 200 ok +http://please.undo.undo.it/Questions/NEW/venv/bin/ 200 ok +http://please.undo.undo.it/Questions/NEW/venv/include/ 200 ok +http://please.undo.undo.it/Questions/NEW/venv/lib/ 200 ok +http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/ 200 ok +http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/site-packages/ 200 ok +http://please.undo.undo.it/Questions/OLD/ 200 ok +http://please.undo.undo.it/Questions/OLD/Question%20Nodes.html 200 ok +http://please.undo.undo.it/Questions/OLD/TESTARTEMIS.html 200 ok +http://please.undo.undo.it/Questions/OLD/TESTNEW.html 200 ok +http://please.undo.undo.it/Questions/OLD/createdots-prototype.html 200 ok +http://please.undo.undo.it/Questions/OLD/createdots-test-stay.html 200 ok +http://please.undo.undo.it/Questions/OLD/createdots-test.html 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/COPYING 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/README.html 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/documentation/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/fonts/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/fonts/webfonts/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/iceberg/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.sfdir/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/glyphs/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/glyphs/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/Crickx_droite.sfdir/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/glyphs/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/Crickx_droiteRush.sfdir/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.sfdir/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/glyphs/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/ 200 ok +http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/CrickxSharkCut.sfdir/ 200 ok +http://please.undo.undo.it/Questions/OLD/questionsold.html 200 ok +http://please.undo.undo.it/Questions/OLD/testsvg.html 200 ok +http://richfolks.club/ 200 ok +http://ritagraca.com 200 ok +http://seattletimes.nwsource.com/html/localnews/2015343735_vancouversocial17m.html. 404 ok +http://sweetandsour.chickenkiller.com 200 ok +http://sweetandsour.chickenkiller.com/ 200 ok +http://sweetandsour.chickenkiller.com/ 200 ok +http://sweetandsour.chickenkiller.com/ 200 ok +http://sweetandsour.chickenkiller.com/ 200 ok +http://sweetandsour.chickenkiller.com/ 200 ok +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/ 200 ok +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/README.md 200 ok +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html 200 ok +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/output/ 200 ok +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/style.css 200 ok +http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/text.txt 200 ok +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/ 200 ok +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/README.md 200 ok +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/annotated-reader.html 200 ok +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/nickname_color.pkl 200 ok +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/output/ 200 ok +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/style.css 200 ok +http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/text.txt 200 ok +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/ 200 ok +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/README.md 200 ok +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/annotated-reader.html 200 ok +http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/output/ 200 ok +http://sweetandsour.chickenkiller.com/annotation-bot/ 200 ok +http://sweetandsour.chickenkiller.com/annotation-bot/Centralised-decentralised-and-distributed-networks-Baran-in-Barabasi-2003.png 200 ok +http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/ 200 ok +http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/test.html 200 ok +http://sweetandsour.chickenkiller.com/ring.html 200 ok +http://sweetandsour.chickenkiller.com/traceroute/ 200 ok +http://sweetandsour.chickenkiller.com/traceroute/kVYwq.png 200 ok +http://sweetandsour.chickenkiller.com/traceroute/traceroute-of-network/ 200 ok +http://thisnotexit.com 0 HTTPConnectionPool(host='thisnotexit.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')) +http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/ 200 ok +http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/wijnhaven_to_foshan.svg 404 ok +http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/wijnhaven_to_foshan_02.svg 404 ok +http://twenty.fibreculturejournal.org/readings/media/ 404 ok +http://ulisesmejias.com 403 ok +http://www.aaronkoblin.com 200 ok +http://www.bopsecrets.org/SI/Chtcheglov.htm 200 ok +http://www.bopsecrets.org/SI/Chtcheglov.htm 200 ok +http://www.bopsecrets.org/SI/Chtcheglov.htm 200 ok +http://www.bopsecrets.org/cat.htm 200 ok +http://www.bopsecrets.org/cat.htm 200 ok +http://www.bopsecrets.org/cat.htm 200 ok +http://www.courthousenews.com/2011/06/10/37266.htm 404 ok +http://www.courthousenews.com/2011/06/10/wijnhaven_to_foshan.svg 404 ok +http://www.courthousenews.com/2011/06/10/wijnhaven_to_foshan_02.svg 404 ok +http://www.courthousenews.com/readings/media/ 200 ok +http://www.e-flux.com/journal/74/59816/contra-internet/ 200 ok +http://www.guardian.co.uk/commentisfree/2011/apr/21/syria-twitter-spambots-pro-revolution. 404 ok +http://www.guardian.co.uk/readings/media/ 404 ok +http://www.guardian.co.uk/technology/2011/apr/29/facebook-accused-removing-activists-pages 200 ok +http://www.guardian.co.uk/technology/2011/apr/29/wijnhaven_to_foshan.svg 404 ok +http://www.guardian.co.uk/technology/2011/apr/29/wijnhaven_to_foshan_02.svg 404 ok +http://www.guardian.co.uk/technology/2011/mar/17/us-spy-operation-social-networks. 404 ok +http://www.guardian.co.uk/world/2011/jun/03/vodafone-egypt-advert-claims-revolution. 404 ok +http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/. 200 ok +http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/wijnhaven_to_foshan.svg 404 ok +http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/wijnhaven_to_foshan_02.svg 404 ok +http://www.itnewsafrica.com/readings/media/ 200 ok +http://www.lizhi.fm 200 ok +http://www.lizhi.fm 200 ok +http://www.lizhi.fm 200 ok +http://www.lizhi.fm 200 ok +http://www.lizhi.fm/borges_bookstore.html 404 ok +http://www.lizhi.fm/borges_bookstore.html 404 ok +http://www.lizhi.fm/borges_bookstore.html 404 ok +http://www.lizhi.fm/borges_bookstore.html 404 ok +http://www.lizhi.fm/commodity_apartment.html 404 ok +http://www.lizhi.fm/commodity_apartment.html 404 ok +http://www.lizhi.fm/commodity_apartment.html 404 ok +http://www.lizhi.fm/entry.html 404 ok +http://www.lizhi.fm/entry.html 404 ok +http://www.lizhi.fm/entry.html 404 ok +http://www.lizhi.fm/entry.html 404 ok +http://www.lizhi.fm/goosebumps.html 404 ok +http://www.lizhi.fm/goosebumps.html 404 ok +http://www.lizhi.fm/goosebumps.html 404 ok +http://www.lizhi.fm/physiotherapy.html 404 ok +http://www.lizhi.fm/physiotherapy.html 404 ok +http://www.lizhi.fm/physiotherapy.html 404 ok +http://www.lizhi.fm/public_library.html 404 ok +http://www.lizhi.fm/public_library.html 404 ok +http://www.lizhi.fm/public_library.html 404 ok +http://www.lizhi.fm/wang_zhen.html 404 ok +http://www.lizhi.fm/wang_zhen.html 404 ok +http://www.lizhi.fm/wang_zhen.html 404 ok +http://www.nytimes.com/2011/06/12/world/12internet.html 200 ok +http://www.nytimes.com/2011/06/12/world/wijnhaven_to_foshan.svg 404 ok +http://www.nytimes.com/2011/06/12/world/wijnhaven_to_foshan_02.svg 404 ok +http://www.nytimes.com/readings/media/ 404 ok +http://www.sohu.com/a/156317757_165679 200 ok +http://www.sohu.com/a/156317757_165679 200 ok +http://www.sohu.com/a/156317757_165679 200 ok +http://www.sohu.com/a/156317757_165679 200 ok +http://www.sohu.com/a/156317757_165679 200 ok +http://www.sohu.com/a/156317757_165679 200 ok +http://www.sohu.com/a/156317757_165679 200 ok +http://www.sohu.com/a/entry.html 200 ok +http://www.sohu.com/a/entry.html 200 ok +http://www.sohu.com/a/entry.html 200 ok +http://www.sohu.com/a/entry.html 200 ok +http://www.sohu.com/a/entry.html 200 ok +http://www.sohu.com/a/entry.html 200 ok +http://www.sohu.com/a/parvenu_mansion.html 200 ok +http://www.sohu.com/a/zhong_father.html 200 ok +http://www.sohu.com/a/zhong_father.html 200 ok +http://www.sohu.com/a/zhong_father.html 200 ok +http://www.sohu.com/a/zhong_father.html 200 ok +http://www.sohu.com/a/zhong_father.html 200 ok +http://www.triple-c.at/index.php/tripleC/article/viewArticle/238 404 ok +http://www.youtube.com/readings/media/ 404 ok +http://www.youtube.com/watch 200 ok +http://www.youtube.com/wijnhaven_to_foshan.svg 404 ok +http://www.youtube.com/wijnhaven_to_foshan_02.svg 404 ok +http://www.zachblas.info/works/contra-internet/ 200 ok +https://en.wikipedia.org/wiki/Transport_Layer_Security 200 ok +https://mobike.com/global/ 200 ok +https://mobike.com/global/entry.html 404 ok +https://mobike.com/global/parvenu_mansion.html 404 ok +https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism 200 ok +https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism 200 ok +https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism 200 ok +https://thenewinquiry.com/beyond-the-internet-and-all-control-diagrams/ 200 ok +https://www.dukeupress.edu/when-biometrics-fail 200 ok +https://www.eff.org/deeplinks/2011/06/week-internet-censorship. 200 ok +https://www.eff.org/deeplinks/2011/06/wijnhaven_to_foshan.svg 200 ok +https://www.eff.org/deeplinks/2011/06/wijnhaven_to_foshan_02.svg 200 ok +https://www.eff.org/readings/media/ 404 ok +https://www.lagou.com/ 200 ok +https://www.lagou.com/entry.html 200 ok +https://www.lagou.com/entry.html 200 ok +https://www.lagou.com/parvenu_mansion.html 200 ok +https://zhuanlan.zhihu.com/p/42738607 400 ok +https://zhuanlan.zhihu.com/p/42738607 400 ok +https://zhuanlan.zhihu.com/p/42738607 400 ok +https://zhuanlan.zhihu.com/p/42738607 400 ok +https://zhuanlan.zhihu.com/p/borges_bookstore.html 400 ok +https://zhuanlan.zhihu.com/p/borges_bookstore.html 400 ok +https://zhuanlan.zhihu.com/p/borges_bookstore.html 400 ok +https://zhuanlan.zhihu.com/p/borges_bookstore.html 400 ok +https://zhuanlan.zhihu.com/p/commodity_apartment.html 400 ok +https://zhuanlan.zhihu.com/p/commodity_apartment.html 400 ok +https://zhuanlan.zhihu.com/p/commodity_apartment.html 400 ok +https://zhuanlan.zhihu.com/p/entry.html 400 ok +https://zhuanlan.zhihu.com/p/entry.html 400 ok +https://zhuanlan.zhihu.com/p/entry.html 400 ok +https://zhuanlan.zhihu.com/p/entry.html 400 ok +https://zhuanlan.zhihu.com/p/goosebumps.html 400 ok +https://zhuanlan.zhihu.com/p/goosebumps.html 400 ok +https://zhuanlan.zhihu.com/p/goosebumps.html 400 ok +https://zhuanlan.zhihu.com/p/physiotherapy.html 400 ok +https://zhuanlan.zhihu.com/p/physiotherapy.html 400 ok +https://zhuanlan.zhihu.com/p/physiotherapy.html 400 ok +https://zhuanlan.zhihu.com/p/public_library.html 400 ok +https://zhuanlan.zhihu.com/p/public_library.html 400 ok +https://zhuanlan.zhihu.com/p/public_library.html 400 ok +https://zhuanlan.zhihu.com/p/wang_zhen.html 400 ok +https://zhuanlan.zhihu.com/p/wang_zhen.html 400 ok +https://zhuanlan.zhihu.com/p/wang_zhen.html 400 ok