(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 |
---|---|---|---|
307 | 2020-04-14 07:10:25 | 52.12 | 95% |
297 | 2020-04-13 17:28:47 | 53.94 | 97% |
281 | 2020-04-13 12:57:34 | 49.24 | 94% |
272 | 2020-04-13 12:12:28 | 48.61 | 95% |
165 | 2020-03-25 12:35:22 | 51.64 | 98% |
164 | 2020-03-25 04:15:29 | 42.43 | 95% |
146 | 2020-03-16 04:52:57 | 44.18 | 94% |
144 | 2020-03-16 04:48:32 | 42.91 | 95% |
36 | 2019-10-01 20:04:59 | 41.42 | 95% |
15 | 2019-09-29 11:20:06 | 37.47 | 92% |