(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 |
---|---|---|---|
90 | 2023-12-14 08:09:24 | 64.23 | 93.9% |
82 | 2023-12-14 08:01:31 | 69.98 | 94.6% |
76 | 2023-09-23 09:36:08 | 71.82 | 95.4% |
38 | 2023-08-09 06:38:12 | 60.35 | 92.4% |
36 | 2023-08-09 06:36:01 | 74.34 | 97.4% |
24 | 2023-08-09 06:23:39 | 67.12 | 94.9% |
16 | 2023-08-09 06:13:18 | 68.09 | 96.4% |
13 | 2023-08-09 06:09:06 | 59.99 | 94.7% |