This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def cut-count (atom 0)) | |
(def client-count (atom 0)) | |
(def cutting (atom false)) | |
(def client-approaching (atom false)) | |
(def client-queue (atom [])) | |
(defn cut [client-id] | |
(reset! cutting true) | |
(future |
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title,url,time_added,tags,status | |
How to Write a Spelling Corrector,http://norvig.com/spell-correct.html,1609630442,autocorrect|nlp,archive | |
Inversion of Control Containers and the Dependency Injection pattern,https://martinfowler.com/articles/injection.html,1512920634,,unread | |
http://www.paulgraham.com/love.html,http://www.paulgraham.com/love.html,1578757239,,archive | |
Bit Twiddling Hacks,http://graphics.stanford.edu/~seander/bithacks.html,1406811496,,unread | |
q-gears.sourceforge.net/gears.pdf,http://q-gears.sourceforge.net/gears.pdf,1359970000,,archive | |
Addressing Doubts about REST,https://www.infoq.com/articles/tilkov-rest-doubts,1494443778,,unread | |
"What every programmer should know about memory, Part 1 [LWN.net]",http://lwn.net/Articles/250967/,1322403060,,unread | |
Stevey's Blog Rants: Portrait of a N00b,http://steve-yegge.blogspot.com/2008/02/portrait-of-n00b.html,1321196597,,archive | |
Evidence Based Scheduling - Joel on Software,http://www.joelonsoftware.com/items/2007/10/26.html,1455320956,,unread |
OlderNewer