(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 |
---|---|---|---|
215 | 2023-09-11 01:54:41 | 31.75 | 93.7% |
198 | 2023-09-05 02:45:06 | 28.26 | 92.5% |
140 | 2023-08-11 04:28:58 | 28.28 | 93.3% |
135 | 2023-08-01 15:12:26 | 26.41 | 90.3% |
120 | 2023-07-11 01:31:04 | 33.13 | 93.6% |
32 | 2023-07-04 01:35:50 | 28.12 | 93.3% |