(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 |
---|---|---|---|
115 | 2024-09-29 11:27:58 | 25.08 | 94.7% |
92 | 2024-09-25 03:05:08 | 23.89 | 94.3% |
89 | 2024-09-24 00:45:30 | 23.66 | 96.2% |
82 | 2024-09-23 02:08:19 | 22.04 | 93.3% |
60 | 2024-09-18 05:32:35 | 20.46 | 93.5% |
47 | 2024-09-14 14:36:49 | 19.88 | 94% |
21 | 2024-09-12 01:18:51 | 18.81 | 94.8% |
13 | 2024-09-10 01:23:45 | 17.90 | 95.6% |
6 | 2024-09-09 02:03:06 | 16.48 | 93.2% |