(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 |
---|---|---|---|
147 | 2019-02-16 05:58:33 | 100.15 | 98% |
109 | 2019-02-14 03:05:12 | 106.14 | 99% |
102 | 2019-02-10 19:46:52 | 105.16 | 98% |
80 | 2019-01-28 05:44:46 | 103.89 | 98% |
57 | 2019-01-27 23:13:00 | 100.89 | 98% |
52 | 2019-01-27 23:04:43 | 102.77 | 99% |
41 | 2019-01-27 22:45:39 | 95.70 | 98% |
29 | 2019-01-02 01:31:20 | 102.20 | 99% |