(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 |
---|---|---|---|
187 | 2023-11-28 13:03:07 | 44.56 | 95.3% |
169 | 2023-09-23 06:57:13 | 39.27 | 92.6% |
156 | 2023-09-13 02:45:55 | 38.63 | 94.5% |
133 | 2023-09-10 14:00:21 | 48.11 | 96.3% |
95 | 2023-09-06 02:03:27 | 36.82 | 94.3% |
94 | 2023-09-05 14:19:56 | 34.71 | 96.6% |
91 | 2023-09-05 14:10:38 | 36.42 | 94.8% |
50 | 2023-09-04 15:36:15 | 30.49 | 93.6% |
42 | 2023-09-04 02:57:24 | 33.79 | 92.9% |
22 | 2023-09-02 15:25:01 | 41.28 | 95.8% |
20 | 2023-09-02 15:19:32 | 34.33 | 93.4% |