Skip to content

Instantly share code, notes, and snippets.

@psilospore
Created February 9, 2019 17:33
Show Gist options
  • Save psilospore/97831c6d919bcb0db3d090fff8754697 to your computer and use it in GitHub Desktop.
Save psilospore/97831c6d919bcb0db3d090fff8754697 to your computer and use it in GitHub Desktop.
Find how much I've given someone on venmo Ammonite
val s = %%pbpaste
s.out.string.split("\n").filter(_.contains("$")).map(_.split("\\$")(1)).map(_.toFloat).sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment