(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 |
---|---|---|---|
138 | 2023-10-07 19:25:13 | 41.02 | 93% |
134 | 2023-10-06 16:59:42 | 40.51 | 94% |
96 | 2023-09-26 11:46:53 | 40.74 | 93.2% |
93 | 2023-09-26 11:41:32 | 39.03 | 93.8% |
91 | 2023-09-25 15:35:24 | 35.07 | 91.9% |
51 | 2023-09-13 17:24:21 | 34.90 | 92.5% |
42 | 2023-09-09 20:49:04 | 32.86 | 92.2% |
7 | 2023-08-21 17:40:41 | 41.38 | 94.9% |
1 | 2023-08-18 22:40:09 | 33.45 | 90.9% |