(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 |
---|---|---|---|
156 | 2022-07-20 17:24:34 | 57.94 | 97% |
124 | 2019-11-18 06:50:12 | 51.09 | 97% |
109 | 2019-04-17 01:57:47 | 40.03 | 96% |
104 | 2019-04-15 23:43:39 | 41.66 | 95% |
63 | 2018-07-02 11:55:58 | 51.25 | 98% |
56 | 2018-06-30 08:32:06 | 51.07 | 98% |
52 | 2018-06-21 02:11:58 | 50.22 | 97% |
32 | 2018-06-07 17:46:52 | 48.71 | 97% |
30 | 2018-06-06 07:51:59 | 49.42 | 97% |
14 | 2018-05-24 22:53:39 | 42.41 | 95% |