(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 |
---|---|---|---|
227 | 2019-08-05 13:45:22 | 56.28 | 99% |
218 | 2019-08-04 14:03:54 | 59.43 | 100% |
207 | 2019-08-03 14:03:57 | 60.10 | 99% |
191 | 2019-08-01 14:11:03 | 52.77 | 98% |
181 | 2019-07-31 10:51:52 | 53.34 | 99% |
177 | 2019-07-30 13:47:36 | 53.50 | 100% |
176 | 2019-07-30 13:42:26 | 49.67 | 99% |
165 | 2019-07-29 14:00:40 | 56.06 | 100% |
147 | 2019-07-27 15:03:01 | 53.69 | 99% |
106 | 2019-07-24 19:32:50 | 49.46 | 99% |
96 | 2019-07-23 20:21:43 | 49.94 | 99% |