Skip to content

Instantly share code, notes, and snippets.

@janherich
Last active January 2, 2016 05:19
Show Gist options
  • Save janherich/8255881 to your computer and use it in GitHub Desktop.
Save janherich/8255881 to your computer and use it in GitHub Desktop.
(->> data
(filter (comp #(re-find #"^([0-9.]+)\s%$" %) #(get % 5)))
(sort-by (comp #(read-string (second (re-find #"^([0-9.]+)\s%$" %))) #(get % 5)) >)
(into []))
@geoflen
Copy link

geoflen commented Jan 16, 2014

: username and : password are actuall strings....sorry forgot to include them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment