(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 |
---|---|---|---|
376 | 2025-01-13 00:12:15 | 43.09 | 95.3% |
346 | 2025-01-01 00:02:36 | 38.04 | 93.4% |
144 | 2023-07-11 21:32:34 | 31.59 | 91.3% |
137 | 2023-07-04 20:03:30 | 32.76 | 90.4% |
131 | 2023-07-03 16:13:01 | 34.44 | 92.2% |
122 | 2023-06-23 03:05:31 | 32.32 | 93.3% |
99 | 2023-06-19 01:05:44 | 30.36 | 89.7% |
28 | 2023-06-02 00:21:12 | 33.90 | 92.5% |
22 | 2023-06-01 19:39:14 | 27.36 | 90.5% |
21 | 2023-06-01 19:32:41 | 29.13 | 90.2% |