Skip to content

Instantly share code, notes, and snippets.

@paulbaumgart
Created September 13, 2012 04:08
Show Gist options
  • Save paulbaumgart/3711798 to your computer and use it in GitHub Desktop.
Save paulbaumgart/3711798 to your computer and use it in GitHub Desktop.
$ echo "sid=0\nsid=1" | ruby -rzlib -e 'puts Zlib::Deflate.deflate(STDIN.read).length'
19
$ echo "sid=0\nsid=0" | ruby -rzlib -e 'puts Zlib::Deflate.deflate(STDIN.read).length'
18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment