Advertisement
Guest User

Untitled

a guest
Sep 30th, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Problem 1
  2.  
  3. a) gollum
  4. b) precious
  5. c) and d)
  6. $ hexdump -C <<< "gollumprecious"
  7. 67 6f 6c 6c 75 6d 70 72 65 63 69 6f 75 73
  8. e) and f)
  9. $ echo $(( 0x67+ 0x6f+ 0x6c+ 0x6c+ 0x75+ 0x6d+ 0x70+ 0x72+ 0x65+ 0x63+ 0x69+ 0x6f+ 0x75+ 0x73 ))
  10. 1530
  11.  
  12. Problem 2
  13.  
  14. a) Peon - 400
  15. b) Super Nintendo - 32 sprites per line
  16. c) 10
  17. d) 8
  18. e) The THAC0 would be 10, so to hit a AC8 you would need a 2.
  19.  
  20. Problem 3
  21.  
  22. a) Wintermute
  23. b) Alexis Machine
  24. c) Glen Runcitter
  25. d) Hari Seldon
  26. e) Iñigo Montoya
  27. f) nacho
  28.  
  29. Problem 4
  30.  
  31. a) caesar
  32. b) 1993
  33. c) netiquette
  34. d) faq
  35. e) netiuette
  36. f)
  37. $ caesar 1993 <<< "netiuette"
  38. evkzlvkkv
  39.  
  40.  
  41. URL: http://tinyurl.com/15302nachoevkzlvkkv
  42. -> Hemos borrado el .mp3 a donde apuntaba para evitar pasarnos de cuota de transferencia del Dropbox, así que ahora da 404.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement