(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 |
---|---|---|---|
139 | 2024-12-08 13:52:15 | 38.33 | 93.2% |
135 | 2024-12-08 13:46:29 | 34.60 | 92.7% |
101 | 2024-11-29 10:09:46 | 32.51 | 94.3% |
32 | 2024-11-26 06:26:17 | 30.56 | 92.6% |
14 | 2024-11-24 03:02:55 | 31.75 | 94.2% |
7 | 2024-11-24 02:47:52 | 27.41 | 92% |