diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p05_MIT_Mystery_Hunt_1998_6.666_Arcane_Programs/_solution_assets/6.666_Arcane_Programs_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p05_MIT_Mystery_Hunt_1998_6.666_Arcane_Programs/_solution_assets/6.666_Arcane_Programs_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..8091ca3ac69c8cfcf1377579ac6b37a8cb139dab --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p05_MIT_Mystery_Hunt_1998_6.666_Arcane_Programs/_solution_assets/6.666_Arcane_Programs_Solution.html @@ -0,0 +1,37 @@ + + + + + + 6.666 Arcane Programs Solution + + +

6.666 — Arcane Programs Solution

+

The original file:
+

+
"%c%c%c\n", __o_o, o__o_,
#define _o_o_ if
#define o_o_o else
#define oo___ printf
#include <stdio.h>
*2<(o__o_-__o_o))
+ __o_o; o__o_ = o_o__ +
1; o___o = o__o_ + _o__o - 11;
_o__o * 3; o_o__ = _o__o
_o__o = 24; __o_o =
_o_o_ (((o___o-o__o_))
int _o__o, __o_o;
int main (void)
int o_o__, o__o_, o___o;
o___o); return 0;
o___o, __o_o); o_o_o oo___(
oo___("%c%c%c\n", _o__o,
(
)
+

This is a C program but it doesn't make any sense because the + lines have been sorted. Re-ordering the lines gives:
+

+
#include <stdio.h>
#define _o_o_ if
#define o_o_o else
#define oo___ printf
int main (void)
(
int _o__o, __o_o;
int o_o__, o__o_, o___o;
_o__o = 24; __o_o =
_o__o * 3; o_o__ = _o__o
+ __o_o; o__o_ = o_o__ +
1; o___o = o__o_ + _o__o - 11;
_o_o_ (((o___o-o__o_))
*2<(o__o_-__o_o)) +oo___("%c%c%c\n", _o__o,
o___o, __o_o); o_o_o oo___(
"%c%c%c\n", __o_o, o__o_,
o___o); return 0;
)
+

Compiling and executing this program gives the output Han. + HAN is the final answer.
+

+

Here is a version of the program formatted in a standard way:
+

+
#include <stdio.h>

#define _o_o_ if
#define o_o_o else
#define oo___ printf

int main (void)
(
int _o__o, __o_o;
int o_o__, o__o_, o___o;

_o__o = 24;
__o_o = _o__o * 3;
o_o__ = _o__o + __o_o;
 o__o_ = o_o__ + 1;
 o___o = o__o_ + _o__o - 11;

_o_o_ ( ((o___o-o__o_))*2<(o__o_-__o_o) ) + oo___("%c%c%c\n", _o__o, o___o, __o_o);
o_o_o
 oo___("%c%c%c\n", __o_o, o__o_, o___o);

return 0;
)
+

If, in addition to the #define statements above, you add these:
+

+
#define _o__o a
#define __o_o b
#define o_o__ c
#define o__o_ d
#define o___o e
+

Then the pre-processed program looks like this:
+

+
int main (void)
(
int a, b;
int c, d, e;

a = 24;
b = a * 3;
c = a + b;
 d = c + 1;
 e = d + a - 11;

if ( ((e-d))*2<(d-b) ) + printf("%c%c%c\n", a, e, b);
else
 printf("%c%c%c\n", b, d, e);

return 0;
)
+

In the assignments, a=24, b=72, c = 96, d = 97, e = 110. The + comparison is 26<25 so the else block is executed, printing 72, + 97, 110 as characters which prints Han.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p05_MIT_Mystery_Hunt_1998_6.666_Arcane_Programs/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p05_MIT_Mystery_Hunt_1998_6.666_Arcane_Programs/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..8091ca3ac69c8cfcf1377579ac6b37a8cb139dab --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r2p05_MIT_Mystery_Hunt_1998_6.666_Arcane_Programs/solution.html @@ -0,0 +1,37 @@ + + + + + + 6.666 Arcane Programs Solution + + +

6.666 — Arcane Programs Solution

+

The original file:
+

+
"%c%c%c\n", __o_o, o__o_,
#define _o_o_ if
#define o_o_o else
#define oo___ printf
#include <stdio.h>
*2<(o__o_-__o_o))
+ __o_o; o__o_ = o_o__ +
1; o___o = o__o_ + _o__o - 11;
_o__o * 3; o_o__ = _o__o
_o__o = 24; __o_o =
_o_o_ (((o___o-o__o_))
int _o__o, __o_o;
int main (void)
int o_o__, o__o_, o___o;
o___o); return 0;
o___o, __o_o); o_o_o oo___(
oo___("%c%c%c\n", _o__o,
(
)
+

This is a C program but it doesn't make any sense because the + lines have been sorted. Re-ordering the lines gives:
+

+
#include <stdio.h>
#define _o_o_ if
#define o_o_o else
#define oo___ printf
int main (void)
(
int _o__o, __o_o;
int o_o__, o__o_, o___o;
_o__o = 24; __o_o =
_o__o * 3; o_o__ = _o__o
+ __o_o; o__o_ = o_o__ +
1; o___o = o__o_ + _o__o - 11;
_o_o_ (((o___o-o__o_))
*2<(o__o_-__o_o)) +oo___("%c%c%c\n", _o__o,
o___o, __o_o); o_o_o oo___(
"%c%c%c\n", __o_o, o__o_,
o___o); return 0;
)
+

Compiling and executing this program gives the output Han. + HAN is the final answer.
+

+

Here is a version of the program formatted in a standard way:
+

+
#include <stdio.h>

#define _o_o_ if
#define o_o_o else
#define oo___ printf

int main (void)
(
int _o__o, __o_o;
int o_o__, o__o_, o___o;

_o__o = 24;
__o_o = _o__o * 3;
o_o__ = _o__o + __o_o;
 o__o_ = o_o__ + 1;
 o___o = o__o_ + _o__o - 11;

_o_o_ ( ((o___o-o__o_))*2<(o__o_-__o_o) ) + oo___("%c%c%c\n", _o__o, o___o, __o_o);
o_o_o
 oo___("%c%c%c\n", __o_o, o__o_, o___o);

return 0;
)
+

If, in addition to the #define statements above, you add these:
+

+
#define _o__o a
#define __o_o b
#define o_o__ c
#define o__o_ d
#define o___o e
+

Then the pre-processed program looks like this:
+

+
int main (void)
(
int a, b;
int c, d, e;

a = 24;
b = a * 3;
c = a + b;
 d = c + 1;
 e = d + a - 11;

if ( ((e-d))*2<(d-b) ) + printf("%c%c%c\n", a, e, b);
else
 printf("%c%c%c\n", b, d, e);

return 0;
)
+

In the assignments, a=24, b=72, c = 96, d = 97, e = 110. The + comparison is 26<25 so the else block is executed, printing 72, + 97, 110 as characters which prints Han.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p11_MIT_Mystery_Hunt_1998_4.666_Special_Subject_in_Numerical_Interpolat/_solution_assets/4.666_Special_Subject_in_Numerical_Interpolation_Solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p11_MIT_Mystery_Hunt_1998_4.666_Special_Subject_in_Numerical_Interpolat/_solution_assets/4.666_Special_Subject_in_Numerical_Interpolation_Solution.html new file mode 100644 index 0000000000000000000000000000000000000000..574f46074f6a6bcf372d98cb369c88201bc0461e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p11_MIT_Mystery_Hunt_1998_4.666_Special_Subject_in_Numerical_Interpolat/_solution_assets/4.666_Special_Subject_in_Numerical_Interpolation_Solution.html @@ -0,0 +1,107 @@ + + + + + + 4.666 Special Subject in Numerical Interpolation Solution + + +

4.666 Special Subject in Numerical Interpolation Solution
+

+

The letter-number combinations such as E60 and N42 where main of + the pairs have simple numbers makes it clear the first number in + each pair is an MIT building number. The second numbers are + indices into the name attached to each building. Some of these + buildings do not have names or do not exist anymore as of 2024 but + I found the names on a + historical map from 2000.
+

+ +

It spells INTERCHANGE-ABLE PARTS; NIN; LIGHT AND MAGIC. These are + three different clues for the word INDUSTRIAL.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p11_MIT_Mystery_Hunt_1998_4.666_Special_Subject_in_Numerical_Interpolat/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p11_MIT_Mystery_Hunt_1998_4.666_Special_Subject_in_Numerical_Interpolat/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..574f46074f6a6bcf372d98cb369c88201bc0461e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/1998/mit1998r3p11_MIT_Mystery_Hunt_1998_4.666_Special_Subject_in_Numerical_Interpolat/solution.html @@ -0,0 +1,107 @@ + + + + + + 4.666 Special Subject in Numerical Interpolation Solution + + +

4.666 Special Subject in Numerical Interpolation Solution
+

+

The letter-number combinations such as E60 and N42 where main of + the pairs have simple numbers makes it clear the first number in + each pair is an MIT building number. The second numbers are + indices into the name attached to each building. Some of these + buildings do not have names or do not exist anymore as of 2024 but + I found the names on a + historical map from 2000.
+

+ +

It spells INTERCHANGE-ABLE PARTS; NIN; LIGHT AND MAGIC. These are + three different clues for the word INDUSTRIAL.
+

+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2008/mit2008b61_MIT_Mystery_Hunt_2008_What_Incarnation_of_Palindrome_are_You/lbb_page6.html b/benchmark/MIT_Mystery_Hunt/puzzles/2008/mit2008b61_MIT_Mystery_Hunt_2008_What_Incarnation_of_Palindrome_are_You/lbb_page6.html new file mode 100644 index 0000000000000000000000000000000000000000..82ffa024d4100e5a0835598fc7da33c2a58495b8 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2008/mit2008b61_MIT_Mystery_Hunt_2008_What_Incarnation_of_Palindrome_are_You/lbb_page6.html @@ -0,0 +1,71 @@ + + + + +MIT Mystery Hunt: Little Black Book - Page 6 + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +

Al Hamilton
+ 180 Albion Street, Apt 3
+ Somerville, Massachusetts 02144
+ carddealer@hamilton.com
+ Contact me

+
+

Maddy Jourdan
+ 18 Todd Lane
+ Port Conway, Virginia 22485
+ jourdan@newfrontier.org
+ Contact me

+
+

Di Puco
+ Paseo de la Castellana 5
+ 28046 Madrid, Spain
+ dionysiusp@eci.es
+ Contact me

  

Peter + Knight
+ 51684 Voyage of Kings Trail
+ Travis, Alabama 78702
+ blackknight@bally.com
+ Contact me

+
+

K. Edison
+ 51 Porteous Terrace
+ Plainfield, Connecticut 06374
+ ked@gmail.com
+ Contact me

+
+

H. Lombardi
+ 3205 N. Paul Bunyan Expressway, Hackensack, Minnesota 56452
+ lombardi@bn.com
+ Contact me

    

page 6 front

 

page 6 back

+
+
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2008/mit2008b61_MIT_Mystery_Hunt_2008_What_Incarnation_of_Palindrome_are_You/lbb_page7.html b/benchmark/MIT_Mystery_Hunt/puzzles/2008/mit2008b61_MIT_Mystery_Hunt_2008_What_Incarnation_of_Palindrome_are_You/lbb_page7.html new file mode 100644 index 0000000000000000000000000000000000000000..c07ad6655e96eeca87b20fff41790040aa24c14a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2008/mit2008b61_MIT_Mystery_Hunt_2008_What_Incarnation_of_Palindrome_are_You/lbb_page7.html @@ -0,0 +1,73 @@ + + + + +MIT Mystery Hunt: Little Black Book - Page 7 + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +

Harry + Bono
+ 61 Scott Drive
+ North Bend, Ohio 45052
+ harrybono@ohionational.com
+ Contact me

+
+

L.S. Barton
+ 12 Gold Creek Drive
+ Elizabeth, Colorado 80107
+ elba@midwesternmutual.com
+ Contact me

+
+

Maia Lian
+ 7 Village Street
+ Cambridge, Massachusetts 02142
+ thelianking@domainofpain.com
+ Contact me

  

Natasha Carapace
+ 415 East 4th Street
+ Bloomington, Indiana 47408
+ tasha@bigoil.com
+ Contact me

+
+

Lang Bonito
+ 36 E. Holly Street
+ Pasadena, California 91103
+ lbonito@catchoftheday.net
+ Contact me

+
+

E. Cooper
+ 822 Agee Avenue NW
+ Camden, Arkansas 71701
+ thecoop@mesainternet.com
+ Contact me

    

page 7 front

 

page 7 back

+
+
+ + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2011/mit2011w2blackberryman4_MIT_Mystery_Hunt_2011_Expletive_Deleted/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2011/mit2011w2blackberryman4_MIT_Mystery_Hunt_2011_Expletive_Deleted/index.html new file mode 100644 index 0000000000000000000000000000000000000000..60261a154948f63452aa6b294cbb875b9f61ccd9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2011/mit2011w2blackberryman4_MIT_Mystery_Hunt_2011_Expletive_Deleted/index.html @@ -0,0 +1,49 @@ + + +Expletive Deleted + + + + + + + + +
+
+
+ +
+
+
+ +
+
+
Expletive Deleted
+ + + + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW02.jpg b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b8fa926f85c45b0eb960accb96a0fda9e68fcdee --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013231_MIT_Mystery_Hunt_2013_Cambridge_Waldo/CW02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b122a956cdc0c7a8eb7b5d7dcce8a803be6ec94d61728cb708ce7c0bb7fab5e +size 3015 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013312_MIT_Mystery_Hunt_2013_Puzzle-Regarding_Vehicle/3a.jpeg b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013312_MIT_Mystery_Hunt_2013_Puzzle-Regarding_Vehicle/3a.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..4dac83ce32079a55e6af920db59fdfdba8f47513 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013312_MIT_Mystery_Hunt_2013_Puzzle-Regarding_Vehicle/3a.jpeg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315545636f801d7bdd9ed4db5abfda2c6262bb8379506d1a62370078d907616e +size 3033 diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013607_MIT_Mystery_Hunt_2013_Czar_Cycle/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013607_MIT_Mystery_Hunt_2013_Czar_Cycle/index.html new file mode 100644 index 0000000000000000000000000000000000000000..94251242f93d865af80e4ca95d566a44653e7b44 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013607_MIT_Mystery_Hunt_2013_Czar_Cycle/index.html @@ -0,0 +1,105 @@ + + + +Czar Cycle -- COINHEIST + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + +
+ +

Solved: Czar Cycle

+ +

None of us know Greek, one of us knows English, and the two of us know Russian, but we still can't understand this message.

+ + +
+ + +
+
+
+ + +
+

Status:

+ +
+
    +
  • Name: Manic Sages
  • + +
  • Options: 0
  • +
  • (100 options = 1 free answer)
  • +
  • (Options increase up to 200 with time)
  • +

    To next unlock:

    +
  • None hour(s) or fewer
  • + +
+ +
+
+ + + + + + + + + + + diff --git "a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20136m5_MIT_Mystery_Hunt_2013_W\303\242_ite_Magic/asset_index.html" "b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20136m5_MIT_Mystery_Hunt_2013_W\303\242_ite_Magic/asset_index.html" new file mode 100644 index 0000000000000000000000000000000000000000..1483910ff4b9bf377003a8d63f570563f839fe01 --- /dev/null +++ "b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20136m5_MIT_Mystery_Hunt_2013_W\303\242_ite_Magic/asset_index.html" @@ -0,0 +1,115 @@ + + + +W♄ite Magic (Solution) -- COINHEIST + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + +
+ +

W♄ite Magic (Solution)

+ +

by Derek Kisman, based on an idea by David Roe

+ + +
+
+ Here is an unordered list of answers to the twenty round puzzles, for reference. + The colors identify which puzzle answer this is (e.g. DAMP + is the answer to the red/green edge cubelet). + + +
+        RYB   SHLEP
+        RY    EXTANT
+        RYG   DEDITION
+        RG    DAMP
+        RWG   BOIL
+        RW    UNARY
+        RWB   CONTIGUOUS
+        RB    BASSIST
+        YB    SLAUGHTER
+        YG    BEER CHUGGING
+        WG    EDITH PIAF
+        WB    CREAM OF TARTAR
+        OYB   ARMORED RECON
+        OY    HYPAPANTE
+        OYG   COMMEMORATIVE BATS
+        OG    DERRICK TRUCK
+        OWG   BROWN ROT
+        OW    ATTORNEYS GENERAL
+        OWB   SACROSANCT
+        OB    IMPROMPTU
+    
+
+
+ +

Using the ‘Magic Square of Saturn’, clued by the title’s use of the word magic and the symbol for Saturn instead of the h in white, we can assign a number to each cubelet which has a white face. Use this +number as an index into the answer and read in a circle (ignoring the center face’s 5) for the answer ALFRESCO.

+ +
+   A- 3 UNARY
+   L- 4 BOIL
+   F- 9 EDITH PIAF
+   R- 2 BROWN ROT
+   E- 7 ATTORNEYS GENERAL
+   S- 6 SACROSANCT
+   C- 1 CREAM OF TARTAR
+   O- 8 CONTIGUOUS
+
+ + +
+ + +
+
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..efb827bf3896bb47eca743cbc525f116d2a59ccd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014e4_MIT_Mystery_Hunt_2014_Wonderwang/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/wonderwang/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014em_MIT_Mystery_Hunt_2014_The_Cat_s_Combobulation/round.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014em_MIT_Mystery_Hunt_2014_The_Cat_s_Combobulation/round.js new file mode 100644 index 0000000000000000000000000000000000000000..5613119864741dc09d9d70f62869dd6bb27d3645 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014em_MIT_Mystery_Hunt_2014_The_Cat_s_Combobulation/round.js @@ -0,0 +1,90 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('slow', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/meta/events/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c5_MIT_Mystery_Hunt_2014_Bumblebee_Tune-a/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c5_MIT_Mystery_Hunt_2014_Bumblebee_Tune-a/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..f82dc284dcb2b3347f53ff0cee0813f733bb714d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c5_MIT_Mystery_Hunt_2014_Bumblebee_Tune-a/_solution_assets/index.html @@ -0,0 +1,54 @@ + + + + Bumblebee Tune-a (MIT) + + + + +
+ +
+ + +
+

Solution to Bumblebee Tune-a

+ +

+Authors: Erin Rhode, Laura Martini, Kevin G. Der, and Roger Hanna Morash
+All vocals and arrangements by Erin Rhode
+Video editing by Laura Martini
+Camera work by Roger Hanna Morash, Michael Pihulic, and Kathy Rhode +

+ +

After identifying all of the pop songs being sung by bees, one notes a few things: each song is a single released between a different year from 1964 and 1973 inclusive, giving a nice ordering; there are a different number of "bees" singing each song; an enumeration is given which does not fit the song or the artist; and finally there are bees singing. The bees are singing because you are not looking for the song being sung -- you are looking for the B-side of that song. Conveniently, the B-side fits the given enumeration.

+ +

Ordering by year the single was released and indexing into the B-side of the single by the number of bees singing the song gives "I GET AROUND." I Get Around was an A-side single by The Beach Boys, whose B-side is the answer to the puzzle, DON'T WORRY BABY.

+ + + + + + + + + + + + + +
Year releasedSong and artist# of beesB-side
1964The Supremes/Baby Love8ASK ANY GIRL
1965Simon and Garfunkel/The Sounds of Silence5WE'VE GOT A GROOVEY THING GOIN'
1966The Mamas and the Papas/Monday Monday6GOT A FEELIN'
1967Jefferson Airplane/White Rabbit5PLASTIC FANTASTIC LOVER
1968Marvin Gaye/I Heard It Through The Grapevine8YOU'RE WHAT'S HAPPENING (IN THE WORLD TODAY)
1969Creedence Clearwater Revival/Proud Mary3BORN ON THE BAYOU
1970Crosby, Stills, Nash & Young/Teach Your Children6CARRY ON
1971The Carpenters/Rainy Days and Mondays4SATURDAY
1972Sammy Davis, Jr./The Candy Man4I WANT TO BE HAPPY
1973Stevie Wonder/You Are The Sunshine Of My Life5TUESDAY HEARTBREAK
+ + +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c5_MIT_Mystery_Hunt_2014_Bumblebee_Tune-a/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c5_MIT_Mystery_Hunt_2014_Bumblebee_Tune-a/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..f82dc284dcb2b3347f53ff0cee0813f733bb714d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1c5_MIT_Mystery_Hunt_2014_Bumblebee_Tune-a/solution.html @@ -0,0 +1,54 @@ + + + + Bumblebee Tune-a (MIT) + + + + +
+ +
+ + +
+

Solution to Bumblebee Tune-a

+ +

+Authors: Erin Rhode, Laura Martini, Kevin G. Der, and Roger Hanna Morash
+All vocals and arrangements by Erin Rhode
+Video editing by Laura Martini
+Camera work by Roger Hanna Morash, Michael Pihulic, and Kathy Rhode +

+ +

After identifying all of the pop songs being sung by bees, one notes a few things: each song is a single released between a different year from 1964 and 1973 inclusive, giving a nice ordering; there are a different number of "bees" singing each song; an enumeration is given which does not fit the song or the artist; and finally there are bees singing. The bees are singing because you are not looking for the song being sung -- you are looking for the B-side of that song. Conveniently, the B-side fits the given enumeration.

+ +

Ordering by year the single was released and indexing into the B-side of the single by the number of bees singing the song gives "I GET AROUND." I Get Around was an A-side single by The Beach Boys, whose B-side is the answer to the puzzle, DON'T WORRY BABY.

+ + + + + + + + + + + + + +
Year releasedSong and artist# of beesB-side
1964The Supremes/Baby Love8ASK ANY GIRL
1965Simon and Garfunkel/The Sounds of Silence5WE'VE GOT A GROOVEY THING GOIN'
1966The Mamas and the Papas/Monday Monday6GOT A FEELIN'
1967Jefferson Airplane/White Rabbit5PLASTIC FANTASTIC LOVER
1968Marvin Gaye/I Heard It Through The Grapevine8YOU'RE WHAT'S HAPPENING (IN THE WORLD TODAY)
1969Creedence Clearwater Revival/Proud Mary3BORN ON THE BAYOU
1970Crosby, Stills, Nash & Young/Teach Your Children6CARRY ON
1971The Carpenters/Rainy Days and Mondays4SATURDAY
1972Sammy Davis, Jr./The Candy Man4I WANT TO BE HAPPY
1973Stevie Wonder/You Are The Sunshine Of My Life5TUESDAY HEARTBREAK
+ + +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d2_MIT_Mystery_Hunt_2014_Across_the_Hall/_solution_assets/solution.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d2_MIT_Mystery_Hunt_2014_Across_the_Hall/_solution_assets/solution.css new file mode 100644 index 0000000000000000000000000000000000000000..fd47f171fbee07b0e00a71eebed5f8126f13dc9b --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1d2_MIT_Mystery_Hunt_2014_Across_the_Hall/_solution_assets/solution.css @@ -0,0 +1,173 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + + + +@media screen { + body.mh-fancy { + background: #d0ceca url('../../round/mit/background.jpg') no-repeat top center; + } +} + +.clue { + margin: 18px 0px; +} +.line { + font-family: Courier, monospace; + padding-left: 18px; + text-align: left; + text-indent: -18px; + word-wrap: break-word; +} +.ans { + font-family: Courier, monospace; +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s2_MIT_Mystery_Hunt_2014_Zoinks/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s2_MIT_Mystery_Hunt_2014_Zoinks/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..0e0f291166fd360faa13a9a516540972d03e204d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r1s2_MIT_Mystery_Hunt_2014_Zoinks/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/zoinks/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r202_MIT_Mystery_Hunt_2014_Best_of_Five/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r202_MIT_Mystery_Hunt_2014_Best_of_Five/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..007b25c84e1361f1b5472d10a4ac1447cbc9ddf0 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r202_MIT_Mystery_Hunt_2014_Best_of_Five/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/best_of_five/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r203_MIT_Mystery_Hunt_2014_Operator_Test/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r203_MIT_Mystery_Hunt_2014_Operator_Test/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..43183aeaf51b7b0b7f1e39f39f483209234d74af --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r203_MIT_Mystery_Hunt_2014_Operator_Test/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/operator_test/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r204_MIT_Mystery_Hunt_2014_Disemvoweled/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r204_MIT_Mystery_Hunt_2014_Disemvoweled/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..10f1f7251e07ab8176da4090b8c09845469f0bba --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r204_MIT_Mystery_Hunt_2014_Disemvoweled/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/disemvoweled/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r209_MIT_Mystery_Hunt_2014_Oyster_Card/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r209_MIT_Mystery_Hunt_2014_Oyster_Card/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..a04856267b2782e65f7627fed2ef977b6e50ba07 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r209_MIT_Mystery_Hunt_2014_Oyster_Card/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/oyster_card/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r306_MIT_Mystery_Hunt_2014_Safer_Sephiroth/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r306_MIT_Mystery_Hunt_2014_Safer_Sephiroth/index.html new file mode 100644 index 0000000000000000000000000000000000000000..16b1f8ec43fc834233df117f810461d4f5c9821f --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r306_MIT_Mystery_Hunt_2014_Safer_Sephiroth/index.html @@ -0,0 +1,110 @@ + + + + Safer Sephiroth (The Mock Turtle) + + + + + +
+ +
+ + +
+ +
+ Safer Sephiroth +
+
+ +
+
+

Bastok Republic

+

+
+

Enemy of the Empire

+

+
+

Helping Rosa

+

+
+

Hunt Festival

+

+
+

Into the Void

+

+
+

Keeping It Real in Eorzea

+

+
+

Of Meteors and Materia

+

+
+

Ordalian Plains

+

+
+

Outside of the Cocoon

+

+
+

Power Crystals

+

+
+

Returners

+

+
+

Sin Comes to Spira

+

+
+

Sunken Shrine

+

+
+

Time Compression

+

+
+ + + + +
+ + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r307_MIT_Mystery_Hunt_2014_Falling_Into_Place/falling_into_place b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r307_MIT_Mystery_Hunt_2014_Falling_Into_Place/falling_into_place new file mode 100644 index 0000000000000000000000000000000000000000..9e6c8d0a2c3f6d72be78bbfb48bb90281c58ec5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r307_MIT_Mystery_Hunt_2014_Falling_Into_Place/falling_into_place @@ -0,0 +1,66 @@ + + + + Falling into Place (The Mock Turtle) + + + + +
+ +
+ + +
+

Solution to Falling Into Place

+Authors: Kevin G. Der and Roger Hanna Morash + +

The puzzle is presented as a game of Tetris with the following changes:
+

    +
  • Each block in a tetris piece contains either a letter or a black square.
    +
  • In addition to the standard game controls, the letters within the tetris piece can be rotated without changing the piece's orientation.
  • +
  • A crossword-style clue and a graphical representation of an answer word are shown. The length and horizontal orientation of the word is displayed. Occasionally, one or more of the letter spaces will be highlighted.
  • +
+ +

Correctly spelling the current answer word within the tetris board, bounded by either empty +space, the board walls, or black squares, will advance to the next clue. Simultaneously, a +vertical entry with its clue is revealed, but the answer is not given. Completing all the horizontal +answer words will end the game.

+ +

The horizontal answer words are given alphabetically by clue. Dying will revert backwards one +horizontal answer word. Completing a tetris will reveal the next letter in the graphical +representation of the answer word to be spelled, starting at the beginning. +After the game ends, the solver must realize the answer words can be used to rebuild a +crossword. The answer words and their clues are shown below in final output order, with newest +at the top. + +

Determining the vertical answers and reassembling the crossword using the highlighted +squares as a guide yields the result below. Each of the standard 7 tetris pieces appears +twice as black square groups. The entries from tetris must be placed in the grid according +to their original orientation, i.e. horizontally or vertically. The highlighted letters (top right, +middle, and bottom left) spell PRIME CLUE HEADS. + +

PRIME CLUE HEADS instructs the solver to look at the clues with prime numbers and +read the first letters. The numbers to the clues can be obtained with standard crossword +square numbering. +The first letters of the prime numbered clues, when read in the standard crossword order (across clues, then +down clues), spell LETTERS THAT TOUCH 2 PIECES. + +

Following those instructions, find those letters touching two tetris pieces in the +crossword grid. Those letters, when read in order, spell SKYFALL OO AGENT, so the answer is +JAMES BOND + +

The full solution with the resulting clues and grids is here. + +

+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r309_MIT_Mystery_Hunt_2014_Initial_Impressions/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r309_MIT_Mystery_Hunt_2014_Initial_Impressions/index.html new file mode 100644 index 0000000000000000000000000000000000000000..3ce8515b3e8b3573dc92dc434657a12c9e173186 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r309_MIT_Mystery_Hunt_2014_Initial_Impressions/index.html @@ -0,0 +1,80 @@ + + + + Initial Impressions (The Mock Turtle) + + + + + +
+ +
+ + +
+ +
+ Initial Impressions +
+
+ +
+ Once banned, his famous book is cleared now
+He had some reformist views on British-Indian relations
+He cashed in on Wall Street
+Popular author, at least in middle school
+A Kipling title is partially reused by him
+He knew the joy of a racing victory
+You know who spun this web; it's right there in his title
+An often-quoted satirist, he's a pure joker
+His most famous work met with frigid reception in some circles due to its racist perspective
+Audiences respond not just to his bold directing style, but his flawed, often desperate characters
+An odd fact is that she's written for three different Star Trek series (or up to five, depending on how you count)
+His readers know what the significance of the sword is, even if the character doesn't at the time
+You won't be seeing much capitalization from him
+He wound up hating his WW2 poem, but that didn't stop it from becoming famous
+His jackets enable people to hike in the winter
+He'd always be frank in his behavioral analyses
+ +
+ + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r3x_MIT_Mystery_Hunt_2014_Mock_Turtle_Meta/round.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r3x_MIT_Mystery_Hunt_2014_Mock_Turtle_Meta/round.js new file mode 100644 index 0000000000000000000000000000000000000000..441f8c5b755e616092f5fcbb9aea9281134b780a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r3x_MIT_Mystery_Hunt_2014_Mock_Turtle_Meta/round.js @@ -0,0 +1,90 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('slow', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/meta/mock_turtle/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..b7144b5c977b24c77201cf74061d1e84d64adb2e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r502_MIT_Mystery_Hunt_2014_Kroskuro/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/kroskuro/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r508_MIT_Mystery_Hunt_2014_Campus_Art_from_Z_to_A/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r508_MIT_Mystery_Hunt_2014_Campus_Art_from_Z_to_A/index.html new file mode 100644 index 0000000000000000000000000000000000000000..2214ff5343f954c5dce55c994c0972a4d42cfd0f --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r508_MIT_Mystery_Hunt_2014_Campus_Art_from_Z_to_A/index.html @@ -0,0 +1,89 @@ + + + + Campus Art from Z to A (The Red and White Knights) + + + + + +
+ +
+ + +
+ +
+ Campus Art from Z to A +
+
+ +
+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+ +
+ + +
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r5x_MIT_Mystery_Hunt_2014_The_Red_and_White_Knights_Meta/round.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r5x_MIT_Mystery_Hunt_2014_The_Red_and_White_Knights_Meta/round.js new file mode 100644 index 0000000000000000000000000000000000000000..37a3731f4a80ae6de578ef4f5a6ab1a70e075004 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r5x_MIT_Mystery_Hunt_2014_The_Red_and_White_Knights_Meta/round.js @@ -0,0 +1,90 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('slow', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/meta/knights/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r603_MIT_Mystery_Hunt_2014_SAT_III/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r603_MIT_Mystery_Hunt_2014_SAT_III/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..b9a93909c062f68d4017dc1bc781b7a6365fd316 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r603_MIT_Mystery_Hunt_2014_SAT_III/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/sat_iii/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r614_MIT_Mystery_Hunt_2014_WAT/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r614_MIT_Mystery_Hunt_2014_WAT/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..f8cccc399061103acf326b55f202bfb42f6f0d39 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r614_MIT_Mystery_Hunt_2014_WAT/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/wat/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..364671c649e7f546438345cf81d4d81fd9dc9c9e --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r704_MIT_Mystery_Hunt_2014_Glazing_Over/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/glazing_over/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r706_MIT_Mystery_Hunt_2014_Covert_Tops/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r706_MIT_Mystery_Hunt_2014_Covert_Tops/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..74d4279eb7dcdcdf1c8b1138ea9642da5fc80f5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r706_MIT_Mystery_Hunt_2014_Covert_Tops/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/covert_tops/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r707_MIT_Mystery_Hunt_2014_Time_Flies/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r707_MIT_Mystery_Hunt_2014_Time_Flies/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..ea31f2b338e1251b6d513d3c0a69c762edc0952a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r707_MIT_Mystery_Hunt_2014_Time_Flies/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/time_flies/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r709_MIT_Mystery_Hunt_2014_SKI_Trees/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r709_MIT_Mystery_Hunt_2014_SKI_Trees/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..74f2f44633a7674e3aa7a6879859662725b682fc --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r709_MIT_Mystery_Hunt_2014_SKI_Trees/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/ski_trees/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r710_MIT_Mystery_Hunt_2014_Eggsam/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r710_MIT_Mystery_Hunt_2014_Eggsam/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..00f5089164c6a553c92707d53fdf3fe0b57882e2 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r710_MIT_Mystery_Hunt_2014_Eggsam/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/eggsam/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/_solution_assets/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..8a5f89bf6cf4c77485195f614766770e2a8260d5 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/_solution_assets/index.html @@ -0,0 +1,98 @@ + + + + Family Ties (Humpty Dumpty) + + + + +
+ +
+ + +
+

Solution to Family Ties

+Author: Harvey Jones + +

Solvers are presented with a series of family trees. The first step is +to identify one or more of the trees from the shape alone. Also of +note is that some nodes are colored, and trees can share colored +nodes. Any identically-colored nodes share a first name. + +

Trees are alphabetized by first name of the top-left node. + +

The trees:
+1. Abraham and descendants from the Old Testament, first node Abraham
+2. Henry VIII (and wives), first node Catherine
+3. The Simpsons, first node Clancy
+4. The Frys/Farnsworths (Futurama), first node Mildred
+5. The Bluths (Arrested Development), first node Oscar
+6. The Windsors, first node Philip
+7. The Kennedys, first node Rose
+ +

The colors:
+ABRAHAM/Red
+PETER/Orange
+PHILLIP/Yellow
+CATHERINE/Green
+EDWARD/Blue
+ELIZABETH/Purple
+ANNE/Pink
+JOSEPH/Brown
+GEORGE/Gray
+YANCY/Black
+JACQUELINE/Bright Yellow
+HENRY/Dark Purple
+ +

Finally, note that many nodes have indices. Alphabetizing labeled +nodes by first name and indexing into the first names yields SURMELIS +TLC SHOW, which is CLEAN SWEEP, the answer. + +

The full trees, colored nodes in CAPS, indexed letters in (parens): +

+1 (row 1) ABRAHAM / Sara(h)
+1 (row 2) Isaac / Rebekah
+1 (row 3) 3 wives / Jacob / Ra(c)hel
+1 (row 4) 10 sons / JOSEPH / Benjamin
+
+2 (row 1) CATHERINE of Aragon / ANNE Boleyn / HENRY VIII / 
+          Jane Seymour / ANNE of Cleves / CATHERINE Howard / CATHERINE Parr
+2 (row 2) Mary / ELIZABETH / EDWA(R)D
+
+3 (row 1) Clancy / JACQUE(L)INE / ABRAHAM / Mona
+3 (row 2) Patty / Selma / Marge / Ho(m)er
+3 (row 3) Bart / Li(s)a / Maggie
+
+4 (row 1) Mildred / (link to PHILIP from row 3)
+4 (row 2) [Mrs. Fry] / YANCY
+4 (row 3) YANCY Jr. / PHILIP
+4 (row 4) [unknown father] / "Mom" / Hub(e)rt
+4 (row 5) Igner / Walt / Larry / C(u)bert
+
+5 (row 1) Oscar / Lucille / GEORGE
+5 (row 2) Byron "Buster" / Eve Holt! / GEORGE Oscar "GOB" Bluth / 
+          T(o)bias Fünke / L(i)ndsay Fünke / Michael / Tracy / Annyong
+5 (row 3) Steve Holt! / Maeby / GEORGE Michael
+
+6 (row 1) PHI(L)IP / ELIZABETH
+6 (row 2) Diana / Charle(s) / ANNE / Andrew / EDWARD
+6 (row 3) CATHERINE / (W)illiam / HENRY [Harry]
+6 (row 4) GEORGE
+
+7 (row 1) RO(S)E / JOSEPH
+7 (row 2) JOSEPH / JACQUELINE / John / ROSE / Kathleen / 
+          Eunice / Pa(t)ricia / Robert / Jean / EDWARD
+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..dc5f30a034954f9af6118a41234f2777b1849dbc --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/family_ties/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/solution.html b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..8a5f89bf6cf4c77485195f614766770e2a8260d5 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r712_MIT_Mystery_Hunt_2014_Family_Ties/solution.html @@ -0,0 +1,98 @@ + + + + Family Ties (Humpty Dumpty) + + + + +
+ +
+ + +
+

Solution to Family Ties

+Author: Harvey Jones + +

Solvers are presented with a series of family trees. The first step is +to identify one or more of the trees from the shape alone. Also of +note is that some nodes are colored, and trees can share colored +nodes. Any identically-colored nodes share a first name. + +

Trees are alphabetized by first name of the top-left node. + +

The trees:
+1. Abraham and descendants from the Old Testament, first node Abraham
+2. Henry VIII (and wives), first node Catherine
+3. The Simpsons, first node Clancy
+4. The Frys/Farnsworths (Futurama), first node Mildred
+5. The Bluths (Arrested Development), first node Oscar
+6. The Windsors, first node Philip
+7. The Kennedys, first node Rose
+ +

The colors:
+ABRAHAM/Red
+PETER/Orange
+PHILLIP/Yellow
+CATHERINE/Green
+EDWARD/Blue
+ELIZABETH/Purple
+ANNE/Pink
+JOSEPH/Brown
+GEORGE/Gray
+YANCY/Black
+JACQUELINE/Bright Yellow
+HENRY/Dark Purple
+ +

Finally, note that many nodes have indices. Alphabetizing labeled +nodes by first name and indexing into the first names yields SURMELIS +TLC SHOW, which is CLEAN SWEEP, the answer. + +

The full trees, colored nodes in CAPS, indexed letters in (parens): +

+1 (row 1) ABRAHAM / Sara(h)
+1 (row 2) Isaac / Rebekah
+1 (row 3) 3 wives / Jacob / Ra(c)hel
+1 (row 4) 10 sons / JOSEPH / Benjamin
+
+2 (row 1) CATHERINE of Aragon / ANNE Boleyn / HENRY VIII / 
+          Jane Seymour / ANNE of Cleves / CATHERINE Howard / CATHERINE Parr
+2 (row 2) Mary / ELIZABETH / EDWA(R)D
+
+3 (row 1) Clancy / JACQUE(L)INE / ABRAHAM / Mona
+3 (row 2) Patty / Selma / Marge / Ho(m)er
+3 (row 3) Bart / Li(s)a / Maggie
+
+4 (row 1) Mildred / (link to PHILIP from row 3)
+4 (row 2) [Mrs. Fry] / YANCY
+4 (row 3) YANCY Jr. / PHILIP
+4 (row 4) [unknown father] / "Mom" / Hub(e)rt
+4 (row 5) Igner / Walt / Larry / C(u)bert
+
+5 (row 1) Oscar / Lucille / GEORGE
+5 (row 2) Byron "Buster" / Eve Holt! / GEORGE Oscar "GOB" Bluth / 
+          T(o)bias Fünke / L(i)ndsay Fünke / Michael / Tracy / Annyong
+5 (row 3) Steve Holt! / Maeby / GEORGE Michael
+
+6 (row 1) PHI(L)IP / ELIZABETH
+6 (row 2) Diana / Charle(s) / ANNE / Andrew / EDWARD
+6 (row 3) CATHERINE / (W)illiam / HENRY [Harry]
+6 (row 4) GEORGE
+
+7 (row 1) RO(S)E / JOSEPH
+7 (row 2) JOSEPH / JACQUELINE / John / ROSE / Kathleen / 
+          Eunice / Pa(t)ricia / Robert / Jean / EDWARD
+ +
+ + +
+
+ + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r713_MIT_Mystery_Hunt_2014_Top_Shelf/_solution_assets/solution.css b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r713_MIT_Mystery_Hunt_2014_Top_Shelf/_solution_assets/solution.css new file mode 100644 index 0000000000000000000000000000000000000000..3cf314a35d48e5697d82360abfe8418ac0354292 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r713_MIT_Mystery_Hunt_2014_Top_Shelf/_solution_assets/solution.css @@ -0,0 +1,178 @@ +html { + min-height: 100% +} +body, td, input { + font-family: 'Alice', sans-serif; + font-size: 18px; +} +table { + text-align: left; +} +td { + padding: 2px 4px; +} +#mh-title { + font-family: 'Alice', sans-serif; + font-size: 50px; +} +.mh-flavortext { + font-style: italic; + text-align: center; + margin: 0px 30px; +} +.mh-roundtext { + font-style: italic; + text-align: left; + margin: 0px 30px; +} +#mh-content { + padding: 10px; + text-align: justify; + clear: both; +} +#mh-outer { + width: 900px; +} +#mh-controls { + position: relative; +} +table.mh-center { + margin-left: auto; + margin-right: auto; +} + + +@media screen { + + body { + width: 100%; + margin: 0px; + text-align: center; + } + .mh-fancy #mh-outer { + padding-top: 10px; + display: inline-block; + text-align: left; + position: relative; + } + .mh-fancy #mh-controls { + padding-bottom: 5px; + overflow: hidden; + } + .mh-fancy #mh-controls a, .mh-fancy #mh-controls span { + color: #fff; + text-shadow: 0px 0px 4px #000, 0px 2px 4px #000; + font-size: 90%; + text-decoration: none; + } + .mh-fancy #mh-back { + position: relative; + left: 20px; + } + .mh-fancy #mh-elsewhere { + position: relative; + left: 40px; + } + .mh-fancy #mh-plain-toggle { + position: absolute; + right: 160px; + } + .mh-fancy #mh-answer, .mh-fancy #mh-contact { + position: absolute; + right: 20px; + } + .mh-fancy #mh-page { + background: #fff; + box-shadow: 0px 0px 8px #000; + border-radius: 15px; + overflow: hidden; + margin-bottom: 20px; + } + .mh-fancy #mh-banner { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + } + .mh-fancy #mh-title { + padding: 40px 20px; + text-shadow: 0px 0px 4px #eee; + color: #000; + } + .mh-fancy #mh-content { + color: #000; + border-top: 1px solid #aaa; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + } + + .mh-plain #mh-controls { + text-align: center; + } + .mh-plain #mh-back { + display: none; + } + .mh-plain #mh-plain-toggle { + position: absolute; + right: 0px; + } + .mh-plain #mh-answer, .mh-plain #mh-contact { + display: none; + } + .mh-plain #mh-title { + text-align: center; + padding: 10px 0px; + } + .mh-plain a { + color: #520; + } + +} + + + +@media print { + #mh-controls { + text-align: center; + } + #mh-back { + display: none; + } + #mh-elsewhere { + display: none; + } + #mh-answer, #mh-plain-toggle, #mh-contact { + display: none; + } + #mh-title { + text-align: center; + } + a { + color: #520; + } +} + + + +@media screen { + body.mh-fancy { + background: #c3e1ef url('../../round/humpty_dumpty/background.jpg') no-repeat top center; + } +} + +TH { + padding: 2px 4px; +} +.clues { + border-collapse: collapse; +} +.clues TD { + border: 1px solid black; + padding: 2px 4px; +} +.top { + background: #eee; + text-align: left; +} +.bot { + background: #bbb; + text-align: right; +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r713_MIT_Mystery_Hunt_2014_Top_Shelf/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r713_MIT_Mystery_Hunt_2014_Top_Shelf/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..a5065a7e9924ce0e55c6a4a2c173ad3d3a9a8757 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r713_MIT_Mystery_Hunt_2014_Top_Shelf/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/top_shelf/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r7m_MIT_Mystery_Hunt_2014_Humpty_Dumpty/round.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r7m_MIT_Mystery_Hunt_2014_Humpty_Dumpty/round.js new file mode 100644 index 0000000000000000000000000000000000000000..7ecad37115a52c055ef8024f893bf047aa7dfbbd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014r7m_MIT_Mystery_Hunt_2014_Humpty_Dumpty/round.js @@ -0,0 +1,90 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('slow', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/meta/humpty_dumpty/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z2_MIT_Mystery_Hunt_2014_The_Queen_of_Hearts/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z2_MIT_Mystery_Hunt_2014_The_Queen_of_Hearts/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..43183aeaf51b7b0b7f1e39f39f483209234d74af --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z2_MIT_Mystery_Hunt_2014_The_Queen_of_Hearts/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/operator_test/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/puzzle.js b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/puzzle.js new file mode 100644 index 0000000000000000000000000000000000000000..efb827bf3896bb47eca743cbc525f116d2a59ccd --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2014/mit2014z4_MIT_Mystery_Hunt_2014_The_Final_Hedge_Maze/puzzle.js @@ -0,0 +1,92 @@ +var mh = {}; +(function($){ + $.fn.disableSelection = function() { + return this + .attr('unselectable', 'on') + .css('user-select', 'none') + .css('user-drag', 'none') + .on('selectstart', false); + }; +})(jQuery); +$('#mh-controls, #mh-controls > *').disableSelection(); +mh.set_iframe_location = function(id, location) { + var iframe = $('#'+id)[0]; + var iframe_window = iframe.contentWindow || iframe.contentDocument.defaultView; + iframe_window.location.replace(location); +}; + +mh.nav = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-nav'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + 20); + var bg = $('#mh-nav-bg'); + $('#mh-nav-inner').html($('#mh-nav-iframe').contents().find('body').html()); + $('#mh-nav-inner a').each(function() { + var href = $(this).attr('href'); + if (href.indexOf('http://') != 0 && href.indexOf('javascript:') != 0) + $(this).attr('href', '../../' + href); + }); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow'); + } else { + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-nav-bg').click(mh.nav); +mh.submit_contact = function() { + var page = $('#mh-page, #mh-book'); + var outer = $('#mh-submit-contact'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-contact-bg'); + var inner = $('#mh-submit-contact-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-contact-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-contact-iframe', '../../dynamic/submit/contact/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-contact-bg').click(mh.submit_contact); + +mh.submit_answer = function() { + var page = $('#mh-page'); + var outer = $('#mh-submit-answer'); + outer.css('top', page.offset().top + 20); + outer.css('left', page.offset().left + page.innerWidth() - 20 - outer.outerWidth()); + var bg = $('#mh-submit-answer-bg'); + var inner = $('#mh-submit-answer-inner'); + bg.stop(true, true); + outer.stop(true, true); + if (outer.is(':visible')) { + bg.fadeTo('fast', 0, function() { + bg.hide(); + }); + outer.fadeToggle('slow', function() { + mh.set_iframe_location('mh-submit-answer-iframe', 'javascript: void 0;'); + }); + } else { + mh.set_iframe_location('mh-submit-answer-iframe', '../../dynamic/submit/puzzle/wonderwang/'); + bg.fadeTo('slow', 0.5); + outer.fadeToggle('slow'); + } +}; +$('#mh-submit-answer-bg').click(mh.submit_answer); + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e01_MIT_Mystery_Hunt_2015_Write-it_Build-it/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e01_MIT_Mystery_Hunt_2015_Write-it_Build-it/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e01_MIT_Mystery_Hunt_2015_Write-it_Build-it/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e02_MIT_Mystery_Hunt_2015_Blub_Blub_Pub_Trivia/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e02_MIT_Mystery_Hunt_2015_Blub_Blub_Pub_Trivia/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e02_MIT_Mystery_Hunt_2015_Blub_Blub_Pub_Trivia/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e03_MIT_Mystery_Hunt_2015_Steamteam/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e03_MIT_Mystery_Hunt_2015_Steamteam/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e03_MIT_Mystery_Hunt_2015_Steamteam/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e04_MIT_Mystery_Hunt_2015_Sunken_Treasure/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e04_MIT_Mystery_Hunt_2015_Sunken_Treasure/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e04_MIT_Mystery_Hunt_2015_Sunken_Treasure/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e05_MIT_Mystery_Hunt_2015_Charybdis_Charades/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e05_MIT_Mystery_Hunt_2015_Charybdis_Charades/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015e05_MIT_Mystery_Hunt_2015_Charybdis_Charades/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r011_MIT_Mystery_Hunt_2015_Imba/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r011_MIT_Mystery_Hunt_2015_Imba/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r011_MIT_Mystery_Hunt_2015_Imba/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r012_MIT_Mystery_Hunt_2015_Beth/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r012_MIT_Mystery_Hunt_2015_Beth/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r012_MIT_Mystery_Hunt_2015_Beth/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r013_MIT_Mystery_Hunt_2015_Erraticism/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r013_MIT_Mystery_Hunt_2015_Erraticism/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r013_MIT_Mystery_Hunt_2015_Erraticism/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r014_MIT_Mystery_Hunt_2015_Back_on_the_Move/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r014_MIT_Mystery_Hunt_2015_Back_on_the_Move/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r014_MIT_Mystery_Hunt_2015_Back_on_the_Move/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r015_MIT_Mystery_Hunt_2015_Loony_Playhouse_Actors/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r015_MIT_Mystery_Hunt_2015_Loony_Playhouse_Actors/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r015_MIT_Mystery_Hunt_2015_Loony_Playhouse_Actors/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r016_MIT_Mystery_Hunt_2015_Nautilus_s_Duplicated_Quest/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r016_MIT_Mystery_Hunt_2015_Nautilus_s_Duplicated_Quest/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r016_MIT_Mystery_Hunt_2015_Nautilus_s_Duplicated_Quest/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r018_MIT_Mystery_Hunt_2015_Nope/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r018_MIT_Mystery_Hunt_2015_Nope/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r018_MIT_Mystery_Hunt_2015_Nope/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r01m_MIT_Mystery_Hunt_2015_Machine_Room_Meta/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r01m_MIT_Mystery_Hunt_2015_Machine_Room_Meta/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r01m_MIT_Mystery_Hunt_2015_Machine_Room_Meta/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r021_MIT_Mystery_Hunt_2015_This_Puzzle_Has_No_Errata/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r021_MIT_Mystery_Hunt_2015_This_Puzzle_Has_No_Errata/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r021_MIT_Mystery_Hunt_2015_This_Puzzle_Has_No_Errata/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r022_MIT_Mystery_Hunt_2015_Wait_What_Did_You_Say/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r022_MIT_Mystery_Hunt_2015_Wait_What_Did_You_Say/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r022_MIT_Mystery_Hunt_2015_Wait_What_Did_You_Say/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r023_MIT_Mystery_Hunt_2015_Time_is_Out_of_Joint/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r023_MIT_Mystery_Hunt_2015_Time_is_Out_of_Joint/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r023_MIT_Mystery_Hunt_2015_Time_is_Out_of_Joint/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r024_MIT_Mystery_Hunt_2015_Wizardly_Tales/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r024_MIT_Mystery_Hunt_2015_Wizardly_Tales/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r024_MIT_Mystery_Hunt_2015_Wizardly_Tales/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r025_MIT_Mystery_Hunt_2015_Captain_Ager_s_Puzzling_Adventure/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r025_MIT_Mystery_Hunt_2015_Captain_Ager_s_Puzzling_Adventure/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r025_MIT_Mystery_Hunt_2015_Captain_Ager_s_Puzzling_Adventure/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r026_MIT_Mystery_Hunt_2015_Montages/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r026_MIT_Mystery_Hunt_2015_Montages/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r026_MIT_Mystery_Hunt_2015_Montages/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r027_MIT_Mystery_Hunt_2015_Nina/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r027_MIT_Mystery_Hunt_2015_Nina/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r027_MIT_Mystery_Hunt_2015_Nina/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r031_MIT_Mystery_Hunt_2015_Escape_from_the_Classroom/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r031_MIT_Mystery_Hunt_2015_Escape_from_the_Classroom/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r031_MIT_Mystery_Hunt_2015_Escape_from_the_Classroom/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r032_MIT_Mystery_Hunt_2015_Mythological_Connections/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r032_MIT_Mystery_Hunt_2015_Mythological_Connections/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r032_MIT_Mystery_Hunt_2015_Mythological_Connections/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r033_MIT_Mystery_Hunt_2015_The_Misspelled_Insects/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r033_MIT_Mystery_Hunt_2015_The_Misspelled_Insects/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r033_MIT_Mystery_Hunt_2015_The_Misspelled_Insects/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r035_MIT_Mystery_Hunt_2015_Finsey_Gillhone/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r035_MIT_Mystery_Hunt_2015_Finsey_Gillhone/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r035_MIT_Mystery_Hunt_2015_Finsey_Gillhone/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r036_MIT_Mystery_Hunt_2015_Wordsearches_Are_a_Piece_of_Cake/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r036_MIT_Mystery_Hunt_2015_Wordsearches_Are_a_Piece_of_Cake/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r036_MIT_Mystery_Hunt_2015_Wordsearches_Are_a_Piece_of_Cake/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r037_MIT_Mystery_Hunt_2015_Speak_of_the_Devil_Fruit/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r037_MIT_Mystery_Hunt_2015_Speak_of_the_Devil_Fruit/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r037_MIT_Mystery_Hunt_2015_Speak_of_the_Devil_Fruit/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r038_MIT_Mystery_Hunt_2015_The_Accumulator/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r038_MIT_Mystery_Hunt_2015_The_Accumulator/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r038_MIT_Mystery_Hunt_2015_The_Accumulator/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03m_MIT_Mystery_Hunt_2015_Chemistry_Lab_Meta/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03m_MIT_Mystery_Hunt_2015_Chemistry_Lab_Meta/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03m_MIT_Mystery_Hunt_2015_Chemistry_Lab_Meta/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mm_MIT_Mystery_Hunt_2015_Workshop_Meta_Meta/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mm_MIT_Mystery_Hunt_2015_Workshop_Meta_Meta/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mm_MIT_Mystery_Hunt_2015_Workshop_Meta_Meta/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mmx_MIT_Mystery_Hunt_2015_Steam_Lab/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mmx_MIT_Mystery_Hunt_2015_Steam_Lab/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mmx_MIT_Mystery_Hunt_2015_Steam_Lab/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0401_MIT_Mystery_Hunt_2015_Denizen_of_the_Deep/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0401_MIT_Mystery_Hunt_2015_Denizen_of_the_Deep/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0401_MIT_Mystery_Hunt_2015_Denizen_of_the_Deep/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0402_MIT_Mystery_Hunt_2015_Eh/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0402_MIT_Mystery_Hunt_2015_Eh/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0402_MIT_Mystery_Hunt_2015_Eh/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0403_MIT_Mystery_Hunt_2015_Feeling_Bluefin/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0403_MIT_Mystery_Hunt_2015_Feeling_Bluefin/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0403_MIT_Mystery_Hunt_2015_Feeling_Bluefin/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0408_MIT_Mystery_Hunt_2015_Ready_Set_Go/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0408_MIT_Mystery_Hunt_2015_Ready_Set_Go/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0408_MIT_Mystery_Hunt_2015_Ready_Set_Go/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0409_MIT_Mystery_Hunt_2015_Frequency_Distribution_Tank/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0409_MIT_Mystery_Hunt_2015_Frequency_Distribution_Tank/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0409_MIT_Mystery_Hunt_2015_Frequency_Distribution_Tank/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0411_MIT_Mystery_Hunt_2015_Watch_Me_Blow_This/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0411_MIT_Mystery_Hunt_2015_Watch_Me_Blow_This/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0411_MIT_Mystery_Hunt_2015_Watch_Me_Blow_This/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0414_MIT_Mystery_Hunt_2015_Rid_Fill/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0414_MIT_Mystery_Hunt_2015_Rid_Fill/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0414_MIT_Mystery_Hunt_2015_Rid_Fill/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0417_MIT_Mystery_Hunt_2015_The_Acerbic_Sixteen/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0417_MIT_Mystery_Hunt_2015_The_Acerbic_Sixteen/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0417_MIT_Mystery_Hunt_2015_The_Acerbic_Sixteen/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0418_MIT_Mystery_Hunt_2015_This_Story_is_Canon/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0418_MIT_Mystery_Hunt_2015_This_Story_is_Canon/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0418_MIT_Mystery_Hunt_2015_This_Story_is_Canon/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0421_MIT_Mystery_Hunt_2015_Memory_Lane/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0421_MIT_Mystery_Hunt_2015_Memory_Lane/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0421_MIT_Mystery_Hunt_2015_Memory_Lane/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/completelog.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/completelog.html new file mode 100644 index 0000000000000000000000000000000000000000..89135c57e39286062463f61722184067e4242d2d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/completelog.html @@ -0,0 +1,84 @@ + + + + + + + + + + + Full Log — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + +
+

Full Log

+
+ + + + + + + + + + +