This file contains 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
{ | |
"config": { | |
"variables": { | |
"alarmID": 154 | |
}, | |
"target": "http://events.navigateprepared.com/connect/?mtid=5235&pa_id=2047485644&token=1d8665f2487a4720a64324c0ed70e-1495569573", | |
"phases": [ | |
{ "duration": 60, "arrivalRate": 5, "name": "PHASE I: the warm-up" }, | |
{ "duration": 180, "arrivalRate": 15, "name": "PHASE II: low stress" }, | |
{ "duration": 180, "arrivalRate": 50, "name": "PHASE III: high stress" }, |
This file contains 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
<body> | |
<div id="container"> | |
<div id="inner"> | |
<div class="RWBBorderLeft"> | |
<img src="images/RWBBorder.png" width="650" height="650" alt=""/> | |
</div> | |
<div class="questionText"></div> | |
<a class="answerBtn"></a> | |
<div class="anchor0"><img src="images/Anchor0.png" width="600" height="600" alt=""/></div> |
This file contains 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
<?php | |
/** | |
* A helper file for Laravel 5, to provide autocomplete information to your IDE | |
* Generated for Laravel 5.3.24 on 2016-11-28. | |
* | |
* @author Barry vd. Heuvel <[email protected]> | |
* @see https://github.com/barryvdh/laravel-ide-helper | |
*/ | |
namespace { |