(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 | 2024-09-09 08:21:56 | 37.18 | 97.2% |
81 | 2024-09-05 13:36:38 | 34.57 | 95.6% |
66 | 2024-07-20 20:38:06 | 34.04 | 97.4% |
47 | 2024-07-08 10:41:34 | 30.69 | 93.9% |
43 | 2024-06-26 18:51:53 | 28.59 | 95.4% |
31 | 2024-06-23 20:01:58 | 32.29 | 96.7% |
27 | 2024-06-23 19:26:12 | 28.74 | 95.4% |