Skip to content

Instantly share code, notes, and snippets.

@fekberg
Created December 5, 2011 08:20
Show Gist options
  • Select an option

  • Save fekberg/1432832 to your computer and use it in GitHub Desktop.

Select an option

Save fekberg/1432832 to your computer and use it in GitHub Desktop.
(22:02:11) (frW) seesharp, var hexRepresentation = string.Join(" ", System.Text.Encoding.Default.GetBytes("[email protected]").Select(x => x.ToString("x").ToUpper())); return System.Text.Encoding.Default.GetBytes(hexRepresentation);
(22:02:13) (seesharp) byte[32] { 54, 68, 32, 54, 53, 32, 52, 48, 32, 54, 56, 32, 54, 70, 32, 54, 68, 32, 54, 53, 32, 50, 69, 32, 54, 51, 32, 54, 70, 32, 54, 68 }
(21:44:28) (frW) seesharp, Action f = null; f = () => { f(); f(); }; f(); return 1;
(21:44:32) (seesharp) timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment