Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I made my own web-browser

Name: Anonymous 2013-11-20 7:21


#!/usr/bin/env python2
import nltk
import urllib

print "Welcome to the Matrix Neo."
while True:
    url = raw_input("Can I get a URL? \n")
    print nltk.clean_html(urllib.urlopen("http://"; + url).read())

Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2013-11-21 9:23

I have been writing one, and in the process discovered that the HTML5 specification has one of the worst descriptions of algorithms I've ever seen.

Just look at the "reconstruct the active formatting elements" algorithm here:
http://www.w3.org/TR/2010/WD-html5-20101019/parsing.html#the-list-of-active-formatting-elements

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List