(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 |
---|---|---|---|
380 | 2025-03-15 11:15:25 | 43.22 | 95% |
335 | 2025-02-19 20:12:42 | 44.83 | 94% |
287 | 2025-02-04 17:53:30 | 44.45 | 94% |
252 | 2025-01-29 17:54:20 | 40.97 | 92.5% |
179 | 2025-01-06 13:58:15 | 42.85 | 93.6% |
134 | 2025-01-03 11:34:06 | 44.63 | 93.8% |
92 | 2024-12-29 16:29:01 | 38.49 | 93% |
26 | 2024-12-22 20:19:46 | 35.56 | 94.6% |
3 | 2024-12-21 09:31:07 | 30.94 | 93.8% |