(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 |
---|---|---|---|
200 | 2020-02-06 15:38:33 | 31.08 | 93% |
150 | 2020-01-02 10:35:59 | 30.25 | 93% |
144 | 2019-12-07 21:16:10 | 26.64 | 94% |
124 | 2019-12-07 15:05:34 | 24.18 | 91% |
109 | 2019-12-05 14:42:43 | 25.56 | 93% |
105 | 2019-12-05 11:09:35 | 24.97 | 91% |
90 | 2019-12-01 11:52:37 | 23.74 | 89% |
82 | 2019-11-26 12:27:34 | 22.31 | 90% |
29 | 2019-09-22 19:52:06 | 14.55 | 89% |
27 | 2019-09-22 16:19:01 | 14.28 | 88% |
20 | 2019-08-31 18:00:53 | 23.20 | 94% |