(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 | 2019-08-31 02:11:59 | 54.90 | 97% |
98 | 2019-08-19 21:32:32 | 54.35 | 96% |
84 | 2019-08-19 21:13:05 | 48.05 | 94% |
74 | 2019-07-24 19:57:41 | 52.43 | 97% |
42 | 2019-03-30 07:51:29 | 51.78 | 95% |
23 | 2019-03-30 07:17:04 | 52.34 | 96% |
18 | 2019-03-30 07:05:59 | 50.67 | 96% |
12 | 2019-03-30 06:58:14 | 51.00 | 99% |
10 | 2019-03-30 06:55:16 | 48.82 | 95% |