(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 |
---|---|---|---|
154 | 2019-01-27 23:13:28 | 61.32 | 95% |
147 | 2019-01-27 22:46:04 | 60.76 | 95% |
128 | 2018-11-01 18:50:15 | 62.30 | 95% |
110 | 2018-11-01 18:17:40 | 62.61 | 94% |
59 | 2018-10-31 23:40:06 | 60.01 | 95% |
46 | 2018-10-31 23:21:58 | 65.14 | 95% |