Skip to content

Instantly share code, notes, and snippets.

View ndrew's full-sized avatar
🎯
піу-піу

Andrew Sernyak ndrew

🎯
піу-піу
View GitHub Profile
(require 'clojure.pprint 'clojure.set)
(def clojuresphere-top "http://www.clojuresphere.com/api/projects?limit=500&sort=dependents&output=clojure")
(defn exec
[& shell-tokens]
(.. Runtime getRuntime (exec (into-array String shell-tokens)) waitFor))
(defn namespace-usage
[git-path clone-path namespaces]