(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 |
---|---|---|---|
31 | 2011-03-18 07:18:48 | 54.10 | |
24 | 2011-03-16 11:14:20 | 55.25 | |
19 | 2011-02-02 12:44:23 | 55.85 | |
17 | 2011-02-02 11:42:28 | 59.68 | |
4 | 2011-02-02 10:38:12 | 58.03 |