Skip to content

Instantly share code, notes, and snippets.

@voluntas
Created July 22, 2010 00:57
Show Gist options
  • Save voluntas/485429 to your computer and use it in GitHub Desktop.
Save voluntas/485429 to your computer and use it in GitHub Desktop.
case Spam of
<<1:32, B:32>> | <<2:32, B:32>> ->
... ;
<<1:16, 2:16, C/binary>> ->
...
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment