diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201305_MIT_Mystery_Hunt_2013_The_Silver_Screen/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201305_MIT_Mystery_Hunt_2013_The_Silver_Screen/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201305_MIT_Mystery_Hunt_2013_The_Silver_Screen/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201306_MIT_Mystery_Hunt_2013_Open_Secrets/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201306_MIT_Mystery_Hunt_2013_Open_Secrets/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201306_MIT_Mystery_Hunt_2013_Open_Secrets/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20130m_MIT_Mystery_Hunt_2013_Password_Reminder_Meta/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20130m_MIT_Mystery_Hunt_2013_Password_Reminder_Meta/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20130m_MIT_Mystery_Hunt_2013_Password_Reminder_Meta/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013101_MIT_Mystery_Hunt_2013_Megamix/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013101_MIT_Mystery_Hunt_2013_Megamix/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013101_MIT_Mystery_Hunt_2013_Megamix/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013102_MIT_Mystery_Hunt_2013_Uncharted_Territory/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013102_MIT_Mystery_Hunt_2013_Uncharted_Territory/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013102_MIT_Mystery_Hunt_2013_Uncharted_Territory/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013103_MIT_Mystery_Hunt_2013_This_Page_Intentionally_Left_Blank/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013103_MIT_Mystery_Hunt_2013_This_Page_Intentionally_Left_Blank/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013103_MIT_Mystery_Hunt_2013_This_Page_Intentionally_Left_Blank/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013104_MIT_Mystery_Hunt_2013_Turnary_Reasoning/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013104_MIT_Mystery_Hunt_2013_Turnary_Reasoning/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013104_MIT_Mystery_Hunt_2013_Turnary_Reasoning/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013105_MIT_Mystery_Hunt_2013_Complaint_Letter/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013105_MIT_Mystery_Hunt_2013_Complaint_Letter/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013105_MIT_Mystery_Hunt_2013_Complaint_Letter/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013106_MIT_Mystery_Hunt_2013_The_Obligatory_Wordsearch/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013106_MIT_Mystery_Hunt_2013_The_Obligatory_Wordsearch/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013106_MIT_Mystery_Hunt_2013_The_Obligatory_Wordsearch/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013107_MIT_Mystery_Hunt_2013_Random_Walk/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013108_MIT_Mystery_Hunt_2013_You_Should_Be_Listening/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013108_MIT_Mystery_Hunt_2013_You_Should_Be_Listening/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013108_MIT_Mystery_Hunt_2013_You_Should_Be_Listening/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013109_MIT_Mystery_Hunt_2013_CrossWord_Complex/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013109_MIT_Mystery_Hunt_2013_CrossWord_Complex/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013109_MIT_Mystery_Hunt_2013_CrossWord_Complex/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013110_MIT_Mystery_Hunt_2013_Vertexillonomy/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013110_MIT_Mystery_Hunt_2013_Vertexillonomy/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013110_MIT_Mystery_Hunt_2013_Vertexillonomy/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013111_MIT_Mystery_Hunt_2013_Casino_Lobdell/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013111_MIT_Mystery_Hunt_2013_Casino_Lobdell/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013111_MIT_Mystery_Hunt_2013_Casino_Lobdell/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m1_MIT_Mystery_Hunt_2013_Stratosphere/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m1_MIT_Mystery_Hunt_2013_Stratosphere/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m1_MIT_Mystery_Hunt_2013_Stratosphere/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m2_MIT_Mystery_Hunt_2013_Excalibur/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m2_MIT_Mystery_Hunt_2013_Excalibur/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m2_MIT_Mystery_Hunt_2013_Excalibur/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m3_MIT_Mystery_Hunt_2013_Treasure_Island/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m3_MIT_Mystery_Hunt_2013_Treasure_Island/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m3_MIT_Mystery_Hunt_2013_Treasure_Island/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m4_MIT_Mystery_Hunt_2013_Caesar_s_Palace/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m4_MIT_Mystery_Hunt_2013_Caesar_s_Palace/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m4_MIT_Mystery_Hunt_2013_Caesar_s_Palace/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m5_MIT_Mystery_Hunt_2013_Aria/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m5_MIT_Mystery_Hunt_2013_Aria/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m5_MIT_Mystery_Hunt_2013_Aria/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m6_MIT_Mystery_Hunt_2013_Luxor/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m6_MIT_Mystery_Hunt_2013_Luxor/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131m6_MIT_Mystery_Hunt_2013_Luxor/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131mm_MIT_Mystery_Hunt_2013_Ocean_s_Eleven_Meta/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131mm_MIT_Mystery_Hunt_2013_Ocean_s_Eleven_Meta/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20131mm_MIT_Mystery_Hunt_2013_Ocean_s_Eleven_Meta/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013202_MIT_Mystery_Hunt_2013_Text_Adventure/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013202_MIT_Mystery_Hunt_2013_Text_Adventure/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013202_MIT_Mystery_Hunt_2013_Text_Adventure/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013204_MIT_Mystery_Hunt_2013_Sam_s_Your_Uncle/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013204_MIT_Mystery_Hunt_2013_Sam_s_Your_Uncle/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013204_MIT_Mystery_Hunt_2013_Sam_s_Your_Uncle/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013206_MIT_Mystery_Hunt_2013_Missed_Connections/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013206_MIT_Mystery_Hunt_2013_Missed_Connections/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013206_MIT_Mystery_Hunt_2013_Missed_Connections/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013209_MIT_Mystery_Hunt_2013_Mind_the_Gaps/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013209_MIT_Mystery_Hunt_2013_Mind_the_Gaps/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013209_MIT_Mystery_Hunt_2013_Mind_the_Gaps/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013213_MIT_Mystery_Hunt_2013_Terrier_Parking/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013213_MIT_Mystery_Hunt_2013_Terrier_Parking/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013213_MIT_Mystery_Hunt_2013_Terrier_Parking/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013218_MIT_Mystery_Hunt_2013_Stakeout/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013218_MIT_Mystery_Hunt_2013_Stakeout/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013218_MIT_Mystery_Hunt_2013_Stakeout/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013219_MIT_Mystery_Hunt_2013_Jigsaw_Puzzle/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013219_MIT_Mystery_Hunt_2013_Jigsaw_Puzzle/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013219_MIT_Mystery_Hunt_2013_Jigsaw_Puzzle/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013230_MIT_Mystery_Hunt_2013_Funny_Story/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013230_MIT_Mystery_Hunt_2013_Funny_Story/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013230_MIT_Mystery_Hunt_2013_Funny_Story/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013238_MIT_Mystery_Hunt_2013_Call_and_Response/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013238_MIT_Mystery_Hunt_2013_Call_and_Response/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013238_MIT_Mystery_Hunt_2013_Call_and_Response/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013242_MIT_Mystery_Hunt_2013_Dessert_Party/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013242_MIT_Mystery_Hunt_2013_Dessert_Party/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013242_MIT_Mystery_Hunt_2013_Dessert_Party/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013245_MIT_Mystery_Hunt_2013_Slinking_Slumber/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013245_MIT_Mystery_Hunt_2013_Slinking_Slumber/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013245_MIT_Mystery_Hunt_2013_Slinking_Slumber/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013250_MIT_Mystery_Hunt_2013_Notes_from_the_Campaign_Trail/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013250_MIT_Mystery_Hunt_2013_Notes_from_the_Campaign_Trail/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013250_MIT_Mystery_Hunt_2013_Notes_from_the_Campaign_Trail/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013254_MIT_Mystery_Hunt_2013_So_Good_They_Named_it_Hull/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013254_MIT_Mystery_Hunt_2013_So_Good_They_Named_it_Hull/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013254_MIT_Mystery_Hunt_2013_So_Good_They_Named_it_Hull/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013256_MIT_Mystery_Hunt_2013_Integers_and_Sequence/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013256_MIT_Mystery_Hunt_2013_Integers_and_Sequence/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013256_MIT_Mystery_Hunt_2013_Integers_and_Sequence/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013260_MIT_Mystery_Hunt_2013_Space_Monkey_Mafia/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013260_MIT_Mystery_Hunt_2013_Space_Monkey_Mafia/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013260_MIT_Mystery_Hunt_2013_Space_Monkey_Mafia/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013263_MIT_Mystery_Hunt_2013_Labyrinth/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013263_MIT_Mystery_Hunt_2013_Labyrinth/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013263_MIT_Mystery_Hunt_2013_Labyrinth/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013268_MIT_Mystery_Hunt_2013_Color_Sudoku/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013268_MIT_Mystery_Hunt_2013_Color_Sudoku/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013268_MIT_Mystery_Hunt_2013_Color_Sudoku/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013270_MIT_Mystery_Hunt_2013_Sages_Style/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013270_MIT_Mystery_Hunt_2013_Sages_Style/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013270_MIT_Mystery_Hunt_2013_Sages_Style/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013274_MIT_Mystery_Hunt_2013_Hap_p_y_Days_Are_Here_Again/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013274_MIT_Mystery_Hunt_2013_Hap_p_y_Days_Are_Here_Again/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013274_MIT_Mystery_Hunt_2013_Hap_p_y_Days_Are_Here_Again/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013279_MIT_Mystery_Hunt_2013_A_Set_of_Words/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013279_MIT_Mystery_Hunt_2013_A_Set_of_Words/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013279_MIT_Mystery_Hunt_2013_A_Set_of_Words/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013283_MIT_Mystery_Hunt_2013_Lost_in_Translation/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013286_MIT_Mystery_Hunt_2013_Tuva_or_Bust/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013286_MIT_Mystery_Hunt_2013_Tuva_or_Bust/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013286_MIT_Mystery_Hunt_2013_Tuva_or_Bust/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013293_MIT_Mystery_Hunt_2013_lol/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013293_MIT_Mystery_Hunt_2013_lol/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013293_MIT_Mystery_Hunt_2013_lol/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20132m_MIT_Mystery_Hunt_2013_Take_Home_Final_Physics_101_Meta/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20132m_MIT_Mystery_Hunt_2013_Take_Home_Final_Physics_101_Meta/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20132m_MIT_Mystery_Hunt_2013_Take_Home_Final_Physics_101_Meta/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013301_MIT_Mystery_Hunt_2013_De-Coins/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013301_MIT_Mystery_Hunt_2013_De-Coins/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013301_MIT_Mystery_Hunt_2013_De-Coins/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013302_MIT_Mystery_Hunt_2013_Portals/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013302_MIT_Mystery_Hunt_2013_Portals/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013302_MIT_Mystery_Hunt_2013_Portals/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013303_MIT_Mystery_Hunt_2013_Circuitboard/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013303_MIT_Mystery_Hunt_2013_Circuitboard/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013303_MIT_Mystery_Hunt_2013_Circuitboard/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013304_MIT_Mystery_Hunt_2013_Will_Ruin_Your_Life_I_m_Feeling_Lucky/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013304_MIT_Mystery_Hunt_2013_Will_Ruin_Your_Life_I_m_Feeling_Lucky/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013304_MIT_Mystery_Hunt_2013_Will_Ruin_Your_Life_I_m_Feeling_Lucky/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013305_MIT_Mystery_Hunt_2013_Shoephone_Construction/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013305_MIT_Mystery_Hunt_2013_Shoephone_Construction/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013305_MIT_Mystery_Hunt_2013_Shoephone_Construction/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013306_MIT_Mystery_Hunt_2013_In_the_Details/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013306_MIT_Mystery_Hunt_2013_In_the_Details/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013306_MIT_Mystery_Hunt_2013_In_the_Details/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013307_MIT_Mystery_Hunt_2013_Time_Conundrum/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013307_MIT_Mystery_Hunt_2013_Time_Conundrum/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013307_MIT_Mystery_Hunt_2013_Time_Conundrum/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013308_MIT_Mystery_Hunt_2013_Cone_of_Silence/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013308_MIT_Mystery_Hunt_2013_Cone_of_Silence/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013308_MIT_Mystery_Hunt_2013_Cone_of_Silence/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013309_MIT_Mystery_Hunt_2013_A_Walk_Around_Town/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013309_MIT_Mystery_Hunt_2013_A_Walk_Around_Town/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013309_MIT_Mystery_Hunt_2013_A_Walk_Around_Town/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013310_MIT_Mystery_Hunt_2013_Famous_Last_Letters/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013310_MIT_Mystery_Hunt_2013_Famous_Last_Letters/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013310_MIT_Mystery_Hunt_2013_Famous_Last_Letters/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013311_MIT_Mystery_Hunt_2013_Travels_with_Charlie/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013311_MIT_Mystery_Hunt_2013_Travels_with_Charlie/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013311_MIT_Mystery_Hunt_2013_Travels_with_Charlie/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013313_MIT_Mystery_Hunt_2013_Reading_Comprehension/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013313_MIT_Mystery_Hunt_2013_Reading_Comprehension/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013313_MIT_Mystery_Hunt_2013_Reading_Comprehension/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013314_MIT_Mystery_Hunt_2013_A_Strange_Puzzle/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013314_MIT_Mystery_Hunt_2013_A_Strange_Puzzle/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013314_MIT_Mystery_Hunt_2013_A_Strange_Puzzle/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013315_MIT_Mystery_Hunt_2013_Sound_X/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013315_MIT_Mystery_Hunt_2013_Sound_X/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013315_MIT_Mystery_Hunt_2013_Sound_X/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013316_MIT_Mystery_Hunt_2013_Square_Routes/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013316_MIT_Mystery_Hunt_2013_Square_Routes/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013316_MIT_Mystery_Hunt_2013_Square_Routes/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013317_MIT_Mystery_Hunt_2013_Wordplay/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013317_MIT_Mystery_Hunt_2013_Wordplay/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013317_MIT_Mystery_Hunt_2013_Wordplay/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013318_MIT_Mystery_Hunt_2013_Halting_Problem/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013318_MIT_Mystery_Hunt_2013_Halting_Problem/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013318_MIT_Mystery_Hunt_2013_Halting_Problem/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013319_MIT_Mystery_Hunt_2013_Pulse_Pulse_Wave_Noise/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013319_MIT_Mystery_Hunt_2013_Pulse_Pulse_Wave_Noise/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013319_MIT_Mystery_Hunt_2013_Pulse_Pulse_Wave_Noise/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013320_MIT_Mystery_Hunt_2013_Lineup/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013320_MIT_Mystery_Hunt_2013_Lineup/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013320_MIT_Mystery_Hunt_2013_Lineup/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013321_MIT_Mystery_Hunt_2013_Golden_Images/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013321_MIT_Mystery_Hunt_2013_Golden_Images/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013321_MIT_Mystery_Hunt_2013_Golden_Images/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013322_MIT_Mystery_Hunt_2013_Loss_by_Compression/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013322_MIT_Mystery_Hunt_2013_Loss_by_Compression/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013322_MIT_Mystery_Hunt_2013_Loss_by_Compression/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013323_MIT_Mystery_Hunt_2013_Fill_in_the_Blanks/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013323_MIT_Mystery_Hunt_2013_Fill_in_the_Blanks/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013323_MIT_Mystery_Hunt_2013_Fill_in_the_Blanks/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013324_MIT_Mystery_Hunt_2013_Ex_Post_Facto/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013324_MIT_Mystery_Hunt_2013_Ex_Post_Facto/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013324_MIT_Mystery_Hunt_2013_Ex_Post_Facto/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013325_MIT_Mystery_Hunt_2013_Symphony_from_the_Old_World/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013325_MIT_Mystery_Hunt_2013_Symphony_from_the_Old_World/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013325_MIT_Mystery_Hunt_2013_Symphony_from_the_Old_World/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m0_MIT_Mystery_Hunt_2013_Highlight_Reel_Get_Smart_first_meta/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m0_MIT_Mystery_Hunt_2013_Highlight_Reel_Get_Smart_first_meta/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m0_MIT_Mystery_Hunt_2013_Highlight_Reel_Get_Smart_first_meta/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m1_MIT_Mystery_Hunt_2013_Following_the_News/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m1_MIT_Mystery_Hunt_2013_Following_the_News/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m1_MIT_Mystery_Hunt_2013_Following_the_News/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m2_MIT_Mystery_Hunt_2013_Looking_Like_Bond/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m2_MIT_Mystery_Hunt_2013_Looking_Like_Bond/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m2_MIT_Mystery_Hunt_2013_Looking_Like_Bond/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m3_MIT_Mystery_Hunt_2013_Calling_Bingo/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m3_MIT_Mystery_Hunt_2013_Calling_Bingo/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133m3_MIT_Mystery_Hunt_2013_Calling_Bingo/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133mm_MIT_Mystery_Hunt_2013_Get_Smart_Meta/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133mm_MIT_Mystery_Hunt_2013_Get_Smart_Meta/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit20133mm_MIT_Mystery_Hunt_2013_Get_Smart_Meta/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013411_MIT_Mystery_Hunt_2013_50_50/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013411_MIT_Mystery_Hunt_2013_50_50/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013411_MIT_Mystery_Hunt_2013_50_50/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013412_MIT_Mystery_Hunt_2013_Cut_by_Editorial/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013412_MIT_Mystery_Hunt_2013_Cut_by_Editorial/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013412_MIT_Mystery_Hunt_2013_Cut_by_Editorial/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013413_MIT_Mystery_Hunt_2013_Grandson_of_the_Realm_of_Unspeakable_Chaos/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013413_MIT_Mystery_Hunt_2013_Grandson_of_the_Realm_of_Unspeakable_Chaos/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013413_MIT_Mystery_Hunt_2013_Grandson_of_the_Realm_of_Unspeakable_Chaos/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013414_MIT_Mystery_Hunt_2013_Numbers/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013414_MIT_Mystery_Hunt_2013_Numbers/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013414_MIT_Mystery_Hunt_2013_Numbers/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013415_MIT_Mystery_Hunt_2013_Plead_the_Fifth/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013415_MIT_Mystery_Hunt_2013_Plead_the_Fifth/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013415_MIT_Mystery_Hunt_2013_Plead_the_Fifth/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013416_MIT_Mystery_Hunt_2013_Split_the_Difference/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013416_MIT_Mystery_Hunt_2013_Split_the_Difference/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013416_MIT_Mystery_Hunt_2013_Split_the_Difference/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013417_MIT_Mystery_Hunt_2013_World_of_Color/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013417_MIT_Mystery_Hunt_2013_World_of_Color/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013417_MIT_Mystery_Hunt_2013_World_of_Color/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013418_MIT_Mystery_Hunt_2013_World_Series_of_Mornington_Crescent/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013418_MIT_Mystery_Hunt_2013_World_Series_of_Mornington_Crescent/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013418_MIT_Mystery_Hunt_2013_World_Series_of_Mornington_Crescent/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201341m_MIT_Mystery_Hunt_2013_Ouroboros/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201341m_MIT_Mystery_Hunt_2013_Ouroboros/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201341m_MIT_Mystery_Hunt_2013_Ouroboros/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013421_MIT_Mystery_Hunt_2013_Heist_Test_Kitchen/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013421_MIT_Mystery_Hunt_2013_Heist_Test_Kitchen/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013421_MIT_Mystery_Hunt_2013_Heist_Test_Kitchen/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013422_MIT_Mystery_Hunt_2013_Snow_Day/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013422_MIT_Mystery_Hunt_2013_Snow_Day/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013422_MIT_Mystery_Hunt_2013_Snow_Day/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013423_MIT_Mystery_Hunt_2013_Basic_Alphametics/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013423_MIT_Mystery_Hunt_2013_Basic_Alphametics/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013423_MIT_Mystery_Hunt_2013_Basic_Alphametics/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013424_MIT_Mystery_Hunt_2013_Phone_Tag/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013424_MIT_Mystery_Hunt_2013_Phone_Tag/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013424_MIT_Mystery_Hunt_2013_Phone_Tag/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013425_MIT_Mystery_Hunt_2013_Straight_from_the_Horse_s_Mouth/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013425_MIT_Mystery_Hunt_2013_Straight_from_the_Horse_s_Mouth/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013425_MIT_Mystery_Hunt_2013_Straight_from_the_Horse_s_Mouth/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013426_MIT_Mystery_Hunt_2013_Digging_Up_Music/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013426_MIT_Mystery_Hunt_2013_Digging_Up_Music/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013426_MIT_Mystery_Hunt_2013_Digging_Up_Music/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013427_MIT_Mystery_Hunt_2013_Mashup/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013427_MIT_Mystery_Hunt_2013_Mashup/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013427_MIT_Mystery_Hunt_2013_Mashup/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013428_MIT_Mystery_Hunt_2013_Analogy_Farm/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013428_MIT_Mystery_Hunt_2013_Analogy_Farm/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013428_MIT_Mystery_Hunt_2013_Analogy_Farm/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201342m_MIT_Mystery_Hunt_2013_Snake/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201342m_MIT_Mystery_Hunt_2013_Snake/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit201342m_MIT_Mystery_Hunt_2013_Snake/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013431_MIT_Mystery_Hunt_2013_I_Left_My_Stomach_in_Salt_Lake_City/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013431_MIT_Mystery_Hunt_2013_I_Left_My_Stomach_in_Salt_Lake_City/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013431_MIT_Mystery_Hunt_2013_I_Left_My_Stomach_in_Salt_Lake_City/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013432_MIT_Mystery_Hunt_2013_Watch_Your_Back/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013432_MIT_Mystery_Hunt_2013_Watch_Your_Back/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013432_MIT_Mystery_Hunt_2013_Watch_Your_Back/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013433_MIT_Mystery_Hunt_2013_Mergers/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013433_MIT_Mystery_Hunt_2013_Mergers/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013433_MIT_Mystery_Hunt_2013_Mergers/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013434_MIT_Mystery_Hunt_2013_Houston_We_Have_Liftoff/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013434_MIT_Mystery_Hunt_2013_Houston_We_Have_Liftoff/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013434_MIT_Mystery_Hunt_2013_Houston_We_Have_Liftoff/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013435_MIT_Mystery_Hunt_2013_Signalling_Pathways/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013435_MIT_Mystery_Hunt_2013_Signalling_Pathways/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013435_MIT_Mystery_Hunt_2013_Signalling_Pathways/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013436_MIT_Mystery_Hunt_2013_11_Secret_Herbs_and_Spices/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013436_MIT_Mystery_Hunt_2013_11_Secret_Herbs_and_Spices/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013436_MIT_Mystery_Hunt_2013_11_Secret_Herbs_and_Spices/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013437_MIT_Mystery_Hunt_2013_Dropped_Quotes/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013437_MIT_Mystery_Hunt_2013_Dropped_Quotes/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013437_MIT_Mystery_Hunt_2013_Dropped_Quotes/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +}); diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013438_MIT_Mystery_Hunt_2013_Transit_Links/fixie-nav.js b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013438_MIT_Mystery_Hunt_2013_Transit_Links/fixie-nav.js new file mode 100644 index 0000000000000000000000000000000000000000..2774d0f931aa56bf407cf18e6cc93ee6b85bdbc9 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2013/mit2013438_MIT_Mystery_Hunt_2013_Transit_Links/fixie-nav.js @@ -0,0 +1,19 @@ +$(document).ready(function(){ + + var navExp = $('#fixie-nav-expanded'); + var hoverTimer; + $('#fixie-nav').hover( + function (e) { + clearTimeout(hoverTimer); + hoverTimer = undefined; + navExp.filter(':hidden, :animated:not(.showing)').stop(true).addClass('showing').slideToggle('fast'); + }, + function (e) { + clearTimeout(hoverTimer); + hoverTimer = setTimeout(function() { + navExp.filter(':visible:not(:animated), :visible.showing').stop(true).removeClass('showing').slideToggle('fast'); + hoverTimer = undefined; + }, navExp.filter(':animated.showing').length ? 0 : 250); + } + ); +});