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

Pages: 1-4041-

Scraping Culver

Name: Anonymous 2013-07-01 8:27


#!/bin/bash
curl --silent "https://dis.4chan.org/list/prog/[0-715];" \
  | grep -i 'Culver' \
  | sed 's/read\/prog/https:\/\/dis.4chan.org\/read\/prog/g' > ohyes.html


maybe there's porn in these links

Name: Anonymous 2013-07-01 9:06

Terrific

Name: Anonymous 2013-07-01 9:33

dis.4chan.org
This website does not supply ownership information.
Not specified
Yes, 2,450 times
Yes
No

Name: Anonymous 2013-07-01 9:40

...Have you visited this website before?
xD

Name: Anonymous 2013-07-01 9:48

...mfw that's not even the full total..

Name: Anonymous 2013-07-01 9:57

..if you click the little grey globe in the left of the address bar, then more info [in firefox / maybe others?].. =)

Name: Anonymous 2013-07-01 10:00

Could /prog/ be the Satori of the internet..? ^^
http://soundcloud.com/wave-racer/stoopid

Name: Anonymous 2013-07-01 10:11

Luke Yallop, retard.

Name: Anonymous 2013-07-01 10:46

Over 200 pics of Culver:

(use srfi-1 srfi-13 tcp)
(define (get-page uri)
 (define (parse-uri uri)
  (let* ((d (substring uri (+ (string-contains uri "://") 3)))
     (slash-index (string-contains d "/")))
   (list (substring d 0 slash-index) (substring d slash-index))))

 (define (cut-header s) (substring s (+ (string-contains s "\n\r\n") 3)))

 (let ((host+page (parse-uri uri)))
  (call-with-values
   (lambda () (tcp-connect (first host+page) 80))
   (lambda (r w)
    (display
     (format "GET ~a HTTP/1.1\r\nHost: ~a\r\nConnection: close\r\n\r\n"
      (second host+page) (first host+page)) w)
    (cut-header
     (string-unfold eof-object? values
      (lambda (x) (read-char r)) (read-char r)))))))

(define (tokenise str delimiter)
 (string-tokenize str
  (lambda (c) (not (char=? c delimiter)))))

(define (get-image page)
 ((lambda (s)
   (string-append
    (substring s 0 (- (string-length s) 6)) ".jpg"))
  (find (lambda (x) (string-contains x "_m.jpg")) (tokenise page #\"))))

(define (get-newer page)
 (string-append
  "http://www.flickr.com"
  (find (lambda (x) (string-contains x "photosof")) (tokenise page #\'))))

(define (write-file path data)
 (with-output-to-file path
  (lambda () (write-string data))))

(define (fetch-the-culver newest oldest)
 (let iter ((n 1) (page (get-page oldest)) (uri oldest))
  (let ((image-uri (get-image page))
    (file-path (format "culver~a.jpg" (number->string n))))
   (display (format "~a -> ~a\n" image-uri file-path))
   (write-file file-path (get-page image-uri)))
  (if (not (string=? uri newest))
   (let ((next-uri (get-newer page)))
    (iter (+ n 1) (get-page next-uri) next-uri)))))

(fetch-the-culver
 "http://www.flickr.com/photos/adactio/5155673220/in/photosof-leahculver/"
 "http://www.flickr.com/photos/thomashawk/3263299572/in/photosof-leahculver/")

Name: 9 2013-07-01 10:51

No nudes, BTW.

Name: Anonymous 2013-07-01 11:00

>>10
Culver has ugly body that is why there are no nudes.

Name: Anonymous 2013-07-01 12:51

Peasant. Leah's body is terrific

Name: Anonymous 2013-07-01 12:55

>>12
how do you know?

Name: Anonymous 2013-07-01 13:00

>>13
I watched all of her videos and keynotes.

Name: Anonymous 2013-07-01 13:04

Name: Anonymous 2013-07-01 13:12

>>15
expert five stars programmer!

Name: Anonymous 2013-07-01 17:46

Fetch the labia.

Name: Anonymous 2013-07-01 17:59

As a computer programmer, my brain gets a great workout
lel

Name: Anonymous 2013-07-01 19:10

>>18
u jelly?

Name: Anonymous 2013-07-01 19:38

>>19
i royally jelly.

Name: Anonymous 2013-07-01 19:42

At least Leah Culver is smarter than Cudder.

Name: Anonymous 2013-07-01 19:49

>>21
Anything is smarter than Cudder.

Name: Anonymous 2013-07-01 19:57

cudder
a female pussy, but it has to be clean, it cant be stanky and unshaved

http://www.urbandictionary.com/define.php?term=cudder

Name: Anonymous 2013-07-01 20:00

Cudder

a fuckimg jew

Name: Anonymous 2013-07-01 20:44

Name: Anonymous 2013-07-01 20:49

Name: Anonymous 2013-07-01 20:55

Name: Anonymous 2013-07-01 22:34

Leah Culver thread goes on top

Name: Anonymous 2013-07-02 0:18

>>28
yup

Name: Anonymous 2013-07-02 0:23

Name: Anonymous 2013-07-02 0:29

Name: Anonymous 2013-07-02 0:34

Name: Anonymous 2013-07-02 7:58

bump for tits

Name: Anonymous 2013-07-02 8:02

Lay her in the culver.

Name: Anonymous 2013-07-02 8:02

Lay her culver.

Name: Anonymous 2013-07-02 8:03

>>34,35
Right in the Culver!

Name: Anonymous 2013-07-02 8:14

>>36
Terrific

Name: Anonymous 2013-07-02 13:39

>>9
Whoa, I didn't know Scheme can actually do web stuff.

Name: Anonymous 2013-07-02 13:59

>>38
Scheme is turing complete.

Name: Anonymous 2013-07-02 14:12

>>39
Which doesn't mean anything in the practical sense.
My anus is Turing complete, but I wouldn't write a web script with it.

Name: Anonymous 2013-07-02 14:19

>>39
But how does it smell?

Name: Anonymous 2013-07-02 15:56

>>41
Terrific

Name: bampu pantsu 2013-07-04 21:39

bampu pantsu

Name: bampu pantsu 2013-07-04 21:46

bampu pantsu

Name: bampu pantsu 2013-07-04 21:54

bampu pantsu

Name: bampu pantsu 2013-07-04 22:00

bampu pantsu

Name: bampu pantsu 2013-07-04 22:07

bampu pantsu

Name: bampu pantsu 2013-07-04 22:14

bampu pantsu

Name: bampu pantsu 2013-07-04 22:21

bampu pantsu

Name: bampu pantsu 2013-07-04 22:28

bampu pantsu

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