(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 |
---|---|---|---|
110 | 2023-09-04 10:05:28 | 46.23 | 96.6% |
109 | 2023-09-04 10:03:24 | 44.05 | 96.2% |
77 | 2023-08-30 13:47:16 | 41.40 | 96.9% |
67 | 2023-08-29 15:49:29 | 42.00 | 96.2% |
19 | 2023-08-22 11:00:15 | 42.95 | 95.8% |
15 | 2023-08-21 14:29:39 | 44.60 | 96.2% |
8 | 2023-08-21 14:11:24 | 40.20 | 95% |
1 | 2023-08-21 13:31:21 | 32.03 | 93.5% |