Here's a torrent of all the images: https://ubuntuone.com/4VxOo5cnInZWQUEplIdb2c
Edit : I retract this comment. Having written my own script to fetch everything within the boundaries I suggested, I found that it didn't get any that weren't already in the torrent. Going by the other comments, I suspect this is missing some. vladoh claims there's even more stuff under the tunnels. Meanwhile, mayanksinghal points out the size of the array holding everything -- it appears north goes up to 14, and sou…
Xkcd: Click and Drag
31–40 of 97 posts
Re: Xkcd: Click and Drag
#32Bwahaha, upper left corner (waaaay up). I'm working at a small startup. Our business model is "taking free drinks from industry events and reselling them". Edit: Holy shit I had no idea how huge this was! I'd pay for a massive framed poster of this thing.
'stupid feebsd' and a crashed plane
Re: Xkcd: Click and Drag
#33Re: Xkcd: Click and Drag
#34Re: Xkcd: Click and Drag
#35 curl --limit-rate 40K -O http://imgs.xkcd.com/clickdrag/\[0-100\]\{n,s\}\[0-100\]\{e,w\}.png
Then to remove all the 404s: find . -type f -size 345c -exec rm -f {} \;
Woo! No code.Re: Xkcd: Click and Drag
#36Here's a torrent of all the images: https://ubuntuone.com/4VxOo5cnInZWQUEplIdb2c
I was having trouble downloading the torrent, so I wrote a little script to get it for me: https://gist.github.com/3748257 Warning: 6mb worth of files. Edit: Github repo with all the images and the script, so that people don't need to hammer the xkcd server: https://github.com/danielribeiro/xkcd_grab
Re: Xkcd: Click and Drag
#37Here's a torrent of all the images: https://ubuntuone.com/4VxOo5cnInZWQUEplIdb2c
I was having trouble downloading the torrent, so I wrote a little script to get it for me: https://gist.github.com/3748257 Warning: 6mb worth of files. Edit: Github repo with all the images and the script, so that people don't need to hammer the xkcd server: https://github.com/danielribeiro/xkcd_grab
Re: Xkcd: Click and Drag
#38I wrote some JS to add keyboard controls to the map, because clicking and dragging is for suckers. http://www.potch.me/blog/press-and-hold.html
Re: Xkcd: Click and Drag
#391/4 scale (512x512 tiles): http://edc.srvs.us/1110-quarter/
1/2 scale (1024x1024 tiles): http://edc.srvs.us/1110-half/
full size (2048x2048 tiles): http://edc.srvs.us/1110/
None of them crash Chrome on my Mac, but good luck with that...