Gerardo (gbonell)

Race #3

View Pit Stop page for race #3 by gbonellGhost race

View profile for Gerardo (gbonell)

Official speed 30.82 wpm (138.61 seconds elapsed during race)
Race Start May 17, 2016 10:30:36pm UTC
Race Finish May 17, 2016 10:32:55pm UTC
Outcome No win (7 of 10)
Opponents 1. marliseu (42.18 wpm)
2. dylantackoor (41.99 wpm)
3. adalwulf (40.47 wpm)
4. henrym0503 (34.70 wpm)
9. gustxw (25.87 wpm)
Accuracy 92.0%
Points 0.00
Text #10007 (Length: 356 characters)

(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")))))))))