This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(!isset($_SERVER['QUERY_STRING']) || trim($_SERVER['QUERY_STRING']) === ''){ | |
header('Location: /badge-landing/'); | |
exit; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
combos: [ | |
'111123', | |
'111132', | |
'111213', | |
'111223', | |
'111231', | |
'111232', | |
'111233', | |
'111312', | |
'111321', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var choices = ['1', '2', '3'], | |
combos = [], | |
_ = require('underscore'); | |
var addLetter = function(word) { | |
var combos = []; | |
choices.forEach(function(choice) { | |
combos.push(word + choice); | |
}); | |
return combos; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
combos: [ '11123', | |
'11132', | |
'111123', | |
'111132', | |
'111213', | |
'111223', | |
'111231', | |
'111232', | |
'111233', | |
'111312', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var choices = ['1', '2', '3'], | |
combos = [], | |
_ = require('underscore'); | |
var addLetter = function(word) { | |
var combos = []; | |
if(word.length >= 3) { | |
combos.push(word); | |
} | |
choices.forEach(function(choice) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"features": [ | |
{ | |
"id": "0dfd06bb85bb0c7c6", | |
"type": "feature-speakers", | |
"name": "Speakers", | |
"icon": "69", | |
"sorting": "lastName", | |
"speakers": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"features":[ | |
{ | |
"id":"57971f42c203bc0ff", | |
"type":"feature-schedule", | |
"name":"Schedule", | |
"icon":"13", | |
"settings":{ | |
"type":"schedule-settings", | |
"timeFormat":"12", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"features":[{"id":"57971f42c203bc0ff","type":"feature-schedule","name":"Schedule","icon":"13","settings":{"type":"schedule-settings","timeFormat":"12","timeZone":"US/Eastern","multiTrack":true},"sessions":[{"id":"9dcb88e0137649590","type":"schedule-session","startTime":"2015-10-27T08:30:00-0400","endTime":"2015-10-27T11:00:00-0400","title":"Mastering the North Carolina STEM Recognition Process","description":"<p>Introduces participants to the NC STEM Recognition process and provides them with practical instruction on preparing for and completing the requirements to become a recognized STEM school. Specific topics addressed in this session include:</p>\n<ul>\n<li>Defining STEM in North Carolina</li>\n<li>Understanding the 11 STEM Attributes and the Attribute Implementation Rubric</li>\n<li>Using the Implementation Rubric for self-assessment</li>\n<li>Dissecting the STEM Recognition application process</li>\n<li>Connecting to the NC STEM Center</li>\n</ul>\n<p>Participants also will hear from K-12 teachers and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"features":[{"id":"57971f42c203bc0ff","type":"feature-schedule","name":"Schedule","icon":"13","settings":{"type":"schedule-settings","timeFormat":"12","timeZone":"US/Eastern","multiTrack":true},"sessions":[{"id":"9dcb88e0137649590","type":"schedule-session","startTime":"2015-10-27T08:30:00-0400","endTime":"2015-10-27T11:00:00-0400","title":"Mastering the North Carolina STEM Recognition Process","description":"<p>Introduces participants to the NC STEM Recognition process and provides them with practical instruction on preparing for and completing the requirements to become a recognized STEM school. Specific topics addressed in this session include:</p>\n<ul>\n<li>Defining STEM in North Carolina</li>\n<li>Understanding the 11 STEM Attributes and the Attribute Implementation Rubric</li>\n<li>Using the Implementation Rubric for self-assessment</li>\n<li>Dissecting the STEM Recognition application process</li>\n<li>Connecting to the NC STEM Center</li>\n</ul>\n<p>Participants also will hear from K-12 teachers and |
OlderNewer