-
Notifications
You must be signed in to change notification settings - Fork 0
/
puzzlecrack.html
executable file
·139 lines (135 loc) · 3.49 KB
/
puzzlecrack.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/tr/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Reflections | Projections 2007 : PuzzleCrack</title>
<base href="http://www.acm.uiuc.edu/conference/2007/"/>
<link rel="stylesheet" type="text/css" href="rp.css" title="RP" />
</head>
<body>
<div id="header">
<a href="http://www.acm.uiuc.edu/conference/2007/"><img id="banner" src="images/banner.png"
alt="Reflections | Projections 2007"/></a></div>
<div id="content">
<div id="menu">
<ul>
<li>
<a href="./">Home</a>
</li>
<li>
<a href="about">About</a>
</li>
<li>
<a href="speakers">Speakers</a>
<ul>
<li>
<a href="speakers">Talks</a>
</li>
<li>
<a href="workshops">Workshops</a>
</li>
<li>
<a href="videos">Videos</a>
</li>
</ul>
</li>
<li>
<a href="events">Events</a>
</li>
<li>
<a href="logistics">Logistics</a>
</li>
<li>
<a href="registration">Registration</a>
<ul>
<li>
<a href="registration/attendee">Attendee</a>
</li>
<li>
<a href="registration/volunteer">Volunteer</a>
</li>
<li>
<a href="registration/mechmania">MechMania</a>
</li>
</ul>
</li>
<li>
<a href="jobs">Job Fair</a>
</li>
<li>
<a href="mechmania">MechMania</a>
<ul>
<li>
<a href="mechmania/documentation">Docs</a>
</li>
<li>
<a href="mechmania/story">Story</a>
</li>
<li>
<a href="mechmania/history">History</a>
</li>
</ul>
</li>
<li>
<a href="yahoohack">Yahoo! Hack Day</a>
</li>
<li>
<a href="puzzlecrack">PuzzleCrack</a>
</li>
<li>
<a href="contact">Contact</a>
</li>
</ul>
</div>
<div id="main">
<table id="frame">
<tr><th class="left">PuzzleCrack</th><th class="right">Annual Puzzlehunt Competition</th></tr>
<tr><td class="left"></td>
<td class="right">
<p>
PuzzleCrack 2007 is the sixth annual "puzzlehunt" competition at
the University of Illinois at Urbana-Champaign . It follows in the
footsteps of the MIT Mystery Hunt, Stanford's Jackpot, and
Microsoft's Puzzlehunt.
</p>
<p>
PuzzleCrack is a little different. Unlike most competitions,
PuzzleCrack has few rules. Puzzles can be worked on by individuals
or teams. Pretty much any resource is fair game. All that matters
is who gets the correct answer each day.
</p>
<p>
Moreover, PuzzleCrack posts all puzzles on its website, which means
that people from all over the world are competing. Certain puzzles
may be easier for UIUC students just as some puzzles will be easier
for cryptographers. Nonetheless, anybody can solve these puzzles.
</p>
<p>
Puzzles can consist of pretty much anything. We're not going to
tell you what the puzzle is or how to solve it.
</p>
<p>
The goal is to have fun and to find the best and brightest minds
out there. If winning prizes doesn't interest you, wouldn't it be
nice to prove you're the best.
</p>
<p>
Website: <a href="http://www.puzzlecrack.org">http://www.puzzlecrack.org</a>
</p>
<p>
Sponsors:
</p>
<p>
<a href="http://www.amazon.com"><img border=0 src="images/Amazon.jpg"></a>
<br />
<br />
<a href="http://www.microsoft.com"><img border=0 src="images/Microsoft_official.jpeg"></a>
</p>
</td></tr>
</table>
</div> <!--main-->
<div id="footer">13th Annual Reflections | Projections Student Computing Conference — October 12–14, 2007</div>
</div> <!--content-->
</body>
</html>