(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 |
---|---|---|---|
74 | 2024-05-28 15:59:08 | 24.46 | 96% |
66 | 2024-05-27 14:47:58 | 23.23 | 96.4% |
59 | 2024-05-27 13:55:32 | 21.07 | 94.4% |
56 | 2024-05-26 16:05:03 | 20.18 | 94.5% |
31 | 2024-05-22 15:42:26 | 17.83 | 96% |
10 | 2024-05-17 16:27:40 | 14.20 | 93.7% |
4 | 2024-05-15 16:27:32 | 14.19 | 95.1% |