(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 |
---|---|---|---|
265 | 2021-11-29 16:11:56 | 47.50 | 96% |
259 | 2021-11-29 16:02:48 | 44.84 | 97% |
257 | 2021-11-29 15:59:27 | 46.52 | 97% |
253 | 2021-11-29 15:53:00 | 40.68 | 95% |
173 | 2021-09-29 14:37:28 | 40.83 | 95% |
119 | 2021-09-18 20:22:22 | 42.43 | 96% |
117 | 2021-09-18 20:16:48 | 37.14 | 93% |
92 | 2021-09-17 07:15:44 | 34.13 | 95% |
88 | 2021-09-17 07:07:46 | 40.49 | 96% |
64 | 2021-09-09 20:48:31 | 38.88 | 95% |
47 | 2021-09-08 14:55:09 | 39.74 | 96% |
24 | 2021-09-08 14:09:02 | 40.07 | 96% |