Skip to content

Instantly share code, notes, and snippets.

@ccapndave
Created May 9, 2012 18:49
Show Gist options
  • Select an option

  • Save ccapndave/2647930 to your computer and use it in GitHub Desktop.

Select an option

Save ccapndave/2647930 to your computer and use it in GitHub Desktop.
torches = torches.sort (torch1, torch2) ->
if torch1.points < torch2.points
1
else if torch1.points > torch2.points
-1
else
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment