(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 |
---|---|---|---|
202 | 2024-08-29 02:39:47 | 41.40 | 97.7% |
199 | 2024-08-20 21:35:43 | 37.43 | 96.7% |
181 | 2024-06-27 01:23:42 | 37.38 | 95% |
168 | 2024-06-13 02:16:52 | 38.06 | 95.1% |
149 | 2024-04-03 07:46:49 | 35.76 | 94.6% |
139 | 2024-03-29 13:28:08 | 41.68 | 95.9% |
126 | 2024-03-28 07:55:00 | 34.81 | 94% |
112 | 2024-02-01 00:50:58 | 38.86 | 96.1% |
108 | 2024-01-29 01:27:27 | 25.37 | 93.7% |
94 | 2024-01-22 00:56:59 | 24.02 | 94.5% |
41 | 2023-06-10 23:04:30 | 30.88 | 94.3% |
26 | 2023-05-25 05:59:56 | 29.00 | 94% |
23 | 2023-05-25 05:49:38 | 23.86 | 93.9% |
11 | 2023-05-24 12:47:58 | 25.80 | 93.6% |
2 | 2023-05-24 08:11:28 | 26.14 | 91.4% |
1 | 2023-05-24 08:07:39 | 25.01 | 92.9% |