(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 |
---|---|---|---|
128 | 2023-09-15 03:53:41 | 58.42 | 93.9% |
113 | 2023-09-15 01:15:07 | 45.94 | 91.6% |
95 | 2023-09-14 10:41:54 | 56.08 | 92.9% |
85 | 2023-09-14 09:13:36 | 54.74 | 92.5% |
74 | 2023-09-14 08:50:30 | 54.48 | 91.6% |
46 | 2023-09-13 11:36:10 | 42.88 | 90.5% |
3 | 2023-09-11 15:03:08 | 51.16 | 93.1% |