(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 |
---|---|---|---|
133 | 2023-07-27 08:09:28 | 22.25 | 93.2% |
123 | 2023-07-27 04:59:38 | 27.04 | 93.9% |
84 | 2023-07-20 10:04:05 | 21.39 | 93.6% |
74 | 2023-07-20 09:33:42 | 25.00 | 92.9% |
29 | 2023-07-14 10:56:07 | 14.79 | 93.3% |
26 | 2023-07-14 03:12:15 | 21.20 | 93.7% |
15 | 2023-07-11 22:49:54 | 23.42 | 93.4% |
11 | 2023-07-11 14:34:13 | 19.25 | 93.8% |
8 | 2023-07-11 14:15:49 | 19.82 | 93.9% |
1 | 2023-07-10 06:12:31 | 24.63 | 92.6% |