Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created October 24, 2011 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrabbit/290c76ab7f58825d584c to your computer and use it in GitHub Desktop.
Save jrabbit/290c76ab7f58825d584c to your computer and use it in GitHub Desktop.
(def processed2 (with-open [rdr (clojure.java.io/reader "/Users/jacklaxson/occupywallst.log")]
(doall (map time-extract
(filter
#(string/substring? "mode/#occupywallst [+b" %) (line-seq rdr))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment