2011-01-12から1日間の記事一覧

twitter4j - SearchTweets

TwitterのUIとしてのClojureを模索してみる。https://gist.github.com/775816 (import '(twitter4j Query QueryResult Tweet Twitter TwitterException TwitterFactory) '(twitter4j.http AccessToken RequestToken) '(java.util List Properties)) (defn se…

タッチタイピングプログラム

学生のころはawkで書いてたなぁ。https://gist.github.com/775780 ; touch typing program (def random (java.util.Random.)) (def keychars "fjdkslaghvmcxzbnrueiwoqpty;,./") (def *initial-level* 2) (defn make-problem-word [level] (apply str (for […