User:Max Dovey/PT/TRIMESTER 3: Difference between revisions
< User:Max Dovey | PT
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
*http://pzwart3.wdka.hro.nl/wiki/Scripts_%26_Screenplays | *http://pzwart3.wdka.hro.nl/wiki/Scripts_%26_Screenplays | ||
*http://pzwart2.wdka.hro.nl/~avanderhoek/finalessay_annemieke.pdf | *http://pzwart2.wdka.hro.nl/~avanderhoek/finalessay_annemieke.pdf | ||
===Around the world in 200 Googles=== | |||
<source lang = "python" > | |||
google.com | |||
google.ac | |||
google.ad | |||
google.ae | |||
google.com.af | |||
google.com.ag | |||
google.com.ai | |||
google.al | |||
google.am | |||
google.co.ao | |||
google.com.ar | |||
google.as | |||
google.at | |||
google.com.au | |||
google.az | |||
google.ba | |||
google.com.bd | |||
google.be | |||
google.bf | |||
google.bg | |||
google.com.bh | |||
google.bi | |||
google.bj | |||
google.com.bn | |||
google.com.bo | |||
google.com.br | |||
google.bs | |||
google.bt | |||
google.co.bw | |||
google.by | |||
google.com.bz | |||
google.ca | |||
google.com.kh | |||
google.cc | |||
google.cd | |||
google.cf | |||
google.cat | |||
google.cg | |||
google.ch | |||
google.ci | |||
google.co.ck | |||
google.cl | |||
google.cm | |||
google.cn | |||
g.cn | |||
google.com.co | |||
google.co.cr | |||
google.com.cu | |||
google.cv | |||
google.com.cy | |||
google.cz | |||
google.de | |||
google.dj | |||
google.dk | |||
google.dm | |||
google.com.do | |||
google.dz | |||
google.com.ec | |||
google.ee | |||
google.com.eg | |||
google.es | |||
google.com.et | |||
google.fi | |||
google.com.fj | |||
google.fm | |||
google.fr | |||
google.ga | |||
google.ge | |||
google.gf | |||
google.gg | |||
google.com.gh | |||
google.com.gi | |||
google.gl | |||
google.gm | |||
google.gp | |||
google.gr | |||
google.com.gt | |||
google.gy | |||
google.com.hk | |||
google.hn | |||
google.hr | |||
google.ht | |||
google.hu | |||
google.co.id | |||
google.ir | |||
google.iq | |||
google.ie | |||
google.co.il | |||
google.im | |||
google.co.in | |||
google.io | |||
google.is | |||
google.it | |||
google.je | |||
google.com.jm | |||
google.jo | |||
google.co.jp | |||
google.co.ke | |||
google.ki | |||
google.kg | |||
google.co.kr | |||
google.com.kw | |||
google.kz | |||
google.la | |||
google.com.lb | |||
google.com.lc | |||
google.li | |||
google.lk | |||
google.co.ls | |||
google.lt | |||
google.lu | |||
google.lv | |||
google.com.ly | |||
google.co.ma | |||
google.md | |||
google.me | |||
google.mg | |||
google.mk | |||
google.ml | |||
google.com.mm | |||
google.mn | |||
google.ms | |||
google.com.mt | |||
google.mu | |||
google.mv | |||
google.mw | |||
google.com.mx | |||
google.com.my | |||
google.co.mz | |||
google.com.na | |||
google.ne | |||
google.com.nf | |||
google.com.ng | |||
google.com.ni | |||
google.nl | |||
google.no | |||
google.com.np | |||
google.nr | |||
google.nu | |||
google.co.nz | |||
google.com.om | |||
google.com.pa | |||
google.com.pe | |||
google.com.ph | |||
google.com.pk | |||
google.pl | |||
google.com.pg | |||
google.pn | |||
google.com.pr | |||
google.ps | |||
google.pt | |||
google.com.py | |||
google.com.qa | |||
google.ro | |||
google.rs | |||
google.ru | |||
google.rw | |||
google.com.sa | |||
google.com.sb | |||
google.sc | |||
google.se | |||
google.com.sg | |||
google.sh | |||
google.si | |||
google.sk | |||
google.com.sl | |||
google.sn | |||
google.sm | |||
google.so | |||
google.st | |||
google.com.sv | |||
google.td | |||
google.tg | |||
google.co.th | |||
google.com.tj | |||
google.tk | |||
google.tl | |||
google.tm | |||
google.to | |||
google.tn | |||
google.com.tn | |||
google.com.tr | |||
google.tt | |||
google.com.tw | |||
google.co.tz | |||
google.com.ua | |||
google.co.ug | |||
google.co.uk | |||
google.us | |||
google.com.uy | |||
google.co.uz | |||
google.com.vc | |||
google.co.ve | |||
google.vg | |||
google.co.vi | |||
google.com.vn | |||
google.vu | |||
google.ws | |||
google.co.za | |||
google.co.zm | |||
google.co.zw | |||
</source > | |||
<source lang = "python" > | |||
import webbrowser, time | |||
f = open("googleindex.txt") | |||
url = [] | |||
action = False | |||
for line in f: | |||
line = line.strip() | |||
link = ('http://' + line) | |||
action = True | |||
while action: | |||
time.sleep(4) | |||
webbrowser.open_new_tab(link) | |||
action = False | |||
</source> |
Revision as of 21:55, 14 April 2014
- http://pzwart3.wdka.hro.nl/wiki/Scripts_%26_Screenplays
- http://pzwart2.wdka.hro.nl/~avanderhoek/finalessay_annemieke.pdf
Around the world in 200 Googles
google.com
google.ac
google.ad
google.ae
google.com.af
google.com.ag
google.com.ai
google.al
google.am
google.co.ao
google.com.ar
google.as
google.at
google.com.au
google.az
google.ba
google.com.bd
google.be
google.bf
google.bg
google.com.bh
google.bi
google.bj
google.com.bn
google.com.bo
google.com.br
google.bs
google.bt
google.co.bw
google.by
google.com.bz
google.ca
google.com.kh
google.cc
google.cd
google.cf
google.cat
google.cg
google.ch
google.ci
google.co.ck
google.cl
google.cm
google.cn
g.cn
google.com.co
google.co.cr
google.com.cu
google.cv
google.com.cy
google.cz
google.de
google.dj
google.dk
google.dm
google.com.do
google.dz
google.com.ec
google.ee
google.com.eg
google.es
google.com.et
google.fi
google.com.fj
google.fm
google.fr
google.ga
google.ge
google.gf
google.gg
google.com.gh
google.com.gi
google.gl
google.gm
google.gp
google.gr
google.com.gt
google.gy
google.com.hk
google.hn
google.hr
google.ht
google.hu
google.co.id
google.ir
google.iq
google.ie
google.co.il
google.im
google.co.in
google.io
google.is
google.it
google.je
google.com.jm
google.jo
google.co.jp
google.co.ke
google.ki
google.kg
google.co.kr
google.com.kw
google.kz
google.la
google.com.lb
google.com.lc
google.li
google.lk
google.co.ls
google.lt
google.lu
google.lv
google.com.ly
google.co.ma
google.md
google.me
google.mg
google.mk
google.ml
google.com.mm
google.mn
google.ms
google.com.mt
google.mu
google.mv
google.mw
google.com.mx
google.com.my
google.co.mz
google.com.na
google.ne
google.com.nf
google.com.ng
google.com.ni
google.nl
google.no
google.com.np
google.nr
google.nu
google.co.nz
google.com.om
google.com.pa
google.com.pe
google.com.ph
google.com.pk
google.pl
google.com.pg
google.pn
google.com.pr
google.ps
google.pt
google.com.py
google.com.qa
google.ro
google.rs
google.ru
google.rw
google.com.sa
google.com.sb
google.sc
google.se
google.com.sg
google.sh
google.si
google.sk
google.com.sl
google.sn
google.sm
google.so
google.st
google.com.sv
google.td
google.tg
google.co.th
google.com.tj
google.tk
google.tl
google.tm
google.to
google.tn
google.com.tn
google.com.tr
google.tt
google.com.tw
google.co.tz
google.com.ua
google.co.ug
google.co.uk
google.us
google.com.uy
google.co.uz
google.com.vc
google.co.ve
google.vg
google.co.vi
google.com.vn
google.vu
google.ws
google.co.za
google.co.zm
google.co.zw
import webbrowser, time
f = open("googleindex.txt")
url = []
action = False
for line in f:
line = line.strip()
link = ('http://' + line)
action = True
while action:
time.sleep(4)
webbrowser.open_new_tab(link)
action = False