Acclaim-Jeopardy-shot.slides

;; -*- Mode: Lisp; -*-

(configure :bg-image "Decker1024_1152x768_dark.pnm")

;(setq last-kbd-macro
;   "\C-a\C-i(category\C-m:title \"\C-[[C\C-?\C-e\"\C-[[B\C-a\C-i:p200 \"\C-e\C-xu(\"\C-e\"\C-[[B\C-i\C-a\C-i\"\C-[[C\C-?\C-e\")\C-[[B\C-a\C-i:p400 (\"\C-e\"\C-[[B\C-a\C-i\"\C-[[C\C-?\C-e\")\C-[[B\C-a\C-i:p600 (\"\C-e\"\C-[[B\C-i\C-a\C-i\"\C-[[C\C-?\C-e\")\C-[[B\C-a\C-i:p800 (\"\C-e\"\C-[[B\C-a\C-i\"\C-[[C\C-?\C-e\")\C-[[B\C-a\C-i:p1000 (\"\C-e\"\C-[[B\C-a\C-i\"\C-[[C\C-?\C-e\"))\C-[[B\C-a")

;; Most of these Jeopardy questions are kindly stolen from:
;; http://www.42.org/~sec/Berichte/200108HAL/Jeopardy

(jeopardy!
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (round
  (category
   :title "Colophon"
   :p200 ("The Camel book"
	  "Was ist " (tt "Programming perl") "?")
   :p400 ("The Bat book"
	  "Was ist das sendmail-Buch")
   :p600 ("This book has dust-puppy on it"
	  "Was ist 'evil geniuses in a nutshell'")
   :p800 ("This book is decorated with a llama"
	  "Was ist 'learning perl'")
   :p1000 ("This animal is featured on 'DNS and bind'"
	   "Was ist das Heuschrecke/grasshopper"))
  (category
   :title "Unix flavours"
   :p200("dpkg"
	 "debian")
   :p400 ("yast"
	  "suse")
   :p600 ("sysinstall"
	  "bsd")
   :p800 ("kudzu"
	  "redhat")
   :p1000 ("pkgadd"
	   "solaris"))
  (category
   :title "leaving editors"
   :p200("^kq"
	 "Wie verlaesst man joe, wordperfect und andere Wordstar kompatible Editoren")
   :p400 (":q!"
	  "Wie verlaesst man vi")
   :p600 ("^x^c"
	  "Wie verlaesst man emacs")
   :p800 ("esc-enter"
	  "Wie verlaesst man ee (Easy-Editor)")
   :p1000 ("^d"
	   "Wie beendet man einen cat-Fileinput"))
  (category
   :title "Computernames"
   :p200("In the movie '2001'"
	 "hal")
   :p400 ("In Star Trek: The Motion Picture"
	  "v'ger")
   :p600 ("In the TV Series: Knight Rider"
	  "kitt / karr")
   :p800 ("In the hitchhikers guide through the galaxy series"
	  "Deep Thought, haktar, erde, marvin")
   :p1000 ("In the book: Neuromancer"
	   "continuity(3. buch) und wintermute auch neuromancer"))
(category
 :title "Menschen"
 :p200 ((image "Leute/Linus-Torvalds.pnm" :x-align "center" :y-align "center")
	"Linus Torvalds")
 :p400 ((image "Leute/rms.pnm" :x-align "center" :y-align "center")
	 "Richard M. Stallman")
 :p600 ((image "Leute/esr.pnm" :x-align "center" :y-align "center")
	"Eric S. Raymond")
 :p800 ((image "Leute/Patrick-Steward.pnm" :x-align "center" :y-align "center")
	"Patrick Steward")
 :p1000 ((image "Leute/John-McCarthy.pnm" :x-align "center" :y-align "center")
	"John McCarthy")))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(round
   (category
   :title "Crypto"
   :p200("This was the name of EFFs DES-cracker"
	 "Deep Crack")
   :p400 ("The German Telekom submitted this to the AES contest"
	  "Magenta")
   :p600 ("This submission to the AES contest is from Bruce Schneier"
	  "Twofish")
   :p800 ("This algortihm won AES"
	  "Rjindael")
   :p1000 ("This Algorithm is patented in Switzerland"
	   "IDEA"))
(category
 :title "(E)TLA"
 :p200("rotfl"
       "Rolling on the floor, laughing.")
 :p400 ("btdt	"
	"been there done that")
 :p600 ("tanstaafl"
	"there aint no such thing as a free lunch")
 :p800 ("pebkac"
	"problem exists between keyboard and chair")
 :p1000 ("teotwawki"
	 "the end of the world as we know it"))

(category
 :title "ICs"
 :p200("7400"
       "Welches IC enthaelt ein 4-fach NAND")
 :p400 ("7432"
	"Welches IC enthaelt ein 4-fach OR")
 :p600 ("ne555"
	"Was ist ein standard timerbaustein")
 :p800 ("2764"
	"%Wie heisst ein 64KBit eprom")
 :p1000 ("7805"
	 "Wie heisst ein spannungsregler fuer +5V"))

(category
 :title "Standards"
 :p200("ieee802.11"
       "Welcher Standard beschreibt Wireless Lan")
 :p400 ("v.34"
	"Welcher Standard beschreibt die
28k8/33k6 modemuebertragung")
 :p600 ("x.75"
	"Welcher Standard beschreibt die asynchrone
ISDN uebertragung (ohne Bitratenadaption)")
 :p800 ("h.323"
	"Welcher Standard beschreibt bildtelefonie (rotfl: voip)")
 :p1000 ("ieee1394"
	 "Welcher Standard beschreibt firewire/i-link"))

(category
 :title "Programming languages"
 :p200((tt "10 GOTO 10")
       "Was ist basic")
 :p400 ((tt "$|++;")
	"Was ist perl")
 :p600 ((tt "system.out.println('Hello world');")
	"Was ist java")
 :p800 ((tt "(define (f x) (if (<= x 1) 1 (* x (f (- x 1 )))))")
	"Was ist scheme / lisp? MH: Eigentlich nur scheme;
Bei CommonLisp waere das (defun ...)")
 :p1000 ((tt "please come from 100")
	 (p "Was ist intercal
" (tt "http://tuxedo.org/~esr/intercal/"))))
)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(round
(category
 :title "256"
 :p200("2^8"
       "Was ist 256")
 :p400 ("100000000"
	"Was ist die binaerdarstellung von 256")
 :p600 ("100"
	"Was ist die hexadezimaldarstellung von 256")
 :p800 ("400"
	"Was ist die Oktaldarstellung von 256")
 :p1000 ("2^7+1"
	 "Was ist 129"))
(category
 :title "/etc/services"
 :p200("23"
       "telnet")
 :p400 ("6667"
	"irc")
 :p600 ("31337"
	"back orifice")
 :p800 ("110"
	"pop3")
 :p1000 ("2049"
	 "nfs"))
(category
 :title "Crypto"
 :p200("This was the name of EFFs DES-cracker"
       "Deep Crack")
 :p400 ("The German Telekom submitted this to the AES contest"
	"Magenta")
 :p600 ("This submission to the AES contest is from Bruce Schneier"
	"Twofish")
 :p800 ("This algortihm won AES"
	"Rjindael")
 :p1000 ("This Algorithm is patented in Switzerland"
	 "IDEA"))
(category
 :title "/etc/magic"
 :p200("gif89a"
       "Wie faengt eine gif(89a) Datei an")
 :p400 ("PK\003\004"
	"Wie faengt eine PKZIP Datei an")
 :p600 ("MZ"
	"Wie faengt ein dos-exe an")
 :p800 ("-----BEGIN"
	"Wie faengt ein PGP data Block an")
 :p1000 ("%!"
	 "Wie faengt eine postscript/pdf-Datei an"))
(category
 :title "Mascots"
 :p200("[img:bsd] Daemon"
       "Welches Maskottchen hat bsd")
 :p400 ("[img:linux] Penguin"
	"Welches Maskottchen hat linux")
 :p600 ("[img:perl] Camel"
	"Welches Maskottchen hat perl")
 :p800 ("[img:kde] Dragon"
	"Welches Maskottchen hat KDE")
 :p1000 ("[img:tex] Lion"
	 "Welches Maskottchen hat tex"))
)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(round
(category
 :title "Quotes"
 :p200("'resistance is futile, you will be assimilated'"
       "Wer sind die Borg aus startrek")
 :p400 ("'tank i need an exit, fast.'"
	"Was ist der Film matrix")
 :p600 ("'do you want to play a game?'"
	"Was ist der Film wargames ")
 :p800 ("'hack the pl@net'"
	"Was ist hackers")
 :p1000 ("'It's time for the new Order to begin... The Users are waiting'"
	 "Was ist der Film tron"))
(category
 :title "Mobile phones"
 :p200("The first WAP enabled mobile by Nokia"
       "7110")
 :p400 ("This was the first phone to be announced using symbian"
	"ericcson r380")
 :p600 ("This mobile speaks IRDA on its (wire/cable) based serial link"
	"ericcson sh888")
 :p800 ("This Firm shipped the first gprs-phone"
	"Motorola")
 :p1000 ("This is the only dual band mobile from nokia which can be used in the USA"
	 "8890"))
(category
 :title "6510"
 :p200("inc"
       "Womit inkrementiert einen Wert man um eins? (increment)")
 :p400 ("sec	"
	"Womit setzt man das carry Flag? (set carry)")
 :p600 ("lda"
	"Womit laed man einen Wert in den Akkumulator (load akku)")
 :p800 ("bne"
	(line "Womit verzweigt man nach einem ungleichen
vergleich :> (branch not equal)"))
 :p1000 ("tax"
	 (line "Womit laedt man den Wert aus dem Akkumulator in's x register?
(Transfer a,x)")))
(category
 :title "Usenet"
 :p200("119"
       "Auf welchem Port laeuft NNTP")
 :p400 ("This company bought the dejanews archive"
	"Google")
 :p600 ("That's achived by setting 'FollowUp-To: poster'"
	"Was ist eine Antwort per Mail")
 :p800 ("Godwins Law"
	"According to this, a thread has reached its end
as soon as a comaprison to the nazi regime is made-P")
 :p1000 ("This index indicates whether an artice is spam"
	 "What is the breitbart index"))
(category
 :title "Tech-TLAs"
 :p200("led"
       "Was ist eine light emitting diode")
 :p400 ("scsi"
	"Was ist das small computer system interface")
 :p600 ("laser"
	(line "Wie wird light amplification by stimulated emission
of radiation abgekuerzt"))
 :p800 ("radar"
	(line "Wie wird Radio Detecting/Detection And Ranging abgekuerzt
(oder auch Resource And Data Activity Repository)"))
 :p1000 ("pcmcia"
	 (line "Was ist die Personal Computer Memory Card International
Association (PC Cards for notebook laptops) oder auch People Can't
Memorize Computer Industry Acronyms, Peripheral Component Microchannel
Interconnect Architecture (IBM)")))
)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(round
(category
 :title "Programming languages II"
 :p200((tt "100 200 moveto 200 200 lineto showpage")
       "Was ist postscript (gibts was schoeneres?)")
 :p400 ((tt "if (a'event and a=1)")
	"Was ist vhdl")
 :p600 ((tt "not(X):-X,!,fail.\nnot(X).")
	"Was ist prolog")
 :p800 ((tt "button .b -text 'Hello ' -command {destroy .}\npack .b")
	"tcl/tk")
 :p1000 ((tt "fac n |n=1 = 1\n      |otherwise = n * fac (n-1)")
	 " Gofer/haskell"))
(category
 :title "/etc/services II"
 :p200("22"
       "ssh")
 :p400 ("443"
	"https")
 :p600 ("53"
	"dns")
 :p800 ("123"
	"ntp")
 :p1000 ("587"
	 "msp message submission protocol/sendmail"))
(category
 :title "2600"
 :p200("This is the newest movie by Emmanuel Goldstein"
       "Freedom Downtime")
 :p400 ("This Organisation sued 2600 in a spectacular way?"
	"MPAA")
 :p600 ("These cereals contained a helpful whistle"
	"Was ist capt'n crunch")
 :p800 ("Off the Hook"
	"Radiosendung mit E. G.")
 :p1000 ("This was when Kevin Mitnick was arrested."
	 "Dec 1988"))
(category
 :title "line noise"
 :p200("~ÿ}#À!}!}!} }.}%}&ø}5P¢}'}'}(}'åg~"
       "Wie sieht ppp aus?")
 :p400 ("Š*B0080000000dd38"
	"Was ist der Zmodem Init")
 :p600 ("Sending /etc/motd, 2 ... blocks. Start your local ... receive."
	"Wie sieht der anfang einer Xmodem-Uebertragung aus?")
 :p800 ("Shere=Uboot"
	"UUCP")
 :p1000 ("ÿýÿý ÿý#ÿý'ÿý$"
	 "Wie sieht der anfang einer telnet-session aus?"))
(category
 :title "C=64"
 :p200("53280"
       "An welcher Speicheraddresse steht die Rahmenfarbe")
 :p400 ("64738"
	"Was ist die Einsprungaddresse fuer den Reset")
 :p600 ("6510"
	"Prozessor")
 :p800 ("1581"
	"Wie heisst die Floppy 3,5'")
 :p1000 ("1751"
	 "Wie heisst die 512KB ram-erweiterung"))
)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(round
(category
 :title "Sprachen"
 :p200 ("ook! ook! ook. ook? ook! ook! ook? ook."
	"Ook")
 :p400 ("if [ -x bla.txt ]; then"
	"sh")
 :p600 ("dnl bla"
	"m4")
 :p800 (" def Bla(a1, a2):"
	"Python")
 :p1000 ("[[Stack alloc] new]; Stack->next = NULL;"
	 "Objective C"))
(category
 :title "IRC"
 :p200 ("LOL"
	"Laugh Out Loud")
 :p400 ("IIRC"
	"If I Remember Correctly")
 :p600 ("AFAIK"
	"As Far As I Know")
 :p800 ("SCNR"
	"Sorry, CouldN't Resist")
 :p1000 ("IANAL"
	 "I Am Not A Lawyer"))
(category
 :title "Codes"
 :p200 ("Longhorn"
	"win200x")
 :p400 ("Chicago"
	"win95")
 :p600 ("Coppermine"
	"Pentium 3")
 :p800 ("Cairo"
	"nt nachfolger")
 :p1000 ("Barton"
	 "AMD-Kern"))
(category
 :title "Jargon"
 :p200 ("URL"
	"Uniform Ressource Locator")
 :p400 ("BOFH"
	"Bastard Operator From Hell")
 :p600 ("SEX"
	"Software Exchange")
 :p800 ("BAD"
	"Broken As Design")
 :p1000 ("UCE"
	 "Unsolicited Commerical Email"))
  (category
   :title "Crypto"
   :p200("This was the name of EFFs DES-cracker"
	 "Deep Crack")
   :p400 ("The German Telekom submitted this to the AES contest"
	  "Magenta")
   :p600 ("This submission to the AES contest is from Bruce Schneier"
	  "Twofish")
   :p800 ("This algortihm won AES"
	  "Rjindael")
   :p1000 ("This Algorithm is patented in Switzerland"
	   "IDEA"))
))

Last modified: Sat Jun 12 03:24:08 CEST 2004