(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 |
---|---|---|---|
212 | 2025-01-06 01:08:51 | 16.48 | 90.2% |
210 | 2025-01-06 01:02:24 | 17.03 | 92.5% |
185 | 2024-05-15 15:54:52 | 20.67 | 97.2% |
146 | 2024-05-04 21:08:00 | 20.03 | 95.8% |
126 | 2024-04-30 03:32:13 | 20.92 | 96.9% |
69 | 2024-04-21 19:07:40 | 20.11 | 98.1% |
54 | 2024-04-18 03:08:43 | 20.12 | 95.6% |
45 | 2024-04-18 00:12:04 | 17.62 | 91.8% |
35 | 2024-04-17 20:50:06 | 17.05 | 94.7% |