103 lines
8.9 KiB
Plaintext
103 lines
8.9 KiB
Plaintext
((2) 0 () 0 () () 5)
|
|
((2) 0 () 0 () () 5)
|
|
((2) 0 () 0 () () (c begin c "art gallery"))
|
|
((2) 0 () 0 () () "art gallery")
|
|
((2) 0 () 0 () () (c circle c 10))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img0") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c rectangle c 10 c 20))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img1") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c circle c 10 c 20))
|
|
((2) 1 (((lib "scriblib/private/gui-eval-exn.rkt") . deserialize-info:gui-exn-v0)) 0 () () (0 "procedure circle: expects 1 argument, given 2: 10 20"))
|
|
((2) 0 () 0 () () (c hc-append c (c circle c 10) c (c rectangle c 10 c 20)))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img2") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c define c c c (c circle c 10)))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c define c r c (c rectangle c 10 c 20)))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () r)
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img3") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c hc-append c c c r))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img4") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c hc-append c 20 c c c r c c))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img5") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c define c (c square c n) c (c filled-rectangle c n c n)))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c square c 10))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img6") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c define c (c four c p) c (c define c two-p c (c hc-append c p c p)) c (c vc-append c two-p c two-p)))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c four c (c circle c 10)))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img7") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c define c (c checker c p1 c p2) c (c let c (c (c p12 c (c hc-append c p1 c p2)) c (c p21 c (c hc-append c p2 c p1))) c (c vc-append c p12 c p21))))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c checker c (c colorize c (c square c 10) c "red") c (c colorize c (c square c 10) c "black")))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img8") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c define c (c checkerboard c p) c (c let* c (c (c rp c (c colorize c p c "red")) c (c bp c (c colorize c p c "black")) c (c c c (c checker c rp c bp)) c (c c4 c (c four c c))) c (c four c c4))))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c checkerboard c (c square c 10)))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img9") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () circle)
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:element-v0)) 0 () () (0 #f (c (u . "#<procedure:circle>"))))
|
|
((2) 0 () 0 () () (c define c (c series c mk) c (c hc-append c 4 c (c mk c 5) c (c mk c 10) c (c mk c 20))))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c series c circle))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img10") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c series c square))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img11") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c series c (c lambda c (c size) c (c checkerboard c (c square c size)))))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img12") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c define c (c rgb-series c mk) c (c vc-append c (c series c (c lambda c (c sz) c (c colorize c (c mk c sz) c "red"))) c (c series c (c lambda c (c sz) c (c colorize c (c mk c sz) c "green"))) c (c series c (c lambda c (c sz) c (c colorize c (c mk c sz) c "blue"))))))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c rgb-series c circle))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img13") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c rgb-series c square))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img14") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c define c (c rgb-maker c mk) c (c lambda c (c sz) c (c vc-append c (c colorize c (c mk c sz) c "red") c (c colorize c (c mk c sz) c "green") c (c colorize c (c mk c sz) c "blue")))))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c series c (c rgb-maker c circle)))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img15") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c series c (c rgb-maker c square)))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img16") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c list c "red" c "green" c "blue"))
|
|
((2) 0 () 0 () () (c "red" c "green" c "blue"))
|
|
((2) 0 () 0 () () (c list c (c circle c 10) c (c square c 10)))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 2 ("[image]" (c ".pdf" c ".png")) () (c (0 #f (c (? . 0)) (u . "images/img17") (? . 1) 1.0) c (0 #f (c (? . 0)) (u . "images/img18") (? . 1) 1.0)))
|
|
((2) 0 () 0 () () (c define c (c rainbow c p) c (c map c (c lambda c (c color) c (c colorize c p c color)) c (c list c "red" c "orange" c "yellow" c "green" c "blue" c "purple"))))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c rainbow c (c square c 5)))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 2 ("[image]" (c ".pdf" c ".png")) () (c (0 #f (c (? . 0)) (u . "images/img19") (? . 1) 1.0) c (0 #f (c (? . 0)) (u . "images/img20") (? . 1) 1.0) c (0 #f (c (? . 0)) (u . "images/img21") (? . 1) 1.0) c (0 #f (c (? . 0)) (u . "images/img22") (? . 1) 1.0) c (0 #f (c (? . 0)) (u . "images/img23") (? . 1) 1.0) c (0 #f (c (? . 0)) (u . "images/img24") (? . 1) 1.0)))
|
|
((2) 0 () 0 () () (c apply c vc-append c (c rainbow c (c square c 5))))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img25") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c require c slideshow/flash))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c filled-flash c 40 c 30))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img26") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c require c (c planet c "random.rkt" c (c "schematics" c "random.plt" c 1 c 0))))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c random-gaussian))
|
|
((2) 0 () 0 () () 0.7386912134436788)
|
|
((2) 0 () 0 () () (c require c slideshow/code))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c code c (c circle c 10)))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img27") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c define-syntax c pict+code c (c syntax-rules c () c (c (c pict+code c expr) c (c hc-append c 10 c expr c (c code c expr))))))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c pict+code c (c circle c 10)))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img28") (c ".pdf" c ".png") 1.0))
|
|
((2) 0 () 0 () () (c require c racket/class c racket/gui/base))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c define c f c (c new c frame% c (c label c "My Art") c (c width c 300) c (c height c 300) c (c alignment c (c quote c (c center c center))))))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c send c f c show c #t))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c send c f c show c #f))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c define c (c add-drawing c p) c (c let c (c (c drawer c (c make-pict-drawer c p))) c (c new c canvas% c (c parent c f) c (c style c (c quote c (c border))) c (c paint-callback c (c lambda c (c self c dc) c (c drawer c dc c 0 c 0)))))))
|
|
((2) 0 () 0 () () (void))
|
|
((2) 0 () 0 () () (c add-drawing c (c pict+code c (c circle c 10))))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:element-v0)) 0 () () (0 #f (c (u . "#(struct:object:canvas% ...)"))))
|
|
((2) 0 () 0 () () (c add-drawing c (c colorize c (c filled-flash c 50 c 30) c "yellow")))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:element-v0)) 0 () () (0 #f (c (u . "#(struct:object:canvas% ...)"))))
|
|
((2) 0 () 0 () () (c scale c (c bitmap c (c build-path c (c collection-path c "scribblings/quick") c "art.png")) c 0.5))
|
|
((2) 1 (((lib "scribble/core.rkt") . deserialize-info:image-element-v0)) 0 () () (0 #f (c "[image]") (u . "images/img29") (c ".pdf" c ".png") 1.0))
|