(publish :path "/hello-count" :content-type "text/html" :function (let ((count 0)) #'(lambda (req ent) (with-http-response (req ent) (with-http-body (req ent) (html (:html (:head (:title "Hello Counter")) (:body ((:font :color (nth (random 5) '("red" "blue" "green" "purple" "black"))) "Hello World had been called " (:princ (incf count)) " times")))))))))
Game | Time | WPM | Accuracy |
---|---|---|---|
43 | 2013-06-01 17:49:44 | 50.70 | 93% |
41 | 2013-04-05 04:56:05 | 53.33 | 93% |
24 | 2013-02-10 16:57:31 | 50.16 | 93% |
19 | 2013-02-10 09:11:46 | 58.21 | 96% |
16 | 2013-02-10 08:49:16 | 56.29 | 96% |
10 | 2013-02-10 08:41:50 | 54.96 | 97% |
9 | 2013-02-10 08:40:06 | 50.12 | 95% |