(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 |
---|---|---|---|
392 | 2023-09-26 14:28:08 | 49.83 | 96.5% |
367 | 2023-09-16 06:20:28 | 43.41 | 96.6% |
285 | 2023-08-20 13:24:06 | 43.29 | 94.9% |
173 | 2023-07-28 13:59:37 | 36.56 | 94.5% |
138 | 2023-07-24 13:27:25 | 39.53 | 95.2% |
130 | 2023-07-24 06:52:56 | 39.83 | 94.4% |
117 | 2023-07-22 12:53:10 | 35.83 | 93.8% |
110 | 2023-07-21 09:04:53 | 39.70 | 94.7% |
106 | 2023-07-21 08:58:42 | 37.27 | 94.8% |
85 | 2023-07-13 10:43:34 | 32.35 | 93.3% |
81 | 2023-07-13 10:35:29 | 35.19 | 94% |
70 | 2023-07-10 10:11:13 | 36.24 | 94.7% |
69 | 2023-07-10 06:25:25 | 35.62 | 95.9% |
62 | 2023-07-09 15:29:53 | 35.08 | 94.3% |
52 | 2023-07-08 07:59:58 | 38.43 | 95.8% |
40 | 2023-06-26 10:47:39 | 30.88 | 94.1% |
37 | 2023-06-25 20:16:03 | 27.80 | 94.9% |
25 | 2023-06-22 13:01:28 | 33.50 | 94.4% |
14 | 2023-06-19 16:33:52 | 28.66 | 95.4% |
7 | 2023-06-17 11:20:47 | 26.22 | 92.7% |