Skip to content

Instantly share code, notes, and snippets.

@fernandezpablo85
Created September 30, 2010 18:22
Show Gist options
  • Save fernandezpablo85/605050 to your computer and use it in GitHub Desktop.
Save fernandezpablo85/605050 to your computer and use it in GitHub Desktop.
public class Test
{
public static void main(String[] args)
{
String bcookie = "v=1&aeebce0d-d7c5-4b06-9dbc-78d4ac46a88f";
System.out.println(Math.abs(bcookie.hashCode()));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment